Server IP : 68.65.122.142  /  Your IP : 18.191.210.170
Web Server : LiteSpeed
System : Linux server167.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
User : glenirhm ( 1318)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /var/softaculous/ops/../typo47/../pagekit/../mahara/../ilias/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : //var/softaculous/ops/../typo47/../pagekit/../mahara/../ilias/ilias.sql
-- MySQL dump 10.13  Distrib 5.7.44, for Linux (x86_64)
--
-- Host: localhost    Database: ilias94
-- ------------------------------------------------------
-- Server version	5.7.44

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `acc_access_key`
--

DROP TABLE IF EXISTS `acc_access_key`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `acc_access_key` (
  `lang_key` char(2) NOT NULL DEFAULT '',
  `function_id` int(11) NOT NULL DEFAULT '0',
  `access_key` char(1) DEFAULT NULL,
  PRIMARY KEY (`lang_key`,`function_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `acc_access_key`
--

LOCK TABLES `acc_access_key` WRITE;
/*!40000 ALTER TABLE `acc_access_key` DISABLE KEYS */;
/*!40000 ALTER TABLE `acc_access_key` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `acc_cache`
--

DROP TABLE IF EXISTS `acc_cache`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `acc_cache` (
  `user_id` int(11) NOT NULL DEFAULT '0',
  `time` int(11) NOT NULL DEFAULT '0',
  `result` longtext,
  PRIMARY KEY (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `acc_cache`
--

LOCK TABLES `acc_cache` WRITE;
/*!40000 ALTER TABLE `acc_cache` DISABLE KEYS */;
/*!40000 ALTER TABLE `acc_cache` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `acc_criterion_to_doc`
--

DROP TABLE IF EXISTS `acc_criterion_to_doc`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `acc_criterion_to_doc` (
  `id` int(11) NOT NULL DEFAULT '0',
  `doc_id` int(11) NOT NULL DEFAULT '0',
  `criterion_id` varchar(50) NOT NULL,
  `criterion_value` varchar(255) DEFAULT NULL,
  `assigned_ts` int(11) NOT NULL DEFAULT '0',
  `modification_ts` int(11) NOT NULL DEFAULT '0',
  `owner_usr_id` int(11) NOT NULL DEFAULT '0',
  `last_modified_usr_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `acc_criterion_to_doc`
--

LOCK TABLES `acc_criterion_to_doc` WRITE;
/*!40000 ALTER TABLE `acc_criterion_to_doc` DISABLE KEYS */;
/*!40000 ALTER TABLE `acc_criterion_to_doc` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `acc_criterion_to_doc_seq`
--

DROP TABLE IF EXISTS `acc_criterion_to_doc_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `acc_criterion_to_doc_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `acc_criterion_to_doc_seq`
--

LOCK TABLES `acc_criterion_to_doc_seq` WRITE;
/*!40000 ALTER TABLE `acc_criterion_to_doc_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `acc_criterion_to_doc_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `acc_documents`
--

DROP TABLE IF EXISTS `acc_documents`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `acc_documents` (
  `id` int(11) NOT NULL DEFAULT '0',
  `title` varchar(255) DEFAULT NULL,
  `creation_ts` int(11) NOT NULL DEFAULT '0',
  `modification_ts` int(11) NOT NULL DEFAULT '0',
  `sorting` int(11) NOT NULL DEFAULT '0',
  `owner_usr_id` int(11) NOT NULL DEFAULT '0',
  `last_modified_usr_id` int(11) NOT NULL DEFAULT '0',
  `text` longtext,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `acc_documents`
--

LOCK TABLES `acc_documents` WRITE;
/*!40000 ALTER TABLE `acc_documents` DISABLE KEYS */;
/*!40000 ALTER TABLE `acc_documents` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `acc_documents_seq`
--

DROP TABLE IF EXISTS `acc_documents_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `acc_documents_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `acc_documents_seq`
--

LOCK TABLES `acc_documents_seq` WRITE;
/*!40000 ALTER TABLE `acc_documents_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `acc_documents_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `acc_user_access_key`
--

DROP TABLE IF EXISTS `acc_user_access_key`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `acc_user_access_key` (
  `user_id` int(11) NOT NULL DEFAULT '0',
  `function_id` smallint(6) NOT NULL DEFAULT '0',
  `access_key` char(1) DEFAULT NULL,
  PRIMARY KEY (`user_id`,`function_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `acc_user_access_key`
--

LOCK TABLES `acc_user_access_key` WRITE;
/*!40000 ALTER TABLE `acc_user_access_key` DISABLE KEYS */;
/*!40000 ALTER TABLE `acc_user_access_key` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `acl_ws`
--

DROP TABLE IF EXISTS `acl_ws`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `acl_ws` (
  `node_id` int(11) NOT NULL DEFAULT '0',
  `object_id` int(11) NOT NULL DEFAULT '0',
  `extended_data` varchar(200) DEFAULT NULL,
  `tstamp` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`node_id`,`object_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `acl_ws`
--

LOCK TABLES `acl_ws` WRITE;
/*!40000 ALTER TABLE `acl_ws` DISABLE KEYS */;
/*!40000 ALTER TABLE `acl_ws` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `addressbook_mlist`
--

DROP TABLE IF EXISTS `addressbook_mlist`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `addressbook_mlist` (
  `ml_id` bigint(20) NOT NULL DEFAULT '0',
  `user_id` bigint(20) NOT NULL DEFAULT '0',
  `title` varchar(255) DEFAULT NULL,
  `description` varchar(4000) DEFAULT NULL,
  `createdate` datetime DEFAULT NULL,
  `changedate` datetime DEFAULT NULL,
  `lmode` tinyint(4) NOT NULL DEFAULT '1',
  PRIMARY KEY (`ml_id`),
  KEY `i1_idx` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `addressbook_mlist`
--

LOCK TABLES `addressbook_mlist` WRITE;
/*!40000 ALTER TABLE `addressbook_mlist` DISABLE KEYS */;
/*!40000 ALTER TABLE `addressbook_mlist` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `addressbook_mlist_ass`
--

DROP TABLE IF EXISTS `addressbook_mlist_ass`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `addressbook_mlist_ass` (
  `a_id` bigint(20) NOT NULL DEFAULT '0',
  `ml_id` bigint(20) NOT NULL DEFAULT '0',
  `usr_id` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`a_id`),
  KEY `i1_idx` (`ml_id`),
  KEY `i2_idx` (`usr_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `addressbook_mlist_ass`
--

LOCK TABLES `addressbook_mlist_ass` WRITE;
/*!40000 ALTER TABLE `addressbook_mlist_ass` DISABLE KEYS */;
/*!40000 ALTER TABLE `addressbook_mlist_ass` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `addressbook_mlist_ass_seq`
--

DROP TABLE IF EXISTS `addressbook_mlist_ass_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `addressbook_mlist_ass_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `addressbook_mlist_ass_seq`
--

LOCK TABLES `addressbook_mlist_ass_seq` WRITE;
/*!40000 ALTER TABLE `addressbook_mlist_ass_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `addressbook_mlist_ass_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `addressbook_mlist_seq`
--

DROP TABLE IF EXISTS `addressbook_mlist_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `addressbook_mlist_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `addressbook_mlist_seq`
--

LOCK TABLES `addressbook_mlist_seq` WRITE;
/*!40000 ALTER TABLE `addressbook_mlist_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `addressbook_mlist_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `adl_shared_data`
--

DROP TABLE IF EXISTS `adl_shared_data`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `adl_shared_data` (
  `slm_id` int(11) NOT NULL DEFAULT '0',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `target_id` varchar(4000) NOT NULL DEFAULT '',
  `store` longtext,
  `cp_node_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`cp_node_id`,`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `adl_shared_data`
--

LOCK TABLES `adl_shared_data` WRITE;
/*!40000 ALTER TABLE `adl_shared_data` DISABLE KEYS */;
/*!40000 ALTER TABLE `adl_shared_data` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `adm_set_templ_hide_tab`
--

DROP TABLE IF EXISTS `adm_set_templ_hide_tab`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `adm_set_templ_hide_tab` (
  `template_id` int(11) NOT NULL DEFAULT '0',
  `tab_id` varchar(80) NOT NULL DEFAULT '',
  PRIMARY KEY (`template_id`,`tab_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `adm_set_templ_hide_tab`
--

LOCK TABLES `adm_set_templ_hide_tab` WRITE;
/*!40000 ALTER TABLE `adm_set_templ_hide_tab` DISABLE KEYS */;
/*!40000 ALTER TABLE `adm_set_templ_hide_tab` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `adm_set_templ_value`
--

DROP TABLE IF EXISTS `adm_set_templ_value`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `adm_set_templ_value` (
  `template_id` int(11) NOT NULL DEFAULT '0',
  `setting` varchar(40) NOT NULL DEFAULT '',
  `value` varchar(4000) DEFAULT NULL,
  `hide` tinyint(4) DEFAULT NULL,
  PRIMARY KEY (`template_id`,`setting`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `adm_set_templ_value`
--

LOCK TABLES `adm_set_templ_value` WRITE;
/*!40000 ALTER TABLE `adm_set_templ_value` DISABLE KEYS */;
INSERT INTO `adm_set_templ_value` VALUES (1,'pass_scoring','0',1),(2,'pass_scoring','0',1);
/*!40000 ALTER TABLE `adm_set_templ_value` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `adv_md_field_int`
--

DROP TABLE IF EXISTS `adv_md_field_int`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `adv_md_field_int` (
  `field_id` int(11) NOT NULL,
  `title` varchar(128) DEFAULT NULL,
  `description` varchar(4000) DEFAULT NULL,
  `lang_code` varchar(5) NOT NULL,
  PRIMARY KEY (`field_id`,`lang_code`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `adv_md_field_int`
--

LOCK TABLES `adv_md_field_int` WRITE;
/*!40000 ALTER TABLE `adv_md_field_int` DISABLE KEYS */;
/*!40000 ALTER TABLE `adv_md_field_int` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `adv_md_obj_rec_select`
--

DROP TABLE IF EXISTS `adv_md_obj_rec_select`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `adv_md_obj_rec_select` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `sub_type` varchar(10) NOT NULL DEFAULT '-',
  `rec_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`obj_id`,`sub_type`,`rec_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `adv_md_obj_rec_select`
--

LOCK TABLES `adv_md_obj_rec_select` WRITE;
/*!40000 ALTER TABLE `adv_md_obj_rec_select` DISABLE KEYS */;
/*!40000 ALTER TABLE `adv_md_obj_rec_select` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `adv_md_record`
--

DROP TABLE IF EXISTS `adv_md_record`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `adv_md_record` (
  `record_id` int(11) NOT NULL DEFAULT '0',
  `import_id` varchar(64) DEFAULT NULL,
  `active` tinyint(4) NOT NULL DEFAULT '0',
  `title` varchar(128) DEFAULT NULL,
  `description` varchar(4000) DEFAULT NULL,
  `parent_obj` int(11) DEFAULT NULL,
  `gpos` int(11) DEFAULT NULL,
  `lang_default` varchar(2) DEFAULT NULL,
  PRIMARY KEY (`record_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `adv_md_record`
--

LOCK TABLES `adv_md_record` WRITE;
/*!40000 ALTER TABLE `adv_md_record` DISABLE KEYS */;
/*!40000 ALTER TABLE `adv_md_record` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `adv_md_record_int`
--

DROP TABLE IF EXISTS `adv_md_record_int`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `adv_md_record_int` (
  `record_id` int(11) NOT NULL,
  `title` varchar(128) DEFAULT NULL,
  `description` varchar(4000) DEFAULT NULL,
  `lang_code` varchar(5) NOT NULL,
  PRIMARY KEY (`record_id`,`lang_code`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `adv_md_record_int`
--

LOCK TABLES `adv_md_record_int` WRITE;
/*!40000 ALTER TABLE `adv_md_record_int` DISABLE KEYS */;
/*!40000 ALTER TABLE `adv_md_record_int` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `adv_md_record_obj_ord`
--

DROP TABLE IF EXISTS `adv_md_record_obj_ord`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `adv_md_record_obj_ord` (
  `record_id` int(11) NOT NULL,
  `obj_id` int(11) NOT NULL,
  `position` int(11) NOT NULL,
  PRIMARY KEY (`record_id`,`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `adv_md_record_obj_ord`
--

LOCK TABLES `adv_md_record_obj_ord` WRITE;
/*!40000 ALTER TABLE `adv_md_record_obj_ord` DISABLE KEYS */;
/*!40000 ALTER TABLE `adv_md_record_obj_ord` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `adv_md_record_objs`
--

DROP TABLE IF EXISTS `adv_md_record_objs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `adv_md_record_objs` (
  `record_id` int(11) NOT NULL DEFAULT '0',
  `obj_type` char(6) NOT NULL DEFAULT '',
  `sub_type` varchar(10) NOT NULL DEFAULT '-',
  `optional` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`record_id`,`obj_type`,`sub_type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `adv_md_record_objs`
--

LOCK TABLES `adv_md_record_objs` WRITE;
/*!40000 ALTER TABLE `adv_md_record_objs` DISABLE KEYS */;
/*!40000 ALTER TABLE `adv_md_record_objs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `adv_md_record_scope`
--

DROP TABLE IF EXISTS `adv_md_record_scope`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `adv_md_record_scope` (
  `scope_id` int(11) NOT NULL DEFAULT '0',
  `record_id` int(11) NOT NULL,
  `ref_id` int(11) NOT NULL,
  PRIMARY KEY (`scope_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `adv_md_record_scope`
--

LOCK TABLES `adv_md_record_scope` WRITE;
/*!40000 ALTER TABLE `adv_md_record_scope` DISABLE KEYS */;
/*!40000 ALTER TABLE `adv_md_record_scope` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `adv_md_record_scope_seq`
--

DROP TABLE IF EXISTS `adv_md_record_scope_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `adv_md_record_scope_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `adv_md_record_scope_seq`
--

LOCK TABLES `adv_md_record_scope_seq` WRITE;
/*!40000 ALTER TABLE `adv_md_record_scope_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `adv_md_record_scope_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `adv_md_record_seq`
--

DROP TABLE IF EXISTS `adv_md_record_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `adv_md_record_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `adv_md_record_seq`
--

LOCK TABLES `adv_md_record_seq` WRITE;
/*!40000 ALTER TABLE `adv_md_record_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `adv_md_record_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `adv_md_substitutions`
--

DROP TABLE IF EXISTS `adv_md_substitutions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `adv_md_substitutions` (
  `obj_type` varchar(4) NOT NULL DEFAULT ' ',
  `substitution` longtext,
  `hide_description` tinyint(4) NOT NULL DEFAULT '0',
  `hide_field_names` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`obj_type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `adv_md_substitutions`
--

LOCK TABLES `adv_md_substitutions` WRITE;
/*!40000 ALTER TABLE `adv_md_substitutions` DISABLE KEYS */;
/*!40000 ALTER TABLE `adv_md_substitutions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `adv_md_values_date`
--

DROP TABLE IF EXISTS `adv_md_values_date`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `adv_md_values_date` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `sub_type` varchar(10) NOT NULL DEFAULT '-',
  `sub_id` int(11) NOT NULL DEFAULT '0',
  `field_id` int(11) NOT NULL DEFAULT '0',
  `value` date DEFAULT NULL,
  `disabled` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`obj_id`,`sub_type`,`sub_id`,`field_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `adv_md_values_date`
--

LOCK TABLES `adv_md_values_date` WRITE;
/*!40000 ALTER TABLE `adv_md_values_date` DISABLE KEYS */;
/*!40000 ALTER TABLE `adv_md_values_date` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `adv_md_values_datetime`
--

DROP TABLE IF EXISTS `adv_md_values_datetime`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `adv_md_values_datetime` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `sub_type` varchar(10) NOT NULL DEFAULT '-',
  `sub_id` int(11) NOT NULL DEFAULT '0',
  `field_id` int(11) NOT NULL DEFAULT '0',
  `value` datetime DEFAULT NULL,
  `disabled` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`obj_id`,`sub_type`,`sub_id`,`field_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `adv_md_values_datetime`
--

LOCK TABLES `adv_md_values_datetime` WRITE;
/*!40000 ALTER TABLE `adv_md_values_datetime` DISABLE KEYS */;
/*!40000 ALTER TABLE `adv_md_values_datetime` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `adv_md_values_enum`
--

DROP TABLE IF EXISTS `adv_md_values_enum`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `adv_md_values_enum` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `sub_type` varchar(10) NOT NULL DEFAULT '-',
  `sub_id` int(11) NOT NULL DEFAULT '0',
  `field_id` int(11) NOT NULL DEFAULT '0',
  `disabled` tinyint(4) NOT NULL DEFAULT '0',
  `value_index` varchar(16) NOT NULL,
  PRIMARY KEY (`obj_id`,`sub_type`,`sub_id`,`field_id`,`value_index`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `adv_md_values_enum`
--

LOCK TABLES `adv_md_values_enum` WRITE;
/*!40000 ALTER TABLE `adv_md_values_enum` DISABLE KEYS */;
/*!40000 ALTER TABLE `adv_md_values_enum` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `adv_md_values_extlink`
--

DROP TABLE IF EXISTS `adv_md_values_extlink`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `adv_md_values_extlink` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `sub_type` varchar(10) NOT NULL DEFAULT '-',
  `sub_id` int(11) NOT NULL DEFAULT '0',
  `field_id` int(11) NOT NULL DEFAULT '0',
  `value` varchar(2000) DEFAULT NULL,
  `title` varchar(500) DEFAULT NULL,
  `disabled` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`obj_id`,`sub_type`,`sub_id`,`field_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `adv_md_values_extlink`
--

LOCK TABLES `adv_md_values_extlink` WRITE;
/*!40000 ALTER TABLE `adv_md_values_extlink` DISABLE KEYS */;
/*!40000 ALTER TABLE `adv_md_values_extlink` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `adv_md_values_float`
--

DROP TABLE IF EXISTS `adv_md_values_float`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `adv_md_values_float` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `sub_type` varchar(10) NOT NULL DEFAULT '-',
  `sub_id` int(11) NOT NULL DEFAULT '0',
  `field_id` int(11) NOT NULL DEFAULT '0',
  `value` double DEFAULT NULL,
  `disabled` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`obj_id`,`sub_type`,`sub_id`,`field_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `adv_md_values_float`
--

LOCK TABLES `adv_md_values_float` WRITE;
/*!40000 ALTER TABLE `adv_md_values_float` DISABLE KEYS */;
/*!40000 ALTER TABLE `adv_md_values_float` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `adv_md_values_int`
--

DROP TABLE IF EXISTS `adv_md_values_int`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `adv_md_values_int` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `sub_type` varchar(10) NOT NULL DEFAULT '-',
  `sub_id` int(11) NOT NULL DEFAULT '0',
  `field_id` int(11) NOT NULL DEFAULT '0',
  `value` int(11) DEFAULT NULL,
  `disabled` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`obj_id`,`sub_type`,`sub_id`,`field_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `adv_md_values_int`
--

LOCK TABLES `adv_md_values_int` WRITE;
/*!40000 ALTER TABLE `adv_md_values_int` DISABLE KEYS */;
/*!40000 ALTER TABLE `adv_md_values_int` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `adv_md_values_intlink`
--

DROP TABLE IF EXISTS `adv_md_values_intlink`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `adv_md_values_intlink` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `sub_type` varchar(10) NOT NULL DEFAULT '-',
  `sub_id` int(11) NOT NULL DEFAULT '0',
  `field_id` int(11) NOT NULL DEFAULT '0',
  `value` int(11) NOT NULL,
  `disabled` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`obj_id`,`sub_type`,`sub_id`,`field_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `adv_md_values_intlink`
--

LOCK TABLES `adv_md_values_intlink` WRITE;
/*!40000 ALTER TABLE `adv_md_values_intlink` DISABLE KEYS */;
/*!40000 ALTER TABLE `adv_md_values_intlink` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `adv_md_values_location`
--

DROP TABLE IF EXISTS `adv_md_values_location`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `adv_md_values_location` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `sub_type` varchar(10) NOT NULL DEFAULT '-',
  `sub_id` int(11) NOT NULL DEFAULT '0',
  `field_id` int(11) NOT NULL DEFAULT '0',
  `loc_lat` double DEFAULT NULL,
  `loc_long` double DEFAULT NULL,
  `loc_zoom` tinyint(4) DEFAULT NULL,
  `disabled` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`obj_id`,`sub_type`,`sub_id`,`field_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `adv_md_values_location`
--

LOCK TABLES `adv_md_values_location` WRITE;
/*!40000 ALTER TABLE `adv_md_values_location` DISABLE KEYS */;
/*!40000 ALTER TABLE `adv_md_values_location` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `adv_md_values_ltext`
--

DROP TABLE IF EXISTS `adv_md_values_ltext`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `adv_md_values_ltext` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `sub_type` varchar(10) NOT NULL DEFAULT '-',
  `sub_id` int(11) NOT NULL DEFAULT '0',
  `field_id` int(11) NOT NULL DEFAULT '0',
  `value_index` varchar(16) NOT NULL,
  `value` varchar(4000) DEFAULT NULL,
  `disabled` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`obj_id`,`sub_type`,`sub_id`,`field_id`,`value_index`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `adv_md_values_ltext`
--

LOCK TABLES `adv_md_values_ltext` WRITE;
/*!40000 ALTER TABLE `adv_md_values_ltext` DISABLE KEYS */;
/*!40000 ALTER TABLE `adv_md_values_ltext` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `adv_md_values_text`
--

DROP TABLE IF EXISTS `adv_md_values_text`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `adv_md_values_text` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `field_id` int(11) NOT NULL DEFAULT '0',
  `value` varchar(4000) DEFAULT NULL,
  `disabled` tinyint(4) NOT NULL DEFAULT '0',
  `sub_type` varchar(10) NOT NULL DEFAULT '-',
  `sub_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`obj_id`,`field_id`,`sub_type`,`sub_id`),
  KEY `i1_idx` (`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `adv_md_values_text`
--

LOCK TABLES `adv_md_values_text` WRITE;
/*!40000 ALTER TABLE `adv_md_values_text` DISABLE KEYS */;
/*!40000 ALTER TABLE `adv_md_values_text` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `adv_mdf_definition`
--

DROP TABLE IF EXISTS `adv_mdf_definition`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `adv_mdf_definition` (
  `field_id` int(11) NOT NULL DEFAULT '0',
  `record_id` int(11) NOT NULL DEFAULT '0',
  `import_id` varchar(32) DEFAULT NULL,
  `position` int(11) NOT NULL DEFAULT '0',
  `field_type` tinyint(4) NOT NULL DEFAULT '0',
  `field_values` text,
  `title` varchar(255) DEFAULT NULL,
  `description` varchar(2000) DEFAULT NULL,
  `searchable` tinyint(4) NOT NULL DEFAULT '0',
  `required` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`field_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `adv_mdf_definition`
--

LOCK TABLES `adv_mdf_definition` WRITE;
/*!40000 ALTER TABLE `adv_mdf_definition` DISABLE KEYS */;
/*!40000 ALTER TABLE `adv_mdf_definition` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `adv_mdf_definition_seq`
--

DROP TABLE IF EXISTS `adv_mdf_definition_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `adv_mdf_definition_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `adv_mdf_definition_seq`
--

LOCK TABLES `adv_mdf_definition_seq` WRITE;
/*!40000 ALTER TABLE `adv_mdf_definition_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `adv_mdf_definition_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `adv_mdf_enum`
--

DROP TABLE IF EXISTS `adv_mdf_enum`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `adv_mdf_enum` (
  `field_id` int(11) NOT NULL,
  `lang_code` varchar(5) NOT NULL,
  `idx` int(11) NOT NULL,
  `value` varchar(4000) NOT NULL,
  PRIMARY KEY (`field_id`,`lang_code`,`idx`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `adv_mdf_enum`
--

LOCK TABLES `adv_mdf_enum` WRITE;
/*!40000 ALTER TABLE `adv_mdf_enum` DISABLE KEYS */;
/*!40000 ALTER TABLE `adv_mdf_enum` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `aicc_course`
--

DROP TABLE IF EXISTS `aicc_course`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `aicc_course` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `course_creator` varchar(255) DEFAULT NULL,
  `course_id` varchar(50) DEFAULT NULL,
  `course_system` varchar(50) DEFAULT NULL,
  `course_title` varchar(255) DEFAULT NULL,
  `c_level` varchar(5) DEFAULT NULL,
  `max_fields_cst` int(11) DEFAULT '0',
  `max_fields_ort` int(11) DEFAULT '0',
  `total_aus` int(11) NOT NULL DEFAULT '0',
  `total_blocks` int(11) NOT NULL DEFAULT '0',
  `total_complex_obj` int(11) DEFAULT '0',
  `total_objectives` int(11) DEFAULT '0',
  `version` varchar(10) DEFAULT NULL,
  `max_normal` tinyint(4) DEFAULT NULL,
  `description` longtext,
  PRIMARY KEY (`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `aicc_course`
--

LOCK TABLES `aicc_course` WRITE;
/*!40000 ALTER TABLE `aicc_course` DISABLE KEYS */;
/*!40000 ALTER TABLE `aicc_course` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `aicc_object`
--

DROP TABLE IF EXISTS `aicc_object`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `aicc_object` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `slm_id` int(11) NOT NULL DEFAULT '0',
  `system_id` varchar(50) DEFAULT NULL,
  `title` varchar(4000) DEFAULT NULL,
  `description` longtext,
  `developer_id` varchar(50) DEFAULT NULL,
  `c_type` varchar(50) DEFAULT NULL,
  PRIMARY KEY (`obj_id`),
  KEY `i1_idx` (`slm_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `aicc_object`
--

LOCK TABLES `aicc_object` WRITE;
/*!40000 ALTER TABLE `aicc_object` DISABLE KEYS */;
/*!40000 ALTER TABLE `aicc_object` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `aicc_object_seq`
--

DROP TABLE IF EXISTS `aicc_object_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `aicc_object_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `aicc_object_seq`
--

LOCK TABLES `aicc_object_seq` WRITE;
/*!40000 ALTER TABLE `aicc_object_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `aicc_object_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `aicc_units`
--

DROP TABLE IF EXISTS `aicc_units`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `aicc_units` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `c_type` varchar(50) DEFAULT NULL,
  `command_line` varchar(255) DEFAULT NULL,
  `max_time_allowed` time DEFAULT NULL,
  `time_limit_action` varchar(50) DEFAULT NULL,
  `max_score` double DEFAULT NULL,
  `core_vendor` varchar(4000) DEFAULT NULL,
  `system_vendor` varchar(4000) DEFAULT NULL,
  `file_name` varchar(255) DEFAULT NULL,
  `mastery_score` int(11) NOT NULL DEFAULT '0',
  `web_launch` varchar(255) DEFAULT NULL,
  `au_password` varchar(50) DEFAULT NULL,
  PRIMARY KEY (`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `aicc_units`
--

LOCK TABLES `aicc_units` WRITE;
/*!40000 ALTER TABLE `aicc_units` DISABLE KEYS */;
/*!40000 ALTER TABLE `aicc_units` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `aicc_units_seq`
--

DROP TABLE IF EXISTS `aicc_units_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `aicc_units_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `aicc_units_seq`
--

LOCK TABLES `aicc_units_seq` WRITE;
/*!40000 ALTER TABLE `aicc_units_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `aicc_units_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ass_log`
--

DROP TABLE IF EXISTS `ass_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ass_log` (
  `ass_log_id` int(11) NOT NULL DEFAULT '0',
  `user_fi` int(11) NOT NULL DEFAULT '0',
  `obj_fi` int(11) NOT NULL DEFAULT '0',
  `logtext` varchar(4000) DEFAULT NULL,
  `question_fi` int(11) DEFAULT NULL,
  `original_fi` int(11) DEFAULT NULL,
  `ref_id` int(11) DEFAULT NULL,
  `test_only` varchar(1) DEFAULT '0',
  `tstamp` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`ass_log_id`),
  KEY `i1_idx` (`user_fi`,`obj_fi`),
  KEY `i2_idx` (`obj_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ass_log`
--

LOCK TABLES `ass_log` WRITE;
/*!40000 ALTER TABLE `ass_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `ass_log` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ass_log_seq`
--

DROP TABLE IF EXISTS `ass_log_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ass_log_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ass_log_seq`
--

LOCK TABLES `ass_log_seq` WRITE;
/*!40000 ALTER TABLE `ass_log_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `ass_log_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `auth_ext_attr_mapping`
--

DROP TABLE IF EXISTS `auth_ext_attr_mapping`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `auth_ext_attr_mapping` (
  `auth_src_id` int(11) NOT NULL DEFAULT '0',
  `attribute` varchar(75) NOT NULL,
  `ext_attribute` varchar(1000) DEFAULT NULL,
  `update_automatically` tinyint(4) NOT NULL DEFAULT '0',
  `auth_mode` varchar(50) NOT NULL DEFAULT '',
  PRIMARY KEY (`auth_mode`,`auth_src_id`,`attribute`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `auth_ext_attr_mapping`
--

LOCK TABLES `auth_ext_attr_mapping` WRITE;
/*!40000 ALTER TABLE `auth_ext_attr_mapping` DISABLE KEYS */;
/*!40000 ALTER TABLE `auth_ext_attr_mapping` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `background_task`
--

DROP TABLE IF EXISTS `background_task`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `background_task` (
  `id` int(11) NOT NULL DEFAULT '0',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `handler` varchar(1000) DEFAULT NULL,
  `steps` mediumint(9) NOT NULL DEFAULT '0',
  `cstep` mediumint(9) DEFAULT NULL,
  `start_date` datetime DEFAULT NULL,
  `status` varchar(100) DEFAULT NULL,
  `params` varchar(4000) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `background_task`
--

LOCK TABLES `background_task` WRITE;
/*!40000 ALTER TABLE `background_task` DISABLE KEYS */;
/*!40000 ALTER TABLE `background_task` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `background_task_seq`
--

DROP TABLE IF EXISTS `background_task_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `background_task_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `background_task_seq`
--

LOCK TABLES `background_task_seq` WRITE;
/*!40000 ALTER TABLE `background_task_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `background_task_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `badge_badge`
--

DROP TABLE IF EXISTS `badge_badge`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `badge_badge` (
  `id` int(11) NOT NULL DEFAULT '0',
  `parent_id` int(11) NOT NULL DEFAULT '0',
  `type_id` varchar(255) DEFAULT NULL,
  `active` tinyint(4) NOT NULL DEFAULT '0',
  `title` varchar(255) DEFAULT NULL,
  `descr` varchar(4000) DEFAULT NULL,
  `conf` varchar(4000) DEFAULT NULL,
  `image` varchar(255) DEFAULT NULL,
  `valid` varchar(255) DEFAULT NULL,
  `crit` varchar(4000) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `badge_badge`
--

LOCK TABLES `badge_badge` WRITE;
/*!40000 ALTER TABLE `badge_badge` DISABLE KEYS */;
/*!40000 ALTER TABLE `badge_badge` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `badge_badge_seq`
--

DROP TABLE IF EXISTS `badge_badge_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `badge_badge_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `badge_badge_seq`
--

LOCK TABLES `badge_badge_seq` WRITE;
/*!40000 ALTER TABLE `badge_badge_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `badge_badge_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `badge_image_templ_type`
--

DROP TABLE IF EXISTS `badge_image_templ_type`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `badge_image_templ_type` (
  `tmpl_id` int(11) NOT NULL DEFAULT '0',
  `type_id` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`tmpl_id`,`type_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `badge_image_templ_type`
--

LOCK TABLES `badge_image_templ_type` WRITE;
/*!40000 ALTER TABLE `badge_image_templ_type` DISABLE KEYS */;
/*!40000 ALTER TABLE `badge_image_templ_type` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `badge_image_template`
--

DROP TABLE IF EXISTS `badge_image_template`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `badge_image_template` (
  `id` int(11) NOT NULL DEFAULT '0',
  `title` varchar(255) DEFAULT NULL,
  `image` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `badge_image_template`
--

LOCK TABLES `badge_image_template` WRITE;
/*!40000 ALTER TABLE `badge_image_template` DISABLE KEYS */;
/*!40000 ALTER TABLE `badge_image_template` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `badge_image_template_seq`
--

DROP TABLE IF EXISTS `badge_image_template_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `badge_image_template_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `badge_image_template_seq`
--

LOCK TABLES `badge_image_template_seq` WRITE;
/*!40000 ALTER TABLE `badge_image_template_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `badge_image_template_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `badge_user_badge`
--

DROP TABLE IF EXISTS `badge_user_badge`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `badge_user_badge` (
  `badge_id` int(11) NOT NULL DEFAULT '0',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `tstamp` int(11) NOT NULL DEFAULT '0',
  `awarded_by` int(11) DEFAULT NULL,
  `pos` smallint(6) DEFAULT NULL,
  PRIMARY KEY (`badge_id`,`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `badge_user_badge`
--

LOCK TABLES `badge_user_badge` WRITE;
/*!40000 ALTER TABLE `badge_user_badge` DISABLE KEYS */;
/*!40000 ALTER TABLE `badge_user_badge` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `benchmark`
--

DROP TABLE IF EXISTS `benchmark`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `benchmark` (
  `id` int(11) NOT NULL DEFAULT '0',
  `cdate` datetime DEFAULT NULL,
  `module` varchar(150) DEFAULT NULL,
  `benchmark` varchar(150) DEFAULT NULL,
  `duration` double DEFAULT NULL,
  `sql_stmt` longtext,
  PRIMARY KEY (`id`),
  KEY `i1_idx` (`module`,`benchmark`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `benchmark`
--

LOCK TABLES `benchmark` WRITE;
/*!40000 ALTER TABLE `benchmark` DISABLE KEYS */;
/*!40000 ALTER TABLE `benchmark` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `benchmark_seq`
--

DROP TABLE IF EXISTS `benchmark_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `benchmark_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `benchmark_seq`
--

LOCK TABLES `benchmark_seq` WRITE;
/*!40000 ALTER TABLE `benchmark_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `benchmark_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `book_obj_use_book`
--

DROP TABLE IF EXISTS `book_obj_use_book`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `book_obj_use_book` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `book_ref_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`obj_id`,`book_ref_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `book_obj_use_book`
--

LOCK TABLES `book_obj_use_book` WRITE;
/*!40000 ALTER TABLE `book_obj_use_book` DISABLE KEYS */;
/*!40000 ALTER TABLE `book_obj_use_book` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `book_sel_object`
--

DROP TABLE IF EXISTS `book_sel_object`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `book_sel_object` (
  `user_id` int(11) NOT NULL DEFAULT '0',
  `object_id` int(11) NOT NULL DEFAULT '0',
  `pool_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`user_id`,`object_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `book_sel_object`
--

LOCK TABLES `book_sel_object` WRITE;
/*!40000 ALTER TABLE `book_sel_object` DISABLE KEYS */;
/*!40000 ALTER TABLE `book_sel_object` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `booking_entry`
--

DROP TABLE IF EXISTS `booking_entry`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `booking_entry` (
  `booking_id` int(11) NOT NULL DEFAULT '0',
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `deadline` int(11) NOT NULL DEFAULT '0',
  `num_bookings` int(11) NOT NULL DEFAULT '0',
  `target_obj_id` int(11) DEFAULT NULL,
  `booking_group` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`booking_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `booking_entry`
--

LOCK TABLES `booking_entry` WRITE;
/*!40000 ALTER TABLE `booking_entry` DISABLE KEYS */;
/*!40000 ALTER TABLE `booking_entry` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `booking_entry_seq`
--

DROP TABLE IF EXISTS `booking_entry_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `booking_entry_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `booking_entry_seq`
--

LOCK TABLES `booking_entry_seq` WRITE;
/*!40000 ALTER TABLE `booking_entry_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `booking_entry_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `booking_member`
--

DROP TABLE IF EXISTS `booking_member`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `booking_member` (
  `participant_id` int(11) NOT NULL DEFAULT '0',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `booking_pool_id` varchar(255) NOT NULL,
  `assigner_user_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`participant_id`,`user_id`,`booking_pool_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `booking_member`
--

LOCK TABLES `booking_member` WRITE;
/*!40000 ALTER TABLE `booking_member` DISABLE KEYS */;
/*!40000 ALTER TABLE `booking_member` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `booking_member_seq`
--

DROP TABLE IF EXISTS `booking_member_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `booking_member_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `booking_member_seq`
--

LOCK TABLES `booking_member_seq` WRITE;
/*!40000 ALTER TABLE `booking_member_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `booking_member_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `booking_obj_assignment`
--

DROP TABLE IF EXISTS `booking_obj_assignment`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `booking_obj_assignment` (
  `booking_id` int(11) NOT NULL DEFAULT '0',
  `target_obj_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`booking_id`,`target_obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `booking_obj_assignment`
--

LOCK TABLES `booking_obj_assignment` WRITE;
/*!40000 ALTER TABLE `booking_obj_assignment` DISABLE KEYS */;
/*!40000 ALTER TABLE `booking_obj_assignment` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `booking_object`
--

DROP TABLE IF EXISTS `booking_object`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `booking_object` (
  `booking_object_id` int(11) NOT NULL DEFAULT '0',
  `title` varchar(255) NOT NULL DEFAULT '',
  `schedule_id` int(11) DEFAULT NULL,
  `pool_id` int(11) DEFAULT '0',
  `description` varchar(1000) DEFAULT NULL,
  `nr_items` smallint(6) NOT NULL DEFAULT '1',
  `info_file` varchar(500) DEFAULT NULL,
  `post_text` varchar(4000) DEFAULT NULL,
  `post_file` varchar(500) DEFAULT NULL,
  PRIMARY KEY (`booking_object_id`),
  KEY `i1_idx` (`pool_id`),
  KEY `i2_idx` (`schedule_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `booking_object`
--

LOCK TABLES `booking_object` WRITE;
/*!40000 ALTER TABLE `booking_object` DISABLE KEYS */;
/*!40000 ALTER TABLE `booking_object` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `booking_object_seq`
--

DROP TABLE IF EXISTS `booking_object_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `booking_object_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `booking_object_seq`
--

LOCK TABLES `booking_object_seq` WRITE;
/*!40000 ALTER TABLE `booking_object_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `booking_object_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `booking_preferences`
--

DROP TABLE IF EXISTS `booking_preferences`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `booking_preferences` (
  `book_pool_id` int(11) NOT NULL DEFAULT '0',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `book_obj_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`book_pool_id`,`user_id`,`book_obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `booking_preferences`
--

LOCK TABLES `booking_preferences` WRITE;
/*!40000 ALTER TABLE `booking_preferences` DISABLE KEYS */;
/*!40000 ALTER TABLE `booking_preferences` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `booking_reservation`
--

DROP TABLE IF EXISTS `booking_reservation`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `booking_reservation` (
  `booking_reservation_id` int(11) NOT NULL DEFAULT '0',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `object_id` int(11) NOT NULL DEFAULT '0',
  `date_from` int(11) NOT NULL DEFAULT '0',
  `date_to` int(11) NOT NULL DEFAULT '0',
  `status` smallint(6) DEFAULT NULL,
  `group_id` int(11) DEFAULT NULL,
  `assigner_id` int(11) NOT NULL DEFAULT '0',
  `context_obj_id` int(11) DEFAULT '0',
  `message` varchar(4000) NOT NULL DEFAULT '',
  PRIMARY KEY (`booking_reservation_id`),
  KEY `i1_idx` (`user_id`),
  KEY `i2_idx` (`object_id`),
  KEY `i3_idx` (`date_from`),
  KEY `i4_idx` (`date_to`),
  KEY `i5_idx` (`context_obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `booking_reservation`
--

LOCK TABLES `booking_reservation` WRITE;
/*!40000 ALTER TABLE `booking_reservation` DISABLE KEYS */;
/*!40000 ALTER TABLE `booking_reservation` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `booking_reservation_group_seq`
--

DROP TABLE IF EXISTS `booking_reservation_group_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `booking_reservation_group_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `booking_reservation_group_seq`
--

LOCK TABLES `booking_reservation_group_seq` WRITE;
/*!40000 ALTER TABLE `booking_reservation_group_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `booking_reservation_group_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `booking_reservation_seq`
--

DROP TABLE IF EXISTS `booking_reservation_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `booking_reservation_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `booking_reservation_seq`
--

LOCK TABLES `booking_reservation_seq` WRITE;
/*!40000 ALTER TABLE `booking_reservation_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `booking_reservation_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `booking_schedule`
--

DROP TABLE IF EXISTS `booking_schedule`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `booking_schedule` (
  `booking_schedule_id` int(11) NOT NULL DEFAULT '0',
  `title` varchar(255) NOT NULL DEFAULT '',
  `pool_id` int(11) NOT NULL DEFAULT '0',
  `deadline` int(11) DEFAULT NULL,
  `rent_min` int(11) DEFAULT NULL,
  `rent_max` int(11) DEFAULT NULL,
  `raster` int(11) DEFAULT NULL,
  `auto_break` int(11) DEFAULT NULL,
  `av_from` int(11) DEFAULT NULL,
  `av_to` int(11) DEFAULT NULL,
  PRIMARY KEY (`booking_schedule_id`),
  KEY `i1_idx` (`pool_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `booking_schedule`
--

LOCK TABLES `booking_schedule` WRITE;
/*!40000 ALTER TABLE `booking_schedule` DISABLE KEYS */;
/*!40000 ALTER TABLE `booking_schedule` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `booking_schedule_seq`
--

DROP TABLE IF EXISTS `booking_schedule_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `booking_schedule_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `booking_schedule_seq`
--

LOCK TABLES `booking_schedule_seq` WRITE;
/*!40000 ALTER TABLE `booking_schedule_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `booking_schedule_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `booking_schedule_slot`
--

DROP TABLE IF EXISTS `booking_schedule_slot`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `booking_schedule_slot` (
  `booking_schedule_id` int(11) NOT NULL DEFAULT '0',
  `day_id` varchar(2) NOT NULL DEFAULT '',
  `slot_id` tinyint(4) NOT NULL DEFAULT '0',
  `times` varchar(50) NOT NULL DEFAULT '',
  PRIMARY KEY (`booking_schedule_id`,`day_id`,`slot_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `booking_schedule_slot`
--

LOCK TABLES `booking_schedule_slot` WRITE;
/*!40000 ALTER TABLE `booking_schedule_slot` DISABLE KEYS */;
/*!40000 ALTER TABLE `booking_schedule_slot` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `booking_settings`
--

DROP TABLE IF EXISTS `booking_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `booking_settings` (
  `booking_pool_id` int(11) NOT NULL DEFAULT '0',
  `public_log` tinyint(4) DEFAULT NULL,
  `pool_offline` tinyint(4) DEFAULT NULL,
  `slots_no` smallint(6) DEFAULT '0',
  `schedule_type` tinyint(4) NOT NULL DEFAULT '1',
  `ovlimit` tinyint(4) DEFAULT NULL,
  `rsv_filter_period` smallint(6) DEFAULT NULL,
  `reminder_status` tinyint(4) NOT NULL DEFAULT '0',
  `reminder_day` int(11) NOT NULL DEFAULT '0',
  `last_remind_ts` int(11) NOT NULL DEFAULT '0',
  `preference_nr` int(11) NOT NULL DEFAULT '0',
  `pref_deadline` int(11) NOT NULL DEFAULT '0',
  `pref_booking_hash` varchar(23) NOT NULL DEFAULT '0',
  `messages` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`booking_pool_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `booking_settings`
--

LOCK TABLES `booking_settings` WRITE;
/*!40000 ALTER TABLE `booking_settings` DISABLE KEYS */;
/*!40000 ALTER TABLE `booking_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `booking_user`
--

DROP TABLE IF EXISTS `booking_user`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `booking_user` (
  `entry_id` int(11) NOT NULL DEFAULT '0',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `tstamp` int(11) NOT NULL DEFAULT '0',
  `booking_message` varchar(1024) DEFAULT NULL,
  `notification_sent` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`entry_id`,`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `booking_user`
--

LOCK TABLES `booking_user` WRITE;
/*!40000 ALTER TABLE `booking_user` DISABLE KEYS */;
/*!40000 ALTER TABLE `booking_user` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bookmark_data`
--

DROP TABLE IF EXISTS `bookmark_data`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `bookmark_data` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `title` varchar(200) DEFAULT NULL,
  `description` varchar(255) DEFAULT NULL,
  `target` varchar(200) DEFAULT NULL,
  `type` varchar(4) DEFAULT NULL,
  PRIMARY KEY (`obj_id`,`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bookmark_data`
--

LOCK TABLES `bookmark_data` WRITE;
/*!40000 ALTER TABLE `bookmark_data` DISABLE KEYS */;
INSERT INTO `bookmark_data` VALUES (1,0,'dummy_folder','','','bmf');
/*!40000 ALTER TABLE `bookmark_data` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bookmark_data_seq`
--

DROP TABLE IF EXISTS `bookmark_data_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `bookmark_data_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bookmark_data_seq`
--

LOCK TABLES `bookmark_data_seq` WRITE;
/*!40000 ALTER TABLE `bookmark_data_seq` DISABLE KEYS */;
INSERT INTO `bookmark_data_seq` VALUES (1);
/*!40000 ALTER TABLE `bookmark_data_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bookmark_tree`
--

DROP TABLE IF EXISTS `bookmark_tree`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `bookmark_tree` (
  `tree` int(11) NOT NULL DEFAULT '0',
  `child` int(11) NOT NULL DEFAULT '0',
  `parent` int(11) DEFAULT NULL,
  `lft` int(11) NOT NULL DEFAULT '0',
  `rgt` int(11) NOT NULL DEFAULT '0',
  `depth` smallint(6) NOT NULL DEFAULT '0',
  PRIMARY KEY (`tree`,`child`),
  KEY `i1_idx` (`child`),
  KEY `i2_idx` (`parent`),
  KEY `i3_idx` (`child`,`tree`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bookmark_tree`
--

LOCK TABLES `bookmark_tree` WRITE;
/*!40000 ALTER TABLE `bookmark_tree` DISABLE KEYS */;
INSERT INTO `bookmark_tree` VALUES (6,1,0,1,2,1);
/*!40000 ALTER TABLE `bookmark_tree` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `buddylist`
--

DROP TABLE IF EXISTS `buddylist`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `buddylist` (
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `buddy_usr_id` int(11) NOT NULL DEFAULT '0',
  `ts` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`usr_id`,`buddy_usr_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `buddylist`
--

LOCK TABLES `buddylist` WRITE;
/*!40000 ALTER TABLE `buddylist` DISABLE KEYS */;
/*!40000 ALTER TABLE `buddylist` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `buddylist_requests`
--

DROP TABLE IF EXISTS `buddylist_requests`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `buddylist_requests` (
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `buddy_usr_id` int(11) NOT NULL DEFAULT '0',
  `ignored` tinyint(4) NOT NULL DEFAULT '0',
  `ts` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`usr_id`,`buddy_usr_id`),
  KEY `i1_idx` (`buddy_usr_id`,`ignored`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `buddylist_requests`
--

LOCK TABLES `buddylist_requests` WRITE;
/*!40000 ALTER TABLE `buddylist_requests` DISABLE KEYS */;
/*!40000 ALTER TABLE `buddylist_requests` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cache_clob`
--

DROP TABLE IF EXISTS `cache_clob`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cache_clob` (
  `component` varchar(50) NOT NULL DEFAULT '',
  `name` varchar(50) NOT NULL DEFAULT '',
  `entry_id` varchar(50) NOT NULL DEFAULT '',
  `value` longtext,
  `expire_time` int(11) NOT NULL DEFAULT '0',
  `ilias_version` varchar(10) DEFAULT NULL,
  `int_key_1` int(11) DEFAULT NULL,
  `int_key_2` int(11) DEFAULT NULL,
  `text_key_1` varchar(20) DEFAULT NULL,
  `text_key_2` varchar(20) DEFAULT NULL,
  PRIMARY KEY (`component`,`name`,`entry_id`),
  KEY `et_idx` (`expire_time`),
  KEY `iv_idx` (`ilias_version`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cache_clob`
--

LOCK TABLES `cache_clob` WRITE;
/*!40000 ALTER TABLE `cache_clob` DISABLE KEYS */;
/*!40000 ALTER TABLE `cache_clob` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cache_text`
--

DROP TABLE IF EXISTS `cache_text`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cache_text` (
  `component` varchar(50) NOT NULL DEFAULT '',
  `name` varchar(50) NOT NULL DEFAULT '',
  `entry_id` varchar(50) NOT NULL DEFAULT '',
  `value` varchar(4000) DEFAULT NULL,
  `expire_time` int(11) NOT NULL DEFAULT '0',
  `ilias_version` varchar(10) DEFAULT NULL,
  `int_key_1` int(11) DEFAULT NULL,
  `int_key_2` int(11) DEFAULT NULL,
  `text_key_1` varchar(20) DEFAULT NULL,
  `text_key_2` varchar(20) DEFAULT NULL,
  PRIMARY KEY (`component`,`name`,`entry_id`),
  KEY `et_idx` (`expire_time`),
  KEY `iv_idx` (`ilias_version`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cache_text`
--

LOCK TABLES `cache_text` WRITE;
/*!40000 ALTER TABLE `cache_text` DISABLE KEYS */;
/*!40000 ALTER TABLE `cache_text` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cal_auth_token`
--

DROP TABLE IF EXISTS `cal_auth_token`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cal_auth_token` (
  `user_id` int(11) NOT NULL DEFAULT '0',
  `hash` varchar(32) NOT NULL DEFAULT '',
  `selection` int(11) NOT NULL DEFAULT '0',
  `calendar` int(11) NOT NULL DEFAULT '0',
  `ical` longtext,
  `c_time` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`user_id`,`hash`),
  KEY `i1_idx` (`hash`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cal_auth_token`
--

LOCK TABLES `cal_auth_token` WRITE;
/*!40000 ALTER TABLE `cal_auth_token` DISABLE KEYS */;
/*!40000 ALTER TABLE `cal_auth_token` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cal_cat_assignments`
--

DROP TABLE IF EXISTS `cal_cat_assignments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cal_cat_assignments` (
  `cal_id` int(11) NOT NULL DEFAULT '0',
  `cat_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`cal_id`,`cat_id`),
  KEY `i2_idx` (`cat_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cal_cat_assignments`
--

LOCK TABLES `cal_cat_assignments` WRITE;
/*!40000 ALTER TABLE `cal_cat_assignments` DISABLE KEYS */;
/*!40000 ALTER TABLE `cal_cat_assignments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cal_cat_visibility`
--

DROP TABLE IF EXISTS `cal_cat_visibility`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cal_cat_visibility` (
  `user_id` int(11) NOT NULL DEFAULT '0',
  `cat_id` int(11) NOT NULL DEFAULT '0',
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `visible` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`user_id`,`cat_id`,`obj_id`),
  KEY `i1_idx` (`cat_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cal_cat_visibility`
--

LOCK TABLES `cal_cat_visibility` WRITE;
/*!40000 ALTER TABLE `cal_cat_visibility` DISABLE KEYS */;
/*!40000 ALTER TABLE `cal_cat_visibility` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cal_categories`
--

DROP TABLE IF EXISTS `cal_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cal_categories` (
  `cat_id` int(11) NOT NULL DEFAULT '0',
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `title` char(128) DEFAULT NULL,
  `color` char(8) DEFAULT NULL,
  `type` tinyint(4) NOT NULL DEFAULT '0',
  `loc_type` tinyint(4) NOT NULL DEFAULT '1',
  `remote_url` varchar(500) DEFAULT NULL,
  `remote_user` varchar(50) DEFAULT NULL,
  `remote_pass` varchar(50) DEFAULT NULL,
  `remote_sync` datetime DEFAULT NULL,
  PRIMARY KEY (`cat_id`),
  KEY `i2_idx` (`obj_id`),
  KEY `i3_idx` (`type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cal_categories`
--

LOCK TABLES `cal_categories` WRITE;
/*!40000 ALTER TABLE `cal_categories` DISABLE KEYS */;
/*!40000 ALTER TABLE `cal_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cal_categories_seq`
--

DROP TABLE IF EXISTS `cal_categories_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cal_categories_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cal_categories_seq`
--

LOCK TABLES `cal_categories_seq` WRITE;
/*!40000 ALTER TABLE `cal_categories_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `cal_categories_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cal_ch_group`
--

DROP TABLE IF EXISTS `cal_ch_group`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cal_ch_group` (
  `grp_id` int(11) NOT NULL DEFAULT '0',
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `multiple_assignments` tinyint(4) NOT NULL DEFAULT '0',
  `title` varchar(512) DEFAULT NULL,
  PRIMARY KEY (`grp_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cal_ch_group`
--

LOCK TABLES `cal_ch_group` WRITE;
/*!40000 ALTER TABLE `cal_ch_group` DISABLE KEYS */;
/*!40000 ALTER TABLE `cal_ch_group` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cal_ch_group_seq`
--

DROP TABLE IF EXISTS `cal_ch_group_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cal_ch_group_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cal_ch_group_seq`
--

LOCK TABLES `cal_ch_group_seq` WRITE;
/*!40000 ALTER TABLE `cal_ch_group_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `cal_ch_group_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cal_ch_settings`
--

DROP TABLE IF EXISTS `cal_ch_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cal_ch_settings` (
  `user_id` int(11) NOT NULL DEFAULT '0',
  `admin_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`user_id`,`admin_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cal_ch_settings`
--

LOCK TABLES `cal_ch_settings` WRITE;
/*!40000 ALTER TABLE `cal_ch_settings` DISABLE KEYS */;
/*!40000 ALTER TABLE `cal_ch_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cal_entries`
--

DROP TABLE IF EXISTS `cal_entries`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cal_entries` (
  `cal_id` int(11) NOT NULL DEFAULT '0',
  `last_update` datetime DEFAULT NULL,
  `title` char(128) DEFAULT NULL,
  `subtitle` char(64) DEFAULT NULL,
  `description` varchar(4000) DEFAULT NULL,
  `location` varchar(4000) DEFAULT NULL,
  `fullday` tinyint(4) NOT NULL DEFAULT '0',
  `starta` datetime DEFAULT NULL,
  `enda` datetime DEFAULT NULL,
  `informations` varchar(4000) DEFAULT NULL,
  `auto_generated` tinyint(4) NOT NULL DEFAULT '0',
  `context_id` int(11) NOT NULL DEFAULT '0',
  `translation_type` tinyint(4) NOT NULL DEFAULT '0',
  `notification` tinyint(4) NOT NULL DEFAULT '0',
  `context_info` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`cal_id`),
  KEY `i1_idx` (`last_update`),
  KEY `i2_idx` (`context_id`),
  KEY `i3_idx` (`starta`),
  KEY `i4_idx` (`enda`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cal_entries`
--

LOCK TABLES `cal_entries` WRITE;
/*!40000 ALTER TABLE `cal_entries` DISABLE KEYS */;
/*!40000 ALTER TABLE `cal_entries` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cal_entries_seq`
--

DROP TABLE IF EXISTS `cal_entries_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cal_entries_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cal_entries_seq`
--

LOCK TABLES `cal_entries_seq` WRITE;
/*!40000 ALTER TABLE `cal_entries_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `cal_entries_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cal_notification`
--

DROP TABLE IF EXISTS `cal_notification`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cal_notification` (
  `notification_id` int(11) NOT NULL DEFAULT '0',
  `cal_id` int(11) NOT NULL DEFAULT '0',
  `user_type` tinyint(4) NOT NULL DEFAULT '0',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `email` varchar(64) DEFAULT NULL,
  PRIMARY KEY (`notification_id`),
  KEY `i1_idx` (`cal_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cal_notification`
--

LOCK TABLES `cal_notification` WRITE;
/*!40000 ALTER TABLE `cal_notification` DISABLE KEYS */;
/*!40000 ALTER TABLE `cal_notification` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cal_notification_seq`
--

DROP TABLE IF EXISTS `cal_notification_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cal_notification_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cal_notification_seq`
--

LOCK TABLES `cal_notification_seq` WRITE;
/*!40000 ALTER TABLE `cal_notification_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `cal_notification_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cal_rec_exclusion`
--

DROP TABLE IF EXISTS `cal_rec_exclusion`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cal_rec_exclusion` (
  `excl_id` int(11) NOT NULL DEFAULT '0',
  `cal_id` int(11) NOT NULL DEFAULT '0',
  `excl_date` date DEFAULT NULL,
  PRIMARY KEY (`excl_id`),
  KEY `i1_idx` (`cal_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cal_rec_exclusion`
--

LOCK TABLES `cal_rec_exclusion` WRITE;
/*!40000 ALTER TABLE `cal_rec_exclusion` DISABLE KEYS */;
/*!40000 ALTER TABLE `cal_rec_exclusion` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cal_rec_exclusion_seq`
--

DROP TABLE IF EXISTS `cal_rec_exclusion_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cal_rec_exclusion_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cal_rec_exclusion_seq`
--

LOCK TABLES `cal_rec_exclusion_seq` WRITE;
/*!40000 ALTER TABLE `cal_rec_exclusion_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `cal_rec_exclusion_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cal_recurrence_rules`
--

DROP TABLE IF EXISTS `cal_recurrence_rules`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cal_recurrence_rules` (
  `rule_id` int(11) NOT NULL DEFAULT '0',
  `cal_id` int(11) NOT NULL DEFAULT '0',
  `cal_recurrence` int(11) NOT NULL DEFAULT '0',
  `freq_type` char(20) DEFAULT NULL,
  `freq_until_date` datetime DEFAULT NULL,
  `freq_until_count` int(11) NOT NULL DEFAULT '0',
  `intervall` int(11) NOT NULL DEFAULT '0',
  `byday` char(64) DEFAULT NULL,
  `byweekno` char(64) DEFAULT '0',
  `bymonth` char(64) DEFAULT NULL,
  `bymonthday` char(64) DEFAULT NULL,
  `byyearday` char(64) DEFAULT NULL,
  `bysetpos` char(64) DEFAULT '0',
  `weekstart` char(2) DEFAULT NULL,
  PRIMARY KEY (`rule_id`),
  KEY `i1_idx` (`cal_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cal_recurrence_rules`
--

LOCK TABLES `cal_recurrence_rules` WRITE;
/*!40000 ALTER TABLE `cal_recurrence_rules` DISABLE KEYS */;
/*!40000 ALTER TABLE `cal_recurrence_rules` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cal_recurrence_rules_seq`
--

DROP TABLE IF EXISTS `cal_recurrence_rules_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cal_recurrence_rules_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cal_recurrence_rules_seq`
--

LOCK TABLES `cal_recurrence_rules_seq` WRITE;
/*!40000 ALTER TABLE `cal_recurrence_rules_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `cal_recurrence_rules_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cal_registrations`
--

DROP TABLE IF EXISTS `cal_registrations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cal_registrations` (
  `cal_id` int(11) NOT NULL DEFAULT '0',
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `dstart` int(11) NOT NULL DEFAULT '0',
  `dend` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`cal_id`,`usr_id`,`dstart`,`dend`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cal_registrations`
--

LOCK TABLES `cal_registrations` WRITE;
/*!40000 ALTER TABLE `cal_registrations` DISABLE KEYS */;
/*!40000 ALTER TABLE `cal_registrations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cal_shared`
--

DROP TABLE IF EXISTS `cal_shared`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cal_shared` (
  `cal_id` int(11) NOT NULL DEFAULT '0',
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `obj_type` int(11) NOT NULL DEFAULT '0',
  `create_date` datetime DEFAULT NULL,
  `writable` tinyint(4) DEFAULT '0',
  PRIMARY KEY (`cal_id`,`obj_id`),
  KEY `i1_idx` (`obj_id`,`obj_type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cal_shared`
--

LOCK TABLES `cal_shared` WRITE;
/*!40000 ALTER TABLE `cal_shared` DISABLE KEYS */;
/*!40000 ALTER TABLE `cal_shared` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cal_shared_status`
--

DROP TABLE IF EXISTS `cal_shared_status`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cal_shared_status` (
  `cal_id` int(11) NOT NULL DEFAULT '0',
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `status` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`cal_id`,`usr_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cal_shared_status`
--

LOCK TABLES `cal_shared_status` WRITE;
/*!40000 ALTER TABLE `cal_shared_status` DISABLE KEYS */;
/*!40000 ALTER TABLE `cal_shared_status` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `catch_write_events`
--

DROP TABLE IF EXISTS `catch_write_events`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catch_write_events` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `ts` datetime DEFAULT NULL,
  PRIMARY KEY (`obj_id`,`usr_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `catch_write_events`
--

LOCK TABLES `catch_write_events` WRITE;
/*!40000 ALTER TABLE `catch_write_events` DISABLE KEYS */;
/*!40000 ALTER TABLE `catch_write_events` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `chatroom_admconfig`
--

DROP TABLE IF EXISTS `chatroom_admconfig`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `chatroom_admconfig` (
  `instance_id` int(11) NOT NULL DEFAULT '0',
  `server_settings` varchar(2000) NOT NULL DEFAULT '',
  `default_config` tinyint(4) NOT NULL DEFAULT '0',
  `client_settings` varchar(1000) NOT NULL DEFAULT '',
  PRIMARY KEY (`instance_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `chatroom_admconfig`
--

LOCK TABLES `chatroom_admconfig` WRITE;
/*!40000 ALTER TABLE `chatroom_admconfig` DISABLE KEYS */;
/*!40000 ALTER TABLE `chatroom_admconfig` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `chatroom_admconfig_seq`
--

DROP TABLE IF EXISTS `chatroom_admconfig_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `chatroom_admconfig_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `chatroom_admconfig_seq`
--

LOCK TABLES `chatroom_admconfig_seq` WRITE;
/*!40000 ALTER TABLE `chatroom_admconfig_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `chatroom_admconfig_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `chatroom_bans`
--

DROP TABLE IF EXISTS `chatroom_bans`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `chatroom_bans` (
  `room_id` int(11) NOT NULL DEFAULT '0',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `timestamp` int(11) NOT NULL DEFAULT '0',
  `remark` varchar(1000) DEFAULT NULL,
  `actor_id` int(11) DEFAULT NULL,
  PRIMARY KEY (`room_id`,`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `chatroom_bans`
--

LOCK TABLES `chatroom_bans` WRITE;
/*!40000 ALTER TABLE `chatroom_bans` DISABLE KEYS */;
/*!40000 ALTER TABLE `chatroom_bans` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `chatroom_history`
--

DROP TABLE IF EXISTS `chatroom_history`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `chatroom_history` (
  `hist_id` bigint(20) NOT NULL DEFAULT '0',
  `room_id` int(11) NOT NULL DEFAULT '0',
  `message` varchar(4000) DEFAULT NULL,
  `timestamp` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`hist_id`),
  KEY `i1_idx` (`room_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `chatroom_history`
--

LOCK TABLES `chatroom_history` WRITE;
/*!40000 ALTER TABLE `chatroom_history` DISABLE KEYS */;
/*!40000 ALTER TABLE `chatroom_history` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `chatroom_history_seq`
--

DROP TABLE IF EXISTS `chatroom_history_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `chatroom_history_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `chatroom_history_seq`
--

LOCK TABLES `chatroom_history_seq` WRITE;
/*!40000 ALTER TABLE `chatroom_history_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `chatroom_history_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `chatroom_sessions`
--

DROP TABLE IF EXISTS `chatroom_sessions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `chatroom_sessions` (
  `sess_id` bigint(20) NOT NULL DEFAULT '0',
  `room_id` int(11) NOT NULL DEFAULT '0',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `userdata` varchar(4000) DEFAULT NULL,
  `connected` int(11) NOT NULL DEFAULT '0',
  `disconnected` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`sess_id`),
  KEY `i1_idx` (`room_id`,`user_id`),
  KEY `i2_idx` (`disconnected`),
  KEY `i3_idx` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `chatroom_sessions`
--

LOCK TABLES `chatroom_sessions` WRITE;
/*!40000 ALTER TABLE `chatroom_sessions` DISABLE KEYS */;
/*!40000 ALTER TABLE `chatroom_sessions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `chatroom_sessions_seq`
--

DROP TABLE IF EXISTS `chatroom_sessions_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `chatroom_sessions_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `chatroom_sessions_seq`
--

LOCK TABLES `chatroom_sessions_seq` WRITE;
/*!40000 ALTER TABLE `chatroom_sessions_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `chatroom_sessions_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `chatroom_settings`
--

DROP TABLE IF EXISTS `chatroom_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `chatroom_settings` (
  `room_id` int(11) NOT NULL DEFAULT '0',
  `object_id` int(11) DEFAULT '0',
  `room_type` varchar(20) NOT NULL DEFAULT '',
  `allow_anonymous` tinyint(4) DEFAULT '0',
  `allow_custom_usernames` tinyint(4) DEFAULT '0',
  `enable_history` tinyint(4) DEFAULT '0',
  `autogen_usernames` varchar(50) DEFAULT 'Anonymous #',
  `display_past_msgs` int(11) NOT NULL DEFAULT '0',
  `online_status` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`room_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `chatroom_settings`
--

LOCK TABLES `chatroom_settings` WRITE;
/*!40000 ALTER TABLE `chatroom_settings` DISABLE KEYS */;
INSERT INTO `chatroom_settings` VALUES (2,185,'default',0,0,0,'Anonymous #',0,1);
/*!40000 ALTER TABLE `chatroom_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `chatroom_settings_seq`
--

DROP TABLE IF EXISTS `chatroom_settings_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `chatroom_settings_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `chatroom_settings_seq`
--

LOCK TABLES `chatroom_settings_seq` WRITE;
/*!40000 ALTER TABLE `chatroom_settings_seq` DISABLE KEYS */;
INSERT INTO `chatroom_settings_seq` VALUES (2);
/*!40000 ALTER TABLE `chatroom_settings_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `chatroom_uploads`
--

DROP TABLE IF EXISTS `chatroom_uploads`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `chatroom_uploads` (
  `upload_id` int(11) NOT NULL DEFAULT '0',
  `room_id` int(11) NOT NULL DEFAULT '0',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `filename` varchar(200) NOT NULL DEFAULT '',
  `filetype` varchar(200) NOT NULL DEFAULT '',
  `timestamp` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`upload_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `chatroom_uploads`
--

LOCK TABLES `chatroom_uploads` WRITE;
/*!40000 ALTER TABLE `chatroom_uploads` DISABLE KEYS */;
/*!40000 ALTER TABLE `chatroom_uploads` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `chatroom_uploads_seq`
--

DROP TABLE IF EXISTS `chatroom_uploads_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `chatroom_uploads_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `chatroom_uploads_seq`
--

LOCK TABLES `chatroom_uploads_seq` WRITE;
/*!40000 ALTER TABLE `chatroom_uploads_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `chatroom_uploads_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `chatroom_users`
--

DROP TABLE IF EXISTS `chatroom_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `chatroom_users` (
  `room_id` int(11) NOT NULL DEFAULT '0',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `userdata` varchar(4000) NOT NULL DEFAULT '',
  `connected` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`room_id`,`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `chatroom_users`
--

LOCK TABLES `chatroom_users` WRITE;
/*!40000 ALTER TABLE `chatroom_users` DISABLE KEYS */;
/*!40000 ALTER TABLE `chatroom_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmi_comment`
--

DROP TABLE IF EXISTS `cmi_comment`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cmi_comment` (
  `cmi_comment_id` int(11) NOT NULL DEFAULT '0',
  `cmi_node_id` int(11) DEFAULT NULL,
  `c_comment` longtext,
  `c_timestamp` datetime DEFAULT NULL,
  `location` varchar(255) DEFAULT NULL,
  `sourceislms` tinyint(4) DEFAULT NULL,
  PRIMARY KEY (`cmi_comment_id`),
  KEY `i2_idx` (`cmi_node_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmi_comment`
--

LOCK TABLES `cmi_comment` WRITE;
/*!40000 ALTER TABLE `cmi_comment` DISABLE KEYS */;
/*!40000 ALTER TABLE `cmi_comment` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmi_comment_seq`
--

DROP TABLE IF EXISTS `cmi_comment_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cmi_comment_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmi_comment_seq`
--

LOCK TABLES `cmi_comment_seq` WRITE;
/*!40000 ALTER TABLE `cmi_comment_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `cmi_comment_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmi_correct_response`
--

DROP TABLE IF EXISTS `cmi_correct_response`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cmi_correct_response` (
  `cmi_correct_resp_id` int(11) NOT NULL DEFAULT '0',
  `cmi_interaction_id` int(11) DEFAULT NULL,
  `pattern` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`cmi_correct_resp_id`),
  KEY `i1_idx` (`cmi_interaction_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmi_correct_response`
--

LOCK TABLES `cmi_correct_response` WRITE;
/*!40000 ALTER TABLE `cmi_correct_response` DISABLE KEYS */;
/*!40000 ALTER TABLE `cmi_correct_response` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmi_correct_response_seq`
--

DROP TABLE IF EXISTS `cmi_correct_response_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cmi_correct_response_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmi_correct_response_seq`
--

LOCK TABLES `cmi_correct_response_seq` WRITE;
/*!40000 ALTER TABLE `cmi_correct_response_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `cmi_correct_response_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmi_custom`
--

DROP TABLE IF EXISTS `cmi_custom`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cmi_custom` (
  `sco_id` int(11) NOT NULL DEFAULT '0',
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `lvalue` varchar(64) NOT NULL DEFAULT ' ',
  `rvalue` varchar(255) DEFAULT NULL,
  `c_timestamp` datetime DEFAULT NULL,
  PRIMARY KEY (`user_id`,`lvalue`,`obj_id`,`sco_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmi_custom`
--

LOCK TABLES `cmi_custom` WRITE;
/*!40000 ALTER TABLE `cmi_custom` DISABLE KEYS */;
/*!40000 ALTER TABLE `cmi_custom` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmi_gobjective`
--

DROP TABLE IF EXISTS `cmi_gobjective`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cmi_gobjective` (
  `user_id` int(11) NOT NULL,
  `satisfied` varchar(50) DEFAULT NULL,
  `measure` varchar(50) DEFAULT NULL,
  `scope_id` int(11) NOT NULL,
  `status` varchar(50) DEFAULT NULL,
  `objective_id` varchar(253) NOT NULL,
  `score_raw` varchar(50) DEFAULT NULL,
  `score_min` varchar(50) DEFAULT NULL,
  `score_max` varchar(50) DEFAULT NULL,
  `progress_measure` varchar(50) DEFAULT NULL,
  `completion_status` varchar(50) DEFAULT NULL,
  PRIMARY KEY (`user_id`,`scope_id`,`objective_id`),
  KEY `i2_idx` (`scope_id`,`objective_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmi_gobjective`
--

LOCK TABLES `cmi_gobjective` WRITE;
/*!40000 ALTER TABLE `cmi_gobjective` DISABLE KEYS */;
/*!40000 ALTER TABLE `cmi_gobjective` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmi_interaction`
--

DROP TABLE IF EXISTS `cmi_interaction`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cmi_interaction` (
  `cmi_interaction_id` int(11) NOT NULL DEFAULT '0',
  `cmi_node_id` int(11) DEFAULT NULL,
  `description` longtext,
  `id` varchar(255) DEFAULT NULL,
  `latency` varchar(20) DEFAULT NULL,
  `result` varchar(4000) DEFAULT NULL,
  `c_timestamp` varchar(20) DEFAULT NULL,
  `c_type` varchar(32) DEFAULT NULL,
  `weighting` double DEFAULT NULL,
  `learner_response` longtext,
  PRIMARY KEY (`cmi_interaction_id`),
  KEY `i2_idx` (`id`),
  KEY `i3_idx` (`c_type`),
  KEY `i4_idx` (`cmi_node_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmi_interaction`
--

LOCK TABLES `cmi_interaction` WRITE;
/*!40000 ALTER TABLE `cmi_interaction` DISABLE KEYS */;
/*!40000 ALTER TABLE `cmi_interaction` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmi_interaction_seq`
--

DROP TABLE IF EXISTS `cmi_interaction_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cmi_interaction_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmi_interaction_seq`
--

LOCK TABLES `cmi_interaction_seq` WRITE;
/*!40000 ALTER TABLE `cmi_interaction_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `cmi_interaction_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmi_node`
--

DROP TABLE IF EXISTS `cmi_node`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cmi_node` (
  `accesscount` int(11) DEFAULT NULL,
  `accessduration` varchar(20) DEFAULT NULL,
  `accessed` varchar(20) DEFAULT NULL,
  `activityabsduration` varchar(20) DEFAULT NULL,
  `activityattemptcount` int(11) DEFAULT NULL,
  `activityexpduration` varchar(20) DEFAULT NULL,
  `activityprogstatus` tinyint(4) DEFAULT NULL,
  `attemptabsduration` varchar(20) DEFAULT NULL,
  `attemptcomplamount` double DEFAULT NULL,
  `attemptcomplstatus` tinyint(4) DEFAULT NULL,
  `attemptexpduration` varchar(20) DEFAULT NULL,
  `attemptprogstatus` tinyint(4) DEFAULT NULL,
  `audio_captioning` int(11) DEFAULT NULL,
  `audio_level` double DEFAULT NULL,
  `availablechildren` varchar(255) DEFAULT NULL,
  `cmi_node_id` int(11) NOT NULL DEFAULT '0',
  `completion` double DEFAULT NULL,
  `completion_status` varchar(32) DEFAULT NULL,
  `completion_threshold` varchar(32) DEFAULT NULL,
  `cp_node_id` int(11) NOT NULL DEFAULT '0',
  `created` varchar(20) DEFAULT NULL,
  `credit` varchar(32) DEFAULT NULL,
  `delivery_speed` double DEFAULT NULL,
  `c_entry` varchar(255) DEFAULT NULL,
  `c_exit` varchar(255) DEFAULT NULL,
  `c_language` varchar(5) DEFAULT NULL,
  `launch_data` longtext,
  `learner_name` varchar(255) DEFAULT NULL,
  `location` varchar(255) DEFAULT NULL,
  `c_max` double DEFAULT NULL,
  `c_min` double DEFAULT NULL,
  `c_mode` varchar(20) DEFAULT NULL,
  `modified` varchar(20) DEFAULT NULL,
  `progress_measure` double DEFAULT NULL,
  `c_raw` double DEFAULT NULL,
  `scaled` double DEFAULT NULL,
  `scaled_passing_score` double DEFAULT NULL,
  `session_time` varchar(20) DEFAULT NULL,
  `success_status` varchar(255) DEFAULT NULL,
  `suspend_data` longtext,
  `total_time` varchar(20) DEFAULT NULL,
  `user_id` int(11) NOT NULL DEFAULT '0',
  `c_timestamp` datetime DEFAULT NULL,
  `additional_tables` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`cmi_node_id`),
  KEY `i1_idx` (`cp_node_id`),
  KEY `i2_idx` (`completion_status`),
  KEY `i3_idx` (`credit`),
  KEY `i5_idx` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmi_node`
--

LOCK TABLES `cmi_node` WRITE;
/*!40000 ALTER TABLE `cmi_node` DISABLE KEYS */;
/*!40000 ALTER TABLE `cmi_node` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmi_node_seq`
--

DROP TABLE IF EXISTS `cmi_node_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cmi_node_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmi_node_seq`
--

LOCK TABLES `cmi_node_seq` WRITE;
/*!40000 ALTER TABLE `cmi_node_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `cmi_node_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmi_objective`
--

DROP TABLE IF EXISTS `cmi_objective`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cmi_objective` (
  `cmi_interaction_id` int(11) DEFAULT NULL,
  `cmi_node_id` int(11) DEFAULT NULL,
  `cmi_objective_id` int(11) NOT NULL DEFAULT '0',
  `description` longtext,
  `id` varchar(4000) DEFAULT NULL,
  `c_max` double DEFAULT NULL,
  `c_min` double DEFAULT NULL,
  `c_raw` double DEFAULT NULL,
  `scaled` double DEFAULT NULL,
  `progress_measure` double DEFAULT NULL,
  `success_status` varchar(32) DEFAULT NULL,
  `scope` varchar(16) DEFAULT NULL,
  `completion_status` varchar(32) DEFAULT NULL,
  PRIMARY KEY (`cmi_objective_id`),
  KEY `i2_idx` (`cmi_interaction_id`),
  KEY `i4_idx` (`success_status`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmi_objective`
--

LOCK TABLES `cmi_objective` WRITE;
/*!40000 ALTER TABLE `cmi_objective` DISABLE KEYS */;
/*!40000 ALTER TABLE `cmi_objective` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmi_objective_seq`
--

DROP TABLE IF EXISTS `cmi_objective_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cmi_objective_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmi_objective_seq`
--

LOCK TABLES `cmi_objective_seq` WRITE;
/*!40000 ALTER TABLE `cmi_objective_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `cmi_objective_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmix_del_object`
--

DROP TABLE IF EXISTS `cmix_del_object`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cmix_del_object` (
  `obj_id` int(11) NOT NULL,
  `type_id` int(11) NOT NULL,
  `activity_id` varchar(128) NOT NULL,
  `added` datetime NOT NULL,
  `updated` datetime DEFAULT NULL,
  PRIMARY KEY (`obj_id`,`type_id`,`activity_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmix_del_object`
--

LOCK TABLES `cmix_del_object` WRITE;
/*!40000 ALTER TABLE `cmix_del_object` DISABLE KEYS */;
/*!40000 ALTER TABLE `cmix_del_object` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmix_del_user`
--

DROP TABLE IF EXISTS `cmix_del_user`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cmix_del_user` (
  `usr_id` int(11) NOT NULL,
  `added` datetime NOT NULL,
  `updated` datetime DEFAULT NULL,
  `obj_id` int(11) NOT NULL,
  PRIMARY KEY (`usr_id`,`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmix_del_user`
--

LOCK TABLES `cmix_del_user` WRITE;
/*!40000 ALTER TABLE `cmix_del_user` DISABLE KEYS */;
/*!40000 ALTER TABLE `cmix_del_user` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmix_lrs_types`
--

DROP TABLE IF EXISTS `cmix_lrs_types`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cmix_lrs_types` (
  `type_id` int(11) NOT NULL DEFAULT '0',
  `title` varchar(255) DEFAULT NULL,
  `description` varchar(4000) DEFAULT NULL,
  `availability` int(11) NOT NULL DEFAULT '1',
  `remarks` varchar(4000) DEFAULT NULL,
  `time_to_delete` int(11) DEFAULT NULL,
  `lrs_endpoint` varchar(255) NOT NULL,
  `lrs_key` varchar(128) NOT NULL,
  `lrs_secret` varchar(128) NOT NULL,
  `privacy_comment_default` varchar(2000) NOT NULL,
  `external_lrs` tinyint(4) NOT NULL DEFAULT '0',
  `force_privacy_settings` tinyint(4) NOT NULL DEFAULT '0',
  `bypass_proxy` tinyint(4) NOT NULL DEFAULT '0',
  `only_moveon` tinyint(4) NOT NULL DEFAULT '0',
  `achieved` tinyint(4) NOT NULL DEFAULT '1',
  `answered` tinyint(4) NOT NULL DEFAULT '1',
  `completed` tinyint(4) NOT NULL DEFAULT '1',
  `failed` tinyint(4) NOT NULL DEFAULT '1',
  `initialized` tinyint(4) NOT NULL DEFAULT '1',
  `passed` tinyint(4) NOT NULL DEFAULT '1',
  `progressed` tinyint(4) NOT NULL DEFAULT '1',
  `satisfied` tinyint(4) NOT NULL DEFAULT '1',
  `c_terminated` tinyint(4) NOT NULL DEFAULT '1',
  `hide_data` tinyint(4) NOT NULL DEFAULT '0',
  `c_timestamp` tinyint(4) NOT NULL DEFAULT '0',
  `duration` tinyint(4) NOT NULL DEFAULT '1',
  `no_substatements` tinyint(4) NOT NULL DEFAULT '0',
  `privacy_ident` smallint(6) NOT NULL DEFAULT '0',
  `privacy_name` smallint(6) NOT NULL DEFAULT '0',
  `delete_data` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`type_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmix_lrs_types`
--

LOCK TABLES `cmix_lrs_types` WRITE;
/*!40000 ALTER TABLE `cmix_lrs_types` DISABLE KEYS */;
/*!40000 ALTER TABLE `cmix_lrs_types` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmix_lrs_types_seq`
--

DROP TABLE IF EXISTS `cmix_lrs_types_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cmix_lrs_types_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmix_lrs_types_seq`
--

LOCK TABLES `cmix_lrs_types_seq` WRITE;
/*!40000 ALTER TABLE `cmix_lrs_types_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `cmix_lrs_types_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmix_results`
--

DROP TABLE IF EXISTS `cmix_results`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cmix_results` (
  `id` int(11) NOT NULL,
  `obj_id` int(11) NOT NULL,
  `usr_id` int(11) NOT NULL,
  `version` smallint(6) NOT NULL DEFAULT '1',
  `score` double DEFAULT NULL,
  `status` varchar(32) NOT NULL DEFAULT '0',
  `last_update` datetime NOT NULL DEFAULT '1970-01-01 00:00:00',
  PRIMARY KEY (`id`),
  KEY `i1_idx` (`obj_id`,`usr_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmix_results`
--

LOCK TABLES `cmix_results` WRITE;
/*!40000 ALTER TABLE `cmix_results` DISABLE KEYS */;
/*!40000 ALTER TABLE `cmix_results` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmix_results_seq`
--

DROP TABLE IF EXISTS `cmix_results_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cmix_results_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmix_results_seq`
--

LOCK TABLES `cmix_results_seq` WRITE;
/*!40000 ALTER TABLE `cmix_results_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `cmix_results_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmix_settings`
--

DROP TABLE IF EXISTS `cmix_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cmix_settings` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `lrs_type_id` int(11) NOT NULL DEFAULT '0',
  `content_type` varchar(32) DEFAULT NULL,
  `source_type` varchar(32) DEFAULT NULL,
  `activity_id` varchar(255) DEFAULT NULL,
  `instructions` varchar(4000) DEFAULT NULL,
  `offline_status` tinyint(4) NOT NULL DEFAULT '1',
  `launch_url` varchar(255) DEFAULT NULL,
  `auth_fetch_url` tinyint(4) NOT NULL DEFAULT '0',
  `launch_method` varchar(32) DEFAULT NULL,
  `launch_mode` varchar(32) DEFAULT NULL,
  `mastery_score` double NOT NULL DEFAULT '0',
  `keep_lp` tinyint(4) NOT NULL DEFAULT '0',
  `usr_privacy_comment` varchar(4000) DEFAULT NULL,
  `show_statements` tinyint(4) NOT NULL DEFAULT '0',
  `xml_manifest` longtext,
  `version` int(11) NOT NULL DEFAULT '1',
  `highscore_enabled` tinyint(4) NOT NULL DEFAULT '0',
  `highscore_achieved_ts` tinyint(4) NOT NULL DEFAULT '0',
  `highscore_percentage` tinyint(4) NOT NULL DEFAULT '0',
  `highscore_wtime` tinyint(4) NOT NULL DEFAULT '0',
  `highscore_own_table` tinyint(4) NOT NULL DEFAULT '0',
  `highscore_top_table` tinyint(4) NOT NULL DEFAULT '0',
  `highscore_top_num` int(11) NOT NULL DEFAULT '0',
  `bypass_proxy` tinyint(4) NOT NULL DEFAULT '0',
  `only_moveon` tinyint(4) NOT NULL DEFAULT '0',
  `achieved` tinyint(4) NOT NULL DEFAULT '1',
  `answered` tinyint(4) NOT NULL DEFAULT '1',
  `completed` tinyint(4) NOT NULL DEFAULT '1',
  `failed` tinyint(4) NOT NULL DEFAULT '1',
  `initialized` tinyint(4) NOT NULL DEFAULT '1',
  `passed` tinyint(4) NOT NULL DEFAULT '1',
  `progressed` tinyint(4) NOT NULL DEFAULT '1',
  `satisfied` tinyint(4) NOT NULL DEFAULT '1',
  `c_terminated` tinyint(4) NOT NULL DEFAULT '1',
  `hide_data` tinyint(4) NOT NULL DEFAULT '0',
  `c_timestamp` tinyint(4) NOT NULL DEFAULT '0',
  `duration` tinyint(4) NOT NULL DEFAULT '1',
  `no_substatements` tinyint(4) NOT NULL DEFAULT '0',
  `privacy_ident` smallint(6) NOT NULL DEFAULT '0',
  `privacy_name` smallint(6) NOT NULL DEFAULT '0',
  `publisher_id` varchar(255) NOT NULL DEFAULT '',
  `anonymous_homepage` tinyint(4) NOT NULL DEFAULT '1',
  `moveon` varchar(32) NOT NULL DEFAULT '',
  `launch_parameters` varchar(255) NOT NULL DEFAULT '',
  `entitlement_key` varchar(255) NOT NULL DEFAULT '',
  `switch_to_review` tinyint(4) NOT NULL DEFAULT '1',
  `delete_data` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmix_settings`
--

LOCK TABLES `cmix_settings` WRITE;
/*!40000 ALTER TABLE `cmix_settings` DISABLE KEYS */;
/*!40000 ALTER TABLE `cmix_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmix_token`
--

DROP TABLE IF EXISTS `cmix_token`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cmix_token` (
  `token` varchar(255) NOT NULL DEFAULT '0',
  `valid_until` datetime NOT NULL DEFAULT '1970-01-01 00:00:00',
  `lrs_type_id` int(11) NOT NULL DEFAULT '0',
  `ref_id` int(11) NOT NULL DEFAULT '0',
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `cmi5_session` varchar(255) NOT NULL DEFAULT '',
  `returned_for_cmi5_session` varchar(255) NOT NULL DEFAULT '',
  `cmi5_session_data` longtext,
  PRIMARY KEY (`token`),
  UNIQUE KEY `c1_idx` (`obj_id`,`usr_id`),
  KEY `i1_idx` (`token`,`valid_until`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmix_token`
--

LOCK TABLES `cmix_token` WRITE;
/*!40000 ALTER TABLE `cmix_token` DISABLE KEYS */;
/*!40000 ALTER TABLE `cmix_token` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cmix_users`
--

DROP TABLE IF EXISTS `cmix_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cmix_users` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `proxy_success` tinyint(4) NOT NULL DEFAULT '0',
  `fetched_until` datetime DEFAULT NULL,
  `usr_ident` varchar(255) DEFAULT NULL,
  `privacy_ident` smallint(6) NOT NULL DEFAULT '0',
  `registration` varchar(255) NOT NULL DEFAULT '',
  `satisfied` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`obj_id`,`usr_id`,`privacy_ident`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cmix_users`
--

LOCK TABLES `cmix_users` WRITE;
/*!40000 ALTER TABLE `cmix_users` DISABLE KEYS */;
/*!40000 ALTER TABLE `cmix_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `conditions`
--

DROP TABLE IF EXISTS `conditions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `conditions` (
  `condition_id` int(11) NOT NULL DEFAULT '0',
  `target_ref_id` int(11) NOT NULL DEFAULT '0',
  `target_obj_id` int(11) NOT NULL DEFAULT '0',
  `target_type` varchar(8) DEFAULT NULL,
  `trigger_ref_id` int(11) NOT NULL DEFAULT '0',
  `trigger_obj_id` int(11) NOT NULL DEFAULT '0',
  `trigger_type` varchar(8) DEFAULT NULL,
  `operator` varchar(64) DEFAULT NULL,
  `value` varchar(64) DEFAULT NULL,
  `ref_handling` tinyint(4) NOT NULL DEFAULT '1',
  `obligatory` tinyint(4) NOT NULL DEFAULT '1',
  `num_obligatory` tinyint(4) NOT NULL DEFAULT '0',
  `hidden_status` tinyint(4) DEFAULT '0',
  PRIMARY KEY (`condition_id`),
  KEY `tot_idx` (`target_obj_id`,`target_type`),
  KEY `i1_idx` (`target_obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `conditions`
--

LOCK TABLES `conditions` WRITE;
/*!40000 ALTER TABLE `conditions` DISABLE KEYS */;
/*!40000 ALTER TABLE `conditions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `conditions_seq`
--

DROP TABLE IF EXISTS `conditions_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `conditions_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `conditions_seq`
--

LOCK TABLES `conditions_seq` WRITE;
/*!40000 ALTER TABLE `conditions_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `conditions_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cont_filter_field`
--

DROP TABLE IF EXISTS `cont_filter_field`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cont_filter_field` (
  `ref_id` int(11) NOT NULL DEFAULT '0',
  `record_set_id` int(11) NOT NULL DEFAULT '0',
  `field_id` int(11) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cont_filter_field`
--

LOCK TABLES `cont_filter_field` WRITE;
/*!40000 ALTER TABLE `cont_filter_field` DISABLE KEYS */;
/*!40000 ALTER TABLE `cont_filter_field` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cont_member_skills`
--

DROP TABLE IF EXISTS `cont_member_skills`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cont_member_skills` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `tref_id` int(11) NOT NULL DEFAULT '0',
  `skill_id` int(11) NOT NULL DEFAULT '0',
  `level_id` int(11) NOT NULL DEFAULT '0',
  `published` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`obj_id`,`user_id`,`skill_id`,`tref_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cont_member_skills`
--

LOCK TABLES `cont_member_skills` WRITE;
/*!40000 ALTER TABLE `cont_member_skills` DISABLE KEYS */;
/*!40000 ALTER TABLE `cont_member_skills` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cont_skills`
--

DROP TABLE IF EXISTS `cont_skills`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cont_skills` (
  `id` int(11) NOT NULL DEFAULT '0',
  `skill_id` int(11) NOT NULL DEFAULT '0',
  `tref_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`,`skill_id`,`tref_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cont_skills`
--

LOCK TABLES `cont_skills` WRITE;
/*!40000 ALTER TABLE `cont_skills` DISABLE KEYS */;
/*!40000 ALTER TABLE `cont_skills` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `container_reference`
--

DROP TABLE IF EXISTS `container_reference`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `container_reference` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `target_obj_id` int(11) NOT NULL DEFAULT '0',
  `title_type` tinyint(4) NOT NULL DEFAULT '1',
  PRIMARY KEY (`obj_id`,`target_obj_id`),
  KEY `i1_idx` (`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `container_reference`
--

LOCK TABLES `container_reference` WRITE;
/*!40000 ALTER TABLE `container_reference` DISABLE KEYS */;
/*!40000 ALTER TABLE `container_reference` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `container_settings`
--

DROP TABLE IF EXISTS `container_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `container_settings` (
  `id` int(11) NOT NULL DEFAULT '0',
  `keyword` char(40) NOT NULL DEFAULT '',
  `value` char(50) DEFAULT NULL,
  PRIMARY KEY (`id`,`keyword`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `container_settings`
--

LOCK TABLES `container_settings` WRITE;
/*!40000 ALTER TABLE `container_settings` DISABLE KEYS */;
/*!40000 ALTER TABLE `container_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `container_sorting`
--

DROP TABLE IF EXISTS `container_sorting`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `container_sorting` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `child_id` int(11) NOT NULL DEFAULT '0',
  `position` int(11) NOT NULL DEFAULT '0',
  `parent_type` varchar(5) DEFAULT NULL,
  `parent_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`obj_id`,`child_id`,`parent_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `container_sorting`
--

LOCK TABLES `container_sorting` WRITE;
/*!40000 ALTER TABLE `container_sorting` DISABLE KEYS */;
/*!40000 ALTER TABLE `container_sorting` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `container_sorting_bl`
--

DROP TABLE IF EXISTS `container_sorting_bl`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `container_sorting_bl` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `block_ids` varchar(4000) DEFAULT NULL,
  PRIMARY KEY (`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `container_sorting_bl`
--

LOCK TABLES `container_sorting_bl` WRITE;
/*!40000 ALTER TABLE `container_sorting_bl` DISABLE KEYS */;
/*!40000 ALTER TABLE `container_sorting_bl` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `container_sorting_set`
--

DROP TABLE IF EXISTS `container_sorting_set`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `container_sorting_set` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `sort_mode` tinyint(4) NOT NULL DEFAULT '0',
  `sort_direction` tinyint(4) NOT NULL DEFAULT '0',
  `new_items_position` tinyint(4) NOT NULL DEFAULT '1',
  `new_items_order` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `container_sorting_set`
--

LOCK TABLES `container_sorting_set` WRITE;
/*!40000 ALTER TABLE `container_sorting_set` DISABLE KEYS */;
/*!40000 ALTER TABLE `container_sorting_set` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `content_object`
--

DROP TABLE IF EXISTS `content_object`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `content_object` (
  `id` int(11) NOT NULL DEFAULT '0',
  `default_layout` varchar(100) DEFAULT 'toc2win',
  `stylesheet` int(11) NOT NULL DEFAULT '0',
  `page_header` char(8) DEFAULT 'st_title',
  `is_online` char(1) DEFAULT 'n',
  `toc_active` char(1) DEFAULT 'y',
  `lm_menu_active` char(1) DEFAULT 'y',
  `toc_mode` char(8) DEFAULT 'chapters',
  `clean_frames` char(1) DEFAULT 'n',
  `print_view_active` char(1) DEFAULT 'y',
  `numbering` char(1) DEFAULT 'n',
  `hist_user_comments` char(1) DEFAULT 'n',
  `public_access_mode` char(8) DEFAULT 'complete',
  `public_html_file` varchar(50) DEFAULT NULL,
  `public_xml_file` varchar(50) DEFAULT NULL,
  `downloads_active` char(1) DEFAULT 'n',
  `downloads_public_active` char(1) DEFAULT 'y',
  `header_page` int(11) NOT NULL DEFAULT '0',
  `footer_page` int(11) NOT NULL DEFAULT '0',
  `no_glo_appendix` char(1) DEFAULT 'n',
  `layout_per_page` tinyint(4) DEFAULT NULL,
  `public_scorm_file` varchar(50) DEFAULT NULL,
  `rating` tinyint(4) NOT NULL DEFAULT '0',
  `hide_head_foot_print` tinyint(4) NOT NULL DEFAULT '0',
  `disable_def_feedback` int(11) NOT NULL DEFAULT '0',
  `rating_pages` tinyint(4) DEFAULT '0',
  `progr_icons` tinyint(4) NOT NULL DEFAULT '0',
  `store_tries` tinyint(4) NOT NULL DEFAULT '0',
  `restrict_forw_nav` tinyint(4) NOT NULL DEFAULT '0',
  `for_translation` tinyint(4) NOT NULL DEFAULT '0',
  `act_est_reading_time` tinyint(4) NOT NULL DEFAULT '0',
  `est_reading_time` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `content_object`
--

LOCK TABLES `content_object` WRITE;
/*!40000 ALTER TABLE `content_object` DISABLE KEYS */;
/*!40000 ALTER TABLE `content_object` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `content_page_data`
--

DROP TABLE IF EXISTS `content_page_data`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `content_page_data` (
  `content_page_id` int(11) NOT NULL DEFAULT '0',
  `stylesheet` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`content_page_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `content_page_data`
--

LOCK TABLES `content_page_data` WRITE;
/*!40000 ALTER TABLE `content_page_data` DISABLE KEYS */;
/*!40000 ALTER TABLE `content_page_data` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `content_page_metrics`
--

DROP TABLE IF EXISTS `content_page_metrics`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `content_page_metrics` (
  `content_page_id` int(11) NOT NULL DEFAULT '0',
  `page_id` int(11) NOT NULL DEFAULT '0',
  `lang` varchar(2) NOT NULL DEFAULT '-',
  `reading_time` smallint(6) NOT NULL DEFAULT '0',
  PRIMARY KEY (`content_page_id`,`page_id`,`lang`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `content_page_metrics`
--

LOCK TABLES `content_page_metrics` WRITE;
/*!40000 ALTER TABLE `content_page_metrics` DISABLE KEYS */;
/*!40000 ALTER TABLE `content_page_metrics` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `copg_multilang`
--

DROP TABLE IF EXISTS `copg_multilang`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `copg_multilang` (
  `parent_type` varchar(10) NOT NULL DEFAULT '0',
  `parent_id` int(11) NOT NULL DEFAULT '0',
  `master_lang` varchar(2) NOT NULL DEFAULT '',
  PRIMARY KEY (`parent_type`,`parent_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `copg_multilang`
--

LOCK TABLES `copg_multilang` WRITE;
/*!40000 ALTER TABLE `copg_multilang` DISABLE KEYS */;
/*!40000 ALTER TABLE `copg_multilang` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `copg_multilang_lang`
--

DROP TABLE IF EXISTS `copg_multilang_lang`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `copg_multilang_lang` (
  `parent_type` varchar(10) NOT NULL DEFAULT '0',
  `parent_id` int(11) NOT NULL DEFAULT '0',
  `lang` varchar(2) NOT NULL DEFAULT '',
  PRIMARY KEY (`parent_type`,`parent_id`,`lang`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `copg_multilang_lang`
--

LOCK TABLES `copg_multilang_lang` WRITE;
/*!40000 ALTER TABLE `copg_multilang_lang` DISABLE KEYS */;
/*!40000 ALTER TABLE `copg_multilang_lang` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `copg_pc_def`
--

DROP TABLE IF EXISTS `copg_pc_def`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `copg_pc_def` (
  `pc_type` varchar(20) NOT NULL DEFAULT '',
  `name` varchar(40) NOT NULL DEFAULT '',
  `directory` varchar(40) DEFAULT NULL,
  `int_links` tinyint(4) NOT NULL DEFAULT '0',
  `style_classes` tinyint(4) NOT NULL DEFAULT '0',
  `xsl` tinyint(4) NOT NULL DEFAULT '0',
  `component` varchar(40) DEFAULT NULL,
  `def_enabled` tinyint(4) DEFAULT '0',
  `top_item` tinyint(4) NOT NULL DEFAULT '0',
  `order_nr` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`pc_type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `copg_pc_def`
--

LOCK TABLES `copg_pc_def` WRITE;
/*!40000 ALTER TABLE `copg_pc_def` DISABLE KEYS */;
INSERT INTO `copg_pc_def` VALUES ('amdfrm','AMDForm','Page',0,0,0,'Modules/Portfolio',0,1,139),('amdpl','AMDPageList','classes',0,0,0,'Modules/Wiki',0,1,240),('blog','Blog','PC/Blog',0,0,0,'Services/COPage',0,1,100),('cach','ConsultationHours','Page',0,0,0,'Modules/Portfolio',0,1,138),('contpop','ContentPopup','PC/InteractiveImage',0,0,0,'Services/COPage',1,0,0),('dtab','DataTable','PC/Table',0,1,0,'Services/COPage',1,1,50),('flit','FileItem','PC/FileList',0,1,0,'Services/COPage',1,0,0),('flst','FileList','PC/FileList',0,1,0,'Services/COPage',1,1,40),('gcell','GridCell','PC/Grid',0,0,0,'Services/COPage',1,0,0),('grid','Grid','PC/Grid',0,0,0,'Services/COPage',1,1,67),('iim','InteractiveImage','classes',1,1,0,'Services/COPage',1,1,100),('incl','ContentInclude','PC/ContentInclude',1,1,0,'Services/COPage',0,1,110),('lay','LayoutTemplate','PC/LayoutTemplate',0,0,0,'Services/COPage',0,1,195),('lhist','LearningHistory','classes',0,0,0,'Services/LearningHistory',0,1,136),('li','ListItem','PC/List',0,0,0,'Services/COPage',1,0,0),('list','List','PC/List',0,1,0,'Services/COPage',1,1,220),('lpe','LoginPageElement','PC/Login',0,0,0,'Services/COPage',0,1,120),('lsocurriculum','Curriculum','classes/PageEditor',0,0,0,'Modules/LearningSequence',0,1,127),('lsostartbutton','Launcher','classes/PageEditor',0,0,0,'Modules/LearningSequence',0,1,127),('map','Map','PC/Map',0,0,0,'Services/COPage',0,1,280),('mcrs','MyCourses','Page',0,0,0,'Modules/Portfolio',0,1,137),('media','MediaObject','PC/MediaObject',0,1,0,'Services/COPage',1,1,20),('par','Paragraph','PC/Paragraph',1,1,0,'Services/COPage',1,1,10),('pcqst','Question','PC/Question',0,0,0,'Services/COPage',0,1,55),('plach','PlaceHolder','PC/PlaceHolder',0,1,0,'Services/COPage',0,1,5),('plug','Plugged','classes',0,0,0,'Services/COPage',0,1,210),('prgactionnote','PRGActionNote','classes/PageEditor',0,0,0,'Modules/StudyProgramme',0,1,128),('prgstatusinfo','PRGStatusInfo','classes/PageEditor',0,0,0,'Modules/StudyProgramme',0,1,127),('prof','Profile','PC/Profile',0,0,0,'Services/COPage',0,1,130),('repobj','Resources','PC/Resources',0,0,0,'Services/COPage',0,1,150),('sec','Section','PC/Section',0,1,0,'Services/COPage',1,1,60),('skills','Skills','PC/Skills',0,0,0,'Services/COPage',0,1,160),('src','SourceCode','PC/SourceCode',0,0,0,'Services/COPage',1,1,190),('tab','Table','PC/Table',0,1,0,'Services/COPage',1,1,200),('tabs','Tabs','PC/Tabs',0,1,0,'Services/COPage',1,1,65),('tabstab','Tab','PC/Tabs',0,0,0,'Services/COPage',1,0,0),('td','TableData','PC/Table',0,0,0,'Services/COPage',1,0,0),('templ','ContentTemplate','PC/ContentTemplate',0,0,0,'Services/COPage',0,1,200),('vrfc','Verification','PC/Verification',0,0,0,'Services/COPage',0,1,180);
/*!40000 ALTER TABLE `copg_pc_def` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `copg_pobj_def`
--

DROP TABLE IF EXISTS `copg_pobj_def`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `copg_pobj_def` (
  `parent_type` varchar(20) NOT NULL DEFAULT '',
  `class_name` varchar(80) NOT NULL DEFAULT '',
  `directory` varchar(40) DEFAULT NULL,
  `component` varchar(40) DEFAULT NULL,
  PRIMARY KEY (`parent_type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `copg_pobj_def`
--

LOCK TABLES `copg_pobj_def` WRITE;
/*!40000 ALTER TABLE `copg_pobj_def` DISABLE KEYS */;
INSERT INTO `copg_pobj_def` VALUES ('auth','ilLoginPage','classes','Services/Authentication'),('blp','ilBlogPosting','classes','Modules/Blog'),('cont','ilContainerPage','Page','Services/Container'),('copa','ilContentPagePage','classes','Modules/ContentPage'),('cstr','ilContainerStartObjectsPage','StartObjects','Services/Container'),('dclf','ilDclDetailedViewDefinition','classes/DetailedView','Modules/DataCollection'),('frm','ilForumPage','classes/CoPage','Modules/Forum'),('impr','ilImprint','classes','Services/Imprint'),('lm','ilLMPage','classes','Modules/LearningModule'),('lobj','ilLOPage','classes/Objectives','Modules/Course'),('lsoe','ilLSOExtroPage','classes/PageEditor','Modules/LearningSequence'),('lsoi','ilLSOIntroPage','classes/PageEditor','Modules/LearningSequence'),('mep','ilMediaPoolPage','classes','Modules/MediaPool'),('prtf','ilPortfolioPage','Page','Modules/Portfolio'),('prtt','ilPortfolioTemplatePage','Template','Modules/Portfolio'),('qfbg','ilAssGenFeedbackPage','classes/feedback','Modules/TestQuestionPool'),('qfbs','ilAssSpecFeedbackPage','classes/feedback','Modules/TestQuestionPool'),('qht','ilAssHintPage','classes','Modules/TestQuestionPool'),('qpl','ilAssQuestionPage','classes','Modules/TestQuestionPool'),('sahs','ilSCORM2004Page','classes','Modules/Scorm2004'),('stys','ilPageLayoutPage','Layout/classes','Services/COPage'),('term','ilGlossaryDefPage','classes','Modules/Glossary'),('tst','ilTestPage','classes/PageEditor','Modules/Test'),('wpg','ilWikiPage','classes','Modules/Wiki');
/*!40000 ALTER TABLE `copg_pobj_def` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `copg_section_timings`
--

DROP TABLE IF EXISTS `copg_section_timings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `copg_section_timings` (
  `page_id` int(11) NOT NULL DEFAULT '0',
  `parent_type` varchar(10) NOT NULL DEFAULT '',
  `unix_ts` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`page_id`,`parent_type`,`unix_ts`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `copg_section_timings`
--

LOCK TABLES `copg_section_timings` WRITE;
/*!40000 ALTER TABLE `copg_section_timings` DISABLE KEYS */;
/*!40000 ALTER TABLE `copg_section_timings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `copy_wizard_options`
--

DROP TABLE IF EXISTS `copy_wizard_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `copy_wizard_options` (
  `copy_id` int(11) NOT NULL DEFAULT '0',
  `source_id` int(11) NOT NULL DEFAULT '0',
  `options` longtext,
  PRIMARY KEY (`copy_id`,`source_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `copy_wizard_options`
--

LOCK TABLES `copy_wizard_options` WRITE;
/*!40000 ALTER TABLE `copy_wizard_options` DISABLE KEYS */;
/*!40000 ALTER TABLE `copy_wizard_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cp_auxilaryresource`
--

DROP TABLE IF EXISTS `cp_auxilaryresource`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cp_auxilaryresource` (
  `auxiliaryresourceid` varchar(255) DEFAULT NULL,
  `cp_node_id` int(11) NOT NULL DEFAULT '0',
  `purpose` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`cp_node_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cp_auxilaryresource`
--

LOCK TABLES `cp_auxilaryresource` WRITE;
/*!40000 ALTER TABLE `cp_auxilaryresource` DISABLE KEYS */;
/*!40000 ALTER TABLE `cp_auxilaryresource` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cp_condition`
--

DROP TABLE IF EXISTS `cp_condition`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cp_condition` (
  `c_condition` varchar(50) DEFAULT NULL,
  `cp_node_id` int(11) NOT NULL DEFAULT '0',
  `measurethreshold` varchar(50) DEFAULT NULL,
  `c_operator` varchar(50) DEFAULT NULL,
  `referencedobjective` varchar(50) DEFAULT NULL,
  PRIMARY KEY (`cp_node_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cp_condition`
--

LOCK TABLES `cp_condition` WRITE;
/*!40000 ALTER TABLE `cp_condition` DISABLE KEYS */;
/*!40000 ALTER TABLE `cp_condition` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cp_datamap`
--

DROP TABLE IF EXISTS `cp_datamap`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cp_datamap` (
  `sco_node_id` int(11) NOT NULL DEFAULT '0',
  `cp_node_id` int(11) NOT NULL DEFAULT '0',
  `slm_id` int(11) NOT NULL DEFAULT '0',
  `target_id` varchar(4000) NOT NULL DEFAULT '',
  `read_shared_data` tinyint(4) DEFAULT '1',
  `write_shared_data` tinyint(4) DEFAULT '1',
  PRIMARY KEY (`cp_node_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cp_datamap`
--

LOCK TABLES `cp_datamap` WRITE;
/*!40000 ALTER TABLE `cp_datamap` DISABLE KEYS */;
/*!40000 ALTER TABLE `cp_datamap` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cp_dependency`
--

DROP TABLE IF EXISTS `cp_dependency`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cp_dependency` (
  `cp_node_id` int(11) NOT NULL DEFAULT '0',
  `resourceid` varchar(50) DEFAULT NULL,
  PRIMARY KEY (`cp_node_id`),
  KEY `i2_idx` (`resourceid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cp_dependency`
--

LOCK TABLES `cp_dependency` WRITE;
/*!40000 ALTER TABLE `cp_dependency` DISABLE KEYS */;
/*!40000 ALTER TABLE `cp_dependency` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cp_file`
--

DROP TABLE IF EXISTS `cp_file`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cp_file` (
  `cp_node_id` int(11) NOT NULL DEFAULT '0',
  `href` varchar(4000) DEFAULT NULL,
  PRIMARY KEY (`cp_node_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cp_file`
--

LOCK TABLES `cp_file` WRITE;
/*!40000 ALTER TABLE `cp_file` DISABLE KEYS */;
/*!40000 ALTER TABLE `cp_file` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cp_hidelmsui`
--

DROP TABLE IF EXISTS `cp_hidelmsui`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cp_hidelmsui` (
  `cp_node_id` int(11) NOT NULL DEFAULT '0',
  `value` varchar(50) DEFAULT NULL,
  PRIMARY KEY (`cp_node_id`),
  KEY `i1_idx` (`value`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cp_hidelmsui`
--

LOCK TABLES `cp_hidelmsui` WRITE;
/*!40000 ALTER TABLE `cp_hidelmsui` DISABLE KEYS */;
/*!40000 ALTER TABLE `cp_hidelmsui` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cp_item`
--

DROP TABLE IF EXISTS `cp_item`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cp_item` (
  `completionthreshold` varchar(50) DEFAULT '1.0',
  `cp_node_id` int(11) NOT NULL DEFAULT '0',
  `datafromlms` varchar(4000) DEFAULT NULL,
  `id` varchar(200) DEFAULT NULL,
  `isvisible` varchar(32) DEFAULT NULL,
  `parameters` varchar(255) DEFAULT NULL,
  `resourceid` varchar(200) DEFAULT NULL,
  `sequencingid` varchar(50) DEFAULT NULL,
  `timelimitaction` varchar(30) DEFAULT NULL,
  `title` varchar(255) DEFAULT NULL,
  `progressweight` varchar(50) DEFAULT '1.0',
  `completedbymeasure` tinyint(4) DEFAULT '0',
  PRIMARY KEY (`cp_node_id`),
  KEY `i1_idx` (`id`),
  KEY `i2_idx` (`sequencingid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cp_item`
--

LOCK TABLES `cp_item` WRITE;
/*!40000 ALTER TABLE `cp_item` DISABLE KEYS */;
/*!40000 ALTER TABLE `cp_item` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cp_manifest`
--

DROP TABLE IF EXISTS `cp_manifest`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cp_manifest` (
  `base` varchar(200) DEFAULT NULL,
  `cp_node_id` int(11) NOT NULL DEFAULT '0',
  `defaultorganization` varchar(255) DEFAULT NULL,
  `id` varchar(200) DEFAULT NULL,
  `title` varchar(255) DEFAULT NULL,
  `uri` varchar(255) DEFAULT NULL,
  `version` varchar(200) DEFAULT NULL,
  PRIMARY KEY (`cp_node_id`),
  KEY `i1_idx` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cp_manifest`
--

LOCK TABLES `cp_manifest` WRITE;
/*!40000 ALTER TABLE `cp_manifest` DISABLE KEYS */;
/*!40000 ALTER TABLE `cp_manifest` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cp_mapinfo`
--

DROP TABLE IF EXISTS `cp_mapinfo`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cp_mapinfo` (
  `cp_node_id` int(11) NOT NULL DEFAULT '0',
  `readnormalmeasure` tinyint(4) DEFAULT NULL,
  `readsatisfiedstatus` tinyint(4) DEFAULT NULL,
  `targetobjectiveid` varchar(255) DEFAULT NULL,
  `writenormalmeasure` tinyint(4) DEFAULT NULL,
  `writesatisfiedstatus` tinyint(4) DEFAULT NULL,
  PRIMARY KEY (`cp_node_id`),
  KEY `i1_idx` (`targetobjectiveid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cp_mapinfo`
--

LOCK TABLES `cp_mapinfo` WRITE;
/*!40000 ALTER TABLE `cp_mapinfo` DISABLE KEYS */;
/*!40000 ALTER TABLE `cp_mapinfo` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cp_node`
--

DROP TABLE IF EXISTS `cp_node`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cp_node` (
  `cp_node_id` int(11) NOT NULL DEFAULT '0',
  `nodename` varchar(50) DEFAULT NULL,
  `slm_id` int(11) DEFAULT NULL,
  PRIMARY KEY (`cp_node_id`),
  KEY `i2_idx` (`nodename`),
  KEY `i3_idx` (`slm_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cp_node`
--

LOCK TABLES `cp_node` WRITE;
/*!40000 ALTER TABLE `cp_node` DISABLE KEYS */;
/*!40000 ALTER TABLE `cp_node` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cp_node_seq`
--

DROP TABLE IF EXISTS `cp_node_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cp_node_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cp_node_seq`
--

LOCK TABLES `cp_node_seq` WRITE;
/*!40000 ALTER TABLE `cp_node_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `cp_node_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cp_objective`
--

DROP TABLE IF EXISTS `cp_objective`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cp_objective` (
  `cp_node_id` int(11) NOT NULL DEFAULT '0',
  `minnormalmeasure` varchar(50) DEFAULT NULL,
  `objectiveid` varchar(200) DEFAULT NULL,
  `c_primary` tinyint(4) DEFAULT NULL,
  `satisfiedbymeasure` tinyint(4) DEFAULT NULL,
  PRIMARY KEY (`cp_node_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cp_objective`
--

LOCK TABLES `cp_objective` WRITE;
/*!40000 ALTER TABLE `cp_objective` DISABLE KEYS */;
/*!40000 ALTER TABLE `cp_objective` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cp_organization`
--

DROP TABLE IF EXISTS `cp_organization`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cp_organization` (
  `cp_node_id` int(11) NOT NULL DEFAULT '0',
  `id` varchar(200) DEFAULT NULL,
  `objectivesglobtosys` tinyint(4) DEFAULT NULL,
  `sequencingid` varchar(50) DEFAULT NULL,
  `structure` varchar(200) DEFAULT NULL,
  `title` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`cp_node_id`),
  KEY `i1_idx` (`id`),
  KEY `i2_idx` (`sequencingid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cp_organization`
--

LOCK TABLES `cp_organization` WRITE;
/*!40000 ALTER TABLE `cp_organization` DISABLE KEYS */;
/*!40000 ALTER TABLE `cp_organization` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cp_package`
--

DROP TABLE IF EXISTS `cp_package`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cp_package` (
  `created` varchar(20) DEFAULT NULL,
  `c_identifier` varchar(255) DEFAULT NULL,
  `jsdata` longtext,
  `modified` varchar(20) DEFAULT NULL,
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `persistprevattempts` int(11) DEFAULT NULL,
  `c_settings` varchar(255) DEFAULT NULL,
  `xmldata` longtext,
  `activitytree` longtext,
  `global_to_system` tinyint(4) NOT NULL DEFAULT '1',
  `shared_data_global_to_system` tinyint(4) DEFAULT '1',
  PRIMARY KEY (`obj_id`),
  KEY `i1_idx` (`c_identifier`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cp_package`
--

LOCK TABLES `cp_package` WRITE;
/*!40000 ALTER TABLE `cp_package` DISABLE KEYS */;
/*!40000 ALTER TABLE `cp_package` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cp_resource`
--

DROP TABLE IF EXISTS `cp_resource`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cp_resource` (
  `base` varchar(4000) DEFAULT NULL,
  `cp_node_id` int(11) NOT NULL DEFAULT '0',
  `href` varchar(4000) DEFAULT NULL,
  `id` varchar(200) DEFAULT NULL,
  `scormtype` varchar(32) DEFAULT NULL,
  `c_type` varchar(30) DEFAULT NULL,
  PRIMARY KEY (`cp_node_id`),
  KEY `i1_idx` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cp_resource`
--

LOCK TABLES `cp_resource` WRITE;
/*!40000 ALTER TABLE `cp_resource` DISABLE KEYS */;
/*!40000 ALTER TABLE `cp_resource` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cp_rule`
--

DROP TABLE IF EXISTS `cp_rule`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cp_rule` (
  `action` varchar(50) DEFAULT NULL,
  `childactivityset` varchar(50) DEFAULT NULL,
  `conditioncombination` varchar(50) DEFAULT NULL,
  `cp_node_id` int(11) NOT NULL DEFAULT '0',
  `minimumcount` int(11) DEFAULT NULL,
  `minimumpercent` varchar(50) DEFAULT NULL,
  `c_type` varchar(50) DEFAULT NULL,
  PRIMARY KEY (`cp_node_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cp_rule`
--

LOCK TABLES `cp_rule` WRITE;
/*!40000 ALTER TABLE `cp_rule` DISABLE KEYS */;
/*!40000 ALTER TABLE `cp_rule` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cp_sequencing`
--

DROP TABLE IF EXISTS `cp_sequencing`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cp_sequencing` (
  `activityabsdurlimit` varchar(20) DEFAULT NULL,
  `activityexpdurlimit` varchar(20) DEFAULT NULL,
  `attemptabsdurlimit` varchar(20) DEFAULT NULL,
  `attemptexpdurlimit` varchar(20) DEFAULT NULL,
  `attemptlimit` int(11) DEFAULT NULL,
  `begintimelimit` varchar(20) DEFAULT NULL,
  `choice` tinyint(4) DEFAULT NULL,
  `choiceexit` tinyint(4) DEFAULT NULL,
  `completionbycontent` tinyint(4) DEFAULT NULL,
  `constrainchoice` tinyint(4) DEFAULT NULL,
  `cp_node_id` int(11) NOT NULL DEFAULT '0',
  `endtimelimit` varchar(20) DEFAULT NULL,
  `flow` tinyint(4) DEFAULT NULL,
  `forwardonly` tinyint(4) DEFAULT NULL,
  `id` varchar(200) DEFAULT NULL,
  `measuresatisfactive` tinyint(4) DEFAULT NULL,
  `objectivemeasweight` double DEFAULT NULL,
  `objectivebycontent` tinyint(4) DEFAULT NULL,
  `preventactivation` tinyint(4) DEFAULT NULL,
  `randomizationtiming` varchar(50) DEFAULT NULL,
  `reorderchildren` tinyint(4) DEFAULT NULL,
  `requiredcompleted` varchar(50) DEFAULT NULL,
  `requiredincomplete` varchar(50) DEFAULT NULL,
  `requirednotsatisfied` varchar(50) DEFAULT NULL,
  `requiredforsatisfied` varchar(50) DEFAULT NULL,
  `rollupobjectivesatis` tinyint(4) DEFAULT NULL,
  `rollupprogcompletion` tinyint(4) DEFAULT NULL,
  `selectcount` int(11) DEFAULT NULL,
  `selectiontiming` varchar(50) DEFAULT NULL,
  `sequencingid` varchar(50) DEFAULT NULL,
  `tracked` tinyint(4) DEFAULT NULL,
  `usecurattemptobjinfo` tinyint(4) DEFAULT NULL,
  `usecurattemptproginfo` tinyint(4) DEFAULT NULL,
  PRIMARY KEY (`cp_node_id`),
  KEY `i1_idx` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cp_sequencing`
--

LOCK TABLES `cp_sequencing` WRITE;
/*!40000 ALTER TABLE `cp_sequencing` DISABLE KEYS */;
/*!40000 ALTER TABLE `cp_sequencing` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cp_suspend`
--

DROP TABLE IF EXISTS `cp_suspend`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cp_suspend` (
  `data` longtext,
  `user_id` int(11) NOT NULL,
  `obj_id` int(11) NOT NULL,
  PRIMARY KEY (`user_id`,`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cp_suspend`
--

LOCK TABLES `cp_suspend` WRITE;
/*!40000 ALTER TABLE `cp_suspend` DISABLE KEYS */;
/*!40000 ALTER TABLE `cp_suspend` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cp_tree`
--

DROP TABLE IF EXISTS `cp_tree`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cp_tree` (
  `child` int(11) NOT NULL DEFAULT '0',
  `depth` int(11) DEFAULT NULL,
  `lft` int(11) DEFAULT NULL,
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `parent` int(11) DEFAULT NULL,
  `rgt` int(11) DEFAULT NULL,
  PRIMARY KEY (`obj_id`,`child`),
  KEY `i1_idx` (`child`),
  KEY `i2_idx` (`obj_id`),
  KEY `i3_idx` (`parent`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cp_tree`
--

LOCK TABLES `cp_tree` WRITE;
/*!40000 ALTER TABLE `cp_tree` DISABLE KEYS */;
/*!40000 ALTER TABLE `cp_tree` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cron_job`
--

DROP TABLE IF EXISTS `cron_job`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cron_job` (
  `job_id` varchar(50) NOT NULL DEFAULT '',
  `component` varchar(200) DEFAULT NULL,
  `schedule_type` tinyint(4) DEFAULT NULL,
  `schedule_value` int(11) DEFAULT NULL,
  `job_status` tinyint(4) DEFAULT NULL,
  `job_status_user_id` int(11) DEFAULT NULL,
  `job_status_type` tinyint(4) DEFAULT NULL,
  `job_status_ts` int(11) DEFAULT NULL,
  `job_result_status` tinyint(4) DEFAULT NULL,
  `job_result_user_id` int(11) DEFAULT NULL,
  `job_result_code` varchar(64) DEFAULT NULL,
  `job_result_message` varchar(400) DEFAULT NULL,
  `job_result_type` tinyint(4) DEFAULT NULL,
  `job_result_ts` int(11) DEFAULT NULL,
  `class` varchar(255) DEFAULT NULL,
  `path` varchar(400) DEFAULT NULL,
  `running_ts` int(11) DEFAULT NULL,
  `job_result_dur` int(11) DEFAULT NULL,
  `alive_ts` int(11) DEFAULT NULL,
  PRIMARY KEY (`job_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cron_job`
--

LOCK TABLES `cron_job` WRITE;
/*!40000 ALTER TABLE `cron_job` DISABLE KEYS */;
INSERT INTO `cron_job` VALUES ('auth_destroy_expired_sessions','Services/Authentication',3,1,1,0,0,1702399177,NULL,NULL,NULL,NULL,NULL,NULL,'ilAuthDestroyExpiredSessionsCron',NULL,NULL,NULL,NULL),('book_notification','Modules/BookingManager',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'ilBookCronNotification',NULL,NULL,NULL,NULL),('book_pref_book','Modules/BookingManager',1,NULL,1,0,0,1702399177,NULL,NULL,NULL,NULL,NULL,NULL,'ilBookingPrefBookCron',NULL,NULL,NULL,NULL),('cal_consultation','Services/Calendar',0,0,0,0,0,0,0,0,'','',0,0,'ilConsultationHourCron','Services/Calendar/classes/ConsultationHours/',0,0,0),('cal_remote_reader','Services/Calendar',2,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'ilCalendarCronRemoteReader','Services/Calendar/classes/Cron/',NULL,NULL,NULL),('certificate','Services/Certificate',2,1,1,0,0,1702399177,NULL,NULL,NULL,NULL,NULL,NULL,'ilCertificateCron',NULL,NULL,NULL,NULL),('copg_history_cleanup','Services/COPage',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'ilCleanCOPageHistoryCronjob','Services/COPage/Cron',NULL,NULL,NULL),('crs_timings_reminder','Modules/Course',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'ilTimingsCronReminder',NULL,NULL,NULL,NULL),('ecs_task_handler','Services/WebServices',3,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'ilCronEcsTaskScheduler',NULL,NULL,NULL,NULL),('exc_feedback_notification','Modules/Exercise',0,0,1,0,0,1381511097,0,0,'','',0,0,'ilExcCronFeedbackNotification',NULL,0,0,0),('exc_reminders','Modules/Exercise',1,NULL,1,0,0,1702399177,NULL,NULL,NULL,NULL,NULL,NULL,'ilExcCronReminders',NULL,NULL,NULL,NULL),('file_system_clean_temp_dir','Services/FileSystem',1,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'ilFileSystemCleanTempDirCron',NULL,NULL,NULL,NULL),('finish_unfinished_passes','Modules/Test',1,0,0,0,0,0,0,0,'','',0,0,'ilCronFinishUnfinishedTestPasses',NULL,0,0,0),('frm_notification','Modules/Forum',3,1,0,0,0,0,0,0,'','',0,0,'ilForumCronNotification',NULL,0,0,0),('ldap_sync','Services/LDAP',0,0,0,0,0,0,0,0,'','',0,0,'ilLDAPCronSynchronization',NULL,0,0,0),('log_error_file_cleanup','Services/Logging',4,10,0,0,0,0,0,0,'','',0,0,'ilLoggerCronCleanErrorFiles','Services/Logging/classes/error/',0,0,0),('lp_object_statistics','Services/Tracking',0,0,1,0,0,1381511103,0,0,'','',0,0,'ilLPCronObjectStatistics',NULL,0,0,0),('lti_outcome','Services/LTI',2,5,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'ilLTICronOutcomeService',NULL,NULL,NULL,NULL),('mail_notification','Services/Mail',0,0,1,6,1,1481898063,NULL,6,'job_manual_reset','Cron job re-activated by admin',1,0,'ilMailCronNotification',NULL,0,0,0),('mail_orphaned_mails','Services/Mail',1,1,0,0,0,0,0,0,'','',0,0,'ilMailCronOrphanedMails',NULL,0,0,0),('mem_min_members','Services/Membership',0,0,1,0,0,1443610661,0,0,'','',0,0,'ilMembershipCronMinMembers','Services/Membership/classes/Cron',0,0,0),('mem_notification','Services/Membership',1,0,0,0,0,0,0,0,'','',0,0,'ilMembershipCronNotifications','Services/Membership/classes/Cron',0,0,0),('meta_oer_harvester','Services/MetaData',1,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'ilCronOerHarvester',NULL,NULL,NULL,NULL),('orgunit_paths','Modules/OrgUnit',1,0,1,0,0,1472816001,0,0,'','',0,0,'ilCronUpdateOrgUnitPaths',NULL,0,0,0),('prg_invalidate_expired_progresses','Modules/StudyProgramme',4,1,1,0,0,1702399177,NULL,NULL,NULL,NULL,NULL,NULL,'ilPrgInvalidateExpiredProgressesCronJob',NULL,NULL,NULL,NULL),('prg_restart_assignments_temporal_progress','Modules/StudyProgramme',4,1,1,0,0,1702399177,NULL,NULL,NULL,NULL,NULL,NULL,'ilPrgRestartAssignmentsCronJob',NULL,NULL,NULL,NULL),('prg_update_progress','Modules/StudyProgramme',4,1,1,0,0,1702399177,NULL,NULL,NULL,NULL,NULL,NULL,'ilPrgUpdateProgressCronJob',NULL,NULL,NULL,NULL),('prg_user_not_restarted','Modules/StudyProgramme',4,1,1,0,0,1702399177,NULL,NULL,NULL,NULL,NULL,NULL,'ilPrgUserNotRestartedCronJob',NULL,NULL,NULL,NULL),('prg_user_risky_to_fail','Modules/StudyProgramme',4,1,1,0,0,1702399177,NULL,NULL,NULL,NULL,NULL,NULL,'ilPrgUserRiskyToFailCronJob',NULL,NULL,NULL,NULL),('skll_notification','Services/Skill',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'ilSkillNotifications',NULL,NULL,NULL,NULL),('src_lucene_indexer','Services/Search',1,0,0,0,0,0,0,0,'','',0,0,'ilLuceneIndexer','Services/Search/classes/Lucene/',0,0,0),('survey_notification','Modules/Survey',0,0,1,0,0,1381511099,0,0,'','',0,0,'ilSurveyCronNotification',NULL,0,0,0),('sysc_trash','Services/SystemCheck',5,1,0,0,0,0,0,0,'','',0,0,'ilSCCronTrash',NULL,0,0,0),('user_check_accounts','Services/User',0,0,0,0,0,0,0,0,'','',0,0,'ilUserCronCheckAccounts',NULL,0,0,0),('user_inactivated','Services/User',1,0,0,0,0,0,0,0,'','',0,0,'ilCronDeleteInactivatedUserAccounts',NULL,0,0,0),('user_inactive','Services/User',1,0,0,0,0,0,0,0,'','',0,0,'ilCronDeleteInactiveUserAccounts',NULL,0,0,0),('user_never_logged_in','Services/User',1,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'ilCronDeleteNeverLoggedInUserAccounts',NULL,NULL,NULL,NULL),('wopi_crawler','Services/WOPI',5,1,1,0,0,1702399177,NULL,NULL,NULL,NULL,NULL,NULL,'ilWOPICrawler',NULL,NULL,NULL,NULL),('xapi_deletion_cron','Modules/CmiXapi',1,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'ilCmiXapiDelCron',NULL,NULL,NULL,NULL),('xapi_results_evaluation','Modules/CmiXapi',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'ilXapiResultsCronjob',NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE `cron_job` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `crs_archives`
--

DROP TABLE IF EXISTS `crs_archives`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `crs_archives` (
  `archive_id` int(11) NOT NULL DEFAULT '0',
  `course_id` int(11) NOT NULL DEFAULT '0',
  `archive_name` varchar(255) DEFAULT NULL,
  `archive_type` tinyint(4) NOT NULL DEFAULT '0',
  `archive_date` int(11) DEFAULT NULL,
  `archive_size` int(11) DEFAULT NULL,
  `archive_lang` varchar(16) DEFAULT NULL,
  PRIMARY KEY (`archive_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `crs_archives`
--

LOCK TABLES `crs_archives` WRITE;
/*!40000 ALTER TABLE `crs_archives` DISABLE KEYS */;
/*!40000 ALTER TABLE `crs_archives` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `crs_archives_seq`
--

DROP TABLE IF EXISTS `crs_archives_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `crs_archives_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `crs_archives_seq`
--

LOCK TABLES `crs_archives_seq` WRITE;
/*!40000 ALTER TABLE `crs_archives_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `crs_archives_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `crs_f_definitions`
--

DROP TABLE IF EXISTS `crs_f_definitions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `crs_f_definitions` (
  `field_id` int(11) NOT NULL DEFAULT '0',
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `field_name` varchar(255) DEFAULT NULL,
  `field_type` tinyint(4) NOT NULL DEFAULT '0',
  `field_values` longtext,
  `field_required` tinyint(4) NOT NULL DEFAULT '0',
  `field_values_opt` varchar(1000) DEFAULT NULL,
  PRIMARY KEY (`field_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `crs_f_definitions`
--

LOCK TABLES `crs_f_definitions` WRITE;
/*!40000 ALTER TABLE `crs_f_definitions` DISABLE KEYS */;
/*!40000 ALTER TABLE `crs_f_definitions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `crs_f_definitions_seq`
--

DROP TABLE IF EXISTS `crs_f_definitions_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `crs_f_definitions_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `crs_f_definitions_seq`
--

LOCK TABLES `crs_f_definitions_seq` WRITE;
/*!40000 ALTER TABLE `crs_f_definitions_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `crs_f_definitions_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `crs_file`
--

DROP TABLE IF EXISTS `crs_file`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `crs_file` (
  `file_id` int(11) NOT NULL DEFAULT '0',
  `course_id` int(11) NOT NULL DEFAULT '0',
  `file_name` char(64) DEFAULT NULL,
  `file_type` char(64) DEFAULT NULL,
  `file_size` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`file_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `crs_file`
--

LOCK TABLES `crs_file` WRITE;
/*!40000 ALTER TABLE `crs_file` DISABLE KEYS */;
/*!40000 ALTER TABLE `crs_file` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `crs_file_seq`
--

DROP TABLE IF EXISTS `crs_file_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `crs_file_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `crs_file_seq`
--

LOCK TABLES `crs_file_seq` WRITE;
/*!40000 ALTER TABLE `crs_file_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `crs_file_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `crs_groupings`
--

DROP TABLE IF EXISTS `crs_groupings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `crs_groupings` (
  `crs_grp_id` int(11) NOT NULL DEFAULT '0',
  `crs_ref_id` int(11) NOT NULL DEFAULT '0',
  `crs_id` int(11) NOT NULL DEFAULT '0',
  `unique_field` char(32) DEFAULT NULL,
  PRIMARY KEY (`crs_grp_id`),
  KEY `i1_idx` (`crs_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `crs_groupings`
--

LOCK TABLES `crs_groupings` WRITE;
/*!40000 ALTER TABLE `crs_groupings` DISABLE KEYS */;
/*!40000 ALTER TABLE `crs_groupings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `crs_items`
--

DROP TABLE IF EXISTS `crs_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `crs_items` (
  `parent_id` int(11) NOT NULL DEFAULT '0',
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `timing_type` tinyint(4) DEFAULT NULL,
  `timing_start` int(11) NOT NULL DEFAULT '0',
  `timing_end` int(11) NOT NULL DEFAULT '0',
  `suggestion_start` int(11) NOT NULL DEFAULT '0',
  `suggestion_end` int(11) NOT NULL DEFAULT '0',
  `changeable` tinyint(4) NOT NULL DEFAULT '0',
  `visible` tinyint(4) NOT NULL DEFAULT '0',
  `position` int(11) DEFAULT NULL,
  `suggestion_start_rel` int(11) DEFAULT '0',
  `suggestion_end_rel` int(11) DEFAULT '0',
  PRIMARY KEY (`parent_id`,`obj_id`),
  KEY `ob_idx` (`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `crs_items`
--

LOCK TABLES `crs_items` WRITE;
/*!40000 ALTER TABLE `crs_items` DISABLE KEYS */;
INSERT INTO `crs_items` VALUES (1,9,1,1450792127,1450792127,1450792127,1450792127,0,0,0,0,0),(9,8,1,1450792127,1450792127,1450792127,1450792127,0,0,0,0,0),(9,12,1,1481898045,1481898045,1481898045,1481898045,0,0,0,0,0),(9,16,1,1450795974,1450795974,1450795974,1450795974,0,0,0,0,0),(9,17,1,1481897710,1481897710,1481897710,1481897710,0,0,0,0,0),(9,18,1,1450795859,1450795859,1450795859,1450795859,0,0,0,0,0),(9,22,1,1450796001,1450796001,1450796001,1450796001,0,0,0,0,0),(9,23,1,1450795847,1450795847,1450795847,1450795847,0,0,0,0,0),(9,29,1,1450795894,1450795894,1450795894,1450795894,0,0,0,0,0),(9,30,1,1450796011,1450796011,1450796011,1450796011,0,0,0,0,0),(9,32,1,1481899353,1481899353,1481899353,1481899353,0,0,0,0,0),(9,34,1,1482324927,1482324927,1482324927,1482324927,0,0,0,0,0),(9,36,1,1481898367,1481898367,1481898367,1481898367,0,0,0,0,0),(9,37,1,1450796232,1450796232,1450796232,1450796232,0,0,0,0,0),(9,39,1,1481899398,1481899398,1481899398,1481899398,0,0,0,0,0),(9,52,1,1450795488,1450795488,1450795488,1450795488,0,0,0,0,0),(9,53,1,1450796052,1450796052,1450796052,1450796052,0,0,0,0,0),(9,55,1,1481899451,1481899451,1481899451,1481899451,0,0,0,0,0),(9,57,1,1450796335,1450796335,1450796335,1450796335,0,0,0,0,0),(9,64,1,1450795969,1450795969,1450795969,1450795969,0,0,0,0,0);
/*!40000 ALTER TABLE `crs_items` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `crs_lm_history`
--

DROP TABLE IF EXISTS `crs_lm_history`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `crs_lm_history` (
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `crs_ref_id` int(11) NOT NULL DEFAULT '0',
  `lm_ref_id` int(11) NOT NULL DEFAULT '0',
  `lm_page_id` int(11) NOT NULL DEFAULT '0',
  `last_access` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`usr_id`,`crs_ref_id`,`lm_ref_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `crs_lm_history`
--

LOCK TABLES `crs_lm_history` WRITE;
/*!40000 ALTER TABLE `crs_lm_history` DISABLE KEYS */;
/*!40000 ALTER TABLE `crs_lm_history` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `crs_objective_lm`
--

DROP TABLE IF EXISTS `crs_objective_lm`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `crs_objective_lm` (
  `lm_ass_id` int(11) NOT NULL DEFAULT '0',
  `objective_id` int(11) NOT NULL DEFAULT '0',
  `ref_id` int(11) NOT NULL DEFAULT '0',
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `type` char(6) DEFAULT NULL,
  `position` int(11) DEFAULT '0',
  PRIMARY KEY (`lm_ass_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `crs_objective_lm`
--

LOCK TABLES `crs_objective_lm` WRITE;
/*!40000 ALTER TABLE `crs_objective_lm` DISABLE KEYS */;
/*!40000 ALTER TABLE `crs_objective_lm` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `crs_objective_lm_seq`
--

DROP TABLE IF EXISTS `crs_objective_lm_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `crs_objective_lm_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `crs_objective_lm_seq`
--

LOCK TABLES `crs_objective_lm_seq` WRITE;
/*!40000 ALTER TABLE `crs_objective_lm_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `crs_objective_lm_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `crs_objective_qst`
--

DROP TABLE IF EXISTS `crs_objective_qst`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `crs_objective_qst` (
  `qst_ass_id` int(11) NOT NULL DEFAULT '0',
  `objective_id` int(11) NOT NULL DEFAULT '0',
  `ref_id` int(11) NOT NULL DEFAULT '0',
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `question_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`qst_ass_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `crs_objective_qst`
--

LOCK TABLES `crs_objective_qst` WRITE;
/*!40000 ALTER TABLE `crs_objective_qst` DISABLE KEYS */;
/*!40000 ALTER TABLE `crs_objective_qst` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `crs_objective_qst_seq`
--

DROP TABLE IF EXISTS `crs_objective_qst_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `crs_objective_qst_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `crs_objective_qst_seq`
--

LOCK TABLES `crs_objective_qst_seq` WRITE;
/*!40000 ALTER TABLE `crs_objective_qst_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `crs_objective_qst_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `crs_objective_status`
--

DROP TABLE IF EXISTS `crs_objective_status`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `crs_objective_status` (
  `objective_id` int(11) NOT NULL DEFAULT '0',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `status` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`objective_id`,`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `crs_objective_status`
--

LOCK TABLES `crs_objective_status` WRITE;
/*!40000 ALTER TABLE `crs_objective_status` DISABLE KEYS */;
/*!40000 ALTER TABLE `crs_objective_status` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `crs_objective_status_p`
--

DROP TABLE IF EXISTS `crs_objective_status_p`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `crs_objective_status_p` (
  `objective_id` int(11) NOT NULL DEFAULT '0',
  `user_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`objective_id`,`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `crs_objective_status_p`
--

LOCK TABLES `crs_objective_status_p` WRITE;
/*!40000 ALTER TABLE `crs_objective_status_p` DISABLE KEYS */;
/*!40000 ALTER TABLE `crs_objective_status_p` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `crs_objective_tst`
--

DROP TABLE IF EXISTS `crs_objective_tst`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `crs_objective_tst` (
  `test_objective_id` int(11) NOT NULL DEFAULT '0',
  `objective_id` int(11) NOT NULL DEFAULT '0',
  `ref_id` int(11) NOT NULL DEFAULT '0',
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `tst_status` tinyint(4) DEFAULT NULL,
  `tst_limit` tinyint(4) DEFAULT NULL,
  `tst_limit_p` smallint(6) NOT NULL DEFAULT '0',
  PRIMARY KEY (`test_objective_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `crs_objective_tst`
--

LOCK TABLES `crs_objective_tst` WRITE;
/*!40000 ALTER TABLE `crs_objective_tst` DISABLE KEYS */;
/*!40000 ALTER TABLE `crs_objective_tst` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `crs_objective_tst_seq`
--

DROP TABLE IF EXISTS `crs_objective_tst_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `crs_objective_tst_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `crs_objective_tst_seq`
--

LOCK TABLES `crs_objective_tst_seq` WRITE;
/*!40000 ALTER TABLE `crs_objective_tst_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `crs_objective_tst_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `crs_objectives`
--

DROP TABLE IF EXISTS `crs_objectives`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `crs_objectives` (
  `crs_id` int(11) NOT NULL DEFAULT '0',
  `objective_id` int(11) NOT NULL DEFAULT '0',
  `title` varchar(70) DEFAULT NULL,
  `description` varchar(500) DEFAULT NULL,
  `position` int(11) NOT NULL DEFAULT '0',
  `created` int(11) NOT NULL DEFAULT '0',
  `active` tinyint(4) DEFAULT '1',
  `passes` smallint(6) DEFAULT '0',
  PRIMARY KEY (`objective_id`),
  KEY `i1_idx` (`crs_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `crs_objectives`
--

LOCK TABLES `crs_objectives` WRITE;
/*!40000 ALTER TABLE `crs_objectives` DISABLE KEYS */;
/*!40000 ALTER TABLE `crs_objectives` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `crs_objectives_seq`
--

DROP TABLE IF EXISTS `crs_objectives_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `crs_objectives_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `crs_objectives_seq`
--

LOCK TABLES `crs_objectives_seq` WRITE;
/*!40000 ALTER TABLE `crs_objectives_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `crs_objectives_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `crs_reference_settings`
--

DROP TABLE IF EXISTS `crs_reference_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `crs_reference_settings` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `member_update` tinyint(4) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `crs_reference_settings`
--

LOCK TABLES `crs_reference_settings` WRITE;
/*!40000 ALTER TABLE `crs_reference_settings` DISABLE KEYS */;
/*!40000 ALTER TABLE `crs_reference_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `crs_settings`
--

DROP TABLE IF EXISTS `crs_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `crs_settings` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `syllabus` varchar(4000) DEFAULT NULL,
  `contact_name` varchar(255) DEFAULT NULL,
  `contact_responsibility` varchar(255) DEFAULT NULL,
  `contact_phone` varchar(255) DEFAULT NULL,
  `contact_email` varchar(255) DEFAULT NULL,
  `contact_consultation` varchar(4000) DEFAULT NULL,
  `activation_type` tinyint(4) NOT NULL DEFAULT '0',
  `activation_start` int(11) DEFAULT NULL,
  `activation_end` int(11) DEFAULT NULL,
  `sub_limitation_type` tinyint(4) NOT NULL DEFAULT '0',
  `sub_start` int(11) DEFAULT NULL,
  `sub_end` int(11) DEFAULT NULL,
  `sub_type` int(11) DEFAULT NULL,
  `sub_password` varchar(32) DEFAULT NULL,
  `sub_mem_limit` tinyint(4) NOT NULL DEFAULT '0',
  `sub_max_members` int(11) DEFAULT NULL,
  `sub_notify` int(11) DEFAULT NULL,
  `view_mode` tinyint(4) NOT NULL DEFAULT '0',
  `sortorder` int(11) DEFAULT NULL,
  `archive_start` int(11) DEFAULT NULL,
  `archive_end` int(11) DEFAULT NULL,
  `archive_type` int(11) DEFAULT NULL,
  `abo` tinyint(4) DEFAULT '1',
  `waiting_list` tinyint(4) NOT NULL DEFAULT '1',
  `important` varchar(4000) DEFAULT NULL,
  `show_members` tinyint(4) NOT NULL DEFAULT '1',
  `latitude` varchar(30) DEFAULT NULL,
  `longitude` varchar(30) DEFAULT NULL,
  `location_zoom` int(11) NOT NULL DEFAULT '0',
  `enable_course_map` tinyint(4) NOT NULL DEFAULT '0',
  `session_limit` tinyint(4) NOT NULL DEFAULT '0',
  `session_prev` bigint(20) NOT NULL DEFAULT '-1',
  `session_next` bigint(20) NOT NULL DEFAULT '-1',
  `reg_ac_enabled` tinyint(4) NOT NULL DEFAULT '0',
  `reg_ac` varchar(32) DEFAULT NULL,
  `status_dt` tinyint(4) DEFAULT '2',
  `auto_notification` tinyint(4) NOT NULL DEFAULT '1',
  `mail_members_type` tinyint(4) DEFAULT '1',
  `crs_start` int(11) DEFAULT NULL,
  `crs_end` int(11) DEFAULT NULL,
  `leave_end` int(11) DEFAULT NULL,
  `auto_wait` tinyint(4) NOT NULL DEFAULT '0',
  `min_members` smallint(6) DEFAULT NULL,
  `show_members_export` int(11) DEFAULT NULL,
  `timing_mode` tinyint(4) DEFAULT '0',
  `period_start` datetime DEFAULT NULL,
  `period_end` datetime DEFAULT NULL,
  `period_time_indication` int(11) NOT NULL DEFAULT '0',
  `target_group` varchar(4000) DEFAULT NULL,
  PRIMARY KEY (`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `crs_settings`
--

LOCK TABLES `crs_settings` WRITE;
/*!40000 ALTER TABLE `crs_settings` DISABLE KEYS */;
/*!40000 ALTER TABLE `crs_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `crs_start`
--

DROP TABLE IF EXISTS `crs_start`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `crs_start` (
  `crs_start_id` int(11) NOT NULL DEFAULT '0',
  `crs_id` int(11) NOT NULL DEFAULT '0',
  `item_ref_id` int(11) NOT NULL DEFAULT '0',
  `pos` int(11) DEFAULT NULL,
  PRIMARY KEY (`crs_start_id`),
  KEY `i1_idx` (`crs_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `crs_start`
--

LOCK TABLES `crs_start` WRITE;
/*!40000 ALTER TABLE `crs_start` DISABLE KEYS */;
/*!40000 ALTER TABLE `crs_start` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `crs_start_seq`
--

DROP TABLE IF EXISTS `crs_start_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `crs_start_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `crs_start_seq`
--

LOCK TABLES `crs_start_seq` WRITE;
/*!40000 ALTER TABLE `crs_start_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `crs_start_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `crs_timings_exceeded`
--

DROP TABLE IF EXISTS `crs_timings_exceeded`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `crs_timings_exceeded` (
  `user_id` int(11) NOT NULL DEFAULT '0',
  `ref_id` int(11) NOT NULL DEFAULT '0',
  `sent` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`user_id`,`ref_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `crs_timings_exceeded`
--

LOCK TABLES `crs_timings_exceeded` WRITE;
/*!40000 ALTER TABLE `crs_timings_exceeded` DISABLE KEYS */;
/*!40000 ALTER TABLE `crs_timings_exceeded` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `crs_timings_planed`
--

DROP TABLE IF EXISTS `crs_timings_planed`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `crs_timings_planed` (
  `item_id` int(11) NOT NULL DEFAULT '0',
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `planed_start` int(11) NOT NULL DEFAULT '0',
  `planed_end` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`item_id`,`usr_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `crs_timings_planed`
--

LOCK TABLES `crs_timings_planed` WRITE;
/*!40000 ALTER TABLE `crs_timings_planed` DISABLE KEYS */;
/*!40000 ALTER TABLE `crs_timings_planed` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `crs_timings_started`
--

DROP TABLE IF EXISTS `crs_timings_started`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `crs_timings_started` (
  `user_id` int(11) NOT NULL DEFAULT '0',
  `ref_id` int(11) NOT NULL DEFAULT '0',
  `sent` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`user_id`,`ref_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `crs_timings_started`
--

LOCK TABLES `crs_timings_started` WRITE;
/*!40000 ALTER TABLE `crs_timings_started` DISABLE KEYS */;
/*!40000 ALTER TABLE `crs_timings_started` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `crs_timings_user`
--

DROP TABLE IF EXISTS `crs_timings_user`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `crs_timings_user` (
  `ref_id` int(11) NOT NULL DEFAULT '0',
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `sstart` int(11) NOT NULL DEFAULT '0',
  `ssend` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`ref_id`,`usr_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `crs_timings_user`
--

LOCK TABLES `crs_timings_user` WRITE;
/*!40000 ALTER TABLE `crs_timings_user` DISABLE KEYS */;
/*!40000 ALTER TABLE `crs_timings_user` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `crs_timings_usr_accept`
--

DROP TABLE IF EXISTS `crs_timings_usr_accept`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `crs_timings_usr_accept` (
  `crs_id` int(11) NOT NULL DEFAULT '0',
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `accept` tinyint(4) NOT NULL DEFAULT '0',
  `remark` varchar(4000) DEFAULT NULL,
  `visible` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`crs_id`,`usr_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `crs_timings_usr_accept`
--

LOCK TABLES `crs_timings_usr_accept` WRITE;
/*!40000 ALTER TABLE `crs_timings_usr_accept` DISABLE KEYS */;
/*!40000 ALTER TABLE `crs_timings_usr_accept` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `crs_user_data`
--

DROP TABLE IF EXISTS `crs_user_data`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `crs_user_data` (
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `field_id` int(11) NOT NULL DEFAULT '0',
  `value` varchar(4000) DEFAULT NULL,
  PRIMARY KEY (`usr_id`,`field_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `crs_user_data`
--

LOCK TABLES `crs_user_data` WRITE;
/*!40000 ALTER TABLE `crs_user_data` DISABLE KEYS */;
/*!40000 ALTER TABLE `crs_user_data` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `crs_waiting_list`
--

DROP TABLE IF EXISTS `crs_waiting_list`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `crs_waiting_list` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `sub_time` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`obj_id`,`usr_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `crs_waiting_list`
--

LOCK TABLES `crs_waiting_list` WRITE;
/*!40000 ALTER TABLE `crs_waiting_list` DISABLE KEYS */;
/*!40000 ALTER TABLE `crs_waiting_list` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `data_cache`
--

DROP TABLE IF EXISTS `data_cache`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `data_cache` (
  `module` varchar(50) NOT NULL DEFAULT 'common',
  `keyword` varchar(50) NOT NULL DEFAULT ' ',
  `value` longtext,
  PRIMARY KEY (`module`,`keyword`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `data_cache`
--

LOCK TABLES `data_cache` WRITE;
/*!40000 ALTER TABLE `data_cache` DISABLE KEYS */;
/*!40000 ALTER TABLE `data_cache` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dav_lock`
--

DROP TABLE IF EXISTS `dav_lock`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dav_lock` (
  `token` varchar(255) NOT NULL DEFAULT ' ',
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `node_id` int(11) NOT NULL DEFAULT '0',
  `ilias_owner` int(11) NOT NULL DEFAULT '0',
  `dav_owner` varchar(200) DEFAULT NULL,
  `expires` int(11) NOT NULL DEFAULT '0',
  `depth` int(11) NOT NULL DEFAULT '0',
  `type` char(1) DEFAULT 'w',
  `scope` char(1) DEFAULT 's',
  PRIMARY KEY (`token`),
  UNIQUE KEY `c1_idx` (`token`),
  KEY `i1_idx` (`obj_id`,`node_id`),
  KEY `i2_idx` (`obj_id`,`node_id`,`token`),
  KEY `i3_idx` (`expires`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dav_lock`
--

LOCK TABLES `dav_lock` WRITE;
/*!40000 ALTER TABLE `dav_lock` DISABLE KEYS */;
/*!40000 ALTER TABLE `dav_lock` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dav_property`
--

DROP TABLE IF EXISTS `dav_property`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dav_property` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `node_id` int(11) NOT NULL DEFAULT '0',
  `ns` varchar(120) NOT NULL DEFAULT 'DAV:',
  `name` varchar(120) NOT NULL DEFAULT ' ',
  `value` varchar(4000) DEFAULT NULL,
  PRIMARY KEY (`obj_id`,`node_id`,`name`,`ns`),
  KEY `i1_idx` (`obj_id`,`node_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dav_property`
--

LOCK TABLES `dav_property` WRITE;
/*!40000 ALTER TABLE `dav_property` DISABLE KEYS */;
/*!40000 ALTER TABLE `dav_property` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dbk_translations`
--

DROP TABLE IF EXISTS `dbk_translations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dbk_translations` (
  `id` int(11) NOT NULL DEFAULT '0',
  `tr_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`,`tr_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dbk_translations`
--

LOCK TABLES `dbk_translations` WRITE;
/*!40000 ALTER TABLE `dbk_translations` DISABLE KEYS */;
/*!40000 ALTER TABLE `dbk_translations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `desktop_item`
--

DROP TABLE IF EXISTS `desktop_item`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `desktop_item` (
  `user_id` int(11) NOT NULL DEFAULT '0',
  `item_id` int(11) NOT NULL DEFAULT '0',
  `type` varchar(4) DEFAULT NULL,
  `parameters` varchar(200) DEFAULT NULL,
  PRIMARY KEY (`user_id`,`item_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `desktop_item`
--

LOCK TABLES `desktop_item` WRITE;
/*!40000 ALTER TABLE `desktop_item` DISABLE KEYS */;
/*!40000 ALTER TABLE `desktop_item` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `didactic_tpl_a`
--

DROP TABLE IF EXISTS `didactic_tpl_a`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `didactic_tpl_a` (
  `id` int(11) NOT NULL DEFAULT '0',
  `tpl_id` int(11) NOT NULL DEFAULT '0',
  `type_id` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `didactic_tpl_a`
--

LOCK TABLES `didactic_tpl_a` WRITE;
/*!40000 ALTER TABLE `didactic_tpl_a` DISABLE KEYS */;
INSERT INTO `didactic_tpl_a` VALUES (1,1,1),(2,2,1);
/*!40000 ALTER TABLE `didactic_tpl_a` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `didactic_tpl_a_seq`
--

DROP TABLE IF EXISTS `didactic_tpl_a_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `didactic_tpl_a_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `didactic_tpl_a_seq`
--

LOCK TABLES `didactic_tpl_a_seq` WRITE;
/*!40000 ALTER TABLE `didactic_tpl_a_seq` DISABLE KEYS */;
INSERT INTO `didactic_tpl_a_seq` VALUES (2);
/*!40000 ALTER TABLE `didactic_tpl_a_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `didactic_tpl_abr`
--

DROP TABLE IF EXISTS `didactic_tpl_abr`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `didactic_tpl_abr` (
  `action_id` int(11) NOT NULL DEFAULT '0',
  `filter_type` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`action_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `didactic_tpl_abr`
--

LOCK TABLES `didactic_tpl_abr` WRITE;
/*!40000 ALTER TABLE `didactic_tpl_abr` DISABLE KEYS */;
/*!40000 ALTER TABLE `didactic_tpl_abr` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `didactic_tpl_alp`
--

DROP TABLE IF EXISTS `didactic_tpl_alp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `didactic_tpl_alp` (
  `action_id` int(11) NOT NULL DEFAULT '0',
  `filter_type` tinyint(4) NOT NULL DEFAULT '0',
  `template_type` tinyint(4) NOT NULL DEFAULT '0',
  `template_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`action_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `didactic_tpl_alp`
--

LOCK TABLES `didactic_tpl_alp` WRITE;
/*!40000 ALTER TABLE `didactic_tpl_alp` DISABLE KEYS */;
INSERT INTO `didactic_tpl_alp` VALUES (1,3,2,82),(2,3,2,269);
/*!40000 ALTER TABLE `didactic_tpl_alp` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `didactic_tpl_alr`
--

DROP TABLE IF EXISTS `didactic_tpl_alr`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `didactic_tpl_alr` (
  `action_id` int(11) NOT NULL DEFAULT '0',
  `role_template_id` int(11) DEFAULT NULL,
  PRIMARY KEY (`action_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `didactic_tpl_alr`
--

LOCK TABLES `didactic_tpl_alr` WRITE;
/*!40000 ALTER TABLE `didactic_tpl_alr` DISABLE KEYS */;
/*!40000 ALTER TABLE `didactic_tpl_alr` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `didactic_tpl_en`
--

DROP TABLE IF EXISTS `didactic_tpl_en`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `didactic_tpl_en` (
  `id` int(11) NOT NULL DEFAULT '0',
  `node` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`,`node`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `didactic_tpl_en`
--

LOCK TABLES `didactic_tpl_en` WRITE;
/*!40000 ALTER TABLE `didactic_tpl_en` DISABLE KEYS */;
/*!40000 ALTER TABLE `didactic_tpl_en` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `didactic_tpl_fp`
--

DROP TABLE IF EXISTS `didactic_tpl_fp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `didactic_tpl_fp` (
  `pattern_id` int(11) NOT NULL DEFAULT '0',
  `pattern_type` tinyint(4) NOT NULL DEFAULT '0',
  `pattern_sub_type` tinyint(4) NOT NULL DEFAULT '0',
  `pattern` varchar(64) DEFAULT NULL,
  `parent_id` int(11) NOT NULL DEFAULT '0',
  `parent_type` varchar(32) DEFAULT NULL,
  PRIMARY KEY (`pattern_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `didactic_tpl_fp`
--

LOCK TABLES `didactic_tpl_fp` WRITE;
/*!40000 ALTER TABLE `didactic_tpl_fp` DISABLE KEYS */;
INSERT INTO `didactic_tpl_fp` VALUES (1,1,1,'.*',1,'action'),(2,1,1,'.*',2,'action');
/*!40000 ALTER TABLE `didactic_tpl_fp` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `didactic_tpl_fp_seq`
--

DROP TABLE IF EXISTS `didactic_tpl_fp_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `didactic_tpl_fp_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `didactic_tpl_fp_seq`
--

LOCK TABLES `didactic_tpl_fp_seq` WRITE;
/*!40000 ALTER TABLE `didactic_tpl_fp_seq` DISABLE KEYS */;
INSERT INTO `didactic_tpl_fp_seq` VALUES (2);
/*!40000 ALTER TABLE `didactic_tpl_fp_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `didactic_tpl_objs`
--

DROP TABLE IF EXISTS `didactic_tpl_objs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `didactic_tpl_objs` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `tpl_id` int(11) NOT NULL DEFAULT '0',
  `ref_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`ref_id`,`tpl_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `didactic_tpl_objs`
--

LOCK TABLES `didactic_tpl_objs` WRITE;
/*!40000 ALTER TABLE `didactic_tpl_objs` DISABLE KEYS */;
/*!40000 ALTER TABLE `didactic_tpl_objs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `didactic_tpl_sa`
--

DROP TABLE IF EXISTS `didactic_tpl_sa`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `didactic_tpl_sa` (
  `id` int(11) NOT NULL DEFAULT '0',
  `obj_type` varchar(8) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`,`obj_type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `didactic_tpl_sa`
--

LOCK TABLES `didactic_tpl_sa` WRITE;
/*!40000 ALTER TABLE `didactic_tpl_sa` DISABLE KEYS */;
INSERT INTO `didactic_tpl_sa` VALUES (1,'grp'),(2,'sess');
/*!40000 ALTER TABLE `didactic_tpl_sa` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `didactic_tpl_settings`
--

DROP TABLE IF EXISTS `didactic_tpl_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `didactic_tpl_settings` (
  `id` int(11) NOT NULL DEFAULT '0',
  `enabled` tinyint(4) NOT NULL DEFAULT '0',
  `type` tinyint(4) NOT NULL DEFAULT '0',
  `title` varchar(64) DEFAULT NULL,
  `description` varchar(512) DEFAULT NULL,
  `info` varchar(4000) DEFAULT NULL,
  `auto_generated` tinyint(4) NOT NULL DEFAULT '0',
  `exclusive_tpl` tinyint(4) NOT NULL DEFAULT '0',
  `icon_ide` varchar(64) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `didactic_tpl_settings`
--

LOCK TABLES `didactic_tpl_settings` WRITE;
/*!40000 ALTER TABLE `didactic_tpl_settings` DISABLE KEYS */;
INSERT INTO `didactic_tpl_settings` VALUES (1,1,1,'grp_closed','grp_closed_info','',1,0,NULL),(2,1,1,'sess_closed','sess_closed_info','',1,0,NULL);
/*!40000 ALTER TABLE `didactic_tpl_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `didactic_tpl_settings_seq`
--

DROP TABLE IF EXISTS `didactic_tpl_settings_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `didactic_tpl_settings_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `didactic_tpl_settings_seq`
--

LOCK TABLES `didactic_tpl_settings_seq` WRITE;
/*!40000 ALTER TABLE `didactic_tpl_settings_seq` DISABLE KEYS */;
INSERT INTO `didactic_tpl_settings_seq` VALUES (2);
/*!40000 ALTER TABLE `didactic_tpl_settings_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ecs_cmap_rule`
--

DROP TABLE IF EXISTS `ecs_cmap_rule`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ecs_cmap_rule` (
  `rid` int(11) NOT NULL DEFAULT '0',
  `sid` int(11) NOT NULL DEFAULT '0',
  `mid` int(11) NOT NULL DEFAULT '0',
  `attribute` varchar(64) DEFAULT NULL,
  `ref_id` int(11) NOT NULL DEFAULT '0',
  `is_filter` tinyint(4) NOT NULL DEFAULT '0',
  `filter` varchar(512) DEFAULT NULL,
  `create_subdir` tinyint(4) NOT NULL DEFAULT '0',
  `subdir_type` tinyint(4) NOT NULL DEFAULT '0',
  `directory` varchar(64) DEFAULT NULL,
  PRIMARY KEY (`rid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ecs_cmap_rule`
--

LOCK TABLES `ecs_cmap_rule` WRITE;
/*!40000 ALTER TABLE `ecs_cmap_rule` DISABLE KEYS */;
/*!40000 ALTER TABLE `ecs_cmap_rule` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ecs_cmap_rule_seq`
--

DROP TABLE IF EXISTS `ecs_cmap_rule_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ecs_cmap_rule_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ecs_cmap_rule_seq`
--

LOCK TABLES `ecs_cmap_rule_seq` WRITE;
/*!40000 ALTER TABLE `ecs_cmap_rule_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `ecs_cmap_rule_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ecs_cms_data`
--

DROP TABLE IF EXISTS `ecs_cms_data`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ecs_cms_data` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `server_id` int(11) DEFAULT NULL,
  `mid` int(11) DEFAULT NULL,
  `tree_id` int(11) DEFAULT NULL,
  `title` varchar(512) DEFAULT NULL,
  `term` varchar(255) DEFAULT NULL,
  `status` smallint(6) NOT NULL DEFAULT '1',
  `deleted` tinyint(4) NOT NULL DEFAULT '0',
  `cms_id` varchar(512) DEFAULT NULL,
  PRIMARY KEY (`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ecs_cms_data`
--

LOCK TABLES `ecs_cms_data` WRITE;
/*!40000 ALTER TABLE `ecs_cms_data` DISABLE KEYS */;
/*!40000 ALTER TABLE `ecs_cms_data` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ecs_cms_data_seq`
--

DROP TABLE IF EXISTS `ecs_cms_data_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ecs_cms_data_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ecs_cms_data_seq`
--

LOCK TABLES `ecs_cms_data_seq` WRITE;
/*!40000 ALTER TABLE `ecs_cms_data_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `ecs_cms_data_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ecs_cms_tree`
--

DROP TABLE IF EXISTS `ecs_cms_tree`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ecs_cms_tree` (
  `tree` int(11) NOT NULL DEFAULT '0',
  `child` int(11) NOT NULL DEFAULT '0',
  `parent` int(11) DEFAULT NULL,
  `lft` int(11) DEFAULT NULL,
  `rgt` int(11) DEFAULT NULL,
  `depth` int(11) DEFAULT NULL,
  PRIMARY KEY (`tree`,`child`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ecs_cms_tree`
--

LOCK TABLES `ecs_cms_tree` WRITE;
/*!40000 ALTER TABLE `ecs_cms_tree` DISABLE KEYS */;
/*!40000 ALTER TABLE `ecs_cms_tree` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ecs_community`
--

DROP TABLE IF EXISTS `ecs_community`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ecs_community` (
  `sid` int(11) NOT NULL DEFAULT '0',
  `cid` int(11) NOT NULL DEFAULT '0',
  `own_id` int(11) NOT NULL DEFAULT '0',
  `cname` varchar(255) DEFAULT NULL,
  `mids` varchar(512) DEFAULT NULL,
  PRIMARY KEY (`sid`,`cid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ecs_community`
--

LOCK TABLES `ecs_community` WRITE;
/*!40000 ALTER TABLE `ecs_community` DISABLE KEYS */;
/*!40000 ALTER TABLE `ecs_community` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ecs_container_mapping`
--

DROP TABLE IF EXISTS `ecs_container_mapping`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ecs_container_mapping` (
  `mapping_id` int(11) NOT NULL DEFAULT '0',
  `container_id` int(11) NOT NULL DEFAULT '0',
  `field_name` varchar(255) DEFAULT NULL,
  `mapping_type` tinyint(4) NOT NULL DEFAULT '0',
  `mapping_value` varchar(255) DEFAULT NULL,
  `date_range_start` int(11) NOT NULL DEFAULT '0',
  `date_range_end` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`mapping_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ecs_container_mapping`
--

LOCK TABLES `ecs_container_mapping` WRITE;
/*!40000 ALTER TABLE `ecs_container_mapping` DISABLE KEYS */;
/*!40000 ALTER TABLE `ecs_container_mapping` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ecs_container_mapping_seq`
--

DROP TABLE IF EXISTS `ecs_container_mapping_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ecs_container_mapping_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ecs_container_mapping_seq`
--

LOCK TABLES `ecs_container_mapping_seq` WRITE;
/*!40000 ALTER TABLE `ecs_container_mapping_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `ecs_container_mapping_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ecs_course_assignments`
--

DROP TABLE IF EXISTS `ecs_course_assignments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ecs_course_assignments` (
  `id` int(11) NOT NULL DEFAULT '0',
  `sid` int(11) NOT NULL DEFAULT '0',
  `mid` int(11) NOT NULL DEFAULT '0',
  `cms_id` int(11) NOT NULL DEFAULT '0',
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `usr_id` varchar(64) DEFAULT NULL,
  `status` tinyint(4) NOT NULL DEFAULT '0',
  `cms_sub_id` int(11) DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ecs_course_assignments`
--

LOCK TABLES `ecs_course_assignments` WRITE;
/*!40000 ALTER TABLE `ecs_course_assignments` DISABLE KEYS */;
/*!40000 ALTER TABLE `ecs_course_assignments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ecs_course_assignments_seq`
--

DROP TABLE IF EXISTS `ecs_course_assignments_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ecs_course_assignments_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ecs_course_assignments_seq`
--

LOCK TABLES `ecs_course_assignments_seq` WRITE;
/*!40000 ALTER TABLE `ecs_course_assignments_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `ecs_course_assignments_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ecs_crs_mapping_atts`
--

DROP TABLE IF EXISTS `ecs_crs_mapping_atts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ecs_crs_mapping_atts` (
  `id` int(11) NOT NULL DEFAULT '0',
  `sid` int(11) NOT NULL DEFAULT '0',
  `mid` int(11) NOT NULL DEFAULT '0',
  `name` varchar(64) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ecs_crs_mapping_atts`
--

LOCK TABLES `ecs_crs_mapping_atts` WRITE;
/*!40000 ALTER TABLE `ecs_crs_mapping_atts` DISABLE KEYS */;
/*!40000 ALTER TABLE `ecs_crs_mapping_atts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ecs_crs_mapping_atts_seq`
--

DROP TABLE IF EXISTS `ecs_crs_mapping_atts_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ecs_crs_mapping_atts_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ecs_crs_mapping_atts_seq`
--

LOCK TABLES `ecs_crs_mapping_atts_seq` WRITE;
/*!40000 ALTER TABLE `ecs_crs_mapping_atts_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `ecs_crs_mapping_atts_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ecs_data_mapping`
--

DROP TABLE IF EXISTS `ecs_data_mapping`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ecs_data_mapping` (
  `sid` int(11) NOT NULL DEFAULT '0',
  `mapping_type` tinyint(4) NOT NULL DEFAULT '0',
  `ecs_field` varchar(32) NOT NULL DEFAULT '',
  `advmd_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`sid`,`mapping_type`,`ecs_field`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ecs_data_mapping`
--

LOCK TABLES `ecs_data_mapping` WRITE;
/*!40000 ALTER TABLE `ecs_data_mapping` DISABLE KEYS */;
/*!40000 ALTER TABLE `ecs_data_mapping` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ecs_events`
--

DROP TABLE IF EXISTS `ecs_events`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ecs_events` (
  `event_id` int(11) NOT NULL DEFAULT '0',
  `type` char(32) DEFAULT NULL,
  `id` int(11) NOT NULL DEFAULT '0',
  `op` char(32) DEFAULT NULL,
  `server_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`event_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ecs_events`
--

LOCK TABLES `ecs_events` WRITE;
/*!40000 ALTER TABLE `ecs_events` DISABLE KEYS */;
/*!40000 ALTER TABLE `ecs_events` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ecs_events_seq`
--

DROP TABLE IF EXISTS `ecs_events_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ecs_events_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ecs_events_seq`
--

LOCK TABLES `ecs_events_seq` WRITE;
/*!40000 ALTER TABLE `ecs_events_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `ecs_events_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ecs_export`
--

DROP TABLE IF EXISTS `ecs_export`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ecs_export` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `econtent_id` int(11) NOT NULL DEFAULT '0',
  `server_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`server_id`,`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ecs_export`
--

LOCK TABLES `ecs_export` WRITE;
/*!40000 ALTER TABLE `ecs_export` DISABLE KEYS */;
/*!40000 ALTER TABLE `ecs_export` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ecs_import`
--

DROP TABLE IF EXISTS `ecs_import`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ecs_import` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `mid` int(11) NOT NULL DEFAULT '0',
  `server_id` int(11) NOT NULL DEFAULT '0',
  `sub_id` varchar(64) DEFAULT NULL,
  `ecs_id` int(11) DEFAULT '0',
  `content_id` varchar(255) DEFAULT NULL,
  `econtent_id` varchar(512) DEFAULT NULL,
  PRIMARY KEY (`server_id`,`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ecs_import`
--

LOCK TABLES `ecs_import` WRITE;
/*!40000 ALTER TABLE `ecs_import` DISABLE KEYS */;
/*!40000 ALTER TABLE `ecs_import` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ecs_node_mapping_a`
--

DROP TABLE IF EXISTS `ecs_node_mapping_a`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ecs_node_mapping_a` (
  `server_id` int(11) NOT NULL DEFAULT '0',
  `mid` int(11) NOT NULL DEFAULT '0',
  `cs_root` int(11) NOT NULL DEFAULT '0',
  `cs_id` int(11) NOT NULL DEFAULT '0',
  `ref_id` int(11) DEFAULT NULL,
  `obj_id` int(11) DEFAULT NULL,
  `title_update` tinyint(4) DEFAULT NULL,
  `position_update` tinyint(4) DEFAULT NULL,
  `tree_update` tinyint(4) DEFAULT NULL,
  PRIMARY KEY (`server_id`,`mid`,`cs_root`,`cs_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ecs_node_mapping_a`
--

LOCK TABLES `ecs_node_mapping_a` WRITE;
/*!40000 ALTER TABLE `ecs_node_mapping_a` DISABLE KEYS */;
/*!40000 ALTER TABLE `ecs_node_mapping_a` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ecs_part_settings`
--

DROP TABLE IF EXISTS `ecs_part_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ecs_part_settings` (
  `sid` int(11) NOT NULL DEFAULT '0',
  `mid` int(11) NOT NULL DEFAULT '0',
  `export` tinyint(4) NOT NULL DEFAULT '0',
  `import` tinyint(4) NOT NULL DEFAULT '0',
  `import_type` tinyint(4) DEFAULT NULL,
  `title` varchar(255) DEFAULT NULL,
  `cname` varchar(255) DEFAULT NULL,
  `token` tinyint(4) DEFAULT '1',
  `export_types` varchar(4000) DEFAULT NULL,
  `import_types` varchar(4000) DEFAULT NULL,
  `dtoken` tinyint(4) NOT NULL DEFAULT '1',
  `username_placeholders` varchar(500) DEFAULT NULL,
  `incoming_auth_type` varchar(1) NOT NULL DEFAULT '0',
  `incoming_local_accounts` tinyint(4) NOT NULL DEFAULT '1',
  `outgoing_auth_modes` varchar(64) DEFAULT NULL,
  PRIMARY KEY (`sid`,`mid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ecs_part_settings`
--

LOCK TABLES `ecs_part_settings` WRITE;
/*!40000 ALTER TABLE `ecs_part_settings` DISABLE KEYS */;
/*!40000 ALTER TABLE `ecs_part_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ecs_remote_user`
--

DROP TABLE IF EXISTS `ecs_remote_user`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ecs_remote_user` (
  `eru_id` int(11) NOT NULL DEFAULT '0',
  `sid` int(11) NOT NULL DEFAULT '0',
  `mid` int(11) NOT NULL DEFAULT '0',
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `remote_usr_id` char(50) DEFAULT NULL,
  PRIMARY KEY (`eru_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ecs_remote_user`
--

LOCK TABLES `ecs_remote_user` WRITE;
/*!40000 ALTER TABLE `ecs_remote_user` DISABLE KEYS */;
/*!40000 ALTER TABLE `ecs_remote_user` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ecs_remote_user_seq`
--

DROP TABLE IF EXISTS `ecs_remote_user_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ecs_remote_user_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ecs_remote_user_seq`
--

LOCK TABLES `ecs_remote_user_seq` WRITE;
/*!40000 ALTER TABLE `ecs_remote_user_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `ecs_remote_user_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ecs_server`
--

DROP TABLE IF EXISTS `ecs_server`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ecs_server` (
  `server_id` int(11) NOT NULL DEFAULT '0',
  `active` tinyint(4) DEFAULT '0',
  `protocol` tinyint(4) DEFAULT '1',
  `server` varchar(255) DEFAULT NULL,
  `port` smallint(6) DEFAULT '1',
  `auth_type` tinyint(4) DEFAULT '1',
  `client_cert_path` varchar(512) DEFAULT NULL,
  `ca_cert_path` varchar(512) DEFAULT NULL,
  `key_path` varchar(512) DEFAULT NULL,
  `key_password` varchar(32) DEFAULT NULL,
  `cert_serial` varchar(32) DEFAULT NULL,
  `import_id` int(11) DEFAULT '0',
  `global_role` int(11) DEFAULT '0',
  `econtent_rcp` varchar(512) DEFAULT NULL,
  `user_rcp` varchar(512) DEFAULT NULL,
  `approval_rcp` varchar(512) DEFAULT NULL,
  `duration` int(11) DEFAULT '0',
  `title` varchar(128) DEFAULT NULL,
  `auth_user` varchar(32) DEFAULT NULL,
  `auth_pass` varchar(128) DEFAULT NULL,
  PRIMARY KEY (`server_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ecs_server`
--

LOCK TABLES `ecs_server` WRITE;
/*!40000 ALTER TABLE `ecs_server` DISABLE KEYS */;
/*!40000 ALTER TABLE `ecs_server` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ecs_server_seq`
--

DROP TABLE IF EXISTS `ecs_server_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ecs_server_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ecs_server_seq`
--

LOCK TABLES `ecs_server_seq` WRITE;
/*!40000 ALTER TABLE `ecs_server_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `ecs_server_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ecs_user_consent`
--

DROP TABLE IF EXISTS `ecs_user_consent`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ecs_user_consent` (
  `usr_id` int(11) NOT NULL,
  `mid` int(11) NOT NULL,
  `server_id` int(11) NOT NULL,
  PRIMARY KEY (`usr_id`,`mid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ecs_user_consent`
--

LOCK TABLES `ecs_user_consent` WRITE;
/*!40000 ALTER TABLE `ecs_user_consent` DISABLE KEYS */;
/*!40000 ALTER TABLE `ecs_user_consent` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `etal_data`
--

DROP TABLE IF EXISTS `etal_data`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `etal_data` (
  `object_id` bigint(20) NOT NULL,
  `series_id` char(36) NOT NULL,
  `start_date` bigint(20) NOT NULL,
  `end_date` bigint(20) NOT NULL,
  `all_day` tinyint(4) NOT NULL,
  `employee` bigint(20) NOT NULL,
  `location` varchar(200) DEFAULT NULL,
  `completed` tinyint(4) NOT NULL,
  `standalone_date` tinyint(4) NOT NULL DEFAULT '0',
  `template_id` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`object_id`),
  KEY `ser_idx` (`series_id`),
  KEY `emp_idx` (`employee`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `etal_data`
--

LOCK TABLES `etal_data` WRITE;
/*!40000 ALTER TABLE `etal_data` DISABLE KEYS */;
/*!40000 ALTER TABLE `etal_data` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `etal_serie`
--

DROP TABLE IF EXISTS `etal_serie`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `etal_serie` (
  `id` bigint(20) NOT NULL,
  `editing_locked` tinyint(4) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `etal_serie`
--

LOCK TABLES `etal_serie` WRITE;
/*!40000 ALTER TABLE `etal_serie` DISABLE KEYS */;
/*!40000 ALTER TABLE `etal_serie` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `event`
--

DROP TABLE IF EXISTS `event`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `event` (
  `event_id` int(11) NOT NULL DEFAULT '0',
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `title` varchar(70) DEFAULT NULL,
  `description` varchar(4000) DEFAULT NULL,
  `location` varchar(4000) DEFAULT NULL,
  `tutor_name` varchar(4000) DEFAULT NULL,
  `tutor_email` varchar(127) DEFAULT NULL,
  `tutor_phone` varchar(127) DEFAULT NULL,
  `details` varchar(4000) DEFAULT NULL,
  `registration` tinyint(4) NOT NULL DEFAULT '0',
  `participation` tinyint(4) NOT NULL DEFAULT '0',
  `reg_type` smallint(6) DEFAULT '0',
  `reg_limit_users` int(11) DEFAULT '0',
  `reg_waiting_list` tinyint(4) DEFAULT '0',
  `reg_limited` tinyint(4) DEFAULT '0',
  `reg_min_users` smallint(6) DEFAULT NULL,
  `reg_auto_wait` tinyint(4) NOT NULL DEFAULT '0',
  `show_members` tinyint(4) NOT NULL DEFAULT '0',
  `mail_members` tinyint(4) NOT NULL DEFAULT '0',
  `reg_notification` int(11) NOT NULL DEFAULT '0',
  `notification_opt` varchar(50) DEFAULT 'notification_option_manual',
  `show_cannot_part` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`event_id`),
  KEY `i1_idx` (`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `event`
--

LOCK TABLES `event` WRITE;
/*!40000 ALTER TABLE `event` DISABLE KEYS */;
/*!40000 ALTER TABLE `event` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `event_appointment`
--

DROP TABLE IF EXISTS `event_appointment`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `event_appointment` (
  `appointment_id` int(11) NOT NULL DEFAULT '0',
  `event_id` int(11) NOT NULL DEFAULT '0',
  `e_start` datetime DEFAULT NULL,
  `e_end` datetime DEFAULT NULL,
  `starting_time` int(11) NOT NULL DEFAULT '0',
  `ending_time` int(11) NOT NULL DEFAULT '0',
  `fulltime` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`appointment_id`),
  KEY `i1_idx` (`event_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `event_appointment`
--

LOCK TABLES `event_appointment` WRITE;
/*!40000 ALTER TABLE `event_appointment` DISABLE KEYS */;
/*!40000 ALTER TABLE `event_appointment` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `event_appointment_seq`
--

DROP TABLE IF EXISTS `event_appointment_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `event_appointment_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `event_appointment_seq`
--

LOCK TABLES `event_appointment_seq` WRITE;
/*!40000 ALTER TABLE `event_appointment_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `event_appointment_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `event_items`
--

DROP TABLE IF EXISTS `event_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `event_items` (
  `event_id` int(11) NOT NULL DEFAULT '0',
  `item_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`event_id`,`item_id`),
  KEY `i1_idx` (`event_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `event_items`
--

LOCK TABLES `event_items` WRITE;
/*!40000 ALTER TABLE `event_items` DISABLE KEYS */;
/*!40000 ALTER TABLE `event_items` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `event_participants`
--

DROP TABLE IF EXISTS `event_participants`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `event_participants` (
  `event_id` int(11) NOT NULL DEFAULT '0',
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `registered` tinyint(4) NOT NULL DEFAULT '0',
  `participated` tinyint(4) NOT NULL DEFAULT '0',
  `mark` longtext,
  `e_comment` longtext,
  `contact` tinyint(4) NOT NULL DEFAULT '0',
  `notification_enabled` int(11) NOT NULL DEFAULT '0',
  `excused` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`event_id`,`usr_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `event_participants`
--

LOCK TABLES `event_participants` WRITE;
/*!40000 ALTER TABLE `event_participants` DISABLE KEYS */;
/*!40000 ALTER TABLE `event_participants` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `event_seq`
--

DROP TABLE IF EXISTS `event_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `event_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `event_seq`
--

LOCK TABLES `event_seq` WRITE;
/*!40000 ALTER TABLE `event_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `event_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `exc_ass_file_order`
--

DROP TABLE IF EXISTS `exc_ass_file_order`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `exc_ass_file_order` (
  `id` int(11) NOT NULL DEFAULT '0',
  `assignment_id` int(11) NOT NULL DEFAULT '0',
  `filename` varchar(150) NOT NULL,
  `order_nr` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `i1_idx` (`assignment_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `exc_ass_file_order`
--

LOCK TABLES `exc_ass_file_order` WRITE;
/*!40000 ALTER TABLE `exc_ass_file_order` DISABLE KEYS */;
/*!40000 ALTER TABLE `exc_ass_file_order` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `exc_ass_file_order_seq`
--

DROP TABLE IF EXISTS `exc_ass_file_order_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `exc_ass_file_order_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `exc_ass_file_order_seq`
--

LOCK TABLES `exc_ass_file_order_seq` WRITE;
/*!40000 ALTER TABLE `exc_ass_file_order_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `exc_ass_file_order_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `exc_ass_reminders`
--

DROP TABLE IF EXISTS `exc_ass_reminders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `exc_ass_reminders` (
  `type` varchar(32) NOT NULL,
  `ass_id` int(11) NOT NULL,
  `exc_id` int(11) NOT NULL,
  `status` tinyint(4) DEFAULT NULL,
  `start` int(11) DEFAULT NULL,
  `end` int(11) DEFAULT NULL,
  `freq` int(11) DEFAULT NULL,
  `last_send` int(11) DEFAULT NULL,
  `template_id` int(11) DEFAULT NULL,
  `last_send_day` date DEFAULT NULL,
  PRIMARY KEY (`ass_id`,`exc_id`,`type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `exc_ass_reminders`
--

LOCK TABLES `exc_ass_reminders` WRITE;
/*!40000 ALTER TABLE `exc_ass_reminders` DISABLE KEYS */;
/*!40000 ALTER TABLE `exc_ass_reminders` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `exc_ass_wiki_team`
--

DROP TABLE IF EXISTS `exc_ass_wiki_team`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `exc_ass_wiki_team` (
  `id` int(11) NOT NULL DEFAULT '0',
  `container_ref_id` int(11) NOT NULL DEFAULT '0',
  `template_ref_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `exc_ass_wiki_team`
--

LOCK TABLES `exc_ass_wiki_team` WRITE;
/*!40000 ALTER TABLE `exc_ass_wiki_team` DISABLE KEYS */;
/*!40000 ALTER TABLE `exc_ass_wiki_team` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `exc_assignment`
--

DROP TABLE IF EXISTS `exc_assignment`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `exc_assignment` (
  `id` int(11) NOT NULL DEFAULT '0',
  `exc_id` int(11) NOT NULL DEFAULT '0',
  `time_stamp` int(11) DEFAULT NULL,
  `instruction` longtext,
  `title` varchar(200) DEFAULT NULL,
  `start_time` int(11) DEFAULT NULL,
  `mandatory` tinyint(4) DEFAULT '1',
  `order_nr` int(11) NOT NULL DEFAULT '0',
  `type` tinyint(4) NOT NULL DEFAULT '1',
  `peer` tinyint(4) NOT NULL DEFAULT '0',
  `peer_min` smallint(6) NOT NULL DEFAULT '0',
  `fb_file` varchar(1000) DEFAULT NULL,
  `fb_cron` tinyint(4) NOT NULL DEFAULT '0',
  `fb_cron_done` tinyint(4) NOT NULL DEFAULT '0',
  `peer_dl` int(11) DEFAULT '0',
  `peer_file` tinyint(4) DEFAULT '0',
  `peer_prsl` tinyint(4) DEFAULT '0',
  `fb_date` tinyint(4) NOT NULL DEFAULT '1',
  `peer_char` smallint(6) DEFAULT NULL,
  `peer_unlock` tinyint(4) NOT NULL DEFAULT '0',
  `peer_valid` tinyint(4) NOT NULL DEFAULT '1',
  `team_tutor` tinyint(4) NOT NULL DEFAULT '0',
  `max_file` tinyint(4) DEFAULT NULL,
  `deadline2` int(11) DEFAULT NULL,
  `peer_text` tinyint(4) NOT NULL DEFAULT '1',
  `peer_rating` tinyint(4) NOT NULL DEFAULT '1',
  `peer_crit_cat` int(11) DEFAULT NULL,
  `portfolio_template` int(11) DEFAULT NULL,
  `min_char_limit` int(11) DEFAULT NULL,
  `max_char_limit` int(11) DEFAULT NULL,
  `fb_date_custom` int(11) DEFAULT NULL,
  `rmd_submit_status` tinyint(4) DEFAULT NULL,
  `rmd_submit_start` int(11) DEFAULT NULL,
  `rmd_submit_end` int(11) DEFAULT NULL,
  `rmd_submit_freq` int(11) DEFAULT NULL,
  `rmd_grade_status` tinyint(4) DEFAULT NULL,
  `rmd_grade_start` int(11) DEFAULT NULL,
  `rmd_grade_end` int(11) DEFAULT NULL,
  `rmd_grade_freq` int(11) DEFAULT NULL,
  `peer_rmd_status` tinyint(4) DEFAULT NULL,
  `peer_rmd_start` int(11) DEFAULT NULL,
  `peer_rmd_end` int(11) DEFAULT NULL,
  `peer_rmd_freq` int(11) DEFAULT NULL,
  `deadline_mode` tinyint(4) DEFAULT '0',
  `relative_deadline` int(11) DEFAULT '0',
  `rel_deadline_last_subm` int(11) NOT NULL DEFAULT '0',
  `if_rcid` varchar(64) DEFAULT NULL,
  `solution_rid` varchar(64) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `i1_idx` (`exc_id`),
  KEY `i2_idx` (`deadline_mode`,`exc_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `exc_assignment`
--

LOCK TABLES `exc_assignment` WRITE;
/*!40000 ALTER TABLE `exc_assignment` DISABLE KEYS */;
/*!40000 ALTER TABLE `exc_assignment` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `exc_assignment_peer`
--

DROP TABLE IF EXISTS `exc_assignment_peer`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `exc_assignment_peer` (
  `ass_id` int(11) NOT NULL DEFAULT '0',
  `giver_id` int(11) NOT NULL DEFAULT '0',
  `peer_id` int(11) NOT NULL DEFAULT '0',
  `tstamp` datetime DEFAULT NULL,
  `pcomment` longtext,
  `is_valid` tinyint(4) NOT NULL DEFAULT '0',
  `id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `c1_idx` (`ass_id`,`giver_id`,`peer_id`),
  KEY `i1_idx` (`ass_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `exc_assignment_peer`
--

LOCK TABLES `exc_assignment_peer` WRITE;
/*!40000 ALTER TABLE `exc_assignment_peer` DISABLE KEYS */;
/*!40000 ALTER TABLE `exc_assignment_peer` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `exc_assignment_peer_seq`
--

DROP TABLE IF EXISTS `exc_assignment_peer_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `exc_assignment_peer_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `exc_assignment_peer_seq`
--

LOCK TABLES `exc_assignment_peer_seq` WRITE;
/*!40000 ALTER TABLE `exc_assignment_peer_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `exc_assignment_peer_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `exc_assignment_seq`
--

DROP TABLE IF EXISTS `exc_assignment_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `exc_assignment_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `exc_assignment_seq`
--

LOCK TABLES `exc_assignment_seq` WRITE;
/*!40000 ALTER TABLE `exc_assignment_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `exc_assignment_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `exc_crit`
--

DROP TABLE IF EXISTS `exc_crit`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `exc_crit` (
  `id` int(11) NOT NULL DEFAULT '0',
  `parent` int(11) NOT NULL DEFAULT '0',
  `type` varchar(255) DEFAULT NULL,
  `title` varchar(255) DEFAULT NULL,
  `descr` varchar(1000) DEFAULT NULL,
  `pos` int(11) NOT NULL DEFAULT '0',
  `required` tinyint(4) NOT NULL DEFAULT '0',
  `def` varchar(4000) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `exc_crit`
--

LOCK TABLES `exc_crit` WRITE;
/*!40000 ALTER TABLE `exc_crit` DISABLE KEYS */;
/*!40000 ALTER TABLE `exc_crit` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `exc_crit_cat`
--

DROP TABLE IF EXISTS `exc_crit_cat`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `exc_crit_cat` (
  `id` int(11) NOT NULL DEFAULT '0',
  `parent` int(11) NOT NULL DEFAULT '0',
  `title` varchar(255) DEFAULT NULL,
  `pos` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `exc_crit_cat`
--

LOCK TABLES `exc_crit_cat` WRITE;
/*!40000 ALTER TABLE `exc_crit_cat` DISABLE KEYS */;
/*!40000 ALTER TABLE `exc_crit_cat` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `exc_crit_cat_seq`
--

DROP TABLE IF EXISTS `exc_crit_cat_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `exc_crit_cat_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `exc_crit_cat_seq`
--

LOCK TABLES `exc_crit_cat_seq` WRITE;
/*!40000 ALTER TABLE `exc_crit_cat_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `exc_crit_cat_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `exc_crit_seq`
--

DROP TABLE IF EXISTS `exc_crit_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `exc_crit_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `exc_crit_seq`
--

LOCK TABLES `exc_crit_seq` WRITE;
/*!40000 ALTER TABLE `exc_crit_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `exc_crit_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `exc_data`
--

DROP TABLE IF EXISTS `exc_data`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `exc_data` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `instruction` longtext,
  `time_stamp` int(11) DEFAULT NULL,
  `pass_mode` varchar(8) NOT NULL DEFAULT 'all',
  `pass_nr` int(11) DEFAULT NULL,
  `show_submissions` tinyint(4) NOT NULL DEFAULT '0',
  `compl_by_submission` tinyint(4) NOT NULL DEFAULT '0',
  `certificate_visibility` tinyint(4) NOT NULL DEFAULT '0',
  `tfeedback` tinyint(4) NOT NULL DEFAULT '7',
  `nr_mandatory_random` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `exc_data`
--

LOCK TABLES `exc_data` WRITE;
/*!40000 ALTER TABLE `exc_data` DISABLE KEYS */;
/*!40000 ALTER TABLE `exc_data` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `exc_idl`
--

DROP TABLE IF EXISTS `exc_idl`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `exc_idl` (
  `ass_id` int(11) NOT NULL DEFAULT '0',
  `member_id` int(11) NOT NULL DEFAULT '0',
  `is_team` tinyint(4) NOT NULL DEFAULT '0',
  `tstamp` int(11) DEFAULT '0',
  `starting_ts` int(11) DEFAULT '0',
  `requested` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`ass_id`,`member_id`,`is_team`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `exc_idl`
--

LOCK TABLES `exc_idl` WRITE;
/*!40000 ALTER TABLE `exc_idl` DISABLE KEYS */;
/*!40000 ALTER TABLE `exc_idl` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `exc_mandatory_random`
--

DROP TABLE IF EXISTS `exc_mandatory_random`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `exc_mandatory_random` (
  `exc_id` int(11) NOT NULL DEFAULT '0',
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `ass_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`exc_id`,`usr_id`,`ass_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `exc_mandatory_random`
--

LOCK TABLES `exc_mandatory_random` WRITE;
/*!40000 ALTER TABLE `exc_mandatory_random` DISABLE KEYS */;
/*!40000 ALTER TABLE `exc_mandatory_random` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `exc_mem_ass_status`
--

DROP TABLE IF EXISTS `exc_mem_ass_status`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `exc_mem_ass_status` (
  `ass_id` int(11) NOT NULL DEFAULT '0',
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `notice` varchar(4000) DEFAULT NULL,
  `returned` tinyint(4) NOT NULL DEFAULT '0',
  `solved` tinyint(4) DEFAULT NULL,
  `status_time` datetime DEFAULT NULL,
  `sent` tinyint(4) DEFAULT NULL,
  `sent_time` datetime DEFAULT NULL,
  `feedback_time` datetime DEFAULT NULL,
  `feedback` tinyint(4) NOT NULL DEFAULT '0',
  `status` char(9) DEFAULT 'notgraded',
  `mark` varchar(32) DEFAULT NULL,
  `u_comment` varchar(4000) DEFAULT NULL,
  `feedback_rcid` varchar(64) DEFAULT NULL,
  PRIMARY KEY (`ass_id`,`usr_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `exc_mem_ass_status`
--

LOCK TABLES `exc_mem_ass_status` WRITE;
/*!40000 ALTER TABLE `exc_mem_ass_status` DISABLE KEYS */;
/*!40000 ALTER TABLE `exc_mem_ass_status` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `exc_members`
--

DROP TABLE IF EXISTS `exc_members`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `exc_members` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `notice` varchar(4000) DEFAULT NULL,
  `returned` tinyint(4) NOT NULL DEFAULT '0',
  `solved` tinyint(4) DEFAULT NULL,
  `status_time` datetime DEFAULT NULL,
  `sent` tinyint(4) DEFAULT NULL,
  `sent_time` datetime DEFAULT NULL,
  `feedback_time` datetime DEFAULT NULL,
  `feedback` tinyint(4) NOT NULL DEFAULT '0',
  `status` char(9) DEFAULT 'notgraded',
  PRIMARY KEY (`obj_id`,`usr_id`),
  KEY `ob_idx` (`obj_id`),
  KEY `i1_idx` (`usr_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `exc_members`
--

LOCK TABLES `exc_members` WRITE;
/*!40000 ALTER TABLE `exc_members` DISABLE KEYS */;
/*!40000 ALTER TABLE `exc_members` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `exc_multi_feedback`
--

DROP TABLE IF EXISTS `exc_multi_feedback`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `exc_multi_feedback` (
  `tutor_id` int(11) NOT NULL,
  `ass_id` int(11) NOT NULL,
  `zip_rid` varchar(64) DEFAULT NULL,
  PRIMARY KEY (`tutor_id`,`ass_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `exc_multi_feedback`
--

LOCK TABLES `exc_multi_feedback` WRITE;
/*!40000 ALTER TABLE `exc_multi_feedback` DISABLE KEYS */;
/*!40000 ALTER TABLE `exc_multi_feedback` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `exc_returned`
--

DROP TABLE IF EXISTS `exc_returned`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `exc_returned` (
  `returned_id` int(11) NOT NULL DEFAULT '0',
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `filename` varchar(1000) DEFAULT NULL,
  `filetitle` varchar(1000) DEFAULT NULL,
  `mimetype` varchar(150) DEFAULT NULL,
  `ts` datetime DEFAULT NULL,
  `ass_id` int(11) DEFAULT NULL,
  `atext` longtext,
  `late` tinyint(4) NOT NULL DEFAULT '0',
  `team_id` int(11) NOT NULL DEFAULT '0',
  `web_dir_access_time` datetime DEFAULT NULL,
  PRIMARY KEY (`returned_id`),
  KEY `i1_idx` (`obj_id`),
  KEY `i2_idx` (`user_id`),
  KEY `i3_idx` (`filetitle`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `exc_returned`
--

LOCK TABLES `exc_returned` WRITE;
/*!40000 ALTER TABLE `exc_returned` DISABLE KEYS */;
/*!40000 ALTER TABLE `exc_returned` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `exc_returned_seq`
--

DROP TABLE IF EXISTS `exc_returned_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `exc_returned_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `exc_returned_seq`
--

LOCK TABLES `exc_returned_seq` WRITE;
/*!40000 ALTER TABLE `exc_returned_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `exc_returned_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `exc_team_data`
--

DROP TABLE IF EXISTS `exc_team_data`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `exc_team_data` (
  `id` int(11) NOT NULL,
  `feedback_rcid` varchar(64) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `exc_team_data`
--

LOCK TABLES `exc_team_data` WRITE;
/*!40000 ALTER TABLE `exc_team_data` DISABLE KEYS */;
/*!40000 ALTER TABLE `exc_team_data` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `exc_usr_tutor`
--

DROP TABLE IF EXISTS `exc_usr_tutor`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `exc_usr_tutor` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `tutor_id` int(11) NOT NULL DEFAULT '0',
  `download_time` datetime DEFAULT NULL,
  `ass_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`ass_id`,`usr_id`,`tutor_id`),
  KEY `ob_idx` (`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `exc_usr_tutor`
--

LOCK TABLES `exc_usr_tutor` WRITE;
/*!40000 ALTER TABLE `exc_usr_tutor` DISABLE KEYS */;
/*!40000 ALTER TABLE `exc_usr_tutor` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `export_file_info`
--

DROP TABLE IF EXISTS `export_file_info`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `export_file_info` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `export_type` varchar(32) NOT NULL DEFAULT '',
  `file_name` varchar(64) NOT NULL DEFAULT '',
  `version` varchar(16) DEFAULT NULL,
  `create_date` datetime NOT NULL DEFAULT '1970-01-01 00:00:00',
  `filename` varchar(64) NOT NULL DEFAULT '',
  PRIMARY KEY (`obj_id`,`export_type`,`filename`),
  KEY `i1_idx` (`create_date`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `export_file_info`
--

LOCK TABLES `export_file_info` WRITE;
/*!40000 ALTER TABLE `export_file_info` DISABLE KEYS */;
/*!40000 ALTER TABLE `export_file_info` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `export_options`
--

DROP TABLE IF EXISTS `export_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `export_options` (
  `export_id` smallint(6) NOT NULL DEFAULT '0',
  `keyword` smallint(6) NOT NULL DEFAULT '0',
  `ref_id` int(11) NOT NULL DEFAULT '0',
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `value` varchar(32) DEFAULT NULL,
  `pos` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`export_id`,`keyword`,`ref_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `export_options`
--

LOCK TABLES `export_options` WRITE;
/*!40000 ALTER TABLE `export_options` DISABLE KEYS */;
/*!40000 ALTER TABLE `export_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `feedback_items_seq`
--

DROP TABLE IF EXISTS `feedback_items_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `feedback_items_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `feedback_items_seq`
--

LOCK TABLES `feedback_items_seq` WRITE;
/*!40000 ALTER TABLE `feedback_items_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `feedback_items_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `file_based_lm`
--

DROP TABLE IF EXISTS `file_based_lm`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `file_based_lm` (
  `id` int(11) NOT NULL DEFAULT '0',
  `is_online` char(1) DEFAULT 'n',
  `startfile` varchar(200) DEFAULT NULL,
  `show_lic` tinyint(4) DEFAULT NULL,
  `show_bib` tinyint(4) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `file_based_lm`
--

LOCK TABLES `file_based_lm` WRITE;
/*!40000 ALTER TABLE `file_based_lm` DISABLE KEYS */;
/*!40000 ALTER TABLE `file_based_lm` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `file_data`
--

DROP TABLE IF EXISTS `file_data`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `file_data` (
  `file_id` int(11) NOT NULL DEFAULT '0',
  `file_name` char(250) DEFAULT NULL,
  `file_type` char(250) DEFAULT NULL,
  `file_size` int(11) NOT NULL DEFAULT '0',
  `version` int(11) DEFAULT NULL,
  `f_mode` char(8) DEFAULT 'object',
  `rating` tinyint(4) NOT NULL DEFAULT '0',
  `page_count` bigint(20) DEFAULT NULL,
  `max_version` int(11) DEFAULT NULL,
  `rid` varchar(64) NOT NULL DEFAULT '',
  `on_click_mode` tinyint(4) NOT NULL DEFAULT '1',
  `downloads` bigint(20) DEFAULT '0',
  `important_info` longblob,
  PRIMARY KEY (`file_id`),
  KEY `i1_idx` (`rid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `file_data`
--

LOCK TABLES `file_data` WRITE;
/*!40000 ALTER TABLE `file_data` DISABLE KEYS */;
/*!40000 ALTER TABLE `file_data` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `file_usage`
--

DROP TABLE IF EXISTS `file_usage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `file_usage` (
  `id` int(11) NOT NULL DEFAULT '0',
  `usage_type` varchar(10) NOT NULL DEFAULT ' ',
  `usage_id` int(11) NOT NULL DEFAULT '0',
  `usage_hist_nr` int(11) NOT NULL DEFAULT '0',
  `usage_lang` varchar(2) NOT NULL DEFAULT '-',
  PRIMARY KEY (`id`,`usage_type`,`usage_id`,`usage_hist_nr`,`usage_lang`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `file_usage`
--

LOCK TABLES `file_usage` WRITE;
/*!40000 ALTER TABLE `file_usage` DISABLE KEYS */;
/*!40000 ALTER TABLE `file_usage` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `frm_data`
--

DROP TABLE IF EXISTS `frm_data`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `frm_data` (
  `top_pk` bigint(20) NOT NULL DEFAULT '0',
  `top_frm_fk` bigint(20) NOT NULL DEFAULT '0',
  `top_name` varchar(255) DEFAULT NULL,
  `top_description` varchar(255) DEFAULT NULL,
  `top_num_posts` int(11) NOT NULL DEFAULT '0',
  `top_num_threads` int(11) NOT NULL DEFAULT '0',
  `top_last_post` varchar(50) DEFAULT NULL,
  `top_mods` int(11) NOT NULL DEFAULT '0',
  `top_date` datetime DEFAULT NULL,
  `visits` int(11) NOT NULL DEFAULT '0',
  `top_update` datetime DEFAULT NULL,
  `update_user` int(11) NOT NULL DEFAULT '0',
  `top_usr_id` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`top_pk`),
  KEY `i1_idx` (`top_frm_fk`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `frm_data`
--

LOCK TABLES `frm_data` WRITE;
/*!40000 ALTER TABLE `frm_data` DISABLE KEYS */;
/*!40000 ALTER TABLE `frm_data` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `frm_data_seq`
--

DROP TABLE IF EXISTS `frm_data_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `frm_data_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `frm_data_seq`
--

LOCK TABLES `frm_data_seq` WRITE;
/*!40000 ALTER TABLE `frm_data_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `frm_data_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `frm_drafts_history`
--

DROP TABLE IF EXISTS `frm_drafts_history`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `frm_drafts_history` (
  `history_id` int(11) NOT NULL DEFAULT '0',
  `draft_id` int(11) NOT NULL DEFAULT '0',
  `post_subject` varchar(4000) NOT NULL DEFAULT '',
  `post_message` longtext NOT NULL,
  `draft_date` datetime NOT NULL DEFAULT '1970-01-01 00:00:00',
  PRIMARY KEY (`history_id`),
  KEY `i1_idx` (`draft_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `frm_drafts_history`
--

LOCK TABLES `frm_drafts_history` WRITE;
/*!40000 ALTER TABLE `frm_drafts_history` DISABLE KEYS */;
/*!40000 ALTER TABLE `frm_drafts_history` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `frm_drafts_history_seq`
--

DROP TABLE IF EXISTS `frm_drafts_history_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `frm_drafts_history_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `frm_drafts_history_seq`
--

LOCK TABLES `frm_drafts_history_seq` WRITE;
/*!40000 ALTER TABLE `frm_drafts_history_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `frm_drafts_history_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `frm_notification`
--

DROP TABLE IF EXISTS `frm_notification`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `frm_notification` (
  `notification_id` int(11) NOT NULL DEFAULT '0',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `frm_id` bigint(20) NOT NULL DEFAULT '0',
  `thread_id` bigint(20) NOT NULL DEFAULT '0',
  `admin_force_noti` tinyint(4) NOT NULL DEFAULT '0',
  `user_toggle_noti` tinyint(4) NOT NULL DEFAULT '0',
  `user_id_noti` int(11) DEFAULT NULL,
  `interested_events` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`notification_id`),
  KEY `i1_idx` (`user_id`,`thread_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `frm_notification`
--

LOCK TABLES `frm_notification` WRITE;
/*!40000 ALTER TABLE `frm_notification` DISABLE KEYS */;
/*!40000 ALTER TABLE `frm_notification` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `frm_notification_seq`
--

DROP TABLE IF EXISTS `frm_notification_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `frm_notification_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `frm_notification_seq`
--

LOCK TABLES `frm_notification_seq` WRITE;
/*!40000 ALTER TABLE `frm_notification_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `frm_notification_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `frm_posts`
--

DROP TABLE IF EXISTS `frm_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `frm_posts` (
  `pos_pk` bigint(20) NOT NULL DEFAULT '0',
  `pos_top_fk` bigint(20) NOT NULL DEFAULT '0',
  `pos_thr_fk` bigint(20) NOT NULL DEFAULT '0',
  `pos_usr_alias` varchar(255) DEFAULT NULL,
  `pos_subject` varchar(4000) DEFAULT NULL,
  `pos_date` datetime DEFAULT NULL,
  `pos_update` datetime DEFAULT NULL,
  `update_user` int(11) NOT NULL DEFAULT '0',
  `pos_cens` tinyint(4) NOT NULL DEFAULT '0',
  `pos_cens_com` varchar(4000) DEFAULT NULL,
  `notify` tinyint(4) NOT NULL DEFAULT '0',
  `import_name` varchar(4000) DEFAULT NULL,
  `pos_status` tinyint(4) NOT NULL DEFAULT '1',
  `pos_message` longtext,
  `pos_author_id` int(11) NOT NULL DEFAULT '0',
  `pos_display_user_id` int(11) NOT NULL DEFAULT '0',
  `is_author_moderator` tinyint(4) DEFAULT NULL,
  `pos_cens_date` datetime DEFAULT NULL,
  `pos_activation_date` datetime DEFAULT NULL,
  `rcid` varchar(64) DEFAULT NULL,
  PRIMARY KEY (`pos_pk`),
  KEY `i1_idx` (`pos_thr_fk`),
  KEY `i2_idx` (`pos_top_fk`),
  KEY `i3_idx` (`pos_date`),
  KEY `i5_idx` (`pos_thr_fk`,`pos_date`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `frm_posts`
--

LOCK TABLES `frm_posts` WRITE;
/*!40000 ALTER TABLE `frm_posts` DISABLE KEYS */;
/*!40000 ALTER TABLE `frm_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `frm_posts_deleted`
--

DROP TABLE IF EXISTS `frm_posts_deleted`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `frm_posts_deleted` (
  `deleted_id` int(11) NOT NULL DEFAULT '0',
  `deleted_date` datetime NOT NULL DEFAULT '1970-01-01 00:00:00',
  `deleted_by` varchar(255) NOT NULL DEFAULT '',
  `forum_title` varchar(255) NOT NULL DEFAULT '',
  `thread_title` varchar(255) NOT NULL DEFAULT '',
  `post_title` varchar(255) NOT NULL DEFAULT '',
  `post_message` longtext NOT NULL,
  `post_date` datetime NOT NULL DEFAULT '1970-01-01 00:00:00',
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `ref_id` int(11) NOT NULL DEFAULT '0',
  `thread_id` int(11) NOT NULL DEFAULT '0',
  `forum_id` int(11) NOT NULL DEFAULT '0',
  `pos_display_user_id` int(11) NOT NULL DEFAULT '0',
  `pos_usr_alias` varchar(255) DEFAULT NULL,
  `is_thread_deleted` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`deleted_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `frm_posts_deleted`
--

LOCK TABLES `frm_posts_deleted` WRITE;
/*!40000 ALTER TABLE `frm_posts_deleted` DISABLE KEYS */;
/*!40000 ALTER TABLE `frm_posts_deleted` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `frm_posts_deleted_seq`
--

DROP TABLE IF EXISTS `frm_posts_deleted_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `frm_posts_deleted_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `frm_posts_deleted_seq`
--

LOCK TABLES `frm_posts_deleted_seq` WRITE;
/*!40000 ALTER TABLE `frm_posts_deleted_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `frm_posts_deleted_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `frm_posts_drafts`
--

DROP TABLE IF EXISTS `frm_posts_drafts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `frm_posts_drafts` (
  `draft_id` int(11) NOT NULL DEFAULT '0',
  `post_id` bigint(20) NOT NULL DEFAULT '0',
  `thread_id` bigint(20) NOT NULL DEFAULT '0',
  `forum_id` bigint(20) NOT NULL DEFAULT '0',
  `post_author_id` int(11) NOT NULL DEFAULT '0',
  `post_subject` varchar(4000) NOT NULL DEFAULT '',
  `post_message` longtext NOT NULL,
  `post_notify` tinyint(4) NOT NULL DEFAULT '0',
  `post_date` datetime NOT NULL DEFAULT '1970-01-01 00:00:00',
  `post_update` datetime NOT NULL DEFAULT '1970-01-01 00:00:00',
  `update_user_id` int(11) NOT NULL DEFAULT '0',
  `post_user_alias` varchar(255) DEFAULT NULL,
  `pos_display_usr_id` int(11) NOT NULL DEFAULT '0',
  `notify` tinyint(4) NOT NULL DEFAULT '0',
  `rcid` varchar(64) DEFAULT NULL,
  PRIMARY KEY (`draft_id`),
  KEY `i1_idx` (`post_id`),
  KEY `i2_idx` (`thread_id`),
  KEY `i3_idx` (`forum_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `frm_posts_drafts`
--

LOCK TABLES `frm_posts_drafts` WRITE;
/*!40000 ALTER TABLE `frm_posts_drafts` DISABLE KEYS */;
/*!40000 ALTER TABLE `frm_posts_drafts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `frm_posts_drafts_seq`
--

DROP TABLE IF EXISTS `frm_posts_drafts_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `frm_posts_drafts_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `frm_posts_drafts_seq`
--

LOCK TABLES `frm_posts_drafts_seq` WRITE;
/*!40000 ALTER TABLE `frm_posts_drafts_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `frm_posts_drafts_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `frm_posts_seq`
--

DROP TABLE IF EXISTS `frm_posts_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `frm_posts_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `frm_posts_seq`
--

LOCK TABLES `frm_posts_seq` WRITE;
/*!40000 ALTER TABLE `frm_posts_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `frm_posts_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `frm_posts_tree`
--

DROP TABLE IF EXISTS `frm_posts_tree`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `frm_posts_tree` (
  `fpt_pk` bigint(20) NOT NULL DEFAULT '0',
  `thr_fk` bigint(20) NOT NULL DEFAULT '0',
  `pos_fk` bigint(20) NOT NULL DEFAULT '0',
  `parent_pos` bigint(20) NOT NULL DEFAULT '0',
  `lft` int(11) NOT NULL DEFAULT '0',
  `rgt` int(11) NOT NULL DEFAULT '0',
  `depth` int(11) NOT NULL DEFAULT '0',
  `fpt_date` datetime DEFAULT NULL,
  PRIMARY KEY (`fpt_pk`),
  KEY `i1_idx` (`thr_fk`),
  KEY `i2_idx` (`pos_fk`),
  KEY `i3_idx` (`parent_pos`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `frm_posts_tree`
--

LOCK TABLES `frm_posts_tree` WRITE;
/*!40000 ALTER TABLE `frm_posts_tree` DISABLE KEYS */;
/*!40000 ALTER TABLE `frm_posts_tree` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `frm_posts_tree_seq`
--

DROP TABLE IF EXISTS `frm_posts_tree_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `frm_posts_tree_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `frm_posts_tree_seq`
--

LOCK TABLES `frm_posts_tree_seq` WRITE;
/*!40000 ALTER TABLE `frm_posts_tree_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `frm_posts_tree_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `frm_settings`
--

DROP TABLE IF EXISTS `frm_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `frm_settings` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `default_view` int(11) NOT NULL DEFAULT '0',
  `anonymized` tinyint(4) NOT NULL DEFAULT '0',
  `statistics_enabled` tinyint(4) NOT NULL DEFAULT '0',
  `post_activation` tinyint(4) NOT NULL DEFAULT '0',
  `admin_force_noti` tinyint(4) NOT NULL DEFAULT '0',
  `user_toggle_noti` tinyint(4) NOT NULL DEFAULT '0',
  `preset_subject` tinyint(4) NOT NULL DEFAULT '1',
  `notification_type` varchar(10) DEFAULT NULL,
  `add_re_subject` tinyint(4) NOT NULL DEFAULT '0',
  `mark_mod_posts` tinyint(4) NOT NULL DEFAULT '0',
  `thread_rating` tinyint(4) NOT NULL DEFAULT '0',
  `file_upload_allowed` tinyint(4) NOT NULL DEFAULT '0',
  `interested_events` tinyint(4) NOT NULL DEFAULT '0',
  `lp_req_num_postings` int(11) DEFAULT NULL,
  `stylesheet` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `frm_settings`
--

LOCK TABLES `frm_settings` WRITE;
/*!40000 ALTER TABLE `frm_settings` DISABLE KEYS */;
/*!40000 ALTER TABLE `frm_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `frm_threads`
--

DROP TABLE IF EXISTS `frm_threads`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `frm_threads` (
  `thr_pk` bigint(20) NOT NULL DEFAULT '0',
  `thr_top_fk` bigint(20) NOT NULL DEFAULT '0',
  `thr_subject` varchar(255) DEFAULT NULL,
  `thr_usr_alias` varchar(255) DEFAULT NULL,
  `thr_num_posts` int(11) NOT NULL DEFAULT '0',
  `thr_last_post` varchar(50) DEFAULT NULL,
  `thr_date` datetime DEFAULT NULL,
  `thr_update` datetime DEFAULT NULL,
  `visits` int(11) NOT NULL DEFAULT '0',
  `import_name` varchar(4000) DEFAULT NULL,
  `is_sticky` tinyint(4) NOT NULL DEFAULT '0',
  `is_closed` tinyint(4) NOT NULL DEFAULT '0',
  `avg_rating` double NOT NULL DEFAULT '0',
  `thr_author_id` int(11) NOT NULL DEFAULT '0',
  `thr_display_user_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`thr_pk`),
  KEY `i2_idx` (`thr_top_fk`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `frm_threads`
--

LOCK TABLES `frm_threads` WRITE;
/*!40000 ALTER TABLE `frm_threads` DISABLE KEYS */;
/*!40000 ALTER TABLE `frm_threads` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `frm_threads_seq`
--

DROP TABLE IF EXISTS `frm_threads_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `frm_threads_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `frm_threads_seq`
--

LOCK TABLES `frm_threads_seq` WRITE;
/*!40000 ALTER TABLE `frm_threads_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `frm_threads_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `frm_user_read`
--

DROP TABLE IF EXISTS `frm_user_read`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `frm_user_read` (
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `thread_id` int(11) NOT NULL DEFAULT '0',
  `post_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`usr_id`,`obj_id`,`thread_id`,`post_id`),
  KEY `i1_idx` (`usr_id`,`post_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `frm_user_read`
--

LOCK TABLES `frm_user_read` WRITE;
/*!40000 ALTER TABLE `frm_user_read` DISABLE KEYS */;
/*!40000 ALTER TABLE `frm_user_read` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `glo_advmd_col_order`
--

DROP TABLE IF EXISTS `glo_advmd_col_order`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `glo_advmd_col_order` (
  `glo_id` int(11) NOT NULL DEFAULT '0',
  `field_id` int(11) NOT NULL DEFAULT '0',
  `order_nr` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`glo_id`,`field_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `glo_advmd_col_order`
--

LOCK TABLES `glo_advmd_col_order` WRITE;
/*!40000 ALTER TABLE `glo_advmd_col_order` DISABLE KEYS */;
/*!40000 ALTER TABLE `glo_advmd_col_order` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `glo_flashcard_box`
--

DROP TABLE IF EXISTS `glo_flashcard_box`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `glo_flashcard_box` (
  `box_nr` int(11) NOT NULL DEFAULT '0',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `glo_id` int(11) NOT NULL DEFAULT '0',
  `last_access` datetime DEFAULT NULL,
  PRIMARY KEY (`box_nr`,`user_id`,`glo_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `glo_flashcard_box`
--

LOCK TABLES `glo_flashcard_box` WRITE;
/*!40000 ALTER TABLE `glo_flashcard_box` DISABLE KEYS */;
/*!40000 ALTER TABLE `glo_flashcard_box` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `glo_flashcard_term`
--

DROP TABLE IF EXISTS `glo_flashcard_term`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `glo_flashcard_term` (
  `term_id` int(11) NOT NULL DEFAULT '0',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `glo_id` int(11) NOT NULL DEFAULT '0',
  `last_access` datetime DEFAULT NULL,
  `box_nr` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_id`,`user_id`,`glo_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `glo_flashcard_term`
--

LOCK TABLES `glo_flashcard_term` WRITE;
/*!40000 ALTER TABLE `glo_flashcard_term` DISABLE KEYS */;
/*!40000 ALTER TABLE `glo_flashcard_term` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `glo_glossaries`
--

DROP TABLE IF EXISTS `glo_glossaries`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `glo_glossaries` (
  `id` int(11) NOT NULL DEFAULT '0',
  `glo_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`,`glo_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `glo_glossaries`
--

LOCK TABLES `glo_glossaries` WRITE;
/*!40000 ALTER TABLE `glo_glossaries` DISABLE KEYS */;
/*!40000 ALTER TABLE `glo_glossaries` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `glo_term_reference`
--

DROP TABLE IF EXISTS `glo_term_reference`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `glo_term_reference` (
  `glo_id` int(11) NOT NULL DEFAULT '0',
  `term_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`glo_id`,`term_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `glo_term_reference`
--

LOCK TABLES `glo_term_reference` WRITE;
/*!40000 ALTER TABLE `glo_term_reference` DISABLE KEYS */;
/*!40000 ALTER TABLE `glo_term_reference` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `glossary`
--

DROP TABLE IF EXISTS `glossary`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `glossary` (
  `id` int(11) NOT NULL DEFAULT '0',
  `is_online` char(1) DEFAULT 'n',
  `virtual` char(7) DEFAULT 'none',
  `public_html_file` varchar(50) DEFAULT NULL,
  `public_xml_file` varchar(50) DEFAULT NULL,
  `glo_menu_active` char(1) DEFAULT 'y',
  `downloads_active` char(1) DEFAULT 'n',
  `pres_mode` varchar(10) NOT NULL DEFAULT 'table',
  `snippet_length` int(11) NOT NULL DEFAULT '200',
  `show_tax` tinyint(4) NOT NULL DEFAULT '0',
  `flash_active` varchar(1) NOT NULL DEFAULT 'n',
  `flash_mode` varchar(10) NOT NULL DEFAULT 'term',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `glossary`
--

LOCK TABLES `glossary` WRITE;
/*!40000 ALTER TABLE `glossary` DISABLE KEYS */;
/*!40000 ALTER TABLE `glossary` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `glossary_collection`
--

DROP TABLE IF EXISTS `glossary_collection`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `glossary_collection` (
  `id` int(11) NOT NULL DEFAULT '0',
  `glo_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`,`glo_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `glossary_collection`
--

LOCK TABLES `glossary_collection` WRITE;
/*!40000 ALTER TABLE `glossary_collection` DISABLE KEYS */;
/*!40000 ALTER TABLE `glossary_collection` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `glossary_definition`
--

DROP TABLE IF EXISTS `glossary_definition`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `glossary_definition` (
  `id` int(11) NOT NULL DEFAULT '0',
  `term_id` int(11) NOT NULL DEFAULT '0',
  `short_text` varchar(4000) DEFAULT NULL,
  `nr` int(11) NOT NULL DEFAULT '0',
  `short_text_dirty` int(11) NOT NULL DEFAULT '0',
  `migration` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `glossary_definition`
--

LOCK TABLES `glossary_definition` WRITE;
/*!40000 ALTER TABLE `glossary_definition` DISABLE KEYS */;
/*!40000 ALTER TABLE `glossary_definition` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `glossary_definition_seq`
--

DROP TABLE IF EXISTS `glossary_definition_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `glossary_definition_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `glossary_definition_seq`
--

LOCK TABLES `glossary_definition_seq` WRITE;
/*!40000 ALTER TABLE `glossary_definition_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `glossary_definition_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `glossary_term`
--

DROP TABLE IF EXISTS `glossary_term`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `glossary_term` (
  `id` int(11) NOT NULL DEFAULT '0',
  `glo_id` int(11) NOT NULL DEFAULT '0',
  `term` varchar(200) DEFAULT NULL,
  `language` char(2) DEFAULT NULL,
  `import_id` varchar(50) DEFAULT NULL,
  `create_date` datetime DEFAULT NULL,
  `last_update` datetime DEFAULT NULL,
  `short_text` varchar(4000) DEFAULT NULL,
  `short_text_dirty` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `i1_idx` (`glo_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `glossary_term`
--

LOCK TABLES `glossary_term` WRITE;
/*!40000 ALTER TABLE `glossary_term` DISABLE KEYS */;
/*!40000 ALTER TABLE `glossary_term` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `glossary_term_seq`
--

DROP TABLE IF EXISTS `glossary_term_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `glossary_term_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `glossary_term_seq`
--

LOCK TABLES `glossary_term_seq` WRITE;
/*!40000 ALTER TABLE `glossary_term_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `glossary_term_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `grp_settings`
--

DROP TABLE IF EXISTS `grp_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `grp_settings` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `information` varchar(4000) DEFAULT NULL,
  `grp_type` tinyint(4) NOT NULL DEFAULT '0',
  `registration_type` tinyint(4) NOT NULL DEFAULT '0',
  `registration_enabled` tinyint(4) NOT NULL DEFAULT '0',
  `registration_unlimited` tinyint(4) NOT NULL DEFAULT '0',
  `registration_start` datetime DEFAULT NULL,
  `registration_end` datetime DEFAULT NULL,
  `registration_password` char(32) DEFAULT NULL,
  `registration_mem_limit` tinyint(4) NOT NULL DEFAULT '0',
  `registration_max_members` int(11) NOT NULL DEFAULT '0',
  `waiting_list` tinyint(4) NOT NULL DEFAULT '0',
  `latitude` varchar(30) DEFAULT NULL,
  `longitude` varchar(30) DEFAULT NULL,
  `location_zoom` int(11) NOT NULL DEFAULT '0',
  `enablemap` tinyint(4) NOT NULL DEFAULT '0',
  `reg_ac_enabled` tinyint(4) NOT NULL DEFAULT '0',
  `reg_ac` varchar(32) DEFAULT NULL,
  `view_mode` tinyint(4) NOT NULL DEFAULT '6',
  `mail_members_type` tinyint(4) DEFAULT '1',
  `registration_min_members` smallint(6) DEFAULT NULL,
  `leave_end` int(11) DEFAULT NULL,
  `auto_wait` tinyint(4) NOT NULL DEFAULT '0',
  `show_members` tinyint(4) NOT NULL DEFAULT '1',
  `grp_start` int(11) DEFAULT NULL,
  `grp_end` int(11) DEFAULT NULL,
  `period_start` datetime DEFAULT NULL,
  `period_end` datetime DEFAULT NULL,
  `period_time_indication` int(11) NOT NULL DEFAULT '0',
  `auto_notification` int(11) NOT NULL DEFAULT '1',
  `session_limit` tinyint(4) NOT NULL DEFAULT '0',
  `session_prev` bigint(20) NOT NULL DEFAULT '-1',
  `session_next` bigint(20) NOT NULL DEFAULT '-1',
  PRIMARY KEY (`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `grp_settings`
--

LOCK TABLES `grp_settings` WRITE;
/*!40000 ALTER TABLE `grp_settings` DISABLE KEYS */;
/*!40000 ALTER TABLE `grp_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `help_map`
--

DROP TABLE IF EXISTS `help_map`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `help_map` (
  `chap` int(11) NOT NULL DEFAULT '0',
  `component` varchar(10) NOT NULL DEFAULT '',
  `screen_id` varchar(100) NOT NULL DEFAULT '',
  `screen_sub_id` varchar(100) NOT NULL DEFAULT '',
  `perm` varchar(20) NOT NULL DEFAULT '',
  `module_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`component`,`screen_id`,`screen_sub_id`,`chap`,`perm`,`module_id`),
  KEY `sc_idx` (`screen_id`),
  KEY `ch_idx` (`chap`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `help_map`
--

LOCK TABLES `help_map` WRITE;
/*!40000 ALTER TABLE `help_map` DISABLE KEYS */;
/*!40000 ALTER TABLE `help_map` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `help_module`
--

DROP TABLE IF EXISTS `help_module`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `help_module` (
  `id` int(11) NOT NULL DEFAULT '0',
  `lm_id` int(11) NOT NULL DEFAULT '0',
  `order_nr` int(11) NOT NULL DEFAULT '0',
  `active` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `help_module`
--

LOCK TABLES `help_module` WRITE;
/*!40000 ALTER TABLE `help_module` DISABLE KEYS */;
/*!40000 ALTER TABLE `help_module` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `help_module_seq`
--

DROP TABLE IF EXISTS `help_module_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `help_module_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `help_module_seq`
--

LOCK TABLES `help_module_seq` WRITE;
/*!40000 ALTER TABLE `help_module_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `help_module_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `help_tooltip`
--

DROP TABLE IF EXISTS `help_tooltip`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `help_tooltip` (
  `id` int(11) NOT NULL DEFAULT '0',
  `tt_text` varchar(4000) DEFAULT NULL,
  `tt_id` varchar(200) NOT NULL DEFAULT '',
  `comp` varchar(10) NOT NULL DEFAULT '',
  `lang` char(2) NOT NULL DEFAULT 'de',
  `module_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `i1_idx` (`tt_id`,`module_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `help_tooltip`
--

LOCK TABLES `help_tooltip` WRITE;
/*!40000 ALTER TABLE `help_tooltip` DISABLE KEYS */;
/*!40000 ALTER TABLE `help_tooltip` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `help_tooltip_seq`
--

DROP TABLE IF EXISTS `help_tooltip_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `help_tooltip_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `help_tooltip_seq`
--

LOCK TABLES `help_tooltip_seq` WRITE;
/*!40000 ALTER TABLE `help_tooltip_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `help_tooltip_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `history`
--

DROP TABLE IF EXISTS `history`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `history` (
  `id` int(11) NOT NULL DEFAULT '0',
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `obj_type` varchar(8) DEFAULT NULL,
  `action` varchar(20) DEFAULT NULL,
  `hdate` datetime DEFAULT NULL,
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `info_params` varchar(4000) DEFAULT NULL,
  `user_comment` longtext,
  PRIMARY KEY (`id`),
  KEY `i1_idx` (`obj_id`,`obj_type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `history`
--

LOCK TABLES `history` WRITE;
/*!40000 ALTER TABLE `history` DISABLE KEYS */;
/*!40000 ALTER TABLE `history` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `history_seq`
--

DROP TABLE IF EXISTS `history_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `history_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `history_seq`
--

LOCK TABLES `history_seq` WRITE;
/*!40000 ALTER TABLE `history_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `history_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `iass_info_settings`
--

DROP TABLE IF EXISTS `iass_info_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `iass_info_settings` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `contact` varchar(100) DEFAULT NULL,
  `responsibility` varchar(100) DEFAULT NULL,
  `phone` varchar(100) DEFAULT NULL,
  `mails` text,
  `consultation_hours` varchar(500) DEFAULT NULL,
  PRIMARY KEY (`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `iass_info_settings`
--

LOCK TABLES `iass_info_settings` WRITE;
/*!40000 ALTER TABLE `iass_info_settings` DISABLE KEYS */;
/*!40000 ALTER TABLE `iass_info_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `iass_members`
--

DROP TABLE IF EXISTS `iass_members`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `iass_members` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `examiner_id` int(11) DEFAULT NULL,
  `record` text,
  `internal_note` text,
  `notify` tinyint(4) NOT NULL DEFAULT '0',
  `notification_ts` int(11) NOT NULL DEFAULT '-1',
  `learning_progress` tinyint(4) DEFAULT '0',
  `finalized` tinyint(4) NOT NULL DEFAULT '0',
  `place` varchar(255) DEFAULT NULL,
  `event_time` bigint(20) DEFAULT NULL,
  `file_name` varchar(255) DEFAULT NULL,
  `user_view_file` tinyint(4) DEFAULT NULL,
  `changer_id` int(11) DEFAULT NULL,
  `change_time` varchar(20) DEFAULT NULL,
  PRIMARY KEY (`obj_id`,`usr_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `iass_members`
--

LOCK TABLES `iass_members` WRITE;
/*!40000 ALTER TABLE `iass_members` DISABLE KEYS */;
/*!40000 ALTER TABLE `iass_members` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `iass_settings`
--

DROP TABLE IF EXISTS `iass_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `iass_settings` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `content` text,
  `record_template` text,
  `event_time_place_required` tinyint(4) NOT NULL DEFAULT '0',
  `file_required` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `iass_settings`
--

LOCK TABLES `iass_settings` WRITE;
/*!40000 ALTER TABLE `iass_settings` DISABLE KEYS */;
/*!40000 ALTER TABLE `iass_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_adn_dismiss`
--

DROP TABLE IF EXISTS `il_adn_dismiss`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_adn_dismiss` (
  `id` bigint(20) NOT NULL,
  `usr_id` bigint(20) DEFAULT NULL,
  `notification_id` bigint(20) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_adn_dismiss`
--

LOCK TABLES `il_adn_dismiss` WRITE;
/*!40000 ALTER TABLE `il_adn_dismiss` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_adn_dismiss` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_adn_dismiss_seq`
--

DROP TABLE IF EXISTS `il_adn_dismiss_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_adn_dismiss_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_adn_dismiss_seq`
--

LOCK TABLES `il_adn_dismiss_seq` WRITE;
/*!40000 ALTER TABLE `il_adn_dismiss_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_adn_dismiss_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_adn_notifications`
--

DROP TABLE IF EXISTS `il_adn_notifications`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_adn_notifications` (
  `id` bigint(20) NOT NULL,
  `title` varchar(256) DEFAULT NULL,
  `body` longtext,
  `type` tinyint(4) DEFAULT NULL,
  `type_during_event` tinyint(4) DEFAULT NULL,
  `dismissable` tinyint(4) DEFAULT NULL,
  `permanent` tinyint(4) DEFAULT NULL,
  `allowed_users` varchar(256) DEFAULT NULL,
  `parent_id` bigint(20) DEFAULT NULL,
  `created_by` bigint(20) DEFAULT NULL,
  `last_update_by` bigint(20) DEFAULT NULL,
  `active` tinyint(4) DEFAULT NULL,
  `limited_to_role_ids` varchar(256) DEFAULT NULL,
  `limit_to_roles` tinyint(4) DEFAULT NULL,
  `interruptive` tinyint(4) DEFAULT NULL,
  `link` varchar(256) DEFAULT NULL,
  `link_type` tinyint(4) DEFAULT NULL,
  `link_target` varchar(256) DEFAULT NULL,
  `event_start` bigint(20) DEFAULT '0',
  `event_end` bigint(20) DEFAULT '0',
  `display_start` bigint(20) DEFAULT '0',
  `display_end` bigint(20) DEFAULT '0',
  `create_date` bigint(20) DEFAULT '0',
  `last_update` bigint(20) DEFAULT '0',
  `has_language_limitation` tinyint(4) NOT NULL DEFAULT '0',
  `limited_to_languages` varchar(256) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_adn_notifications`
--

LOCK TABLES `il_adn_notifications` WRITE;
/*!40000 ALTER TABLE `il_adn_notifications` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_adn_notifications` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_adn_notifications_seq`
--

DROP TABLE IF EXISTS `il_adn_notifications_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_adn_notifications_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_adn_notifications_seq`
--

LOCK TABLES `il_adn_notifications_seq` WRITE;
/*!40000 ALTER TABLE `il_adn_notifications_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_adn_notifications_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_bibl_attribute`
--

DROP TABLE IF EXISTS `il_bibl_attribute`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_bibl_attribute` (
  `entry_id` int(11) DEFAULT NULL,
  `name` varchar(32) DEFAULT NULL,
  `value` varchar(4000) DEFAULT NULL,
  `id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_bibl_attribute`
--

LOCK TABLES `il_bibl_attribute` WRITE;
/*!40000 ALTER TABLE `il_bibl_attribute` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_bibl_attribute` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_bibl_attribute_seq`
--

DROP TABLE IF EXISTS `il_bibl_attribute_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_bibl_attribute_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_bibl_attribute_seq`
--

LOCK TABLES `il_bibl_attribute_seq` WRITE;
/*!40000 ALTER TABLE `il_bibl_attribute_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_bibl_attribute_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_bibl_data`
--

DROP TABLE IF EXISTS `il_bibl_data`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_bibl_data` (
  `id` int(11) NOT NULL DEFAULT '0',
  `filename` varchar(256) DEFAULT NULL,
  `file_type` tinyint(4) NOT NULL DEFAULT '1',
  `rid` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_bibl_data`
--

LOCK TABLES `il_bibl_data` WRITE;
/*!40000 ALTER TABLE `il_bibl_data` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_bibl_data` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_bibl_entry`
--

DROP TABLE IF EXISTS `il_bibl_entry`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_bibl_entry` (
  `data_id` int(11) DEFAULT NULL,
  `id` int(11) NOT NULL DEFAULT '0',
  `type` varchar(128) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_bibl_entry`
--

LOCK TABLES `il_bibl_entry` WRITE;
/*!40000 ALTER TABLE `il_bibl_entry` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_bibl_entry` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_bibl_entry_seq`
--

DROP TABLE IF EXISTS `il_bibl_entry_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_bibl_entry_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_bibl_entry_seq`
--

LOCK TABLES `il_bibl_entry_seq` WRITE;
/*!40000 ALTER TABLE `il_bibl_entry_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_bibl_entry_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_bibl_field`
--

DROP TABLE IF EXISTS `il_bibl_field`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_bibl_field` (
  `id` int(11) NOT NULL,
  `identifier` varchar(50) NOT NULL,
  `data_type` tinyint(4) NOT NULL,
  `position` int(11) DEFAULT NULL,
  `is_standard_field` tinyint(4) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_bibl_field`
--

LOCK TABLES `il_bibl_field` WRITE;
/*!40000 ALTER TABLE `il_bibl_field` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_bibl_field` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_bibl_field_seq`
--

DROP TABLE IF EXISTS `il_bibl_field_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_bibl_field_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_bibl_field_seq`
--

LOCK TABLES `il_bibl_field_seq` WRITE;
/*!40000 ALTER TABLE `il_bibl_field_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_bibl_field_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_bibl_filter`
--

DROP TABLE IF EXISTS `il_bibl_filter`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_bibl_filter` (
  `id` int(11) NOT NULL,
  `field_id` int(11) NOT NULL,
  `object_id` int(11) NOT NULL,
  `filter_type` tinyint(4) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_bibl_filter`
--

LOCK TABLES `il_bibl_filter` WRITE;
/*!40000 ALTER TABLE `il_bibl_filter` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_bibl_filter` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_bibl_filter_seq`
--

DROP TABLE IF EXISTS `il_bibl_filter_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_bibl_filter_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_bibl_filter_seq`
--

LOCK TABLES `il_bibl_filter_seq` WRITE;
/*!40000 ALTER TABLE `il_bibl_filter_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_bibl_filter_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_bibl_overview_model`
--

DROP TABLE IF EXISTS `il_bibl_overview_model`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_bibl_overview_model` (
  `ovm_id` int(11) NOT NULL DEFAULT '0',
  `literature_type` varchar(32) DEFAULT NULL,
  `pattern` varchar(512) DEFAULT NULL,
  `file_type_id` int(11) DEFAULT NULL,
  PRIMARY KEY (`ovm_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_bibl_overview_model`
--

LOCK TABLES `il_bibl_overview_model` WRITE;
/*!40000 ALTER TABLE `il_bibl_overview_model` DISABLE KEYS */;
INSERT INTO `il_bibl_overview_model` VALUES (1,'default','[<strong>|bib_default_author|</strong> ][|bib_default_title|]: <Emph>[|bib_default_publisher| ][|bib_default_year| ][|bib_default_address|]</Emph>',2),(2,'default','[<strong>|ris_default_a1|</strong> ][<strong>|ris_default_au|</strong> ][|ris_default_t1|][ |ris_default_ti|]: <Emph>[|ris_default_pb| ][|ris_default_y1| ][|ris_default_py| ][|ris_default_cy|]</Emph>',1);
/*!40000 ALTER TABLE `il_bibl_overview_model` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_bibl_settings`
--

DROP TABLE IF EXISTS `il_bibl_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_bibl_settings` (
  `id` int(11) NOT NULL DEFAULT '0',
  `name` varchar(50) NOT NULL DEFAULT '-',
  `url` varchar(128) NOT NULL DEFAULT '-',
  `img` varchar(128) DEFAULT NULL,
  `show_in_list` tinyint(4) DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_bibl_settings`
--

LOCK TABLES `il_bibl_settings` WRITE;
/*!40000 ALTER TABLE `il_bibl_settings` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_bibl_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_bibl_settings_seq`
--

DROP TABLE IF EXISTS `il_bibl_settings_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_bibl_settings_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_bibl_settings_seq`
--

LOCK TABLES `il_bibl_settings_seq` WRITE;
/*!40000 ALTER TABLE `il_bibl_settings_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_bibl_settings_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_bibl_translation`
--

DROP TABLE IF EXISTS `il_bibl_translation`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_bibl_translation` (
  `id` int(11) NOT NULL,
  `field_id` bigint(20) NOT NULL,
  `language_key` varchar(2) NOT NULL,
  `translation` varchar(256) DEFAULT NULL,
  `description` longtext,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_bibl_translation`
--

LOCK TABLES `il_bibl_translation` WRITE;
/*!40000 ALTER TABLE `il_bibl_translation` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_bibl_translation` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_bibl_translation_seq`
--

DROP TABLE IF EXISTS `il_bibl_translation_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_bibl_translation_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_bibl_translation_seq`
--

LOCK TABLES `il_bibl_translation_seq` WRITE;
/*!40000 ALTER TABLE `il_bibl_translation_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_bibl_translation_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_block_setting`
--

DROP TABLE IF EXISTS `il_block_setting`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_block_setting` (
  `type` varchar(20) NOT NULL DEFAULT ' ',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `block_id` int(11) NOT NULL DEFAULT '0',
  `setting` varchar(40) NOT NULL DEFAULT ' ',
  `value` varchar(200) DEFAULT NULL,
  PRIMARY KEY (`type`,`user_id`,`block_id`,`setting`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_block_setting`
--

LOCK TABLES `il_block_setting` WRITE;
/*!40000 ALTER TABLE `il_block_setting` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_block_setting` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_blog`
--

DROP TABLE IF EXISTS `il_blog`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_blog` (
  `id` int(11) NOT NULL DEFAULT '0',
  `bg_color` char(6) DEFAULT NULL,
  `font_color` char(6) DEFAULT NULL,
  `img` varchar(255) DEFAULT NULL,
  `ppic` tinyint(4) DEFAULT NULL,
  `rss_active` tinyint(4) DEFAULT '0',
  `approval` tinyint(4) DEFAULT '0',
  `abs_shorten` tinyint(4) DEFAULT '0',
  `abs_shorten_len` smallint(6) DEFAULT '0',
  `abs_image` tinyint(4) DEFAULT '0',
  `abs_img_width` smallint(6) DEFAULT '0',
  `abs_img_height` smallint(6) DEFAULT '0',
  `keywords` tinyint(4) NOT NULL DEFAULT '1',
  `authors` tinyint(4) NOT NULL DEFAULT '1',
  `nav_mode` tinyint(4) NOT NULL DEFAULT '1',
  `nav_list_post` smallint(6) NOT NULL DEFAULT '10',
  `nav_list_mon` smallint(6) DEFAULT '0',
  `ov_post` smallint(6) DEFAULT '0',
  `nav_order` varchar(255) DEFAULT NULL,
  `nav_list_mon_with_post` int(11) DEFAULT '3',
  `act_est_reading_time` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_blog`
--

LOCK TABLES `il_blog` WRITE;
/*!40000 ALTER TABLE `il_blog` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_blog` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_blog_posting`
--

DROP TABLE IF EXISTS `il_blog_posting`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_blog_posting` (
  `id` int(11) NOT NULL DEFAULT '0',
  `blog_id` int(11) NOT NULL DEFAULT '0',
  `title` varchar(400) DEFAULT NULL,
  `created` datetime NOT NULL DEFAULT '1970-01-01 00:00:00',
  `author` int(11) NOT NULL DEFAULT '0',
  `approved` tinyint(4) DEFAULT '0',
  `last_withdrawn` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `i1_idx` (`created`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_blog_posting`
--

LOCK TABLES `il_blog_posting` WRITE;
/*!40000 ALTER TABLE `il_blog_posting` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_blog_posting` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_blog_posting_seq`
--

DROP TABLE IF EXISTS `il_blog_posting_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_blog_posting_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_blog_posting_seq`
--

LOCK TABLES `il_blog_posting_seq` WRITE;
/*!40000 ALTER TABLE `il_blog_posting_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_blog_posting_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_bt_bucket`
--

DROP TABLE IF EXISTS `il_bt_bucket`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_bt_bucket` (
  `id` bigint(20) NOT NULL DEFAULT '0',
  `user_id` bigint(20) DEFAULT NULL,
  `root_task_id` bigint(20) DEFAULT NULL,
  `current_task_id` bigint(20) DEFAULT NULL,
  `state` smallint(6) DEFAULT NULL,
  `total_number_of_tasks` int(11) DEFAULT NULL,
  `percentage` smallint(6) DEFAULT NULL,
  `title` varchar(255) DEFAULT NULL,
  `description` varchar(255) DEFAULT NULL,
  `last_heartbeat` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_bt_bucket`
--

LOCK TABLES `il_bt_bucket` WRITE;
/*!40000 ALTER TABLE `il_bt_bucket` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_bt_bucket` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_bt_bucket_seq`
--

DROP TABLE IF EXISTS `il_bt_bucket_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_bt_bucket_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_bt_bucket_seq`
--

LOCK TABLES `il_bt_bucket_seq` WRITE;
/*!40000 ALTER TABLE `il_bt_bucket_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_bt_bucket_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_bt_task`
--

DROP TABLE IF EXISTS `il_bt_task`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_bt_task` (
  `id` bigint(20) NOT NULL DEFAULT '0',
  `type` varchar(256) DEFAULT NULL,
  `class_path` varchar(256) DEFAULT NULL,
  `class_name` varchar(256) DEFAULT NULL,
  `bucket_id` bigint(20) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_bt_task`
--

LOCK TABLES `il_bt_task` WRITE;
/*!40000 ALTER TABLE `il_bt_task` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_bt_task` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_bt_task_seq`
--

DROP TABLE IF EXISTS `il_bt_task_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_bt_task_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_bt_task_seq`
--

LOCK TABLES `il_bt_task_seq` WRITE;
/*!40000 ALTER TABLE `il_bt_task_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_bt_task_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_bt_value`
--

DROP TABLE IF EXISTS `il_bt_value`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_bt_value` (
  `id` bigint(20) NOT NULL DEFAULT '0',
  `has_parent_task` tinyint(4) DEFAULT NULL,
  `parent_task_id` bigint(20) DEFAULT NULL,
  `hash` varchar(256) DEFAULT NULL,
  `type` varchar(256) DEFAULT NULL,
  `class_path` varchar(256) DEFAULT NULL,
  `class_name` varchar(256) DEFAULT NULL,
  `serialized` longtext,
  `bucket_id` bigint(20) DEFAULT NULL,
  `position` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `i1_idx` (`bucket_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_bt_value`
--

LOCK TABLES `il_bt_value` WRITE;
/*!40000 ALTER TABLE `il_bt_value` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_bt_value` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_bt_value_seq`
--

DROP TABLE IF EXISTS `il_bt_value_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_bt_value_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_bt_value_seq`
--

LOCK TABLES `il_bt_value_seq` WRITE;
/*!40000 ALTER TABLE `il_bt_value_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_bt_value_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_bt_value_to_task`
--

DROP TABLE IF EXISTS `il_bt_value_to_task`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_bt_value_to_task` (
  `id` bigint(20) NOT NULL DEFAULT '0',
  `task_id` bigint(20) DEFAULT NULL,
  `value_id` bigint(20) DEFAULT NULL,
  `bucket_id` bigint(20) DEFAULT NULL,
  `position` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `i1_idx` (`task_id`),
  KEY `i2_idx` (`value_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_bt_value_to_task`
--

LOCK TABLES `il_bt_value_to_task` WRITE;
/*!40000 ALTER TABLE `il_bt_value_to_task` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_bt_value_to_task` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_bt_value_to_task_seq`
--

DROP TABLE IF EXISTS `il_bt_value_to_task_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_bt_value_to_task_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_bt_value_to_task_seq`
--

LOCK TABLES `il_bt_value_to_task_seq` WRITE;
/*!40000 ALTER TABLE `il_bt_value_to_task_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_bt_value_to_task_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_cert_cron_queue`
--

DROP TABLE IF EXISTS `il_cert_cron_queue`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_cert_cron_queue` (
  `id` int(11) NOT NULL DEFAULT '0',
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `adapter_class` varchar(255) NOT NULL,
  `state` varchar(255) NOT NULL,
  `started_timestamp` int(11) NOT NULL DEFAULT '0',
  `template_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `i1_idx` (`obj_id`,`usr_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_cert_cron_queue`
--

LOCK TABLES `il_cert_cron_queue` WRITE;
/*!40000 ALTER TABLE `il_cert_cron_queue` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_cert_cron_queue` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_cert_cron_queue_seq`
--

DROP TABLE IF EXISTS `il_cert_cron_queue_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_cert_cron_queue_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_cert_cron_queue_seq`
--

LOCK TABLES `il_cert_cron_queue_seq` WRITE;
/*!40000 ALTER TABLE `il_cert_cron_queue_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_cert_cron_queue_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_cert_template`
--

DROP TABLE IF EXISTS `il_cert_template`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_cert_template` (
  `id` int(11) NOT NULL DEFAULT '0',
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `obj_type` varchar(255) NOT NULL DEFAULT '',
  `certificate_content` longtext NOT NULL,
  `certificate_hash` varchar(255) NOT NULL,
  `template_values` longtext NOT NULL,
  `background_image_path` varchar(255) DEFAULT NULL,
  `version` bigint(20) NOT NULL DEFAULT '0',
  `ilias_version` varchar(255) NOT NULL DEFAULT 'v5.4.0',
  `created_timestamp` int(11) NOT NULL DEFAULT '0',
  `currently_active` tinyint(4) NOT NULL DEFAULT '0',
  `deleted` tinyint(4) NOT NULL DEFAULT '0',
  `thumbnail_image_path` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `i1_idx` (`obj_id`),
  KEY `i2_idx` (`obj_id`,`deleted`),
  KEY `i3_idx` (`obj_id`,`currently_active`,`deleted`),
  KEY `i4_idx` (`obj_type`),
  KEY `i5_idx` (`background_image_path`,`currently_active`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_cert_template`
--

LOCK TABLES `il_cert_template` WRITE;
/*!40000 ALTER TABLE `il_cert_template` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_cert_template` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_cert_template_seq`
--

DROP TABLE IF EXISTS `il_cert_template_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_cert_template_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_cert_template_seq`
--

LOCK TABLES `il_cert_template_seq` WRITE;
/*!40000 ALTER TABLE `il_cert_template_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_cert_template_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_cert_user_cert`
--

DROP TABLE IF EXISTS `il_cert_user_cert`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_cert_user_cert` (
  `id` int(11) NOT NULL DEFAULT '0',
  `pattern_certificate_id` int(11) NOT NULL DEFAULT '0',
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `obj_type` varchar(255) NOT NULL DEFAULT '0',
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `user_name` varchar(255) NOT NULL DEFAULT '0',
  `acquired_timestamp` int(11) NOT NULL DEFAULT '0',
  `certificate_content` longtext NOT NULL,
  `template_values` longtext NOT NULL,
  `valid_until` int(11) DEFAULT NULL,
  `background_image_path` varchar(255) DEFAULT NULL,
  `version` varchar(255) NOT NULL DEFAULT '1',
  `ilias_version` varchar(255) NOT NULL DEFAULT 'v5.4.0',
  `currently_active` tinyint(4) NOT NULL DEFAULT '0',
  `thumbnail_image_path` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `i1_idx` (`obj_id`,`pattern_certificate_id`),
  KEY `i2_idx` (`usr_id`,`currently_active`),
  KEY `i3_idx` (`usr_id`,`currently_active`,`acquired_timestamp`),
  KEY `i4_idx` (`usr_id`,`obj_type`,`currently_active`),
  KEY `i5_idx` (`obj_id`,`currently_active`),
  KEY `i6_idx` (`usr_id`,`obj_id`,`currently_active`),
  KEY `i7_idx` (`background_image_path`,`currently_active`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_cert_user_cert`
--

LOCK TABLES `il_cert_user_cert` WRITE;
/*!40000 ALTER TABLE `il_cert_user_cert` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_cert_user_cert` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_cert_user_cert_seq`
--

DROP TABLE IF EXISTS `il_cert_user_cert_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_cert_user_cert_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_cert_user_cert_seq`
--

LOCK TABLES `il_cert_user_cert_seq` WRITE;
/*!40000 ALTER TABLE `il_cert_user_cert_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_cert_user_cert_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_certificate`
--

DROP TABLE IF EXISTS `il_certificate`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_certificate` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_certificate`
--

LOCK TABLES `il_certificate` WRITE;
/*!40000 ALTER TABLE `il_certificate` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_certificate` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_cld_data`
--

DROP TABLE IF EXISTS `il_cld_data`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_cld_data` (
  `id` int(11) NOT NULL DEFAULT '0',
  `is_online` tinyint(4) DEFAULT NULL,
  `service` varchar(255) DEFAULT NULL,
  `root_folder` varchar(255) DEFAULT NULL,
  `root_id` varchar(255) DEFAULT NULL,
  `owner_id` bigint(20) NOT NULL DEFAULT '0',
  `auth_complete` tinyint(4) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_cld_data`
--

LOCK TABLES `il_cld_data` WRITE;
/*!40000 ALTER TABLE `il_cld_data` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_cld_data` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_custom_block`
--

DROP TABLE IF EXISTS `il_custom_block`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_custom_block` (
  `id` int(11) NOT NULL DEFAULT '0',
  `context_obj_id` int(11) DEFAULT NULL,
  `context_obj_type` varchar(10) DEFAULT NULL,
  `context_sub_obj_id` int(11) DEFAULT NULL,
  `context_sub_obj_type` varchar(10) DEFAULT NULL,
  `type` varchar(20) DEFAULT NULL,
  `title` varchar(200) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_custom_block`
--

LOCK TABLES `il_custom_block` WRITE;
/*!40000 ALTER TABLE `il_custom_block` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_custom_block` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_custom_block_seq`
--

DROP TABLE IF EXISTS `il_custom_block_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_custom_block_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_custom_block_seq`
--

LOCK TABLES `il_custom_block_seq` WRITE;
/*!40000 ALTER TABLE `il_custom_block_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_custom_block_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_db_steps`
--

DROP TABLE IF EXISTS `il_db_steps`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_db_steps` (
  `class` varchar(200) NOT NULL,
  `step` int(11) NOT NULL,
  `started` varchar(26) DEFAULT NULL,
  `finished` varchar(26) DEFAULT NULL,
  PRIMARY KEY (`class`,`step`),
  KEY `i1_idx` (`class`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_db_steps`
--

LOCK TABLES `il_db_steps` WRITE;
/*!40000 ALTER TABLE `il_db_steps` DISABLE KEYS */;
INSERT INTO `il_db_steps` VALUES ('ilAccessControl8DBUpdateSteps',1,'2023-12-12 16:39:39.316416','2023-12-12 16:39:39.330104'),('ilAccessRBACDeleteDbkSteps',1,'2023-12-12 16:39:39.331118','2023-12-12 16:39:39.333780'),('ilAccessRBACDeleteDbkSteps',2,'2023-12-12 16:39:39.334376','2023-12-12 16:39:39.337374'),('ilAccessRBACDeleteDbkSteps',3,'2023-12-12 16:39:39.337997','2023-12-12 16:39:39.339521'),('ilADNDatabaseObjective',1,'2023-12-12 16:39:39.302966','2023-12-12 16:39:39.315435'),('ilAuthenticationDatabaseUpdateSteps8',1,'2023-12-12 16:39:39.340519','2023-12-12 16:39:39.348635'),('ilBibliograficDB80',1,'2023-12-12 16:39:39.349499','2023-12-12 16:39:39.355083'),('ilBibliograficDB80',2,'2023-12-12 16:39:39.355665','2023-12-12 16:39:39.362170'),('ilCalendarDBUpdateSteps9',1,'2023-12-12 16:39:39.363138','2023-12-12 16:39:39.376860'),('ilCalendarDBUpdateSteps9',2,'2023-12-12 16:39:39.377487','2023-12-12 16:39:39.399312'),('ilCertificateDatabaseUpdateSteps',1,'2023-12-12 16:39:39.400161','2023-12-12 16:39:39.413347'),('ilCertificateDatabaseUpdateSteps',2,'2023-12-12 16:39:39.413839','2023-12-12 16:39:39.417098'),('ilCertificateDatabaseUpdateSteps',3,'2023-12-12 16:39:39.417587','2023-12-12 16:39:39.426976'),('ilCertificateDatabaseUpdateSteps',4,'2023-12-12 16:39:39.427494','2023-12-12 16:39:39.434428'),('ilCertificateDatabaseUpdateSteps',5,'2023-12-12 16:39:39.434913','2023-12-12 16:39:39.449215'),('ilCmiXapiDatabaseUpdateSteps',1,'2023-12-12 16:39:39.512934','2023-12-12 16:39:39.518282'),('ilCmiXapiDatabaseUpdateSteps',2,'2023-12-12 16:39:39.518877','2023-12-12 16:39:39.524618'),('ilCmiXapiDatabaseUpdateSteps',3,'2023-12-12 16:39:39.525224','2023-12-12 16:39:39.530839'),('ilCmiXapiDatabaseUpdateSteps',4,'2023-12-12 16:39:39.531436','2023-12-12 16:39:39.537017'),('ilCmiXapiDatabaseUpdateSteps',5,'2023-12-12 16:39:39.537600','2023-12-12 16:39:39.543189'),('ilCmiXapiDatabaseUpdateSteps',6,'2023-12-12 16:39:39.543862','2023-12-12 16:39:39.554877'),('ilCmiXapiDatabaseUpdateSteps',7,'2023-12-12 16:39:39.555474','2023-12-12 16:39:39.561056'),('ilCmiXapiDatabaseUpdateSteps',8,'2023-12-12 16:39:39.561671','2023-12-12 16:39:39.567169'),('ilCmiXapiDatabaseUpdateSteps',9,'2023-12-12 16:39:39.567787','2023-12-12 16:39:39.573091'),('ilCmiXapiDatabaseUpdateSteps',10,'2023-12-12 16:39:39.573688','2023-12-12 16:39:39.579211'),('ilCmiXapiDatabaseUpdateSteps',11,'2023-12-12 16:39:39.579878','2023-12-12 16:39:39.585585'),('ilCmiXapiDatabaseUpdateSteps',12,'2023-12-12 16:39:39.586191','2023-12-12 16:39:39.586832'),('ilCmiXapiDatabaseUpdateSteps',13,'2023-12-12 16:39:39.587451','2023-12-12 16:39:39.593034'),('ilCmiXapiDatabaseUpdateSteps',14,'2023-12-12 16:39:39.593639','2023-12-12 16:39:39.599431'),('ilCmiXapiDatabaseUpdateSteps',15,'2023-12-12 16:39:39.600090','2023-12-12 16:39:39.611849'),('ilCmiXapiDatabaseUpdateSteps',16,'2023-12-12 16:39:39.612522','2023-12-12 16:39:39.624741'),('ilCmiXapiDatabaseUpdateSteps',17,'2024-04-30 15:11:09.019261','2024-04-30 15:11:09.025313'),('ilContentPageUpdateSteps',1,'2023-12-12 16:39:39.689885','2023-12-12 16:39:39.690424'),('ilCourseObjectiveDBUpdateSteps',1,'2023-12-12 16:39:39.691358','2023-12-12 16:39:39.698495'),('ilCourseObjectiveDBUpdateSteps',2,'2023-12-12 16:39:39.699161','2023-12-12 16:39:39.705726'),('ilCtrlDatabaseUpdateSteps',1,'2023-12-12 16:39:41.316207','2023-12-12 16:39:41.325405'),('ilCtrlDatabaseUpdateSteps',2,'2023-12-12 16:39:41.326018','2023-12-12 16:39:41.340462'),('ilCtrlDatabaseUpdateSteps',3,'2023-12-12 16:39:41.341252','2023-12-12 16:39:41.349406'),('ilCtrlDatabaseUpdateSteps',4,'2023-12-12 16:39:41.349953','2023-12-12 16:39:41.357146'),('ilCtrlDatabaseUpdateSteps',5,'2023-12-12 16:39:41.357629','2023-12-12 16:39:41.364305'),('ilCtrlDatabaseUpdateSteps',6,'2023-12-12 16:39:41.364838','2023-12-12 16:39:41.371618'),('ilDataCollectionDBUpdateSteps9',1,'2023-12-12 16:39:39.706792','2023-12-12 16:39:39.715602'),('ilDataCollectionDBUpdateSteps9',2,'2023-12-12 16:39:39.716246','2023-12-12 16:39:39.739058'),('ilDataCollectionDBUpdateSteps9',3,'2023-12-12 16:39:39.739786','2023-12-12 16:39:39.748476'),('ilDataCollectionDBUpdateSteps9',4,'2023-12-12 16:39:39.749114','2023-12-12 16:39:39.757937'),('ilDataCollectionDBUpdateSteps9',5,'2023-12-12 16:39:39.758567','2023-12-12 16:39:39.771869'),('ilDataCollectionDBUpdateSteps9',6,'2023-12-12 16:39:39.772568','2023-12-12 16:39:39.773403'),('ilDataCollectionDBUpdateSteps9',7,'2023-12-12 16:39:39.773989','2023-12-12 16:39:39.774820'),('ilDataCollectionDBUpdateSteps9',8,'2023-12-12 16:39:39.775403','2023-12-12 16:39:39.781016'),('ilDataCollectionDBUpdateSteps9',9,'2024-04-30 15:11:09.026028','2024-04-30 15:11:09.026500'),('ilDataCollectionDBUpdateSteps9',10,'2024-06-18 14:04:51.007711','2024-06-18 14:04:51.020613'),('ilDataCollectionDBUpdateSteps9',11,'2024-06-18 14:04:51.020875','2024-06-18 14:04:51.021343'),('ilDataCollectionDBUpdateSteps9',12,'2024-07-30 14:37:06.779188','2024-07-30 14:37:06.779945'),('ilDataCollectionDBUpdateSteps9',13,'2024-07-30 14:37:06.780220','2024-07-30 14:37:06.788495'),('ilECSDBUpdateSteps',1,'2023-12-12 16:39:39.782084','2023-12-12 16:39:39.788234'),('ilECSUpdateSteps8',1,'2023-12-12 16:39:41.504023','2023-12-12 16:39:41.515769'),('ilECSUpdateSteps8',2,'2023-12-12 16:39:41.516395','2023-12-12 16:39:41.521923'),('ilECSUpdateSteps8',3,'2023-12-12 16:39:41.522527','2023-12-12 16:39:41.528127'),('ilECSUpdateSteps8',4,'2023-12-12 16:39:41.528772','2023-12-12 16:39:41.534227'),('ilECSUpdateSteps8',5,'2023-12-12 16:39:41.534847','2023-12-12 16:39:41.540300'),('ilECSUpdateSteps8',6,'2023-12-12 16:39:41.540918','2023-12-12 16:39:41.547675'),('ilECSUpdateSteps8',7,'2023-12-12 16:39:41.548340','2023-12-12 16:39:41.553727'),('ilFileObjectDatabaseObjective',1,'2023-12-12 16:39:39.914414','2023-12-12 16:39:39.920671'),('ilFileObjectDatabaseObjective',2,'2023-12-12 16:39:39.921276','2023-12-12 16:39:39.928502'),('ilFileObjectDatabaseObjective',3,'2023-12-12 16:39:39.929117','2023-12-12 16:39:39.929997'),('ilFileObjectDatabaseObjective',4,'2023-12-12 16:39:39.930587','2023-12-12 16:39:39.940527'),('ilFileObjectDatabaseObjective',5,'2023-12-12 16:39:39.941189','2023-12-12 16:39:39.941882'),('ilFileObjectDatabaseObjective',6,'2023-12-12 16:39:39.942672','2023-12-12 16:39:39.949521'),('ilFileObjectDatabaseObjective',7,'2023-12-12 16:39:39.950136','2023-12-12 16:39:39.950687'),('ilFileObjectRBACDatabaseSteps',1,'2023-12-12 16:39:40.132129','2023-12-12 16:39:40.132786'),('ilFileObjectRBACDatabaseSteps',2,'2023-12-12 16:39:40.133332','2023-12-12 16:39:40.135571'),('ilFileServicesDatabaseObjective',1,'2023-12-12 16:39:38.029979','2023-12-12 16:39:38.038271'),('ilForumDatabaseUpdateSteps',1,'2023-12-12 16:39:40.136549','2023-12-12 16:39:40.144064'),('ilForumDatabaseUpdateSteps',2,'2023-12-12 16:39:40.144602','2023-12-12 16:39:40.145078'),('ilForumDatabaseUpdateSteps',3,'2023-12-12 16:39:40.145597','2023-12-12 16:39:40.151569'),('ilForumDatabaseUpdateSteps',4,'2023-12-12 16:39:40.152226','2023-12-12 16:39:40.160037'),('ilForumDatabaseUpdateSteps',5,'2023-12-12 16:39:40.160566','2023-12-12 16:39:40.162235'),('ilForumDatabaseUpdateSteps',6,'2023-12-12 16:39:40.162719','2023-12-12 16:39:40.167926'),('ilForumDatabaseUpdateSteps9',1,'2023-12-12 16:39:40.168707','2023-12-12 16:39:40.175252'),('ilForumDatabaseUpdateSteps9',2,'2023-12-12 16:39:40.175770','2023-12-12 16:39:40.182283'),('ilGlossaryDBUpdateSteps',1,'2023-12-12 16:39:40.183155','2023-12-12 16:39:40.196432'),('ilGlossaryDBUpdateSteps',2,'2023-12-12 16:39:40.197085','2023-12-12 16:39:40.202493'),('ilGlossaryDBUpdateSteps',3,'2023-12-12 16:39:40.203145','2023-12-12 16:39:40.215012'),('ilGlossaryDBUpdateSteps',4,'2023-12-12 16:39:40.215687','2023-12-12 16:39:40.227487'),('ilGlossaryDBUpdateSteps',5,'2023-12-12 16:39:40.228164','2023-12-12 16:39:40.238518'),('ilGlossaryDBUpdateSteps',6,'2023-12-12 16:39:40.239153','2023-12-12 16:39:40.250834'),('ILIAS\\Administration\\Setup\\ilAdministrationDBUpdateSteps',1,'2023-12-12 16:39:38.661190','2023-12-12 16:39:38.661665'),('ILIAS\\Administration\\Setup\\ilAdministrationDBUpdateSteps',2,'2023-12-12 16:39:38.662245','2023-12-12 16:39:38.676688'),('ILIAS\\Administration\\Setup\\ilAdministrationDBUpdateSteps',3,'2023-12-12 16:39:38.677408','2023-12-12 16:39:38.710199'),('ILIAS\\Administration\\Setup\\ilAdministrationDBUpdateSteps',4,'2023-12-12 16:39:38.710871','2023-12-12 16:39:38.711794'),('ILIAS\\AdvancedMetaData\\Setup\\DBUpdateSteps8',1,'2023-12-12 16:39:38.712839','2023-12-12 16:39:38.721799'),('ILIAS\\AdvancedMetaData\\Setup\\DBUpdateSteps8',2,'2023-12-12 16:39:38.722433','2023-12-12 16:39:38.727867'),('ILIAS\\AdvancedMetaData\\Setup\\DBUpdateSteps8',3,'2023-12-12 16:39:38.728492','2023-12-12 16:39:38.729626'),('ILIAS\\AdvancedMetaData\\Setup\\DBUpdateSteps8',4,'2024-07-30 14:37:06.772061','2024-07-30 14:37:06.773923'),('ILIAS\\Blog\\Setup\\BlogDBUpdateSteps',1,'2023-12-12 16:39:38.730712','2023-12-12 16:39:38.736204'),('ILIAS\\Blog\\Setup\\BlogDBUpdateSteps',2,'2023-12-12 16:39:38.736861','2023-12-12 16:39:38.737915'),('ILIAS\\BookingManager\\Setup\\ilBookingManagerDBUpdateSteps',1,'2023-12-12 16:39:38.738873','2023-12-12 16:39:38.746442'),('ILIAS\\BookingManager\\Setup\\ilBookingManagerDBUpdateSteps',2,'2023-12-12 16:39:38.747069','2023-12-12 16:39:38.753419'),('ILIAS\\BookingManager\\Setup\\ilBookingManagerDBUpdateSteps',3,'2023-12-12 16:39:38.754020','2023-12-12 16:39:38.760822'),('ILIAS\\BookingManager\\Setup\\ilBookingManagerDBUpdateSteps',4,'2023-12-12 16:39:38.761441','2023-12-12 16:39:38.773305'),('ILIAS\\BookingManager\\Setup\\ilBookingManagerDBUpdateSteps',5,'2023-12-12 16:39:38.774036','2023-12-12 16:39:38.779556'),('ILIAS\\BookingManager\\Setup\\ilBookingManagerDBUpdateSteps',6,'2023-12-12 16:39:38.780215','2023-12-12 16:39:38.785707'),('ILIAS\\BookingManager\\Setup\\ilBookingManagerDBUpdateSteps',7,'2023-12-12 16:39:38.786336','2023-12-12 16:39:38.797865'),('ILIAS\\Chatroom\\Setup\\UpdateSteps',1,'2023-12-12 16:39:39.450025','2023-12-12 16:39:39.490305'),('ILIAS\\Chatroom\\Setup\\UpdateSteps',2,'2023-12-12 16:39:39.490976','2023-12-12 16:39:39.502927'),('ILIAS\\Chatroom\\Setup\\UpdateSteps',3,'2023-12-12 16:39:39.503552','2023-12-12 16:39:39.510145'),('ILIAS\\Chatroom\\Setup\\UpdateSteps',4,'2023-12-12 16:39:39.510759','2023-12-12 16:39:39.511899'),('ILIAS\\COPage\\Setup\\ilCOPageDBUpdateSteps',1,'2023-12-12 16:39:37.399454','2023-12-12 16:39:37.408012'),('ILIAS\\COPage\\Setup\\ilCOPageDBUpdateSteps',2,'2023-12-12 16:39:37.408541','2023-12-12 16:39:37.422711'),('ILIAS\\COPage\\Setup\\ilCOPageDBUpdateSteps',3,'2023-12-12 16:39:37.423333','2023-12-12 16:39:37.425736'),('ILIAS\\COPage\\Setup\\ilCOPageDBUpdateSteps',4,'2023-12-12 16:39:37.426343','2023-12-12 16:39:37.431884'),('ILIAS\\COPage\\Setup\\ilCOPageDBUpdateSteps',5,'2023-12-12 16:39:37.432512','2023-12-12 16:39:37.433734'),('ILIAS\\COPage\\Setup\\ilCOPageDBUpdateSteps',6,'2023-12-12 16:39:37.434361','2023-12-12 16:39:37.434807'),('ILIAS\\COPage\\Setup\\ilCOPageDBUpdateSteps',7,'2023-12-12 16:39:37.435380','2023-12-12 16:39:37.436265'),('ILIAS\\COPage\\Setup\\ilCOPageDBUpdateSteps',8,'2023-12-12 16:39:37.436849','2023-12-12 16:39:37.437726'),('ILIAS\\COPage\\Setup\\ilCOPageDBUpdateSteps',9,'2023-12-12 16:39:37.438294','2023-12-12 16:39:37.439166'),('ILIAS\\COPage\\Setup\\ilCOPageDBUpdateSteps',10,'2023-12-12 16:39:37.439832','2023-12-12 16:39:37.440784'),('ILIAS\\COPage\\Setup\\ilCOPageDBUpdateSteps',11,'2023-12-12 16:39:37.441392','2023-12-12 16:39:37.442291'),('ILIAS\\COPage\\Setup\\ilCOPageDBUpdateSteps',12,'2023-12-12 16:39:37.442881','2023-12-12 16:39:37.445224'),('ILIAS\\Dashboard\\Setup\\ilDashboardUpdateSteps',1,'2023-12-12 16:39:38.799015','2023-12-12 16:39:38.800401'),('ILIAS\\Dashboard\\Setup\\ilDashboardUpdateSteps',2,'2023-12-12 16:39:38.800987','2023-12-12 16:39:38.809540'),('ILIAS\\EmployeeTalk\\Setup\\ilEmployeeTalkDBUpdateSteps',1,'2023-12-12 16:39:38.816858','2023-12-12 16:39:38.817317'),('ILIAS\\EmployeeTalk\\Setup\\ilEmployeeTalkDBUpdateSteps',2,'2023-12-12 16:39:38.817979','2023-12-12 16:39:38.841591'),('ILIAS\\EmployeeTalk\\Setup\\ilEmployeeTalkDBUpdateSteps',3,'2023-12-12 16:39:38.842258','2023-12-12 16:39:38.847709'),('ILIAS\\EmployeeTalk\\Setup\\ilEmployeeTalkDBUpdateSteps',4,'2023-12-12 16:39:38.848329','2023-12-12 16:39:38.848771'),('ILIAS\\EmployeeTalk\\Setup\\ilEmployeeTalkDBUpdateSteps',5,'2023-12-12 16:39:38.849355','2023-12-12 16:39:38.861092'),('ILIAS\\EmployeeTalk\\Setup\\ilEmployeeTalkDBUpdateSteps',6,'2023-12-12 16:39:38.861704','2023-12-12 16:39:38.867089'),('ILIAS\\Exercise\\Setup\\ilExerciseDBUpdateSteps',1,'2023-12-12 16:39:39.798148','2023-12-12 16:39:39.804867'),('ILIAS\\Exercise\\Setup\\ilExerciseDBUpdateSteps',2,'2023-12-12 16:39:39.805502','2023-12-12 16:39:39.812537'),('ILIAS\\Exercise\\Setup\\ilExerciseDBUpdateSteps',3,'2023-12-12 16:39:39.813214','2023-12-12 16:39:39.820004'),('ILIAS\\Exercise\\Setup\\ilExerciseDBUpdateSteps',4,'2023-12-12 16:39:39.820636','2023-12-12 16:39:39.826826'),('ILIAS\\Exercise\\Setup\\ilExerciseDBUpdateSteps',5,'2023-12-12 16:39:39.827442','2023-12-12 16:39:39.833671'),('ILIAS\\Exercise\\Setup\\ilExerciseDBUpdateSteps',6,'2023-12-12 16:39:39.834305','2023-12-12 16:39:39.839961'),('ILIAS\\Exercise\\Setup\\ilExerciseDBUpdateSteps',7,'2023-12-12 16:39:39.840608','2023-12-12 16:39:39.849303'),('ILIAS\\Exercise\\Setup\\ilExerciseDBUpdateSteps',8,'2023-12-12 16:39:39.849936','2023-12-12 16:39:39.850592'),('ILIAS\\Exercise\\Setup\\ilExerciseDBUpdateSteps',9,'2023-12-12 16:39:39.851188','2023-12-12 16:39:39.865679'),('ILIAS\\Exercise\\Setup\\ilExerciseDBUpdateSteps',10,'2023-12-12 16:39:39.866319','2023-12-12 16:39:39.872521'),('ILIAS\\Exercise\\Setup\\ilExerciseDBUpdateSteps',11,'2023-12-12 16:39:39.873152','2023-12-12 16:39:39.879330'),('ILIAS\\Exercise\\Setup\\ilExerciseDBUpdateSteps',12,'2023-12-12 16:39:39.879965','2023-12-12 16:39:39.885563'),('ILIAS\\Exercise\\Setup\\ilExerciseDBUpdateSteps',13,'2023-12-12 16:39:39.886245','2023-12-12 16:39:39.892015'),('ILIAS\\Exercise\\Setup\\ilExerciseDBUpdateSteps',14,'2023-12-12 16:39:39.892704','2023-12-12 16:39:39.898466'),('ILIAS\\Exercise\\Setup\\ilExerciseDBUpdateSteps',15,'2023-12-12 16:39:39.899113','2023-12-12 16:39:39.911924'),('ILIAS\\Exercise\\Setup\\ilExerciseDBUpdateSteps',16,'2023-12-12 16:39:39.912625','2023-12-12 16:39:39.913394'),('ILIAS\\Exercise\\Setup\\ilExerciseDBUpdateSteps',17,'2024-04-30 15:11:09.027177','2024-04-30 15:11:09.030647'),('ILIAS\\Help\\Setup\\ilHelpDBUpdateSteps',1,'2023-12-12 16:39:38.874568','2023-12-12 16:39:38.880049'),('ILIAS\\Help\\Setup\\ilHelpDBUpdateSteps',2,'2023-12-12 16:39:38.880668','2023-12-12 16:39:38.886115'),('ILIAS\\Help\\Setup\\ilHelpDBUpdateSteps',3,'2023-12-12 16:39:38.886720','2023-12-12 16:39:38.887276'),('ILIAS\\ItemGroup\\Setup\\ilItemGroupDBUpdateSteps',1,'2023-12-12 16:39:38.894598','2023-12-12 16:39:38.900233'),('ILIAS\\ItemGroup\\Setup\\ilItemGroupDBUpdateSteps',2,'2023-12-12 16:39:38.900874','2023-12-12 16:39:38.906340'),('ILIAS\\LDAP\\Setup\\LDAPBindPasswordFieldMigration',1,'2024-08-27 13:48:37.202984','2024-08-27 13:48:37.207786'),('ILIAS\\LearningModule\\Setup\\LearningModuleDBUpdateSteps',1,'2023-12-12 16:39:38.907450','2023-12-12 16:39:38.912966'),('ILIAS\\LearningModule\\Setup\\LearningModuleDBUpdateSteps',2,'2023-12-12 16:39:38.913604','2023-12-12 16:39:38.919087'),('ILIAS\\LegalDocuments\\Setup\\UpdateSteps',1,'2023-12-12 16:39:38.920097','2023-12-12 16:39:38.970055'),('ILIAS\\LegalDocuments\\Setup\\UpdateSteps',2,'2023-12-12 16:39:38.970741','2023-12-12 16:39:38.971244'),('ILIAS\\LegalDocuments\\Setup\\UpdateSteps',3,'2024-01-31 14:38:25.383413','2024-01-31 14:38:25.389480'),('ILIAS\\Link\\Setup\\LinkDBUpdateSteps',1,'2023-12-12 16:39:38.972279','2023-12-12 16:39:38.980246'),('ILIAS\\Link\\Setup\\LinkDBUpdateSteps',2,'2023-12-12 16:39:38.980881','2023-12-12 16:39:38.981557'),('ILIAS\\MediaCast\\Setup\\ilMediaCastDBUpdateSteps',1,'2023-12-12 16:39:38.982512','2023-12-12 16:39:38.988267'),('ILIAS\\MediaCast\\Setup\\ilMediaCastDBUpdateSteps',2,'2023-12-12 16:39:38.988894','2023-12-12 16:39:38.994316'),('ILIAS\\MediaCast\\Setup\\ilMediaCastDBUpdateSteps',3,'2023-12-12 16:39:38.994925','2023-12-12 16:39:39.000555'),('ILIAS\\MediaCast\\Setup\\ilMediaCastDBUpdateSteps',4,'2023-12-12 16:39:39.001272','2023-12-12 16:39:39.004364'),('ILIAS\\MediaObjects\\Setup\\ilMediaObjectsDBUpdateSteps',1,'2023-12-12 16:39:39.005516','2023-12-12 16:39:39.006631'),('ILIAS\\MediaObjects\\Setup\\ilMediaObjectsDBUpdateSteps',2,'2024-01-31 14:38:25.390434','2024-01-31 14:38:25.391265'),('ILIAS\\MediaObjects\\Setup\\ilMediaObjectsDBUpdateSteps',3,'2024-06-18 14:04:51.003089','2024-06-18 14:04:51.003444'),('ILIAS\\MediaObjects\\Setup\\ilMediaObjectsDBUpdateSteps',4,'2024-06-18 14:04:51.003687','2024-06-18 14:04:51.005776'),('ILIAS\\Notes\\Setup\\ilNotesDBUpdateSteps',1,'2023-12-12 16:39:39.007597','2023-12-12 16:39:39.013002'),('ILIAS\\Object\\Setup\\ilObject9DBUpdateSteps',1,'2023-12-12 16:39:39.019667','2023-12-12 16:39:39.024275'),('ILIAS\\Object\\Setup\\ilObject9DBUpdateSteps',2,'2023-12-12 16:39:39.024758','2023-12-12 16:39:39.092466'),('ILIAS\\Object\\Setup\\ilObjectDBUpdateSteps',1,'2023-12-12 16:39:39.013957','2023-12-12 16:39:39.018894'),('ILIAS\\Portfolio\\Setup\\ilPortfolioDBUpdateSteps',1,'2023-12-12 16:39:39.093581','2023-12-12 16:39:39.105685'),('ILIAS\\Repository\\Setup\\RepositoryDBUpdateSteps',1,'2023-12-12 16:39:39.106736','2023-12-12 16:39:39.107544'),('ILIAS\\Style\\Content\\Setup\\ilStyleDBUpdateSteps',1,'2023-12-12 16:39:39.108632','2023-12-12 16:39:39.120662'),('ILIAS\\Style\\Content\\Setup\\ilStyleDBUpdateSteps',2,'2023-12-12 16:39:39.121328','2023-12-12 16:39:39.146185'),('ILIAS\\Style\\Content\\Setup\\ilStyleDBUpdateSteps',3,'2023-12-12 16:39:39.146860','2023-12-12 16:39:39.152866'),('ILIAS\\Style\\Content\\Setup\\ilStyleDBUpdateSteps',4,'2023-12-12 16:39:39.153637','2023-12-12 16:39:39.159526'),('ILIAS\\Style\\Content\\Setup\\ilStyleDBUpdateSteps',5,'2023-12-12 16:39:39.160105','2023-12-12 16:39:39.164979'),('ILIAS\\Style\\Content\\Setup\\ilStyleDBUpdateSteps',6,'2023-12-12 16:39:39.165526','2023-12-12 16:39:39.176173'),('ILIAS\\Style\\Content\\Setup\\ilStyleDBUpdateSteps',7,'2023-12-12 16:39:39.176665','2023-12-12 16:39:39.177236'),('ILIAS\\Style\\Content\\Setup\\ilStyleDBUpdateSteps',8,'2023-12-12 16:39:39.177705','2023-12-12 16:39:39.178231'),('ILIAS\\Style\\Content\\Setup\\ilStyleDBUpdateSteps',9,'2023-12-12 16:39:39.178728','2023-12-12 16:39:39.183344'),('ILIAS\\Style\\Content\\Setup\\ilStyleDBUpdateSteps',10,'2023-12-12 16:39:39.183836','2023-12-12 16:39:39.184355'),('ILIAS\\Style\\Content\\Setup\\ilStyleDBUpdateSteps',11,'2023-12-12 16:39:39.184826','2023-12-12 16:39:39.190503'),('ILIAS\\Style\\Content\\Setup\\ilStyleDBUpdateSteps',12,'2023-12-12 16:39:39.190996','2023-12-12 16:39:39.196765'),('ILIAS\\Style\\Content\\Setup\\ilStyleDBUpdateSteps',13,'2024-01-31 14:38:25.392396','2024-01-31 14:38:25.392882'),('ILIAS\\Style\\Content\\Setup\\ilStyleDBUpdateSteps',14,'2024-01-31 14:38:25.393355','2024-01-31 14:38:25.394528'),('ILIAS\\Style\\Content\\Setup\\ilStyleDBUpdateSteps',15,'2024-01-31 14:38:25.395022','2024-01-31 14:38:25.395529'),('ILIAS\\Style\\Content\\Setup\\ilStyleDBUpdateSteps',16,'2024-01-31 14:38:25.396022','2024-01-31 14:38:25.396473'),('ILIAS\\Style\\Content\\Setup\\ilStyleDBUpdateSteps',17,'2024-01-31 14:38:25.396963','2024-01-31 14:38:25.397440'),('ILIAS\\Style\\Content\\Setup\\ilStyleDBUpdateSteps',18,'2024-01-31 14:38:25.397913','2024-01-31 14:38:25.398366'),('ILIAS\\Style\\Content\\Setup\\ilStyleDBUpdateSteps',19,'2024-01-31 14:38:25.398856','2024-01-31 14:38:25.399275'),('ILIAS\\Style\\Content\\Setup\\ilStyleDBUpdateSteps',20,'2024-04-30 15:11:09.017679','2024-04-30 15:11:09.018014'),('ILIAS\\SurveyQuestionPool\\Setup\\SurveyQuestionPoolDBUpdateSteps',1,'2024-07-30 14:37:06.775997','2024-07-30 14:37:06.777640'),('ILIAS\\Wiki\\Setup\\ilWikiDBUpdateSteps',1,'2023-12-12 16:39:39.203953','2023-12-12 16:39:39.239197'),('ILIAS\\Wiki\\Setup\\ilWikiDBUpdateSteps',2,'2023-12-12 16:39:39.239904','2023-12-12 16:39:39.245378'),('ILIAS\\Wiki\\Setup\\ilWikiDBUpdateSteps',3,'2023-12-12 16:39:39.245988','2023-12-12 16:39:39.259866'),('ILIAS\\Wiki\\Setup\\ilWikiDBUpdateSteps',4,'2023-12-12 16:39:39.260560','2023-12-12 16:39:39.280185'),('ILIAS\\Wiki\\Setup\\ilWikiDBUpdateSteps',5,'2023-12-12 16:39:39.280812','2023-12-12 16:39:39.301898'),('ilIndividualAssessmentRectifyMembersTableDBUpdateSteps',1,'2023-12-12 16:39:40.251946','2023-12-12 16:39:40.257004'),('ilIndividualAssessmentRectifyMembersTableDBUpdateSteps',2,'2023-12-12 16:39:40.257656','2023-12-12 16:39:40.258318'),('ilIntroduceComponentArtifactDBUpdateSteps',1,'2023-12-12 16:39:39.625922','2023-12-12 16:39:39.633814'),('ilIntroduceComponentArtifactDBUpdateSteps',2,'2023-12-12 16:39:39.634423','2023-12-12 16:39:39.642084'),('ilIntroduceComponentArtifactDBUpdateSteps',3,'2023-12-12 16:39:39.642678','2023-12-12 16:39:39.643189'),('ilIntroduceComponentArtifactDBUpdateSteps',4,'2023-12-12 16:39:39.643787','2023-12-12 16:39:39.660457'),('ilIntroduceComponentArtifactDBUpdateSteps',5,'2023-12-12 16:39:39.661137','2023-12-12 16:39:39.667384'),('ilIntroduceComponentArtifactDBUpdateSteps',6,'2023-12-12 16:39:39.668074','2023-12-12 16:39:39.674546'),('ilIntroduceComponentArtifactDBUpdateSteps',7,'2023-12-12 16:39:39.675172','2023-12-12 16:39:39.682053'),('ilIntroduceComponentArtifactDBUpdateSteps',8,'2023-12-12 16:39:39.682739','2023-12-12 16:39:39.688813'),('ilIntroduceEventHandlingArtifactDBUpdateSteps',1,'2023-12-12 16:39:39.789218','2023-12-12 16:39:39.797080'),('ilLearningSequenceRectifyPostConditionsTableDBUpdateSteps',1,'2023-12-12 16:39:40.445426','2023-12-12 16:39:40.460126'),('ilLearningSequenceRectifyPostConditionsTableDBUpdateSteps',2,'2023-12-12 16:39:40.460745','2023-12-12 16:39:40.469096'),('ilLearningSequenceRectifyPostConditionsTableDBUpdateSteps',3,'2023-12-12 16:39:40.469737','2023-12-12 16:39:40.470737'),('ilLearningSequenceRegisterNotificationType',1,'2023-12-12 16:39:40.471781','2023-12-12 16:39:40.472617'),('ilLearningSequenceRegisterNotificationType',2,'2023-12-12 16:39:40.473202','2023-12-12 16:39:40.474079'),('ilLoggingUpdateSteps8',1,'2023-12-12 16:39:40.475061','2023-12-12 16:39:40.475900'),('ilLTIConsumerDatabaseUpdateSteps',1,'2023-12-12 16:39:40.259312','2023-12-12 16:39:40.265030'),('ilLTIConsumerDatabaseUpdateSteps',2,'2023-12-12 16:39:40.265647','2023-12-12 16:39:40.271342'),('ilLTIConsumerDatabaseUpdateSteps',3,'2023-12-12 16:39:40.271999','2023-12-12 16:39:40.277873'),('ilLTIConsumerDatabaseUpdateSteps',4,'2023-12-12 16:39:40.278484','2023-12-12 16:39:40.284092'),('ilLTIConsumerDatabaseUpdateSteps',5,'2023-12-12 16:39:40.284732','2023-12-12 16:39:40.290336'),('ilLTIConsumerDatabaseUpdateSteps',6,'2023-12-12 16:39:40.290982','2023-12-12 16:39:40.296595'),('ilLTIConsumerDatabaseUpdateSteps',7,'2023-12-12 16:39:40.297211','2023-12-12 16:39:40.302845'),('ilLTIConsumerDatabaseUpdateSteps',8,'2023-12-12 16:39:40.303494','2023-12-12 16:39:40.309589'),('ilLTIConsumerDatabaseUpdateSteps',9,'2023-12-12 16:39:40.310207','2023-12-12 16:39:40.315960'),('ilLTIConsumerDatabaseUpdateSteps',10,'2023-12-12 16:39:40.316586','2023-12-12 16:39:40.322306'),('ilLTIConsumerDatabaseUpdateSteps',11,'2023-12-12 16:39:40.322920','2023-12-12 16:39:40.328713'),('ilLTIConsumerDatabaseUpdateSteps',12,'2023-12-12 16:39:40.329332','2023-12-12 16:39:40.335168'),('ilLTIConsumerDatabaseUpdateSteps',13,'2023-12-12 16:39:40.335799','2023-12-12 16:39:40.341702'),('ilLTIConsumerDatabaseUpdateSteps',14,'2023-12-12 16:39:40.342328','2023-12-12 16:39:40.347680'),('ilLTIConsumerDatabaseUpdateSteps',15,'2023-12-12 16:39:40.348311','2023-12-12 16:39:40.368952'),('ilLTIDatabaseUpdateSteps',1,'2023-12-12 16:39:40.370010','2023-12-12 16:39:40.376439'),('ilLTIDatabaseUpdateSteps',2,'2023-12-12 16:39:40.377073','2023-12-12 16:39:40.383219'),('ilLTIDatabaseUpdateSteps',3,'2023-12-12 16:39:40.383847','2023-12-12 16:39:40.392769'),('ilLTIDatabaseUpdateSteps',4,'2023-12-12 16:39:40.393390','2023-12-12 16:39:40.399362'),('ilLTIDatabaseUpdateSteps',5,'2023-12-12 16:39:40.399988','2023-12-12 16:39:40.405337'),('ilLTIDatabaseUpdateSteps',6,'2023-12-12 16:39:40.405914','2023-12-12 16:39:40.411265'),('ilLTIDatabaseUpdateSteps',7,'2023-12-12 16:39:40.411887','2023-12-12 16:39:40.417318'),('ilLTIDatabaseUpdateSteps',8,'2023-12-12 16:39:40.418019','2023-12-12 16:39:40.435272'),('ilLTIDatabaseUpdateSteps',9,'2023-12-12 16:39:40.435922','2023-12-12 16:39:40.444322'),('ilMailDatabaseUpdateSteps',1,'2023-12-12 16:39:40.663356','2023-12-12 16:39:40.671293'),('ilMailDatabaseUpdateSteps',2,'2023-12-12 16:39:40.671949','2023-12-12 16:39:40.672918'),('ilMailDatabaseUpdateSteps',3,'2023-12-12 16:39:40.673495','2023-12-12 16:39:40.674173'),('ilMailDatabaseUpdateSteps',4,'2023-12-12 16:39:40.674772','2023-12-12 16:39:40.675455'),('ilMailDatabaseUpdateSteps',5,'2023-12-12 16:39:40.676087','2023-12-12 16:39:40.686900'),('ilMailDatabaseUpdateSteps',6,'2023-12-12 16:39:40.687535','2023-12-12 16:39:40.693141'),('ilMailDatabaseUpdateSteps',7,'2023-12-12 16:39:40.693741','2023-12-12 16:39:40.699091'),('ilMailDatabaseUpdateSteps',8,'2023-12-12 16:39:40.699748','2023-12-12 16:39:40.705271'),('ilMailDatabaseUpdateSteps',9,'2023-12-12 16:39:40.705882','2023-12-12 16:39:40.711450'),('ilMailDatabaseUpdateSteps',10,'2023-12-12 16:39:40.712067','2023-12-12 16:39:40.717425'),('ilMailDatabaseUpdateSteps',11,'2023-12-12 16:39:40.718029','2023-12-12 16:39:40.729740'),('ilMailDatabaseUpdateSteps',12,'2023-12-12 16:39:40.730356','2023-12-12 16:39:40.731892'),('ilMDCopyrightUpdateSteps',1,'2023-12-12 16:39:40.621835','2023-12-12 16:39:40.627401'),('ilMDCopyrightUpdateSteps',2,'2023-12-12 16:39:40.628041','2023-12-12 16:39:40.633497'),('ilMDCopyrightUpdateSteps',3,'2023-12-12 16:39:40.634103','2023-12-12 16:39:40.639372'),('ilMDCopyrightUpdateSteps',4,'2023-12-12 16:39:40.639987','2023-12-12 16:39:40.645401'),('ilMDCopyrightUpdateSteps',5,'2023-12-12 16:39:40.645992','2023-12-12 16:39:40.651340'),('ilMDCopyrightUpdateSteps',6,'2023-12-12 16:39:40.651967','2023-12-12 16:39:40.657337'),('ilMDCopyrightUpdateSteps',7,'2023-12-12 16:39:40.658051','2023-12-12 16:39:40.659947'),('ilMDCopyrightUpdateSteps',8,'2023-12-12 16:39:40.660599','2023-12-12 16:39:40.662327'),('ilMDCopyrightUpdateSteps',9,'2024-08-27 13:48:37.211327','2024-08-27 13:48:37.211612'),('ilMDCopyrightUpdateSteps',10,'2024-08-27 13:48:37.211956','2024-08-27 13:48:37.212429'),('ilMDCopyrightUpdateSteps',11,'2024-08-27 13:48:37.212704','2024-08-27 13:48:37.213194'),('ilMDLOMUpdateSteps',1,'2023-12-12 16:39:40.476845','2023-12-12 16:39:40.482604'),('ilMDLOMUpdateSteps',2,'2023-12-12 16:39:40.483210','2023-12-12 16:39:40.493505'),('ilMDLOMUpdateSteps',3,'2023-12-12 16:39:40.494133','2023-12-12 16:39:40.504527'),('ilMDLOMUpdateSteps',4,'2023-12-12 16:39:40.505181','2023-12-12 16:39:40.515657'),('ilMDLOMUpdateSteps',5,'2023-12-12 16:39:40.516306','2023-12-12 16:39:40.526976'),('ilMDLOMUpdateSteps',6,'2023-12-12 16:39:40.527629','2023-12-12 16:39:40.542589'),('ilMDLOMUpdateSteps',7,'2023-12-12 16:39:40.543237','2023-12-12 16:39:40.558219'),('ilMDLOMUpdateSteps',8,'2023-12-12 16:39:40.558863','2023-12-12 16:39:40.573725'),('ilMDLOMUpdateSteps',9,'2023-12-12 16:39:40.574348','2023-12-12 16:39:40.589676'),('ilMDLOMUpdateSteps',10,'2023-12-12 16:39:40.590295','2023-12-12 16:39:40.605243'),('ilMDLOMUpdateSteps',11,'2023-12-12 16:39:40.605852','2023-12-12 16:39:40.620681'),('ilNotificationUpdateSteps',1,'2023-12-12 16:39:40.745514','2023-12-12 16:39:40.746045'),('ilNotificationUpdateSteps',2,'2023-12-12 16:39:40.746642','2023-12-12 16:39:40.747782'),('ilNotificationUpdateSteps',3,'2023-12-12 16:39:40.748371','2023-12-12 16:39:40.749597'),('ilNotificationUpdateSteps',4,'2023-12-12 16:39:40.750183','2023-12-12 16:39:40.751779'),('ilNotificationUpdateSteps',5,'2023-12-12 16:39:40.752382','2023-12-12 16:39:40.753632'),('ilNotificationUpdateSteps',6,'2023-12-12 16:39:40.754372','2023-12-12 16:39:40.755632'),('ilNotificationUpdateSteps',7,'2023-12-12 16:39:40.756273','2023-12-12 16:39:40.757139'),('ilNotificationUpdateSteps',8,'2023-12-12 16:39:40.757727','2023-12-12 16:39:40.764151'),('ilNotificationUpdateSteps',9,'2023-12-12 16:39:40.764798','2023-12-12 16:39:40.766089'),('ilNotificationUpdateSteps',10,'2023-12-12 16:39:40.766605','2023-12-12 16:39:40.774578'),('ilNotificationUpdateSteps',11,'2023-12-12 16:39:40.775108','2023-12-12 16:39:40.776339'),('ilObjCloudModuleProgressTableUpdateSteps',1,'2023-12-12 16:39:40.777271','2023-12-12 16:39:40.778064'),('ilPDFGenerationDB90',1,'2023-12-12 16:39:40.778896','2023-12-12 16:39:40.789544'),('ilPDFGenerationDB90',2,'2023-12-12 16:39:40.790049','2023-12-12 16:39:40.799836'),('ilPDFGenerationDB90',3,'2023-12-12 16:39:40.800336','2023-12-12 16:39:40.809509'),('ilPDFGenerationDB90',4,'2023-12-12 16:39:40.810009','2023-12-12 16:39:40.819202'),('ilPDFGenerationDB90',5,'2023-12-12 16:39:40.819725','2023-12-12 16:39:40.828889'),('ilPDFGenerationDB90',6,'2023-12-12 16:39:40.829380','2023-12-12 16:39:40.830736'),('ilPDFGenerationDB90',7,'2023-12-12 16:39:40.831240','2023-12-12 16:39:40.832631'),('ilPDFGenerationDB90',8,'2023-12-12 16:39:40.833116','2023-12-12 16:39:40.834456'),('ilPDFGenerationDB90',9,'2023-12-12 16:39:40.834934','2023-12-12 16:39:40.836311'),('ilPDFGenerationDB90',10,'2023-12-12 16:39:40.836855','2023-12-12 16:39:40.838152'),('ilPDFGenerationDB90',11,'2023-12-12 16:39:40.838623','2023-12-12 16:39:40.839346'),('ilPDFGenerationDB90',12,'2023-12-12 16:39:40.839825','2023-12-12 16:39:40.840539'),('ilPDFGenerationDB90',13,'2023-12-12 16:39:40.841100','2023-12-12 16:39:40.842378'),('ilPDFGenerationDB90',14,'2023-12-12 16:39:40.842860','2023-12-12 16:39:40.843572'),('ilRadiusDBUpdateSteps',1,'2023-12-12 16:39:40.844445','2023-12-12 16:39:40.844895'),('ilResourceStorageDB80',1,'2023-12-12 16:39:38.338173','2023-12-12 16:39:38.367464'),('ilResourceStorageDB80',2,'2023-12-12 16:39:38.368013','2023-12-12 16:39:38.388821'),('ilResourceStorageDB80',3,'2023-12-12 16:39:38.389366','2023-12-12 16:39:38.429636'),('ilResourceStorageDB80',4,'2023-12-12 16:39:38.430303','2023-12-12 16:39:38.437061'),('ilResourceStorageDB80',5,'2023-12-12 16:39:38.437660','2023-12-12 16:39:38.471262'),('ilResourceStorageDB80',6,'2023-12-12 16:39:38.471788','2023-12-12 16:39:38.519138'),('ilResourceStorageDB80',7,'2023-12-12 16:39:38.519862','2023-12-12 16:39:38.526648'),('ilResourceStorageDB80',8,'2023-12-12 16:39:38.527269','2023-12-12 16:39:38.556170'),('ilResourceStorageDB80',9,'2023-12-12 16:39:38.556806','2023-12-12 16:39:38.566584'),('ilResourceStorageDB80',10,'2023-12-12 16:39:38.567201','2023-12-12 16:39:38.580806'),('ilResourceStorageDB80',11,'2023-12-12 16:39:38.581452','2023-12-12 16:39:38.598519'),('ilResourceStorageDB80',12,'2023-12-12 16:39:38.599143','2023-12-12 16:39:38.604883'),('ilResourceStorageDB80',13,'2024-07-30 14:37:06.756935','2024-07-30 14:37:06.761419'),('ilResourceStorageDB90',1,'2023-12-12 16:39:39.951730','2023-12-12 16:39:39.994214'),('ilResourceStorageDB90',2,'2023-12-12 16:39:39.994875','2023-12-12 16:39:40.021210'),('ilResourceStorageDB90',3,'2023-12-12 16:39:40.021888','2023-12-12 16:39:40.027049'),('ilResourceStorageDB90',4,'2023-12-12 16:39:40.027697','2023-12-12 16:39:40.032367'),('ilScormAiccDatabaseUpdateSteps',1,'2024-01-31 14:38:25.408514','2024-01-31 14:38:25.417677'),('ilSessionDBUpdateSteps9',1,'2023-12-12 16:39:40.848750','2023-12-12 16:39:40.854713'),('ilSessionDBUpdateSteps9',2,'2023-12-12 16:39:40.855241','2023-12-12 16:39:40.869825'),('ilSkillDBUpdateSteps',1,'2023-12-12 16:39:40.893060','2023-12-12 16:39:40.913834'),('ilSkillDBUpdateSteps',2,'2023-12-12 16:39:40.914360','2023-12-12 16:39:40.919452'),('ilSkillDBUpdateSteps',3,'2023-12-12 16:39:40.919946','2023-12-12 16:39:40.924695'),('ilSkillDBUpdateSteps',4,'2023-12-12 16:39:40.925205','2023-12-12 16:39:40.925597'),('ilSkillDBUpdateSteps',5,'2023-12-12 16:39:40.926110','2023-12-12 16:39:40.926514'),('ilSkillDBUpdateSteps',6,'2023-12-12 16:39:40.927018','2023-12-12 16:39:40.927831'),('ilSkillDBUpdateSteps',7,'2023-12-12 16:39:40.928349','2023-12-12 16:39:40.929305'),('ilSkillDBUpdateSteps',8,'2023-12-12 16:39:40.929848','2023-12-12 16:39:40.935168'),('ilSkillDBUpdateSteps',9,'2023-12-12 16:39:40.935805','2023-12-12 16:39:40.936593'),('ilSkillDBUpdateSteps',10,'2023-12-12 16:39:40.937203','2023-12-12 16:39:40.944921'),('ilSkillDBUpdateSteps',11,'2023-12-12 16:39:40.945559','2023-12-12 16:39:40.957641'),('ilStudyProgrammeAssignmentTableUpdateSteps',1,'2023-12-12 16:39:40.978569','2023-12-12 16:39:40.986575'),('ilStudyProgrammeAutoCategoryTableUpdateSteps',1,'2023-12-12 16:39:41.008416','2023-12-12 16:39:41.014561'),('ilStudyProgrammePCStatusInfoUpdateSteps',1,'2023-12-12 16:39:41.015560','2023-12-12 16:39:41.016387'),('ilStudyProgrammeProgressTableUpdateSteps',1,'2023-12-12 16:39:40.958801','2023-12-12 16:39:40.964559'),('ilStudyProgrammeProgressTableUpdateSteps',2,'2023-12-12 16:39:40.965178','2023-12-12 16:39:40.971470'),('ilStudyProgrammeProgressTableUpdateSteps',3,'2023-12-12 16:39:40.972111','2023-12-12 16:39:40.977513'),('ilStudyProgrammeSettingsTableUpdateSteps',1,'2023-12-12 16:39:40.987952','2023-12-12 16:39:40.993671'),('ilStudyProgrammeSettingsTableUpdateSteps',2,'2023-12-12 16:39:40.994296','2023-12-12 16:39:41.007392'),('ilStudyProgrammeUDFDefinitionUpdateSteps',1,'2023-12-12 16:39:41.017295','2023-12-12 16:39:41.022663'),('ilTest9DBUpdateSteps',1,'2023-12-12 16:39:41.096769','2023-12-12 16:39:41.103656'),('ilTest9DBUpdateSteps',2,'2023-12-12 16:39:41.104286','2023-12-12 16:39:41.115799'),('ilTest9DBUpdateSteps',3,'2023-12-12 16:39:41.116433','2023-12-12 16:39:41.118700'),('ilTest9DBUpdateSteps',4,'2023-12-12 16:39:41.119314','2023-12-12 16:39:41.132294'),('ilTest9DBUpdateSteps',5,'2023-12-12 16:39:41.132920','2023-12-12 16:39:41.173231'),('ilTest9DBUpdateSteps',6,'2023-12-12 16:39:41.173872','2023-12-12 16:39:41.194216'),('ilTest9DBUpdateSteps',7,'2023-12-12 16:39:41.194841','2023-12-12 16:39:41.227543'),('ilTest9DBUpdateSteps',8,'2023-12-12 16:39:41.228136','2023-12-12 16:39:41.233772'),('ilTest9DBUpdateSteps',9,'2023-12-12 16:39:41.234280','2023-12-12 16:39:41.240277'),('ilTest9DBUpdateSteps',10,'2023-12-12 16:39:41.240874','2023-12-12 16:39:41.247449'),('ilTest9DBUpdateSteps',11,'2023-12-12 16:39:41.248082','2023-12-12 16:39:41.254525'),('ilTest9DBUpdateSteps',12,'2023-12-12 16:39:41.255153','2023-12-12 16:39:41.256499'),('ilTest9DBUpdateSteps',13,'2023-12-12 16:39:41.257140','2023-12-12 16:39:41.270051'),('ilTest9DBUpdateSteps',14,'2023-12-12 16:39:41.270683','2023-12-12 16:39:41.282114'),('ilTest9DBUpdateSteps',15,'2023-12-12 16:39:41.282746','2023-12-12 16:39:41.289702'),('ilTest9DBUpdateSteps',16,'2023-12-12 16:39:41.290328','2023-12-12 16:39:41.295496'),('ilTest9DBUpdateSteps',17,'2023-12-12 16:39:41.296140','2023-12-12 16:39:41.301432'),('ilTest9DBUpdateSteps',18,'2023-12-12 16:39:41.302072','2023-12-12 16:39:41.307756'),('ilTest9DBUpdateSteps',19,'2024-04-30 15:11:09.036627','2024-04-30 15:11:09.040172'),('ilTestQuestionPool80DBUpdateSteps',1,'2023-12-12 16:39:41.023770','2023-12-12 16:39:41.025028'),('ilTestQuestionPool80DBUpdateSteps',2,'2023-12-12 16:39:41.025620','2023-12-12 16:39:41.031146'),('ilTestQuestionPool80DBUpdateSteps',3,'2023-12-12 16:39:41.031863','2023-12-12 16:39:41.038435'),('ilTestQuestionPool80DBUpdateSteps',4,'2023-12-12 16:39:41.039062','2023-12-12 16:39:41.045485'),('ilTestQuestionPool80DBUpdateSteps',5,'2023-12-12 16:39:41.046098','2023-12-12 16:39:41.059436'),('ilTestQuestionPool80DBUpdateSteps',6,'2023-12-12 16:39:41.060098','2023-12-12 16:39:41.065553'),('ilTestQuestionPool80DBUpdateSteps',7,'2023-12-12 16:39:41.066180','2023-12-12 16:39:41.071725'),('ilTestQuestionPool9DBUpdateSteps',1,'2023-12-12 16:39:41.072787','2023-12-12 16:39:41.078929'),('ilTestQuestionPool9DBUpdateSteps',2,'2023-12-12 16:39:41.079544','2023-12-12 16:39:41.085869'),('ilTestQuestionPool9DBUpdateSteps',3,'2023-12-12 16:39:41.086494','2023-12-12 16:39:41.088653'),('ilTestQuestionPool9DBUpdateSteps',4,'2023-12-12 16:39:41.089278','2023-12-12 16:39:41.095717'),('ilTreeDBUpdateSteps8',1,'2023-12-12 16:39:41.308875','2023-12-12 16:39:41.315183'),('ilUser8DBUpdateSteps',1,'2023-12-12 16:39:41.372439','2023-12-12 16:39:41.392529'),('ilUser8DBUpdateSteps',2,'2023-12-12 16:39:41.393125','2023-12-12 16:39:41.414590'),('ilUser8DBUpdateSteps',3,'2023-12-12 16:39:41.415252','2023-12-12 16:39:41.420387'),('ilUser8DBUpdateSteps',4,'2024-01-31 14:38:25.421546','2024-01-31 14:38:25.426800'),('ilUser8DBUpdateSteps',5,'2024-08-27 13:48:37.218362','2024-08-27 13:48:37.221598'),('ilUserDB90',1,'2023-12-12 16:39:41.421460','2023-12-12 16:39:41.427774'),('ilUserDB90',2,'2023-12-12 16:39:41.428399','2023-12-12 16:39:41.440313'),('ilUserDB90',3,'2023-12-12 16:39:41.441020','2023-12-12 16:39:41.446411'),('ilUserDB90',4,'2023-12-12 16:39:41.447095','2023-12-12 16:39:41.447652'),('ilUserDB90',5,'2023-12-12 16:39:41.448240','2023-12-12 16:39:41.453864'),('ilUserDB90',6,'2023-12-12 16:39:41.454487','2023-12-12 16:39:41.459460'),('ilUserDB90',7,'2023-12-12 16:39:41.460101','2023-12-12 16:39:41.470891'),('ilUserDB90',8,'2024-01-31 14:38:25.427561','2024-01-31 14:38:25.428274'),('ilUserDB90',9,'2024-04-30 15:11:09.040853','2024-04-30 15:11:09.041154'),('ilWebResourceDBUpdateSteps',1,'2023-12-12 16:39:41.472042','2023-12-12 16:39:41.478899'),('ilWebResourceDropValidSteps',1,'2023-12-12 16:39:41.479938','2023-12-12 16:39:41.486502'),('ilWebResourceDropValidSteps',2,'2023-12-12 16:39:41.487110','2023-12-12 16:39:41.493529'),('ilWebResourceDropValidSteps',3,'2023-12-12 16:39:41.494136','2023-12-12 16:39:41.500293'),('ilWebResourceDropValidSteps',4,'2023-12-12 16:39:41.500904','2023-12-12 16:39:41.502972'),('ilWOPIDB90',1,'2023-12-12 16:39:38.616248','2023-12-12 16:39:38.629801'),('ilWOPIDB90',2,'2023-12-12 16:39:38.630407','2023-12-12 16:39:38.650076'),('ilWOPIDB90',3,'2024-05-17 13:25:33.945970','2024-05-17 13:25:33.948899'),('ilWOPIDB90',4,'2024-05-17 13:25:33.949334','2024-05-17 13:25:33.951124'),('ilWorkflowEngine9DBUpdateSteps',1,'2023-12-12 16:39:41.554740','2023-12-12 16:39:41.555315'),('ilWorkflowEngine9DBUpdateSteps',2,'2023-12-12 16:39:41.555897','2023-12-12 16:39:41.595930'),('ilWorkflowEngine9DBUpdateSteps',3,'2023-12-12 16:39:41.596587','2023-12-12 16:39:41.597086'),('ilWorkflowEngine9DBUpdateSteps',4,'2023-12-12 16:39:41.597674','2023-12-12 16:39:41.601575');
/*!40000 ALTER TABLE `il_db_steps` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_dcl_data`
--

DROP TABLE IF EXISTS `il_dcl_data`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_dcl_data` (
  `id` int(11) NOT NULL DEFAULT '0',
  `is_online` tinyint(4) DEFAULT NULL,
  `rating` tinyint(4) DEFAULT NULL,
  `public_notes` tinyint(4) DEFAULT NULL,
  `approval` tinyint(4) DEFAULT NULL,
  `notification` tinyint(4) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_dcl_data`
--

LOCK TABLES `il_dcl_data` WRITE;
/*!40000 ALTER TABLE `il_dcl_data` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_dcl_data` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_dcl_data_seq`
--

DROP TABLE IF EXISTS `il_dcl_data_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_dcl_data_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_dcl_data_seq`
--

LOCK TABLES `il_dcl_data_seq` WRITE;
/*!40000 ALTER TABLE `il_dcl_data_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_dcl_data_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_dcl_datatype`
--

DROP TABLE IF EXISTS `il_dcl_datatype`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_dcl_datatype` (
  `id` int(11) NOT NULL DEFAULT '0',
  `title` varchar(256) DEFAULT NULL,
  `ildb_type` varchar(256) NOT NULL DEFAULT '',
  `storage_location` int(11) NOT NULL DEFAULT '0',
  `sort` smallint(6) DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_dcl_datatype`
--

LOCK TABLES `il_dcl_datatype` WRITE;
/*!40000 ALTER TABLE `il_dcl_datatype` DISABLE KEYS */;
INSERT INTO `il_dcl_datatype` VALUES (1,'number','integer',2,20),(2,'text','text',1,0),(3,'reference','text',1,80),(4,'boolean','integer',2,30),(5,'datetime','date',3,40),(7,'rating','integer',0,100),(8,'ilias_reference','integer',2,90),(9,'mob','integer',2,60),(11,'formula','text',0,110),(12,'plugin','text',0,120),(14,'text_selection','text',1,10),(15,'date_selection','text',1,50),(16,'file','text',1,75);
/*!40000 ALTER TABLE `il_dcl_datatype` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_dcl_datatype_prop`
--

DROP TABLE IF EXISTS `il_dcl_datatype_prop`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_dcl_datatype_prop` (
  `id` int(11) NOT NULL DEFAULT '0',
  `datatype_id` int(11) DEFAULT NULL,
  `title` varchar(256) DEFAULT NULL,
  `inputformat` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_dcl_datatype_prop`
--

LOCK TABLES `il_dcl_datatype_prop` WRITE;
/*!40000 ALTER TABLE `il_dcl_datatype_prop` DISABLE KEYS */;
INSERT INTO `il_dcl_datatype_prop` VALUES (1,2,'length',1),(2,2,'regex',2),(3,3,'table_id',1),(4,2,'url',4),(5,2,'text_area',4),(6,3,'reference_link',4),(7,9,'width',1),(8,9,'height',1),(9,8,'learning_progress',4),(10,8,'ILIAS_reference_link',4),(11,3,'multiple_selection',4),(12,11,'expression',2),(13,8,'display_action_menu',4),(14,2,'link_detail_page',4),(15,9,'link_detail_page',4);
/*!40000 ALTER TABLE `il_dcl_datatype_prop` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_dcl_field`
--

DROP TABLE IF EXISTS `il_dcl_field`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_dcl_field` (
  `id` int(11) NOT NULL DEFAULT '0',
  `table_id` int(11) NOT NULL DEFAULT '0',
  `title` varchar(256) DEFAULT NULL,
  `description` longtext,
  `datatype_id` int(11) NOT NULL DEFAULT '0',
  `is_unique` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `i1_idx` (`datatype_id`),
  KEY `i2_idx` (`table_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_dcl_field`
--

LOCK TABLES `il_dcl_field` WRITE;
/*!40000 ALTER TABLE `il_dcl_field` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_dcl_field` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_dcl_field_prop`
--

DROP TABLE IF EXISTS `il_dcl_field_prop`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_dcl_field_prop` (
  `id` bigint(20) NOT NULL DEFAULT '0',
  `field_id` bigint(20) NOT NULL DEFAULT '0',
  `name` varchar(4000) NOT NULL DEFAULT '',
  `value` varchar(4000) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `i1_idx` (`id`,`field_id`),
  KEY `i2_idx` (`field_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_dcl_field_prop`
--

LOCK TABLES `il_dcl_field_prop` WRITE;
/*!40000 ALTER TABLE `il_dcl_field_prop` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_dcl_field_prop` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_dcl_field_prop_b`
--

DROP TABLE IF EXISTS `il_dcl_field_prop_b`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_dcl_field_prop_b` (
  `id` int(11) NOT NULL DEFAULT '0',
  `field_id` int(11) NOT NULL DEFAULT '0',
  `datatype_prop_id` int(11) NOT NULL DEFAULT '0',
  `value` varchar(256) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `i1_idx` (`field_id`),
  KEY `i2_idx` (`datatype_prop_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_dcl_field_prop_b`
--

LOCK TABLES `il_dcl_field_prop_b` WRITE;
/*!40000 ALTER TABLE `il_dcl_field_prop_b` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_dcl_field_prop_b` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_dcl_field_prop_s_b`
--

DROP TABLE IF EXISTS `il_dcl_field_prop_s_b`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_dcl_field_prop_s_b` (
  `sequence` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_dcl_field_prop_s_b`
--

LOCK TABLES `il_dcl_field_prop_s_b` WRITE;
/*!40000 ALTER TABLE `il_dcl_field_prop_s_b` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_dcl_field_prop_s_b` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_dcl_field_prop_seq`
--

DROP TABLE IF EXISTS `il_dcl_field_prop_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_dcl_field_prop_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_dcl_field_prop_seq`
--

LOCK TABLES `il_dcl_field_prop_seq` WRITE;
/*!40000 ALTER TABLE `il_dcl_field_prop_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_dcl_field_prop_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_dcl_field_seq`
--

DROP TABLE IF EXISTS `il_dcl_field_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_dcl_field_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_dcl_field_seq`
--

LOCK TABLES `il_dcl_field_seq` WRITE;
/*!40000 ALTER TABLE `il_dcl_field_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_dcl_field_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_dcl_record`
--

DROP TABLE IF EXISTS `il_dcl_record`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_dcl_record` (
  `id` int(11) NOT NULL DEFAULT '0',
  `table_id` int(11) NOT NULL DEFAULT '0',
  `create_date` datetime DEFAULT NULL,
  `last_update` datetime DEFAULT NULL,
  `owner` int(11) NOT NULL DEFAULT '0',
  `last_edit_by` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `i1_idx` (`table_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_dcl_record`
--

LOCK TABLES `il_dcl_record` WRITE;
/*!40000 ALTER TABLE `il_dcl_record` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_dcl_record` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_dcl_record_field`
--

DROP TABLE IF EXISTS `il_dcl_record_field`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_dcl_record_field` (
  `id` int(11) NOT NULL DEFAULT '0',
  `record_id` int(11) NOT NULL DEFAULT '0',
  `field_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `i1_idx` (`record_id`),
  KEY `i2_idx` (`field_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_dcl_record_field`
--

LOCK TABLES `il_dcl_record_field` WRITE;
/*!40000 ALTER TABLE `il_dcl_record_field` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_dcl_record_field` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_dcl_record_field_seq`
--

DROP TABLE IF EXISTS `il_dcl_record_field_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_dcl_record_field_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_dcl_record_field_seq`
--

LOCK TABLES `il_dcl_record_field_seq` WRITE;
/*!40000 ALTER TABLE `il_dcl_record_field_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_dcl_record_field_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_dcl_record_seq`
--

DROP TABLE IF EXISTS `il_dcl_record_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_dcl_record_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_dcl_record_seq`
--

LOCK TABLES `il_dcl_record_seq` WRITE;
/*!40000 ALTER TABLE `il_dcl_record_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_dcl_record_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_dcl_sel_opts`
--

DROP TABLE IF EXISTS `il_dcl_sel_opts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_dcl_sel_opts` (
  `id` bigint(20) NOT NULL,
  `field_id` bigint(20) NOT NULL,
  `opt_id` bigint(20) NOT NULL,
  `sorting` bigint(20) NOT NULL,
  `value` varchar(4000) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `i1_idx` (`field_id`),
  KEY `i2_idx` (`opt_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_dcl_sel_opts`
--

LOCK TABLES `il_dcl_sel_opts` WRITE;
/*!40000 ALTER TABLE `il_dcl_sel_opts` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_dcl_sel_opts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_dcl_sel_opts_seq`
--

DROP TABLE IF EXISTS `il_dcl_sel_opts_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_dcl_sel_opts_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_dcl_sel_opts_seq`
--

LOCK TABLES `il_dcl_sel_opts_seq` WRITE;
/*!40000 ALTER TABLE `il_dcl_sel_opts_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_dcl_sel_opts_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_dcl_stloc1_default`
--

DROP TABLE IF EXISTS `il_dcl_stloc1_default`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_dcl_stloc1_default` (
  `id` int(11) NOT NULL,
  `tview_set_id` int(11) DEFAULT NULL,
  `value` varchar(4000) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_dcl_stloc1_default`
--

LOCK TABLES `il_dcl_stloc1_default` WRITE;
/*!40000 ALTER TABLE `il_dcl_stloc1_default` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_dcl_stloc1_default` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_dcl_stloc1_default_seq`
--

DROP TABLE IF EXISTS `il_dcl_stloc1_default_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_dcl_stloc1_default_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_dcl_stloc1_default_seq`
--

LOCK TABLES `il_dcl_stloc1_default_seq` WRITE;
/*!40000 ALTER TABLE `il_dcl_stloc1_default_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_dcl_stloc1_default_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_dcl_stloc1_value`
--

DROP TABLE IF EXISTS `il_dcl_stloc1_value`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_dcl_stloc1_value` (
  `id` int(11) NOT NULL DEFAULT '0',
  `record_field_id` int(11) NOT NULL DEFAULT '0',
  `value` varchar(4000) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `i1_idx` (`record_field_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_dcl_stloc1_value`
--

LOCK TABLES `il_dcl_stloc1_value` WRITE;
/*!40000 ALTER TABLE `il_dcl_stloc1_value` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_dcl_stloc1_value` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_dcl_stloc1_value_seq`
--

DROP TABLE IF EXISTS `il_dcl_stloc1_value_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_dcl_stloc1_value_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_dcl_stloc1_value_seq`
--

LOCK TABLES `il_dcl_stloc1_value_seq` WRITE;
/*!40000 ALTER TABLE `il_dcl_stloc1_value_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_dcl_stloc1_value_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_dcl_stloc2_default`
--

DROP TABLE IF EXISTS `il_dcl_stloc2_default`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_dcl_stloc2_default` (
  `id` int(11) NOT NULL,
  `tview_set_id` int(11) DEFAULT NULL,
  `value` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_dcl_stloc2_default`
--

LOCK TABLES `il_dcl_stloc2_default` WRITE;
/*!40000 ALTER TABLE `il_dcl_stloc2_default` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_dcl_stloc2_default` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_dcl_stloc2_default_seq`
--

DROP TABLE IF EXISTS `il_dcl_stloc2_default_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_dcl_stloc2_default_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_dcl_stloc2_default_seq`
--

LOCK TABLES `il_dcl_stloc2_default_seq` WRITE;
/*!40000 ALTER TABLE `il_dcl_stloc2_default_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_dcl_stloc2_default_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_dcl_stloc2_value`
--

DROP TABLE IF EXISTS `il_dcl_stloc2_value`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_dcl_stloc2_value` (
  `id` int(11) NOT NULL DEFAULT '0',
  `record_field_id` int(11) NOT NULL DEFAULT '0',
  `value` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `i1_idx` (`record_field_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_dcl_stloc2_value`
--

LOCK TABLES `il_dcl_stloc2_value` WRITE;
/*!40000 ALTER TABLE `il_dcl_stloc2_value` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_dcl_stloc2_value` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_dcl_stloc2_value_seq`
--

DROP TABLE IF EXISTS `il_dcl_stloc2_value_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_dcl_stloc2_value_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_dcl_stloc2_value_seq`
--

LOCK TABLES `il_dcl_stloc2_value_seq` WRITE;
/*!40000 ALTER TABLE `il_dcl_stloc2_value_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_dcl_stloc2_value_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_dcl_stloc3_default`
--

DROP TABLE IF EXISTS `il_dcl_stloc3_default`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_dcl_stloc3_default` (
  `id` int(11) NOT NULL,
  `tview_set_id` int(11) NOT NULL,
  `value` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_dcl_stloc3_default`
--

LOCK TABLES `il_dcl_stloc3_default` WRITE;
/*!40000 ALTER TABLE `il_dcl_stloc3_default` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_dcl_stloc3_default` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_dcl_stloc3_default_seq`
--

DROP TABLE IF EXISTS `il_dcl_stloc3_default_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_dcl_stloc3_default_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_dcl_stloc3_default_seq`
--

LOCK TABLES `il_dcl_stloc3_default_seq` WRITE;
/*!40000 ALTER TABLE `il_dcl_stloc3_default_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_dcl_stloc3_default_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_dcl_stloc3_value`
--

DROP TABLE IF EXISTS `il_dcl_stloc3_value`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_dcl_stloc3_value` (
  `id` int(11) NOT NULL DEFAULT '0',
  `record_field_id` int(11) NOT NULL DEFAULT '0',
  `value` datetime DEFAULT '1970-01-01 00:00:00',
  PRIMARY KEY (`id`),
  KEY `i1_idx` (`record_field_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_dcl_stloc3_value`
--

LOCK TABLES `il_dcl_stloc3_value` WRITE;
/*!40000 ALTER TABLE `il_dcl_stloc3_value` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_dcl_stloc3_value` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_dcl_stloc3_value_seq`
--

DROP TABLE IF EXISTS `il_dcl_stloc3_value_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_dcl_stloc3_value_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_dcl_stloc3_value_seq`
--

LOCK TABLES `il_dcl_stloc3_value_seq` WRITE;
/*!40000 ALTER TABLE `il_dcl_stloc3_value_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_dcl_stloc3_value_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_dcl_table`
--

DROP TABLE IF EXISTS `il_dcl_table`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_dcl_table` (
  `id` int(11) NOT NULL DEFAULT '0',
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `title` varchar(256) DEFAULT NULL,
  `add_perm` tinyint(4) NOT NULL DEFAULT '1',
  `edit_perm` tinyint(4) NOT NULL DEFAULT '1',
  `delete_perm` tinyint(4) NOT NULL DEFAULT '1',
  `edit_by_owner` tinyint(4) NOT NULL DEFAULT '1',
  `limited` tinyint(4) NOT NULL DEFAULT '0',
  `limit_start` datetime DEFAULT NULL,
  `limit_end` datetime DEFAULT NULL,
  `is_visible` tinyint(4) NOT NULL DEFAULT '1',
  `export_enabled` tinyint(4) DEFAULT NULL,
  `description` varchar(4000) DEFAULT NULL,
  `default_sort_field_id` varchar(16) NOT NULL DEFAULT '0',
  `default_sort_field_order` varchar(4) NOT NULL DEFAULT 'asc',
  `public_comments` int(11) NOT NULL DEFAULT '0',
  `view_own_records_perm` int(11) NOT NULL DEFAULT '0',
  `delete_by_owner` tinyint(4) NOT NULL DEFAULT '0',
  `save_confirmation` tinyint(4) NOT NULL DEFAULT '0',
  `import_enabled` tinyint(4) NOT NULL DEFAULT '1',
  `table_order` bigint(20) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `i1_idx` (`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_dcl_table`
--

LOCK TABLES `il_dcl_table` WRITE;
/*!40000 ALTER TABLE `il_dcl_table` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_dcl_table` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_dcl_table_seq`
--

DROP TABLE IF EXISTS `il_dcl_table_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_dcl_table_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_dcl_table_seq`
--

LOCK TABLES `il_dcl_table_seq` WRITE;
/*!40000 ALTER TABLE `il_dcl_table_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_dcl_table_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_dcl_tableview`
--

DROP TABLE IF EXISTS `il_dcl_tableview`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_dcl_tableview` (
  `id` bigint(20) NOT NULL DEFAULT '0',
  `table_id` bigint(20) NOT NULL DEFAULT '0',
  `title` varchar(128) NOT NULL DEFAULT '',
  `roles` longtext,
  `description` varchar(128) NOT NULL DEFAULT '',
  `tableview_order` bigint(20) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `t1_idx` (`table_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_dcl_tableview`
--

LOCK TABLES `il_dcl_tableview` WRITE;
/*!40000 ALTER TABLE `il_dcl_tableview` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_dcl_tableview` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_dcl_tableview_seq`
--

DROP TABLE IF EXISTS `il_dcl_tableview_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_dcl_tableview_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_dcl_tableview_seq`
--

LOCK TABLES `il_dcl_tableview_seq` WRITE;
/*!40000 ALTER TABLE `il_dcl_tableview_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_dcl_tableview_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_dcl_tfield_set`
--

DROP TABLE IF EXISTS `il_dcl_tfield_set`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_dcl_tfield_set` (
  `id` bigint(20) NOT NULL DEFAULT '0',
  `table_id` bigint(20) NOT NULL DEFAULT '0',
  `field` varchar(128) NOT NULL DEFAULT '',
  `field_order` bigint(20) DEFAULT NULL,
  `exportable` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `t2_idx` (`table_id`,`field`),
  KEY `i3_idx` (`field`),
  KEY `i4_idx` (`table_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_dcl_tfield_set`
--

LOCK TABLES `il_dcl_tfield_set` WRITE;
/*!40000 ALTER TABLE `il_dcl_tfield_set` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_dcl_tfield_set` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_dcl_tfield_set_seq`
--

DROP TABLE IF EXISTS `il_dcl_tfield_set_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_dcl_tfield_set_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_dcl_tfield_set_seq`
--

LOCK TABLES `il_dcl_tfield_set_seq` WRITE;
/*!40000 ALTER TABLE `il_dcl_tfield_set_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_dcl_tfield_set_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_dcl_tview_set`
--

DROP TABLE IF EXISTS `il_dcl_tview_set`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_dcl_tview_set` (
  `id` bigint(20) NOT NULL DEFAULT '0',
  `tableview_id` bigint(20) NOT NULL DEFAULT '0',
  `field` varchar(128) NOT NULL DEFAULT '',
  `visible` tinyint(4) NOT NULL DEFAULT '0',
  `in_filter` tinyint(4) NOT NULL DEFAULT '0',
  `filter_value` longtext,
  `filter_changeable` tinyint(4) NOT NULL DEFAULT '0',
  `default_value` varchar(255) DEFAULT NULL,
  `required_create` tinyint(4) NOT NULL DEFAULT '0',
  `locked_create` tinyint(4) NOT NULL DEFAULT '0',
  `visible_create` tinyint(4) NOT NULL DEFAULT '1',
  `visible_edit` tinyint(4) NOT NULL DEFAULT '1',
  `required_edit` tinyint(4) NOT NULL DEFAULT '0',
  `locked_edit` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `i1_idx` (`tableview_id`),
  KEY `i2_idx` (`field`),
  KEY `i3_idx` (`in_filter`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_dcl_tview_set`
--

LOCK TABLES `il_dcl_tview_set` WRITE;
/*!40000 ALTER TABLE `il_dcl_tview_set` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_dcl_tview_set` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_dcl_tview_set_seq`
--

DROP TABLE IF EXISTS `il_dcl_tview_set_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_dcl_tview_set_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_dcl_tview_set_seq`
--

LOCK TABLES `il_dcl_tview_set_seq` WRITE;
/*!40000 ALTER TABLE `il_dcl_tview_set_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_dcl_tview_set_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_dcl_view_seq`
--

DROP TABLE IF EXISTS `il_dcl_view_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_dcl_view_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_dcl_view_seq`
--

LOCK TABLES `il_dcl_view_seq` WRITE;
/*!40000 ALTER TABLE `il_dcl_view_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_dcl_view_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_exc_team`
--

DROP TABLE IF EXISTS `il_exc_team`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_exc_team` (
  `id` int(11) NOT NULL DEFAULT '0',
  `ass_id` int(11) NOT NULL DEFAULT '0',
  `user_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`ass_id`,`user_id`),
  KEY `i1_idx` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_exc_team`
--

LOCK TABLES `il_exc_team` WRITE;
/*!40000 ALTER TABLE `il_exc_team` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_exc_team` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_exc_team_log`
--

DROP TABLE IF EXISTS `il_exc_team_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_exc_team_log` (
  `log_id` int(11) NOT NULL DEFAULT '0',
  `team_id` int(11) NOT NULL DEFAULT '0',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `details` varchar(500) DEFAULT NULL,
  `action` tinyint(4) NOT NULL DEFAULT '0',
  `tstamp` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`log_id`),
  KEY `i1_idx` (`team_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_exc_team_log`
--

LOCK TABLES `il_exc_team_log` WRITE;
/*!40000 ALTER TABLE `il_exc_team_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_exc_team_log` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_exc_team_log_seq`
--

DROP TABLE IF EXISTS `il_exc_team_log_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_exc_team_log_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_exc_team_log_seq`
--

LOCK TABLES `il_exc_team_log_seq` WRITE;
/*!40000 ALTER TABLE `il_exc_team_log_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_exc_team_log_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_exc_team_seq`
--

DROP TABLE IF EXISTS `il_exc_team_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_exc_team_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_exc_team_seq`
--

LOCK TABLES `il_exc_team_seq` WRITE;
/*!40000 ALTER TABLE `il_exc_team_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_exc_team_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_external_feed_block`
--

DROP TABLE IF EXISTS `il_external_feed_block`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_external_feed_block` (
  `id` int(11) NOT NULL DEFAULT '0',
  `feed_url` varchar(250) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_external_feed_block`
--

LOCK TABLES `il_external_feed_block` WRITE;
/*!40000 ALTER TABLE `il_external_feed_block` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_external_feed_block` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_external_feed_block_seq`
--

DROP TABLE IF EXISTS `il_external_feed_block_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_external_feed_block_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_external_feed_block_seq`
--

LOCK TABLES `il_external_feed_block_seq` WRITE;
/*!40000 ALTER TABLE `il_external_feed_block_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_external_feed_block_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_file_icon`
--

DROP TABLE IF EXISTS `il_file_icon`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_file_icon` (
  `rid` varchar(64) NOT NULL DEFAULT '',
  `active` tinyint(4) DEFAULT '0',
  `is_default_icon` tinyint(4) DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_file_icon`
--

LOCK TABLES `il_file_icon` WRITE;
/*!40000 ALTER TABLE `il_file_icon` DISABLE KEYS */;
INSERT INTO `il_file_icon` VALUES ('bc1a5e61-83a8-4b16-a4ef-e3b483723774',1,1),('fcc4e7f7-b8e1-4130-bed6-bf6a53c9524f',1,1),('507351c9-e660-4adb-8cd0-6499620965ac',1,1),('8851c13d-7a9c-4dc3-b90a-190ddd31c937',1,1),('96ae5519-4004-409b-a683-3f3d3717b1e4',1,1),('6d22635e-e52f-4654-b682-d83720fd4e95',1,1),('e4a8a16e-0631-4dae-b353-c892a7dd390c',1,1),('2ff13da4-e9d6-481a-934f-6c645516faec',1,1),('28ed7ba6-4edf-43cd-ba6d-971868d84bb8',1,1),('7c9fc167-46c7-43e1-b60b-bfd9a656d88f',1,1),('f9604ac3-2161-4827-9b78-29386497fe5b',1,1),('60afdba3-015d-45b4-ab5a-2300a77cd5a2',1,1),('3fdb7f44-f49f-4d3e-ad03-6b4d8ae95fa2',1,1),('57e5364d-e565-46f1-8605-1865c6d2df8a',1,1),('24a58a3c-ab4d-454f-a1d6-0bec2f608341',1,1),('c2ee3253-b4f0-4ba9-aeb7-a6771fb62a5c',1,1),('a4e55314-f1ca-4ac2-b998-4298f5bc69ed',1,1),('3171a3e7-3b33-45ec-b42c-ea440c399b67',1,1),('c9666c6a-c9a2-47ec-aa80-e5814c7b0e36',1,1),('2baaafa3-6232-4140-8a1f-c97059b08a35',1,1),('a9745d73-0c29-424f-b7b6-fdeebbcffe05',1,1),('208224f2-ed24-483d-bf4c-c68d07f7e4c5',1,1),('47744816-20b5-415d-9a1a-769cf856e9a7',1,1),('e89ef356-d6cc-445e-b491-98b3ef01580d',1,1),('66f7ff69-ee7d-4dba-8a72-486cdf10b138',1,1),('35f0e630-90a0-4324-8d04-fc4ac88e2a29',1,1);
/*!40000 ALTER TABLE `il_file_icon` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_file_icon_suffixes`
--

DROP TABLE IF EXISTS `il_file_icon_suffixes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_file_icon_suffixes` (
  `rid` varchar(64) NOT NULL DEFAULT '',
  `suffix` varchar(32) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_file_icon_suffixes`
--

LOCK TABLES `il_file_icon_suffixes` WRITE;
/*!40000 ALTER TABLE `il_file_icon_suffixes` DISABLE KEYS */;
INSERT INTO `il_file_icon_suffixes` VALUES ('bc1a5e61-83a8-4b16-a4ef-e3b483723774','avi'),('fcc4e7f7-b8e1-4130-bed6-bf6a53c9524f','bmp'),('507351c9-e660-4adb-8cd0-6499620965ac','csv'),('8851c13d-7a9c-4dc3-b90a-190ddd31c937','docx'),('96ae5519-4004-409b-a683-3f3d3717b1e4','flv'),('6d22635e-e52f-4654-b682-d83720fd4e95','gif'),('e4a8a16e-0631-4dae-b353-c892a7dd390c','ico'),('2ff13da4-e9d6-481a-934f-6c645516faec','jpg'),('28ed7ba6-4edf-43cd-ba6d-971868d84bb8','md'),('7c9fc167-46c7-43e1-b60b-bfd9a656d88f','mov'),('f9604ac3-2161-4827-9b78-29386497fe5b','mp3'),('60afdba3-015d-45b4-ab5a-2300a77cd5a2','mp4'),('3fdb7f44-f49f-4d3e-ad03-6b4d8ae95fa2','odp'),('57e5364d-e565-46f1-8605-1865c6d2df8a','ods'),('24a58a3c-ab4d-454f-a1d6-0bec2f608341','odt'),('c2ee3253-b4f0-4ba9-aeb7-a6771fb62a5c','pdf'),('a4e55314-f1ca-4ac2-b998-4298f5bc69ed','png'),('3171a3e7-3b33-45ec-b42c-ea440c399b67','pptx'),('c9666c6a-c9a2-47ec-aa80-e5814c7b0e36','rtf'),('2baaafa3-6232-4140-8a1f-c97059b08a35','svg'),('a9745d73-0c29-424f-b7b6-fdeebbcffe05','tiff'),('208224f2-ed24-483d-bf4c-c68d07f7e4c5','txt'),('47744816-20b5-415d-9a1a-769cf856e9a7','wav'),('e89ef356-d6cc-445e-b491-98b3ef01580d','wma'),('66f7ff69-ee7d-4dba-8a72-486cdf10b138','xlsx'),('35f0e630-90a0-4324-8d04-fc4ac88e2a29','xml');
/*!40000 ALTER TABLE `il_file_icon_suffixes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_gc_memcache_server`
--

DROP TABLE IF EXISTS `il_gc_memcache_server`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_gc_memcache_server` (
  `id` bigint(20) NOT NULL DEFAULT '0',
  `status` tinyint(4) DEFAULT NULL,
  `host` varchar(256) DEFAULT NULL,
  `port` bigint(20) DEFAULT NULL,
  `weight` smallint(6) DEFAULT NULL,
  `flush_needed` tinyint(4) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_gc_memcache_server`
--

LOCK TABLES `il_gc_memcache_server` WRITE;
/*!40000 ALTER TABLE `il_gc_memcache_server` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_gc_memcache_server` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_gc_memcache_server_seq`
--

DROP TABLE IF EXISTS `il_gc_memcache_server_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_gc_memcache_server_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_gc_memcache_server_seq`
--

LOCK TABLES `il_gc_memcache_server_seq` WRITE;
/*!40000 ALTER TABLE `il_gc_memcache_server_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_gc_memcache_server_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_html_block`
--

DROP TABLE IF EXISTS `il_html_block`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_html_block` (
  `id` int(11) NOT NULL DEFAULT '0',
  `content` varchar(4000) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_html_block`
--

LOCK TABLES `il_html_block` WRITE;
/*!40000 ALTER TABLE `il_html_block` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_html_block` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_md_cpr_selections`
--

DROP TABLE IF EXISTS `il_md_cpr_selections`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_md_cpr_selections` (
  `entry_id` int(11) NOT NULL DEFAULT '0',
  `title` varchar(128) DEFAULT NULL,
  `description` longtext,
  `copyright` longtext,
  `language` char(2) DEFAULT NULL,
  `costs` tinyint(4) NOT NULL DEFAULT '0',
  `cpr_restrictions` tinyint(4) NOT NULL DEFAULT '1',
  `is_default` tinyint(4) NOT NULL DEFAULT '0',
  `outdated` tinyint(4) NOT NULL DEFAULT '0',
  `position` tinyint(4) NOT NULL DEFAULT '0',
  `full_name` longtext,
  `link` longtext,
  `image_link` longtext,
  `alt_text` longtext,
  `migrated` int(11) DEFAULT '0',
  `image_file` longtext,
  PRIMARY KEY (`entry_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_md_cpr_selections`
--

LOCK TABLES `il_md_cpr_selections` WRITE;
/*!40000 ALTER TABLE `il_md_cpr_selections` DISABLE KEYS */;
INSERT INTO `il_md_cpr_selections` VALUES (1,'Attribution Non-commercial No Derivatives (by-nc-nd)','Creative Commons License','<a rel=\"license\" href=\"http://creativecommons.org/licenses/by-nc-nd/4.0/\"><img alt=\"Creative Commons License\" style=\"border-width:0\" src=\"https://i.creativecommons.org/l/by-nc-nd/4.0/88x31.png\" /></a><br />This work is licensed under a <a rel=\"license\" href=\"http://creativecommons.org/licenses/by-nc-nd/4.0/\">Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License</a>.','en',0,1,0,0,0,NULL,NULL,NULL,NULL,0,NULL),(2,'Attribution Non-commercial Share Alike (by-nc-sa)','Creative Commons License','<a rel=\"license\" href=\"http://creativecommons.org/licenses/by-nc-sa/4.0/\"><img alt=\"Creative Commons License\" style=\"border-width:0\" src=\"https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png\" /></a><br />This work is licensed under a <a rel=\"license\" href=\"http://creativecommons.org/licenses/by-nc-sa/4.0/\">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.','en',0,1,0,0,0,NULL,NULL,NULL,NULL,0,NULL),(3,'Attribution Non-commercial (by-nc)','Creative Commons License','<a rel=\"license\" href=\"http://creativecommons.org/licenses/by-nc/4.0/\"><img alt=\"Creative Commons License\" style=\"border-width:0\" src=\"https://i.creativecommons.org/l/by-nc/4.0/88x31.png\" /></a><br />This work is licensed under a <a rel=\"license\" href=\"http://creativecommons.org/licenses/by-nc/4.0/\">Creative Commons Attribution-NonCommercial 4.0 International License</a>.','en',0,1,0,0,0,NULL,NULL,NULL,NULL,0,NULL),(4,'Attribution No Derivatives (by-nd)','Creative Commons License','<a rel=\"license\" href=\"http://creativecommons.org/licenses/by-nd/4.0/\"><img alt=\"Creative Commons License\" style=\"border-width:0\" src=\"https://i.creativecommons.org/l/by-nd/4.0/88x31.png\" /></a><br />This work is licensed under a <a rel=\"license\" href=\"http://creativecommons.org/licenses/by-nd/4.0/\">Creative Commons Attribution-NoDerivatives 4.0 International License</a>.','en',0,1,0,0,0,NULL,NULL,NULL,NULL,0,NULL),(5,'Attribution Share Alike (by-sa)','Creative Commons License','<a rel=\"license\" href=\"http://creativecommons.org/licenses/by-sa/4.0/\"><img alt=\"Creative Commons License\" style=\"border-width:0\" src=\"https://i.creativecommons.org/l/by-sa/4.0/88x31.png\" /></a><br />This work is licensed under a <a rel=\"license\" href=\"http://creativecommons.org/licenses/by-sa/4.0/\">Creative Commons Attribution-ShareAlike 4.0 International License</a>.','en',0,1,0,0,0,NULL,NULL,NULL,NULL,0,NULL),(6,'Attribution (by)','Creative Commons License','<a rel=\"license\" href=\"http://creativecommons.org/licenses/by/4.0/\"><img alt=\"Creative Commons License\" style=\"border-width:0\" src=\"https://i.creativecommons.org/l/by/4.0/88x31.png\" /></a><br />This work is licensed under a <a rel=\"license\" href=\"http://creativecommons.org/licenses/by/4.0/\">Creative Commons Attribution 4.0 International License</a>.','en',0,1,0,0,0,NULL,NULL,NULL,NULL,0,NULL),(7,'All rights reserved','','This work has all rights reserved by the owner.','en',0,1,1,0,0,NULL,NULL,NULL,NULL,0,NULL),(8,'Public Domain','Creative work to which no exclusive intellectual property rights apply.',NULL,NULL,0,1,0,0,1,'Public Domain','http://creativecommons.org/publicdomain/zero/1.0/','https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg','CC0',1,'');
/*!40000 ALTER TABLE `il_md_cpr_selections` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_md_cpr_selections_seq`
--

DROP TABLE IF EXISTS `il_md_cpr_selections_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_md_cpr_selections_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_md_cpr_selections_seq`
--

LOCK TABLES `il_md_cpr_selections_seq` WRITE;
/*!40000 ALTER TABLE `il_md_cpr_selections_seq` DISABLE KEYS */;
INSERT INTO `il_md_cpr_selections_seq` VALUES (9);
/*!40000 ALTER TABLE `il_md_cpr_selections_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_media_cast_data`
--

DROP TABLE IF EXISTS `il_media_cast_data`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_media_cast_data` (
  `id` int(11) NOT NULL DEFAULT '0',
  `is_online` tinyint(4) DEFAULT '0',
  `public_files` tinyint(4) DEFAULT '0',
  `downloadable` tinyint(4) DEFAULT '0',
  `def_access` tinyint(4) DEFAULT '0',
  `sortmode` tinyint(4) DEFAULT '3',
  `viewmode` varchar(20) DEFAULT NULL,
  `autoplaymode` tinyint(4) NOT NULL DEFAULT '0',
  `nr_initial_videos` tinyint(4) NOT NULL DEFAULT '0',
  `new_items_in_lp` tinyint(4) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_media_cast_data`
--

LOCK TABLES `il_media_cast_data` WRITE;
/*!40000 ALTER TABLE `il_media_cast_data` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_media_cast_data` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_media_cast_data_ord`
--

DROP TABLE IF EXISTS `il_media_cast_data_ord`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_media_cast_data_ord` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `item_id` int(11) NOT NULL DEFAULT '0',
  `pos` mediumint(9) NOT NULL DEFAULT '0',
  PRIMARY KEY (`obj_id`,`item_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_media_cast_data_ord`
--

LOCK TABLES `il_media_cast_data_ord` WRITE;
/*!40000 ALTER TABLE `il_media_cast_data_ord` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_media_cast_data_ord` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_annotation`
--

DROP TABLE IF EXISTS `il_meta_annotation`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_annotation` (
  `meta_annotation_id` int(11) NOT NULL DEFAULT '0',
  `rbac_id` int(11) DEFAULT NULL,
  `obj_id` int(11) DEFAULT NULL,
  `obj_type` varchar(6) DEFAULT NULL,
  `entity` longtext,
  `a_date` longtext,
  `description` longtext,
  `description_language` char(2) DEFAULT NULL,
  `a_date_descr` longtext,
  `date_descr_lang` varchar(2) DEFAULT NULL,
  PRIMARY KEY (`meta_annotation_id`),
  KEY `i1_idx` (`rbac_id`,`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_annotation`
--

LOCK TABLES `il_meta_annotation` WRITE;
/*!40000 ALTER TABLE `il_meta_annotation` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_annotation` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_annotation_seq`
--

DROP TABLE IF EXISTS `il_meta_annotation_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_annotation_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_annotation_seq`
--

LOCK TABLES `il_meta_annotation_seq` WRITE;
/*!40000 ALTER TABLE `il_meta_annotation_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_annotation_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_classification`
--

DROP TABLE IF EXISTS `il_meta_classification`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_classification` (
  `meta_classification_id` int(11) NOT NULL DEFAULT '0',
  `rbac_id` int(11) DEFAULT NULL,
  `obj_id` int(11) DEFAULT NULL,
  `obj_type` varchar(6) DEFAULT NULL,
  `purpose` varchar(32) DEFAULT NULL,
  `description` varchar(4000) DEFAULT NULL,
  `description_language` char(2) DEFAULT NULL,
  PRIMARY KEY (`meta_classification_id`),
  KEY `i1_idx` (`rbac_id`,`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_classification`
--

LOCK TABLES `il_meta_classification` WRITE;
/*!40000 ALTER TABLE `il_meta_classification` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_classification` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_classification_seq`
--

DROP TABLE IF EXISTS `il_meta_classification_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_classification_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_classification_seq`
--

LOCK TABLES `il_meta_classification_seq` WRITE;
/*!40000 ALTER TABLE `il_meta_classification_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_classification_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_context`
--

DROP TABLE IF EXISTS `il_meta_context`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_context` (
  `meta_context_id` int(11) NOT NULL DEFAULT '0',
  `rbac_id` int(11) DEFAULT NULL,
  `obj_id` int(11) DEFAULT NULL,
  `obj_type` varchar(6) DEFAULT NULL,
  `parent_type` varchar(16) DEFAULT NULL,
  `parent_id` int(11) DEFAULT NULL,
  `context` varchar(16) DEFAULT NULL,
  PRIMARY KEY (`meta_context_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_context`
--

LOCK TABLES `il_meta_context` WRITE;
/*!40000 ALTER TABLE `il_meta_context` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_context` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_context_seq`
--

DROP TABLE IF EXISTS `il_meta_context_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_context_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_context_seq`
--

LOCK TABLES `il_meta_context_seq` WRITE;
/*!40000 ALTER TABLE `il_meta_context_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_context_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_contribute`
--

DROP TABLE IF EXISTS `il_meta_contribute`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_contribute` (
  `meta_contribute_id` int(11) NOT NULL DEFAULT '0',
  `rbac_id` int(11) DEFAULT NULL,
  `obj_id` int(11) DEFAULT NULL,
  `obj_type` varchar(6) DEFAULT NULL,
  `parent_type` varchar(32) DEFAULT NULL,
  `parent_id` int(11) DEFAULT NULL,
  `role` varchar(32) DEFAULT NULL,
  `c_date` varchar(4000) DEFAULT NULL,
  `c_date_descr` longtext,
  `descr_lang` varchar(2) DEFAULT NULL,
  PRIMARY KEY (`meta_contribute_id`),
  KEY `i1_idx` (`rbac_id`,`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_contribute`
--

LOCK TABLES `il_meta_contribute` WRITE;
/*!40000 ALTER TABLE `il_meta_contribute` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_contribute` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_contribute_seq`
--

DROP TABLE IF EXISTS `il_meta_contribute_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_contribute_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_contribute_seq`
--

LOCK TABLES `il_meta_contribute_seq` WRITE;
/*!40000 ALTER TABLE `il_meta_contribute_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_contribute_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_coverage`
--

DROP TABLE IF EXISTS `il_meta_coverage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_coverage` (
  `meta_coverage_id` int(11) NOT NULL DEFAULT '0',
  `rbac_id` int(11) DEFAULT NULL,
  `obj_id` int(11) DEFAULT NULL,
  `obj_type` varchar(6) DEFAULT NULL,
  `parent_type` varchar(16) DEFAULT NULL,
  `parent_id` int(11) DEFAULT NULL,
  `coverage` varchar(4000) DEFAULT NULL,
  `coverage_language` char(2) DEFAULT NULL,
  PRIMARY KEY (`meta_coverage_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_coverage`
--

LOCK TABLES `il_meta_coverage` WRITE;
/*!40000 ALTER TABLE `il_meta_coverage` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_coverage` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_coverage_seq`
--

DROP TABLE IF EXISTS `il_meta_coverage_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_coverage_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_coverage_seq`
--

LOCK TABLES `il_meta_coverage_seq` WRITE;
/*!40000 ALTER TABLE `il_meta_coverage_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_coverage_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_description`
--

DROP TABLE IF EXISTS `il_meta_description`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_description` (
  `meta_description_id` int(11) NOT NULL DEFAULT '0',
  `rbac_id` int(11) DEFAULT NULL,
  `obj_id` int(11) DEFAULT NULL,
  `obj_type` varchar(6) DEFAULT NULL,
  `parent_type` varchar(16) DEFAULT NULL,
  `parent_id` int(11) DEFAULT NULL,
  `description` longtext,
  `description_language` char(2) DEFAULT NULL,
  PRIMARY KEY (`meta_description_id`),
  KEY `i1_idx` (`rbac_id`,`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_description`
--

LOCK TABLES `il_meta_description` WRITE;
/*!40000 ALTER TABLE `il_meta_description` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_description` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_description_seq`
--

DROP TABLE IF EXISTS `il_meta_description_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_description_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_description_seq`
--

LOCK TABLES `il_meta_description_seq` WRITE;
/*!40000 ALTER TABLE `il_meta_description_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_description_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_educational`
--

DROP TABLE IF EXISTS `il_meta_educational`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_educational` (
  `meta_educational_id` int(11) NOT NULL DEFAULT '0',
  `rbac_id` int(11) DEFAULT NULL,
  `obj_id` int(11) DEFAULT NULL,
  `obj_type` varchar(6) DEFAULT NULL,
  `interactivity_type` varchar(16) DEFAULT NULL,
  `learning_resource_type` varchar(32) DEFAULT NULL,
  `interactivity_level` varchar(16) DEFAULT NULL,
  `semantic_density` varchar(16) DEFAULT NULL,
  `intended_end_user_role` varchar(16) DEFAULT NULL,
  `context` varchar(16) DEFAULT NULL,
  `difficulty` varchar(16) DEFAULT NULL,
  `typical_learning_time` varchar(4000) DEFAULT NULL,
  `tlt_descr` longtext,
  `tlt_descr_lang` varchar(2) DEFAULT NULL,
  PRIMARY KEY (`meta_educational_id`),
  KEY `i1_idx` (`rbac_id`,`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_educational`
--

LOCK TABLES `il_meta_educational` WRITE;
/*!40000 ALTER TABLE `il_meta_educational` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_educational` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_educational_seq`
--

DROP TABLE IF EXISTS `il_meta_educational_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_educational_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_educational_seq`
--

LOCK TABLES `il_meta_educational_seq` WRITE;
/*!40000 ALTER TABLE `il_meta_educational_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_educational_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_end_usr_role`
--

DROP TABLE IF EXISTS `il_meta_end_usr_role`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_end_usr_role` (
  `meta_end_usr_role_id` int(11) NOT NULL DEFAULT '0',
  `rbac_id` int(11) DEFAULT NULL,
  `obj_id` int(11) DEFAULT NULL,
  `obj_type` varchar(6) DEFAULT NULL,
  `parent_type` varchar(16) DEFAULT NULL,
  `parent_id` int(11) DEFAULT NULL,
  `intended_end_user_role` varchar(16) DEFAULT NULL,
  PRIMARY KEY (`meta_end_usr_role_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_end_usr_role`
--

LOCK TABLES `il_meta_end_usr_role` WRITE;
/*!40000 ALTER TABLE `il_meta_end_usr_role` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_end_usr_role` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_end_usr_role_seq`
--

DROP TABLE IF EXISTS `il_meta_end_usr_role_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_end_usr_role_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_end_usr_role_seq`
--

LOCK TABLES `il_meta_end_usr_role_seq` WRITE;
/*!40000 ALTER TABLE `il_meta_end_usr_role_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_end_usr_role_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_entity`
--

DROP TABLE IF EXISTS `il_meta_entity`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_entity` (
  `meta_entity_id` int(11) NOT NULL DEFAULT '0',
  `rbac_id` int(11) DEFAULT NULL,
  `obj_id` int(11) DEFAULT NULL,
  `obj_type` varchar(6) DEFAULT NULL,
  `parent_type` varchar(16) DEFAULT NULL,
  `parent_id` int(11) DEFAULT NULL,
  `entity` varchar(4000) DEFAULT NULL,
  PRIMARY KEY (`meta_entity_id`),
  KEY `i1_idx` (`rbac_id`,`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_entity`
--

LOCK TABLES `il_meta_entity` WRITE;
/*!40000 ALTER TABLE `il_meta_entity` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_entity` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_entity_seq`
--

DROP TABLE IF EXISTS `il_meta_entity_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_entity_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_entity_seq`
--

LOCK TABLES `il_meta_entity_seq` WRITE;
/*!40000 ALTER TABLE `il_meta_entity_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_entity_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_format`
--

DROP TABLE IF EXISTS `il_meta_format`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_format` (
  `meta_format_id` int(11) NOT NULL DEFAULT '0',
  `rbac_id` int(11) DEFAULT NULL,
  `obj_id` int(11) DEFAULT NULL,
  `obj_type` varchar(6) DEFAULT NULL,
  `format` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`meta_format_id`),
  KEY `i1_idx` (`rbac_id`,`obj_id`),
  KEY `i2_idx` (`format`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_format`
--

LOCK TABLES `il_meta_format` WRITE;
/*!40000 ALTER TABLE `il_meta_format` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_format` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_format_seq`
--

DROP TABLE IF EXISTS `il_meta_format_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_format_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_format_seq`
--

LOCK TABLES `il_meta_format_seq` WRITE;
/*!40000 ALTER TABLE `il_meta_format_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_format_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_general`
--

DROP TABLE IF EXISTS `il_meta_general`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_general` (
  `meta_general_id` int(11) NOT NULL DEFAULT '0',
  `rbac_id` int(11) DEFAULT NULL,
  `obj_id` int(11) DEFAULT NULL,
  `obj_type` varchar(6) DEFAULT NULL,
  `general_structure` varchar(16) DEFAULT NULL,
  `title` varchar(4000) DEFAULT NULL,
  `title_language` char(2) DEFAULT NULL,
  `coverage` varchar(4000) DEFAULT NULL,
  `coverage_language` char(2) DEFAULT NULL,
  `general_aggl` varchar(16) DEFAULT NULL,
  PRIMARY KEY (`meta_general_id`),
  KEY `i1_idx` (`rbac_id`,`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_general`
--

LOCK TABLES `il_meta_general` WRITE;
/*!40000 ALTER TABLE `il_meta_general` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_general` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_general_seq`
--

DROP TABLE IF EXISTS `il_meta_general_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_general_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_general_seq`
--

LOCK TABLES `il_meta_general_seq` WRITE;
/*!40000 ALTER TABLE `il_meta_general_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_general_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_identifier`
--

DROP TABLE IF EXISTS `il_meta_identifier`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_identifier` (
  `meta_identifier_id` int(11) NOT NULL DEFAULT '0',
  `rbac_id` int(11) DEFAULT NULL,
  `obj_id` int(11) DEFAULT NULL,
  `obj_type` varchar(6) DEFAULT NULL,
  `parent_type` varchar(16) DEFAULT NULL,
  `parent_id` int(11) DEFAULT NULL,
  `catalog` varchar(4000) DEFAULT NULL,
  `entry` varchar(4000) DEFAULT NULL,
  PRIMARY KEY (`meta_identifier_id`),
  KEY `i1_idx` (`rbac_id`,`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_identifier`
--

LOCK TABLES `il_meta_identifier` WRITE;
/*!40000 ALTER TABLE `il_meta_identifier` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_identifier` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_identifier_`
--

DROP TABLE IF EXISTS `il_meta_identifier_`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_identifier_` (
  `meta_identifier__id` int(11) NOT NULL DEFAULT '0',
  `rbac_id` int(11) DEFAULT NULL,
  `obj_id` int(11) DEFAULT NULL,
  `obj_type` varchar(6) DEFAULT NULL,
  `parent_type` varchar(16) DEFAULT NULL,
  `parent_id` int(11) DEFAULT NULL,
  `catalog` varchar(4000) DEFAULT NULL,
  `entry` varchar(4000) DEFAULT NULL,
  PRIMARY KEY (`meta_identifier__id`),
  KEY `i1_idx` (`rbac_id`,`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_identifier_`
--

LOCK TABLES `il_meta_identifier_` WRITE;
/*!40000 ALTER TABLE `il_meta_identifier_` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_identifier_` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_identifier__seq`
--

DROP TABLE IF EXISTS `il_meta_identifier__seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_identifier__seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_identifier__seq`
--

LOCK TABLES `il_meta_identifier__seq` WRITE;
/*!40000 ALTER TABLE `il_meta_identifier__seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_identifier__seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_identifier_seq`
--

DROP TABLE IF EXISTS `il_meta_identifier_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_identifier_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_identifier_seq`
--

LOCK TABLES `il_meta_identifier_seq` WRITE;
/*!40000 ALTER TABLE `il_meta_identifier_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_identifier_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_keyword`
--

DROP TABLE IF EXISTS `il_meta_keyword`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_keyword` (
  `meta_keyword_id` int(11) NOT NULL DEFAULT '0',
  `rbac_id` int(11) DEFAULT NULL,
  `obj_id` int(11) DEFAULT NULL,
  `obj_type` varchar(6) DEFAULT NULL,
  `parent_type` varchar(32) DEFAULT NULL,
  `parent_id` int(11) DEFAULT NULL,
  `keyword` varchar(4000) DEFAULT NULL,
  `keyword_language` char(2) DEFAULT NULL,
  PRIMARY KEY (`meta_keyword_id`),
  KEY `i1_idx` (`rbac_id`,`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_keyword`
--

LOCK TABLES `il_meta_keyword` WRITE;
/*!40000 ALTER TABLE `il_meta_keyword` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_keyword` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_keyword_seq`
--

DROP TABLE IF EXISTS `il_meta_keyword_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_keyword_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_keyword_seq`
--

LOCK TABLES `il_meta_keyword_seq` WRITE;
/*!40000 ALTER TABLE `il_meta_keyword_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_keyword_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_language`
--

DROP TABLE IF EXISTS `il_meta_language`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_language` (
  `meta_language_id` int(11) NOT NULL DEFAULT '0',
  `rbac_id` int(11) DEFAULT NULL,
  `obj_id` int(11) DEFAULT NULL,
  `obj_type` char(6) DEFAULT NULL,
  `parent_type` char(16) DEFAULT NULL,
  `parent_id` int(11) DEFAULT NULL,
  `language` char(2) DEFAULT NULL,
  PRIMARY KEY (`meta_language_id`),
  KEY `i1_idx` (`rbac_id`,`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_language`
--

LOCK TABLES `il_meta_language` WRITE;
/*!40000 ALTER TABLE `il_meta_language` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_language` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_language_seq`
--

DROP TABLE IF EXISTS `il_meta_language_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_language_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_language_seq`
--

LOCK TABLES `il_meta_language_seq` WRITE;
/*!40000 ALTER TABLE `il_meta_language_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_language_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_lifecycle`
--

DROP TABLE IF EXISTS `il_meta_lifecycle`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_lifecycle` (
  `meta_lifecycle_id` int(11) NOT NULL DEFAULT '0',
  `rbac_id` int(11) DEFAULT NULL,
  `obj_id` int(11) DEFAULT NULL,
  `obj_type` varchar(6) DEFAULT NULL,
  `lifecycle_status` varchar(16) DEFAULT NULL,
  `meta_version` varchar(4000) DEFAULT NULL,
  `version_language` char(2) DEFAULT NULL,
  PRIMARY KEY (`meta_lifecycle_id`),
  KEY `i1_idx` (`rbac_id`,`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_lifecycle`
--

LOCK TABLES `il_meta_lifecycle` WRITE;
/*!40000 ALTER TABLE `il_meta_lifecycle` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_lifecycle` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_lifecycle_seq`
--

DROP TABLE IF EXISTS `il_meta_lifecycle_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_lifecycle_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_lifecycle_seq`
--

LOCK TABLES `il_meta_lifecycle_seq` WRITE;
/*!40000 ALTER TABLE `il_meta_lifecycle_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_lifecycle_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_location`
--

DROP TABLE IF EXISTS `il_meta_location`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_location` (
  `meta_location_id` int(11) NOT NULL DEFAULT '0',
  `rbac_id` int(11) DEFAULT NULL,
  `obj_id` int(11) DEFAULT NULL,
  `obj_type` varchar(6) DEFAULT NULL,
  `parent_type` varchar(16) DEFAULT NULL,
  `parent_id` int(11) DEFAULT NULL,
  `location` varchar(4000) DEFAULT NULL,
  `location_type` varchar(16) DEFAULT NULL,
  PRIMARY KEY (`meta_location_id`),
  KEY `i1_idx` (`rbac_id`,`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_location`
--

LOCK TABLES `il_meta_location` WRITE;
/*!40000 ALTER TABLE `il_meta_location` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_location` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_location_seq`
--

DROP TABLE IF EXISTS `il_meta_location_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_location_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_location_seq`
--

LOCK TABLES `il_meta_location_seq` WRITE;
/*!40000 ALTER TABLE `il_meta_location_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_location_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_lr_type`
--

DROP TABLE IF EXISTS `il_meta_lr_type`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_lr_type` (
  `meta_lr_type_id` int(11) NOT NULL DEFAULT '0',
  `rbac_id` int(11) DEFAULT NULL,
  `obj_id` int(11) DEFAULT NULL,
  `obj_type` varchar(6) DEFAULT NULL,
  `parent_type` varchar(16) DEFAULT NULL,
  `parent_id` int(11) DEFAULT NULL,
  `learning_resource_type` varchar(32) DEFAULT NULL,
  PRIMARY KEY (`meta_lr_type_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_lr_type`
--

LOCK TABLES `il_meta_lr_type` WRITE;
/*!40000 ALTER TABLE `il_meta_lr_type` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_lr_type` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_lr_type_seq`
--

DROP TABLE IF EXISTS `il_meta_lr_type_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_lr_type_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_lr_type_seq`
--

LOCK TABLES `il_meta_lr_type_seq` WRITE;
/*!40000 ALTER TABLE `il_meta_lr_type_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_lr_type_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_meta_data`
--

DROP TABLE IF EXISTS `il_meta_meta_data`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_meta_data` (
  `meta_meta_data_id` int(11) NOT NULL DEFAULT '0',
  `rbac_id` int(11) DEFAULT NULL,
  `obj_id` int(11) DEFAULT NULL,
  `obj_type` char(6) DEFAULT NULL,
  `meta_data_scheme` char(16) DEFAULT NULL,
  `language` char(2) DEFAULT NULL,
  PRIMARY KEY (`meta_meta_data_id`),
  KEY `i1_idx` (`rbac_id`,`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_meta_data`
--

LOCK TABLES `il_meta_meta_data` WRITE;
/*!40000 ALTER TABLE `il_meta_meta_data` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_meta_data` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_meta_data_seq`
--

DROP TABLE IF EXISTS `il_meta_meta_data_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_meta_data_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_meta_data_seq`
--

LOCK TABLES `il_meta_meta_data_seq` WRITE;
/*!40000 ALTER TABLE `il_meta_meta_data_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_meta_data_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_meta_schema`
--

DROP TABLE IF EXISTS `il_meta_meta_schema`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_meta_schema` (
  `meta_meta_schema_id` int(11) NOT NULL DEFAULT '0',
  `rbac_id` int(11) DEFAULT NULL,
  `obj_id` int(11) DEFAULT NULL,
  `obj_type` varchar(6) DEFAULT NULL,
  `parent_type` varchar(16) DEFAULT NULL,
  `parent_id` int(11) DEFAULT NULL,
  `meta_data_schema` varchar(16) DEFAULT NULL,
  PRIMARY KEY (`meta_meta_schema_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_meta_schema`
--

LOCK TABLES `il_meta_meta_schema` WRITE;
/*!40000 ALTER TABLE `il_meta_meta_schema` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_meta_schema` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_meta_schema_seq`
--

DROP TABLE IF EXISTS `il_meta_meta_schema_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_meta_schema_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_meta_schema_seq`
--

LOCK TABLES `il_meta_meta_schema_seq` WRITE;
/*!40000 ALTER TABLE `il_meta_meta_schema_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_meta_schema_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_oer_stat`
--

DROP TABLE IF EXISTS `il_meta_oer_stat`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_oer_stat` (
  `obj_id` int(11) NOT NULL,
  `href_id` int(11) NOT NULL,
  `blocked` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_oer_stat`
--

LOCK TABLES `il_meta_oer_stat` WRITE;
/*!40000 ALTER TABLE `il_meta_oer_stat` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_oer_stat` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_or_composite`
--

DROP TABLE IF EXISTS `il_meta_or_composite`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_or_composite` (
  `meta_or_composite_id` int(11) NOT NULL DEFAULT '0',
  `rbac_id` int(11) DEFAULT NULL,
  `obj_id` int(11) DEFAULT NULL,
  `obj_type` varchar(6) DEFAULT NULL,
  `parent_type` varchar(16) DEFAULT NULL,
  `parent_id` int(11) DEFAULT NULL,
  `type` varchar(16) DEFAULT NULL,
  `name` varchar(32) DEFAULT NULL,
  `min_version` varchar(255) DEFAULT NULL,
  `max_version` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`meta_or_composite_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_or_composite`
--

LOCK TABLES `il_meta_or_composite` WRITE;
/*!40000 ALTER TABLE `il_meta_or_composite` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_or_composite` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_or_composite_seq`
--

DROP TABLE IF EXISTS `il_meta_or_composite_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_or_composite_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_or_composite_seq`
--

LOCK TABLES `il_meta_or_composite_seq` WRITE;
/*!40000 ALTER TABLE `il_meta_or_composite_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_or_composite_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_relation`
--

DROP TABLE IF EXISTS `il_meta_relation`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_relation` (
  `meta_relation_id` int(11) NOT NULL DEFAULT '0',
  `rbac_id` int(11) DEFAULT NULL,
  `obj_id` int(11) DEFAULT NULL,
  `obj_type` char(6) DEFAULT NULL,
  `kind` char(16) DEFAULT NULL,
  PRIMARY KEY (`meta_relation_id`),
  KEY `i1_idx` (`rbac_id`,`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_relation`
--

LOCK TABLES `il_meta_relation` WRITE;
/*!40000 ALTER TABLE `il_meta_relation` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_relation` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_relation_seq`
--

DROP TABLE IF EXISTS `il_meta_relation_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_relation_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_relation_seq`
--

LOCK TABLES `il_meta_relation_seq` WRITE;
/*!40000 ALTER TABLE `il_meta_relation_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_relation_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_requirement`
--

DROP TABLE IF EXISTS `il_meta_requirement`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_requirement` (
  `meta_requirement_id` int(11) NOT NULL DEFAULT '0',
  `rbac_id` int(11) DEFAULT NULL,
  `obj_id` int(11) DEFAULT NULL,
  `obj_type` varchar(6) DEFAULT NULL,
  `parent_type` varchar(16) DEFAULT NULL,
  `parent_id` int(11) DEFAULT NULL,
  `operating_system_name` varchar(16) DEFAULT NULL,
  `os_min_version` char(255) DEFAULT NULL,
  `os_max_version` char(255) DEFAULT NULL,
  `browser_name` varchar(32) DEFAULT NULL,
  `browser_minimum_version` char(255) DEFAULT NULL,
  `browser_maximum_version` char(255) DEFAULT NULL,
  `or_composite_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`meta_requirement_id`),
  KEY `i1_idx` (`rbac_id`,`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_requirement`
--

LOCK TABLES `il_meta_requirement` WRITE;
/*!40000 ALTER TABLE `il_meta_requirement` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_requirement` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_requirement_seq`
--

DROP TABLE IF EXISTS `il_meta_requirement_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_requirement_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_requirement_seq`
--

LOCK TABLES `il_meta_requirement_seq` WRITE;
/*!40000 ALTER TABLE `il_meta_requirement_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_requirement_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_rights`
--

DROP TABLE IF EXISTS `il_meta_rights`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_rights` (
  `meta_rights_id` int(11) NOT NULL DEFAULT '0',
  `rbac_id` int(11) DEFAULT NULL,
  `obj_id` int(11) DEFAULT NULL,
  `obj_type` varchar(6) DEFAULT NULL,
  `costs` char(3) DEFAULT NULL,
  `cpr_and_or` char(3) DEFAULT NULL,
  `description` varchar(4000) DEFAULT NULL,
  `description_language` char(2) DEFAULT NULL,
  PRIMARY KEY (`meta_rights_id`),
  KEY `i1_idx` (`rbac_id`,`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_rights`
--

LOCK TABLES `il_meta_rights` WRITE;
/*!40000 ALTER TABLE `il_meta_rights` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_rights` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_rights_seq`
--

DROP TABLE IF EXISTS `il_meta_rights_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_rights_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_rights_seq`
--

LOCK TABLES `il_meta_rights_seq` WRITE;
/*!40000 ALTER TABLE `il_meta_rights_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_rights_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_tar`
--

DROP TABLE IF EXISTS `il_meta_tar`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_tar` (
  `meta_tar_id` int(11) NOT NULL DEFAULT '0',
  `rbac_id` int(11) DEFAULT NULL,
  `obj_id` int(11) DEFAULT NULL,
  `obj_type` varchar(6) DEFAULT NULL,
  `parent_type` varchar(16) DEFAULT NULL,
  `parent_id` int(11) DEFAULT NULL,
  `typical_age_range` varchar(4000) DEFAULT NULL,
  `tar_language` char(2) DEFAULT NULL,
  `tar_min` char(2) DEFAULT NULL,
  `tar_max` char(2) DEFAULT NULL,
  PRIMARY KEY (`meta_tar_id`),
  KEY `i1_idx` (`rbac_id`,`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_tar`
--

LOCK TABLES `il_meta_tar` WRITE;
/*!40000 ALTER TABLE `il_meta_tar` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_tar` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_tar_seq`
--

DROP TABLE IF EXISTS `il_meta_tar_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_tar_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_tar_seq`
--

LOCK TABLES `il_meta_tar_seq` WRITE;
/*!40000 ALTER TABLE `il_meta_tar_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_tar_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_taxon`
--

DROP TABLE IF EXISTS `il_meta_taxon`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_taxon` (
  `meta_taxon_id` int(11) NOT NULL DEFAULT '0',
  `rbac_id` int(11) DEFAULT NULL,
  `obj_id` int(11) DEFAULT NULL,
  `obj_type` varchar(6) DEFAULT NULL,
  `parent_type` varchar(32) DEFAULT NULL,
  `parent_id` int(11) DEFAULT NULL,
  `taxon` varchar(4000) DEFAULT NULL,
  `taxon_language` char(2) DEFAULT NULL,
  `taxon_id` varchar(4000) DEFAULT NULL,
  PRIMARY KEY (`meta_taxon_id`),
  KEY `i1_idx` (`rbac_id`,`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_taxon`
--

LOCK TABLES `il_meta_taxon` WRITE;
/*!40000 ALTER TABLE `il_meta_taxon` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_taxon` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_taxon_path`
--

DROP TABLE IF EXISTS `il_meta_taxon_path`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_taxon_path` (
  `meta_taxon_path_id` int(11) NOT NULL DEFAULT '0',
  `rbac_id` int(11) DEFAULT NULL,
  `obj_id` int(11) DEFAULT NULL,
  `obj_type` varchar(6) DEFAULT NULL,
  `parent_type` varchar(32) DEFAULT NULL,
  `parent_id` int(11) DEFAULT NULL,
  `source` varchar(4000) DEFAULT NULL,
  `source_language` char(2) DEFAULT NULL,
  PRIMARY KEY (`meta_taxon_path_id`),
  KEY `i1_idx` (`rbac_id`,`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_taxon_path`
--

LOCK TABLES `il_meta_taxon_path` WRITE;
/*!40000 ALTER TABLE `il_meta_taxon_path` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_taxon_path` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_taxon_path_seq`
--

DROP TABLE IF EXISTS `il_meta_taxon_path_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_taxon_path_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_taxon_path_seq`
--

LOCK TABLES `il_meta_taxon_path_seq` WRITE;
/*!40000 ALTER TABLE `il_meta_taxon_path_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_taxon_path_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_taxon_seq`
--

DROP TABLE IF EXISTS `il_meta_taxon_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_taxon_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_taxon_seq`
--

LOCK TABLES `il_meta_taxon_seq` WRITE;
/*!40000 ALTER TABLE `il_meta_taxon_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_taxon_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_technical`
--

DROP TABLE IF EXISTS `il_meta_technical`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_technical` (
  `meta_technical_id` int(11) NOT NULL DEFAULT '0',
  `rbac_id` int(11) DEFAULT NULL,
  `obj_id` int(11) DEFAULT NULL,
  `obj_type` varchar(6) DEFAULT NULL,
  `t_size` varchar(4000) DEFAULT NULL,
  `ir` varchar(4000) DEFAULT NULL,
  `ir_language` char(2) DEFAULT NULL,
  `opr` varchar(4000) DEFAULT NULL,
  `opr_language` char(2) DEFAULT NULL,
  `duration` varchar(4000) DEFAULT NULL,
  `duration_descr` longtext,
  `duration_descr_lang` varchar(2) DEFAULT NULL,
  PRIMARY KEY (`meta_technical_id`),
  KEY `i1_idx` (`rbac_id`,`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_technical`
--

LOCK TABLES `il_meta_technical` WRITE;
/*!40000 ALTER TABLE `il_meta_technical` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_technical` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_meta_technical_seq`
--

DROP TABLE IF EXISTS `il_meta_technical_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_meta_technical_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_meta_technical_seq`
--

LOCK TABLES `il_meta_technical_seq` WRITE;
/*!40000 ALTER TABLE `il_meta_technical_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_meta_technical_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_mm_actions`
--

DROP TABLE IF EXISTS `il_mm_actions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_mm_actions` (
  `identification` varchar(255) NOT NULL,
  `action` varchar(4000) DEFAULT NULL,
  `external` tinyint(4) DEFAULT NULL,
  PRIMARY KEY (`identification`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_mm_actions`
--

LOCK TABLES `il_mm_actions` WRITE;
/*!40000 ALTER TABLE `il_mm_actions` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_mm_actions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_mm_custom_items`
--

DROP TABLE IF EXISTS `il_mm_custom_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_mm_custom_items` (
  `identifier` varchar(255) NOT NULL,
  `type` varchar(128) DEFAULT NULL,
  `action` varchar(4000) DEFAULT NULL,
  `top_item` tinyint(4) DEFAULT NULL,
  `default_title` varchar(4000) DEFAULT NULL,
  `role_based_visibility` tinyint(4) DEFAULT '0',
  `global_role_ids` varchar(4000) DEFAULT NULL,
  PRIMARY KEY (`identifier`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_mm_custom_items`
--

LOCK TABLES `il_mm_custom_items` WRITE;
/*!40000 ALTER TABLE `il_mm_custom_items` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_mm_custom_items` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_mm_items`
--

DROP TABLE IF EXISTS `il_mm_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_mm_items` (
  `identification` varchar(255) NOT NULL DEFAULT '',
  `active` tinyint(4) DEFAULT NULL,
  `position` int(11) DEFAULT NULL,
  `parent_identification` varchar(255) DEFAULT NULL,
  `icon_id` varchar(250) DEFAULT NULL,
  PRIMARY KEY (`identification`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_mm_items`
--

LOCK TABLES `il_mm_items` WRITE;
/*!40000 ALTER TABLE `il_mm_items` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_mm_items` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_mm_translation`
--

DROP TABLE IF EXISTS `il_mm_translation`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_mm_translation` (
  `id` varchar(255) NOT NULL,
  `identification` varchar(255) DEFAULT NULL,
  `translation` varchar(4000) DEFAULT NULL,
  `language_key` varchar(8) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_mm_translation`
--

LOCK TABLES `il_mm_translation` WRITE;
/*!40000 ALTER TABLE `il_mm_translation` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_mm_translation` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_new_item_grp`
--

DROP TABLE IF EXISTS `il_new_item_grp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_new_item_grp` (
  `id` int(11) NOT NULL DEFAULT '0',
  `titles` varchar(1000) DEFAULT NULL,
  `pos` smallint(6) NOT NULL DEFAULT '0',
  `type` tinyint(4) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_new_item_grp`
--

LOCK TABLES `il_new_item_grp` WRITE;
/*!40000 ALTER TABLE `il_new_item_grp` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_new_item_grp` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_new_item_grp_seq`
--

DROP TABLE IF EXISTS `il_new_item_grp_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_new_item_grp_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_new_item_grp_seq`
--

LOCK TABLES `il_new_item_grp_seq` WRITE;
/*!40000 ALTER TABLE `il_new_item_grp_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_new_item_grp_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_news_item`
--

DROP TABLE IF EXISTS `il_news_item`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_news_item` (
  `id` int(11) NOT NULL DEFAULT '0',
  `priority` int(11) DEFAULT '1',
  `title` varchar(200) DEFAULT NULL,
  `content` longtext,
  `context_obj_id` int(11) DEFAULT NULL,
  `context_obj_type` varchar(10) DEFAULT NULL,
  `context_sub_obj_id` int(11) DEFAULT NULL,
  `context_sub_obj_type` varchar(10) DEFAULT NULL,
  `content_type` char(5) DEFAULT 'text',
  `creation_date` datetime DEFAULT NULL,
  `update_date` datetime DEFAULT NULL,
  `user_id` int(11) DEFAULT NULL,
  `visibility` char(6) DEFAULT 'users',
  `content_long` longtext,
  `content_is_lang_var` tinyint(4) DEFAULT '0',
  `mob_id` int(11) DEFAULT NULL,
  `playtime` varchar(8) DEFAULT NULL,
  `start_date` datetime DEFAULT NULL,
  `end_date` datetime DEFAULT NULL,
  `content_text_is_lang_var` tinyint(4) NOT NULL DEFAULT '0',
  `mob_cnt_download` int(11) NOT NULL DEFAULT '0',
  `mob_cnt_play` int(11) NOT NULL DEFAULT '0',
  `content_html` tinyint(4) NOT NULL DEFAULT '0',
  `update_user_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `i1_idx` (`context_obj_id`),
  KEY `i2_idx` (`creation_date`),
  KEY `mo_idx` (`mob_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_news_item`
--

LOCK TABLES `il_news_item` WRITE;
/*!40000 ALTER TABLE `il_news_item` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_news_item` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_news_item_seq`
--

DROP TABLE IF EXISTS `il_news_item_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_news_item_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_news_item_seq`
--

LOCK TABLES `il_news_item_seq` WRITE;
/*!40000 ALTER TABLE `il_news_item_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_news_item_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_news_read`
--

DROP TABLE IF EXISTS `il_news_read`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_news_read` (
  `user_id` int(11) NOT NULL DEFAULT '0',
  `news_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`user_id`,`news_id`),
  KEY `i1_idx` (`user_id`),
  KEY `i2_idx` (`news_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_news_read`
--

LOCK TABLES `il_news_read` WRITE;
/*!40000 ALTER TABLE `il_news_read` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_news_read` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_news_subscription`
--

DROP TABLE IF EXISTS `il_news_subscription`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_news_subscription` (
  `user_id` int(11) NOT NULL DEFAULT '0',
  `ref_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`user_id`,`ref_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_news_subscription`
--

LOCK TABLES `il_news_subscription` WRITE;
/*!40000 ALTER TABLE `il_news_subscription` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_news_subscription` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_object_def`
--

DROP TABLE IF EXISTS `il_object_def`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_object_def` (
  `id` char(10) NOT NULL DEFAULT '',
  `class_name` varchar(200) DEFAULT NULL,
  `component` varchar(200) DEFAULT NULL,
  `location` varchar(250) DEFAULT NULL,
  `checkbox` tinyint(4) NOT NULL DEFAULT '0',
  `inherit` tinyint(4) NOT NULL DEFAULT '0',
  `translate` char(5) DEFAULT NULL,
  `devmode` tinyint(4) NOT NULL DEFAULT '0',
  `allow_link` tinyint(4) NOT NULL DEFAULT '0',
  `allow_copy` tinyint(4) NOT NULL DEFAULT '0',
  `rbac` tinyint(4) NOT NULL DEFAULT '0',
  `system` tinyint(4) NOT NULL DEFAULT '0',
  `sideblock` tinyint(4) NOT NULL DEFAULT '0',
  `default_pos` int(11) NOT NULL DEFAULT '0',
  `grp` char(10) DEFAULT NULL,
  `default_pres_pos` int(11) NOT NULL DEFAULT '0',
  `export` tinyint(4) NOT NULL DEFAULT '0',
  `repository` tinyint(4) NOT NULL DEFAULT '1',
  `workspace` tinyint(4) NOT NULL DEFAULT '0',
  `administration` tinyint(4) NOT NULL DEFAULT '0',
  `amet` tinyint(4) NOT NULL DEFAULT '0',
  `orgunit_permissions` tinyint(4) NOT NULL DEFAULT '0',
  `lti_provider` tinyint(4) NOT NULL DEFAULT '0',
  `offline_handling` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_object_def`
--

LOCK TABLES `il_object_def` WRITE;
/*!40000 ALTER TABLE `il_object_def` DISABLE KEYS */;
INSERT INTO `il_object_def` VALUES ('accs','AccessibilitySettings','Services/Accessibility','Services/Accessibility/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('adm','SystemFolder','Modules/SystemFolder','Modules/SystemFolder/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('adn','AdministrativeNotification','Services/AdministrativeNotification','Services/AdministrativeNotification/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('adve','AdvancedEditing','Services/AdvancedEditing','Services/AdvancedEditing/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('assf','AssessmentFolder','Modules/Test','Modules/Test/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('auth','AuthSettings','Services/Authentication','Services/Authentication/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('awra','AwarenessAdministration','Services/Awareness','Services/Awareness/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('bdga','BadgeAdministration','Services/Badge','Services/Badge/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('bibl','Bibliographic','Modules/Bibliographic','Modules/Bibliographic/classes',1,1,'0',0,1,1,1,0,0,360,NULL,360,1,1,0,0,0,0,0,0),('bibs','BibliographicAdmin','Modules/Bibliographic','Modules/Bibliographic/classes/Admin',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('blga','BlogAdministration','Modules/Blog','Modules/Blog/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('blog','Blog','Modules/Blog','Modules/Blog/classes',1,1,'0',0,1,1,1,0,0,330,NULL,330,1,1,1,0,0,0,0,0),('book','BookingPool','Modules/BookingManager','Modules/BookingManager/classes',1,1,NULL,0,1,1,1,0,0,250,NULL,250,0,1,0,0,0,0,0,0),('cadm','ContactAdministration','Services/Contact','Services/Contact/classes',0,1,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('cals','CalendarSettings','Services/Calendar','Services/Calendar/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('cat','Category','Modules/Category','Modules/Category/classes',1,1,'db',0,0,1,1,0,0,10,'cat',10,1,1,0,0,1,0,0,0),('catr','CategoryReference','Modules/CategoryReference','Modules/CategoryReference/classes',1,0,'0',0,0,1,1,0,0,15,'cat',10,1,1,0,0,0,0,0,0),('cert','CertificateSettings','Services/Certificate','Services/Certificate/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('chta','ChatroomAdmin','Modules/Chatroom','Modules/Chatroom/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('chtr','Chatroom','Modules/Chatroom','Modules/Chatroom/classes',1,0,'0',0,1,1,1,0,0,90,NULL,150,0,1,0,0,0,0,0,1),('cld','Cloud','Modules/Cloud','Modules/Cloud/classes',1,1,'0',0,1,0,1,0,0,440,NULL,440,0,1,0,0,0,0,0,0),('cmis','CmiXapiAdministration','Modules/CmiXapi','Modules/CmiXapi/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('cmix','CmiXapi','Modules/CmiXapi','Modules/CmiXapi/classes',1,1,'db',0,1,1,1,0,0,120,'lres',0,1,1,0,0,0,0,0,1),('cmps','ComponentSettings','Services/Component','Services/Component/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('cmxv','CmiXapiVerification','Modules/CmiXapi','Modules/CmiXapi/classes/Verification',0,0,'0',0,0,0,0,0,0,90,NULL,150,0,0,0,0,0,0,0,0),('coms','CommentsSettings','Services/Notes','Services/Notes/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('copa','ContentPage','Modules/ContentPage','Modules/ContentPage/classes',1,1,'db',0,1,1,1,0,0,340,NULL,340,1,1,0,0,0,0,0,1),('cpad','ContentPageAdministration','Modules/ContentPage','Modules/ContentPage/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('crs','Course','Modules/Course','Modules/Course/classes',1,1,'db',0,0,1,1,0,0,20,'crs',30,1,1,0,0,1,1,1,1),('crsr','CourseReference','Modules/CourseReference','Modules/CourseReference/classes',1,0,'0',0,0,1,1,0,0,25,'crs',20,1,1,0,0,0,0,0,0),('crss','CourseAdministration','Modules/Course','Modules/Course/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('crsv','CourseVerification','Modules/Course','Modules/Course/classes/Verification',0,0,'0',0,0,0,0,0,0,90,NULL,150,0,0,0,0,0,0,0,0),('dcl','DataCollection','Modules/DataCollection','Modules/DataCollection/classes',1,1,'0',0,1,1,1,0,0,340,NULL,340,1,1,0,0,0,0,0,0),('dpro','DataProtection','Services/DataProtection','Services/DataProtection/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('dshs','DashboardSettings','Services/Dashboard','Services/Dashboard/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('ecss','ECSSettings','Services/WebServices','Services/WebServices/ECS/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('etal','EmployeeTalk','Modules/EmployeeTalk','Modules/EmployeeTalk/classes/Talk',1,1,'db',0,0,0,0,0,0,10,'tala',10,0,0,0,1,0,1,0,0),('exc','Exercise','Modules/Exercise','Modules/Exercise/classes',1,1,NULL,0,1,1,1,0,0,170,NULL,160,1,1,0,0,1,1,0,0),('excs','ExerciseAdministration','Modules/Exercise','Modules/Exercise/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('excv','ExerciseVerification','Modules/Exercise','Modules/Exercise/classes',0,0,'0',0,0,0,0,0,0,100,NULL,160,0,0,0,0,0,0,0,0),('extt','ExternalToolsSettings','Services/Administration','Services/Administration/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('facs','FileAccessSettings','Modules/File','Modules/File/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('file','File','Modules/File','Modules/File/classes',1,0,'0',0,1,1,1,0,0,90,NULL,150,1,1,1,0,1,0,0,0),('fils','FileServices','Services/FileServices','Services/FileServices/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('fold','Folder','Modules/Folder','Modules/Folder/classes',1,1,'db',0,0,1,1,0,0,40,NULL,20,1,1,0,0,0,0,0,0),('frm','Forum','Modules/Forum','Modules/Forum/classes',1,1,'0',0,1,1,1,0,0,70,NULL,90,1,1,0,0,0,0,0,1),('frma','ForumAdministration','Modules/Forum','Modules/Forum/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('glo','Glossary','Modules/Glossary','Modules/Glossary/classes',1,1,'0',0,1,1,1,0,0,160,NULL,110,1,1,0,0,0,0,0,0),('grp','Group','Modules/Group','Modules/Group/classes',1,1,'db',0,0,1,1,0,0,50,NULL,70,1,1,0,0,1,1,1,0),('grpr','GroupReference','Modules/GroupReference','Modules/GroupReference/classes',1,0,'0',0,0,1,1,0,0,51,'grp',20,1,1,0,0,0,0,0,0),('grps','GroupAdministration','Modules/Group','Modules/Group/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('hlps','HelpSettings','Services/Help','Services/Help/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('htlm','FileBasedLM','Modules/HTMLLearningModule','Modules/HTMLLearningModule/classes',1,1,'0',0,1,1,1,0,0,130,'lres',0,1,1,0,0,0,0,0,1),('iass','IndividualAssessment','Modules/IndividualAssessment','Modules/IndividualAssessment/classes',1,1,'0',0,1,1,1,0,0,190,NULL,190,1,1,0,0,1,1,0,1),('impr','LegalNotice','Services/Imprint','Services/Imprint/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('itgr','ItemGroup','Modules/ItemGroup','Modules/ItemGroup/classes',1,0,'db',0,0,1,1,0,0,45,NULL,5,1,1,0,0,0,0,0,0),('lhts','LearningHistorySettings','Services/LearningHistory','Services/LearningHistory/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('lm','LearningModule','Modules/LearningModule','Modules/LearningModule/classes',1,1,'db',0,1,1,1,0,0,120,'lres',0,1,1,0,0,0,0,1,1),('lng','Language','Services/Language','Services/Language/classes',1,0,'0',0,0,0,0,0,0,0,NULL,0,0,1,0,0,0,0,0,0),('lngf','LanguageFolder','Services/Language','Services/Language/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('logs','LoggingSettings','Services/Logging','Services/Logging/classes',0,1,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('lrss','LearningResourcesSettings','Modules/LearningModule','Modules/LearningModule/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('lso','LearningSequence','Modules/LearningSequence','Modules/LearningSequence/classes',1,1,'0',0,0,1,1,0,0,30,'lso',300,1,1,0,0,0,0,0,1),('lsos','LearningSequenceAdmin','Modules/LearningSequence','Modules/LearningSequence/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('lti','LTIConsumer','Modules/LTIConsumer','Modules/LTIConsumer/classes',1,1,'db',0,1,0,1,0,0,120,'lres',0,0,1,0,0,0,0,0,1),('ltis','LTIAdministration','Services/LTI','Services/LTI/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('ltiv','LTIConsumerVerification','Modules/LTIConsumer','Modules/LTIConsumer/classes/Verification',0,0,'0',0,0,0,0,0,0,90,NULL,150,0,0,0,0,0,0,0,0),('mail','Mail','Services/Mail','Services/Mail/classes',0,0,'sys',0,0,0,1,0,0,0,NULL,0,0,1,0,1,0,0,0,0),('mcst','MediaCast','Modules/MediaCast','Modules/MediaCast/classes',1,1,NULL,0,1,1,1,0,0,110,NULL,130,1,1,0,0,0,0,0,0),('mcts','MediaCastSettings','Modules/MediaCast','Modules/MediaCast/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('mds','MDSettings','Services/MetaData','Services/MetaData/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('mep','MediaPool','Modules/MediaPool','Modules/MediaPool/classes',1,1,'db',0,1,1,1,0,0,200,NULL,190,1,1,0,0,0,0,0,0),('mme','MainMenu','Services/MainMenu','Services/MainMenu/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('mobs','MediaObjectsSettings','Services/MediaObjects','Services/MediaObjects/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('nota','NotificationAdmin','Services/Notifications','Services/Notifications/classes',0,0,'sys',0,0,0,0,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('nots','NotesSettings','Services/Notes','Services/Notes/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('nwss','NewsSettings','Services/News','Services/News/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('objf','ObjectFolder','Services/Object','Services/Object/classes',0,0,'sys',1,0,0,1,1,0,0,NULL,0,0,1,0,0,0,0,0,0),('orgu','OrgUnit','Modules/OrgUnit','Modules/OrgUnit/classes',1,1,'db',0,0,0,1,0,0,10,'orgu',10,1,1,0,1,0,0,0,0),('otpl','ObjectTemplateAdministration','Services/DidacticTemplate','Services/DidacticTemplate/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('pdfg','PDFGeneration','Services/PDFGeneration','Services/PDFGeneration/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('poll','Poll','Modules/Poll','Modules/Poll/classes',1,1,'0',0,1,1,1,0,1,350,NULL,350,1,1,1,0,0,0,0,1),('prfa','PortfolioAdministration','Modules/Portfolio','Modules/Portfolio/Administration',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('prg','StudyProgramme','Modules/StudyProgramme','Modules/StudyProgramme/classes',1,1,'db',0,0,1,1,0,0,30,NULL,30,0,1,0,0,0,1,0,0),('prgr','StudyProgrammeReference','Modules/StudyProgrammeReference','Modules/StudyProgrammeReference/classes',1,0,'0',0,1,1,1,0,0,25,'prg',20,0,1,0,0,0,0,0,0),('prgs','StudyProgrammeAdmin','Modules/StudyProgramme','Modules/StudyProgramme/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('prss','PersonalWorkspaceSettings','Services/PersonalWorkspace','Services/PersonalWorkspace/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('prtf','Portfolio','Modules/Portfolio','Modules/Portfolio/classes',0,0,'0',0,0,0,0,0,0,0,NULL,0,0,0,0,0,0,0,0,0),('prtt','PortfolioTemplate','Modules/Portfolio','Modules/Portfolio/Template',0,0,'0',0,1,1,1,0,0,500,NULL,500,1,1,0,0,0,0,0,0),('ps','PrivacySecurity','Services/PrivacySecurity','Services/PrivacySecurity/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('qpl','QuestionPool','Modules/TestQuestionPool','Modules/TestQuestionPool/classes',1,1,'0',0,1,1,1,0,0,210,NULL,200,1,1,0,0,0,0,0,1),('rcat','RemoteCategory','Modules/RemoteCategory','Modules/RemoteCategory/classes',1,0,'0',0,1,1,1,0,0,30,'cat',40,0,0,0,0,0,0,0,0),('rcrs','RemoteCourse','Modules/RemoteCourse','Modules/RemoteCourse/classes',1,0,'0',0,1,1,1,0,0,30,'crs',40,0,0,0,0,1,0,0,0),('recf','RecoveryFolder','Services/Administration','Services/Administration/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('reps','RepositorySettings','Services/Repository','Services/Repository/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('rfil','RemoteFile','Modules/RemoteFile','Modules/RemoteFile/classes',1,0,'0',0,1,1,1,0,0,30,'file',40,0,0,0,0,0,0,0,0),('rglo','RemoteGlossary','Modules/RemoteGlossary','Modules/RemoteGlossary/classes',1,0,'0',0,1,1,1,0,0,30,'glo',40,0,0,0,0,0,0,0,0),('rgrp','RemoteGroup','Modules/RemoteGroup','Modules/RemoteGroup/classes',1,0,'0',0,1,1,1,0,0,30,'grp',40,0,0,0,0,0,0,0,0),('rlm','RemoteLearningModule','Modules/RemoteLearningModule','Modules/RemoteLearningModule/classes',1,0,'0',0,1,1,1,0,0,30,'lres',40,0,0,0,0,0,0,0,0),('role','Role','Services/AccessControl','Services/AccessControl/classes',1,0,'0',0,0,0,0,0,0,0,NULL,0,0,1,0,1,0,0,0,0),('rolf','RoleFolder','Services/AccessControl','Services/AccessControl/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('rolt','RoleTemplate','Services/AccessControl','Services/AccessControl/classes',1,0,'0',0,0,0,0,0,0,0,NULL,0,0,1,0,0,0,0,0,0),('root','RootFolder','Modules/RootFolder','Modules/RootFolder/classes',0,0,'0',0,0,0,1,1,0,0,NULL,0,0,1,0,0,0,0,0,0),('rtst','RemoteTest','Modules/RemoteTest','Modules/RemoteTest/classes',1,0,'0',0,1,1,1,0,0,30,'tst',40,0,0,0,0,0,0,0,0),('rwik','RemoteWiki','Modules/RemoteWiki','Modules/RemoteWiki/classes',1,0,'0',0,1,1,1,0,0,30,'wiki',40,0,0,0,0,0,0,0,0),('sahs','SAHSLearningModule','Modules/ScormAicc','Modules/ScormAicc/classes',1,1,'0',0,1,1,1,0,0,140,'lres',0,1,1,0,0,0,0,1,1),('scov','SCORMVerification','Modules/ScormAicc','Modules/ScormAicc/classes/Verification',0,0,'0',0,0,0,0,0,0,90,NULL,150,0,0,0,0,0,0,0,0),('seas','SearchSettings','Services/Search','Services/Search/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('sess','Session','Modules/Session','Modules/Session/classes',1,0,'0',0,0,1,1,0,0,15,NULL,15,1,1,0,0,1,0,0,0),('skee','SkillTree','Services/Skill','Services/Skill/Tree/classes',0,0,'0',0,0,0,1,0,0,0,NULL,0,0,1,0,1,0,0,0,0),('skmg','SkillManagement','Services/Skill','Services/Skill/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('spl','SurveyQuestionPool','Modules/SurveyQuestionPool','Modules/SurveyQuestionPool/classes',1,1,'0',0,1,1,1,0,0,220,NULL,210,1,1,0,0,0,0,0,0),('sty','StyleSheet','Services/Style','Services/Style/Content/classes',1,0,'0',0,0,0,0,0,0,0,NULL,0,0,1,0,0,0,0,0,0),('stys','StyleSettings','Services/Style','Services/Style/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('svy','Survey','Modules/Survey','Modules/Survey/classes',1,1,'0',0,1,1,1,0,0,190,NULL,180,1,1,0,0,0,1,1,1),('svyf','SurveyAdministration','Modules/Survey','Modules/Survey/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('sysc','SystemCheck','Services/SystemCheck','Services/SystemCheck/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('tags','TaggingSettings','Services/Tagging','Services/Tagging/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('tala','TalkTemplateAdministration','Modules/EmployeeTalk','Modules/EmployeeTalk/classes',0,0,'sys',0,0,0,1,1,0,0,'tala',0,0,0,0,1,0,0,0,0),('tals','EmployeeTalkSeries','Modules/EmployeeTalk','Modules/EmployeeTalk/classes/TalkSeries',1,1,'db',0,0,0,0,0,0,10,'tala',10,0,0,0,1,0,0,0,0),('talt','TalkTemplate','Modules/EmployeeTalk','Modules/EmployeeTalk/classes',1,1,'db',0,0,0,1,0,0,10,'tala',10,0,0,0,1,0,0,0,1),('tax','Taxonomy','Services/Taxonomy','Services/Taxonomy/classes',1,0,'0',0,0,0,0,0,0,0,NULL,0,0,1,0,0,0,0,0,0),('taxs','TaxonomyAdministration','Services/Taxonomy','Services/Taxonomy/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('tos','TermsOfService','Services/TermsOfService','Services/TermsOfService/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('trac','UserTracking','Services/Tracking','Services/Tracking/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('tst','Test','Modules/Test','Modules/Test/classes',1,1,'0',0,1,1,1,0,0,180,NULL,170,1,1,0,0,0,1,1,1),('tstv','TestVerification','Modules/Test','Modules/Test/classes',0,0,'0',0,0,0,0,0,0,90,NULL,150,0,0,0,0,0,0,0,0),('usr','User','Services/User','Services/User/classes',1,0,'0',0,0,0,0,0,0,0,NULL,0,0,1,0,0,0,0,0,0),('usrf','UserFolder','Services/User','Services/User/classes',0,1,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,1,0,0),('wbdv','WebDAV','Services/WebDAV','Services/WebDAV/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('wbrs','WebResourceAdministration','Modules/WebResource','Modules/WebResource/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('webr','LinkResource','Modules/WebResource','Modules/WebResource/classes',1,0,'0',0,1,1,1,0,0,100,NULL,120,1,1,1,0,0,0,0,0),('wfe','WorkflowEngine','Services/WorkflowEngine','Services/WorkflowEngine/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,0,0,0,0,0),('wfld','WorkspaceFolder','Modules/WorkspaceFolder','Modules/WorkspaceFolder/classes',1,1,'0',0,0,0,0,0,0,300,NULL,300,0,0,1,0,0,0,0,0),('wiki','Wiki','Modules/Wiki','Modules/Wiki/classes',1,1,NULL,0,1,1,1,0,0,115,NULL,140,1,1,0,0,0,0,1,0),('wiks','WikiSettings','Modules/Wiki','Modules/Wiki/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0),('wsrt','WorkspaceRootFolder','Modules/WorkspaceRootFolder','Modules/WorkspaceRootFolder/classes',0,0,'0',0,0,0,0,1,0,0,NULL,0,0,0,1,0,0,0,0,0);
/*!40000 ALTER TABLE `il_object_def` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_object_group`
--

DROP TABLE IF EXISTS `il_object_group`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_object_group` (
  `id` char(10) NOT NULL DEFAULT '',
  `name` varchar(200) DEFAULT NULL,
  `default_pres_pos` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_object_group`
--

LOCK TABLES `il_object_group` WRITE;
/*!40000 ALTER TABLE `il_object_group` DISABLE KEYS */;
INSERT INTO `il_object_group` VALUES ('cat','Categories',10),('crs','Courses',30),('file','Files',150),('glo','Glossaries',110),('grp','Groups',70),('iass','IndividualAssessment',170),('lres','LearningResources',100),('lso','LearningSequence',300),('orgu','Organisational Unit',10),('prg','StudyProgramme',30),('tala','Employee Talk Templates',10),('tst','Tests',170),('wiki','Wikis',140);
/*!40000 ALTER TABLE `il_object_group` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_object_sub_type`
--

DROP TABLE IF EXISTS `il_object_sub_type`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_object_sub_type` (
  `obj_type` varchar(10) NOT NULL DEFAULT '',
  `sub_type` varchar(10) NOT NULL DEFAULT '',
  `amet` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`obj_type`,`sub_type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_object_sub_type`
--

LOCK TABLES `il_object_sub_type` WRITE;
/*!40000 ALTER TABLE `il_object_sub_type` DISABLE KEYS */;
INSERT INTO `il_object_sub_type` VALUES ('book','bobj',1),('glo','term',1),('mep','mob',1),('mep','mpg',1),('orgu','orgu_type',1),('prg','prg_type',1),('prtf','pfpg',1),('prtt','pfpg',1),('tals','etal',1),('talt','etal',1),('wiki','wpg',1);
/*!40000 ALTER TABLE `il_object_sub_type` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_object_subobj`
--

DROP TABLE IF EXISTS `il_object_subobj`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_object_subobj` (
  `parent` char(10) NOT NULL DEFAULT '',
  `subobj` char(10) NOT NULL DEFAULT '',
  `mmax` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`parent`,`subobj`),
  KEY `i1_idx` (`subobj`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_object_subobj`
--

LOCK TABLES `il_object_subobj` WRITE;
/*!40000 ALTER TABLE `il_object_subobj` DISABLE KEYS */;
INSERT INTO `il_object_subobj` VALUES ('adm','accs',1),('adm','adn',1),('adm','adve',1),('adm','assf',1),('adm','auth',1),('adm','awra',1),('adm','bdga',1),('adm','bibs',1),('adm','blga',1),('adm','cadm',1),('adm','cals',1),('adm','cert',1),('adm','chta',1),('adm','cmis',1),('adm','cmps',1),('adm','coms',1),('adm','cpad',1),('adm','crss',1),('adm','dpro',1),('adm','dshs',1),('adm','ecss',1),('adm','excs',1),('adm','extt',1),('adm','facs',1),('adm','fils',1),('adm','frma',1),('adm','grps',1),('adm','hlps',1),('adm','impr',1),('adm','lhts',1),('adm','lngf',1),('adm','logs',1),('adm','lrss',1),('adm','lsos',1),('adm','ltis',1),('adm','mail',1),('adm','mcts',1),('adm','mds',1),('adm','mme',1),('adm','mobs',1),('adm','nota',1),('adm','nots',1),('adm','nwss',1),('adm','objf',1),('adm','orgu',1),('adm','otpl',1),('adm','pdfg',1),('adm','prfa',1),('adm','prgs',1),('adm','prss',1),('adm','ps',1),('adm','recf',1),('adm','reps',1),('adm','rolf',0),('adm','seas',1),('adm','skmg',1),('adm','stys',1),('adm','svyf',1),('adm','sysc',1),('adm','tags',1),('adm','tala',1),('adm','taxs',1),('adm','tos',1),('adm','trac',1),('adm','usrf',1),('adm','wbdv',1),('adm','wbrs',1),('adm','wfe',1),('adm','wiks',1),('cat','bibl',0),('cat','blog',0),('cat','book',0),('cat','cat',0),('cat','catr',0),('cat','chtr',0),('cat','cld',0),('cat','cmix',0),('cat','copa',0),('cat','crs',0),('cat','crsr',0),('cat','dcl',0),('cat','exc',0),('cat','file',0),('cat','frm',0),('cat','glo',0),('cat','grp',0),('cat','grpr',0),('cat','htlm',0),('cat','iass',0),('cat','itgr',0),('cat','lm',0),('cat','lso',0),('cat','lti',0),('cat','mcst',0),('cat','mep',0),('cat','poll',0),('cat','prg',0),('cat','prgr',0),('cat','prtt',0),('cat','qpl',0),('cat','rcat',0),('cat','rcrs',0),('cat','rfil',0),('cat','rglo',0),('cat','rgrp',0),('cat','rlm',0),('cat','rtst',0),('cat','rwik',0),('cat','sahs',0),('cat','spl',0),('cat','svy',0),('cat','tst',0),('cat','webr',0),('cat','wiki',0),('crs','bibl',0),('crs','blog',0),('crs','book',0),('crs','catr',0),('crs','chtr',0),('crs','cld',0),('crs','cmix',0),('crs','copa',0),('crs','crsr',0),('crs','dcl',0),('crs','exc',0),('crs','file',0),('crs','fold',0),('crs','frm',0),('crs','glo',0),('crs','grp',0),('crs','grpr',0),('crs','htlm',0),('crs','iass',0),('crs','itgr',0),('crs','lm',0),('crs','lso',0),('crs','lti',0),('crs','mcst',0),('crs','mep',0),('crs','poll',0),('crs','prtt',0),('crs','qpl',0),('crs','rcat',0),('crs','rcrs',0),('crs','rgrp',0),('crs','sahs',0),('crs','sess',0),('crs','spl',0),('crs','svy',0),('crs','tst',0),('crs','webr',0),('crs','wiki',0),('fold','bibl',0),('fold','blog',0),('fold','book',0),('fold','chtr',0),('fold','cld',0),('fold','cmix',0),('fold','copa',0),('fold','dcl',0),('fold','exc',0),('fold','file',0),('fold','fold',0),('fold','frm',0),('fold','glo',0),('fold','grp',0),('fold','htlm',0),('fold','iass',0),('fold','itgr',0),('fold','lm',0),('fold','lso',0),('fold','lti',0),('fold','mcst',0),('fold','mep',0),('fold','poll',0),('fold','prtt',0),('fold','qpl',0),('fold','sahs',0),('fold','sess',0),('fold','spl',0),('fold','svy',0),('fold','tst',0),('fold','webr',0),('fold','wiki',0),('grp','bibl',0),('grp','blog',0),('grp','book',0),('grp','catr',0),('grp','chtr',0),('grp','cld',0),('grp','cmix',0),('grp','copa',0),('grp','crsr',0),('grp','dcl',0),('grp','exc',0),('grp','file',0),('grp','fold',0),('grp','frm',0),('grp','glo',0),('grp','grp',0),('grp','grpr',0),('grp','htlm',0),('grp','iass',0),('grp','itgr',0),('grp','lm',0),('grp','lso',0),('grp','lti',0),('grp','mcst',0),('grp','mep',0),('grp','poll',0),('grp','prtt',0),('grp','qpl',0),('grp','rcat',0),('grp','rcrs',0),('grp','rgrp',0),('grp','sahs',0),('grp','sess',0),('grp','spl',0),('grp','svy',0),('grp','tst',0),('grp','webr',0),('grp','wiki',0),('lngf','lng',0),('lso','copa',0),('lso','exc',0),('lso','file',0),('lso','htlm',0),('lso','iass',0),('lso','lm',0),('lso','rolf',1),('lso','sahs',0),('lso','svy',0),('lso','tst',0),('orgu','orgu',0),('prg','crsr',1),('prg','prg',0),('prg','prgr',0),('prg','rolf',1),('recf','bibl',0),('recf','blog',0),('recf','cat',0),('recf','catr',0),('recf','chtr',0),('recf','cld',0),('recf','cmix',0),('recf','copa',0),('recf','crs',0),('recf','crsr',0),('recf','dcl',0),('recf','exc',0),('recf','file',0),('recf','fold',0),('recf','frm',0),('recf','glo',0),('recf','grp',0),('recf','grpr',0),('recf','htlm',0),('recf','itgr',0),('recf','lm',0),('recf','lti',0),('recf','mcst',0),('recf','mep',0),('recf','poll',0),('recf','prg',0),('recf','prgr',0),('recf','prtt',0),('recf','qpl',0),('recf','sahs',0),('recf','sess',0),('recf','spl',0),('recf','svy',0),('recf','tst',0),('recf','webr',0),('recf','wiki',0),('rolf','role',0),('rolf','rolt',0),('root','adm',1),('root','bibl',0),('root','blog',0),('root','book',0),('root','cat',0),('root','catr',0),('root','chtr',0),('root','cld',0),('root','cmix',0),('root','copa',0),('root','crs',0),('root','crsr',0),('root','dcl',0),('root','exc',0),('root','file',0),('root','frm',0),('root','glo',0),('root','grp',0),('root','grpr',0),('root','htlm',0),('root','iass',0),('root','itgr',0),('root','lm',0),('root','lso',0),('root','lti',0),('root','mcst',0),('root','mep',0),('root','poll',0),('root','prg',0),('root','prgr',0),('root','prtt',0),('root','qpl',0),('root','rcat',0),('root','rcrs',0),('root','rfil',0),('root','rglo',0),('root','rgrp',0),('root','rlm',0),('root','rtst',0),('root','rwik',0),('root','sahs',0),('root','spl',0),('root','svy',0),('root','tst',0),('root','webr',0),('root','wiki',0),('skmg','skee',1),('stys','sty',0),('tala','tals',0),('tala','talt',0),('tals','etal',0),('usrf','usr',0),('wfld','blog',0),('wfld','cmxv',0),('wfld','crsv',0),('wfld','excv',0),('wfld','file',0),('wfld','ltiv',0),('wfld','scov',0),('wfld','tstv',0),('wfld','webr',0),('wfld','wfld',0),('wsrt','blog',0),('wsrt','cmxv',0),('wsrt','crsv',0),('wsrt','excv',0),('wsrt','file',0),('wsrt','ltiv',0),('wsrt','scov',0),('wsrt','tstv',0),('wsrt','webr',0),('wsrt','wfld',0);
/*!40000 ALTER TABLE `il_object_subobj` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_orgu_authority`
--

DROP TABLE IF EXISTS `il_orgu_authority`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_orgu_authority` (
  `id` bigint(20) NOT NULL DEFAULT '0',
  `over` tinyint(4) DEFAULT NULL,
  `scope` tinyint(4) DEFAULT NULL,
  `position_id` tinyint(4) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_orgu_authority`
--

LOCK TABLES `il_orgu_authority` WRITE;
/*!40000 ALTER TABLE `il_orgu_authority` DISABLE KEYS */;
INSERT INTO `il_orgu_authority` VALUES (1,1,1,2);
/*!40000 ALTER TABLE `il_orgu_authority` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_orgu_authority_seq`
--

DROP TABLE IF EXISTS `il_orgu_authority_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_orgu_authority_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_orgu_authority_seq`
--

LOCK TABLES `il_orgu_authority_seq` WRITE;
/*!40000 ALTER TABLE `il_orgu_authority_seq` DISABLE KEYS */;
INSERT INTO `il_orgu_authority_seq` VALUES (1);
/*!40000 ALTER TABLE `il_orgu_authority_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_orgu_op_contexts`
--

DROP TABLE IF EXISTS `il_orgu_op_contexts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_orgu_op_contexts` (
  `id` bigint(20) NOT NULL DEFAULT '0',
  `context` varchar(16) DEFAULT NULL,
  `parent_context_id` bigint(20) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_orgu_op_contexts`
--

LOCK TABLES `il_orgu_op_contexts` WRITE;
/*!40000 ALTER TABLE `il_orgu_op_contexts` DISABLE KEYS */;
INSERT INTO `il_orgu_op_contexts` VALUES (1,'object',0),(2,'iass',1),(3,'crs',1),(4,'grp',1),(5,'tst',1),(6,'exc',1),(7,'svy',1),(8,'prg',1),(9,'usrf',1),(10,'etal',1);
/*!40000 ALTER TABLE `il_orgu_op_contexts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_orgu_op_contexts_seq`
--

DROP TABLE IF EXISTS `il_orgu_op_contexts_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_orgu_op_contexts_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_orgu_op_contexts_seq`
--

LOCK TABLES `il_orgu_op_contexts_seq` WRITE;
/*!40000 ALTER TABLE `il_orgu_op_contexts_seq` DISABLE KEYS */;
INSERT INTO `il_orgu_op_contexts_seq` VALUES (10);
/*!40000 ALTER TABLE `il_orgu_op_contexts_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_orgu_operations`
--

DROP TABLE IF EXISTS `il_orgu_operations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_orgu_operations` (
  `operation_id` bigint(20) NOT NULL DEFAULT '0',
  `operation_string` varchar(127) DEFAULT NULL,
  `description` varchar(512) DEFAULT NULL,
  `list_order` bigint(20) DEFAULT NULL,
  `context_id` bigint(20) DEFAULT NULL,
  PRIMARY KEY (`operation_id`),
  KEY `i1_idx` (`operation_string`),
  KEY `i3_idx` (`list_order`),
  KEY `i4_idx` (`context_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_orgu_operations`
--

LOCK TABLES `il_orgu_operations` WRITE;
/*!40000 ALTER TABLE `il_orgu_operations` DISABLE KEYS */;
INSERT INTO `il_orgu_operations` VALUES (1,'read_learning_progress','Read the learning Progress of a User',0,3),(2,'read_learning_progress','Read the learning Progress of a User',0,4),(3,'read_learning_progress','Read the learning Progress of a User',0,2),(4,'read_learning_progress','Read the learning Progress of a User',0,6),(5,'read_learning_progress','Read the learning Progress of a User',0,7),(6,'manage_members','Edit Members in a course',0,3),(7,'manage_members','Edit Members in a group',0,4),(8,'edit_submissions_grades','',0,6),(9,'access_results','',0,7),(10,'write_learning_progress','Write the learning Progress of a User',0,2),(11,'access_enrolments','Access Enrolments in a course',0,3),(12,'read_learning_progress','Read Test Participants Learning Progress',0,5),(13,'access_results','Access Test Participants Results',0,5),(14,'manage_participants','Manage Test Participants',0,5),(15,'score_participants','Score Test Participants',0,5),(16,'view_members','View Memberships of other users',0,8),(17,'read_learning_progress','View learning progress of other users',0,8),(18,'view_individual_plan','View Individual Plans of other users',0,8),(19,'edit_individual_plan','Edit Individual Plans of other users',0,8),(20,'manage_members','Manage Memberships of other users',0,8),(21,'edit_user_accounts','Edit User in User Administration',0,9),(22,'view_certificates','Read the certificates of a User',0,5),(23,'view_certificates','Read the certificates of a User',0,6),(24,'view_certificates','Read the certificates of a User',0,3),(25,'view_competences','Read the competences of a User',0,5),(26,'view_competences','Read the competences of a User',0,4),(27,'view_competences','Read the competences of a User',0,3),(28,'view_competences','Read the competences of a User',0,7),(29,'read_employee_talk','Read Employee Talk',0,10),(30,'create_employee_talk','Create Employee Talk',0,10),(31,'edit_employee_talk','Edit Employee Talk (not only own)',0,10);
/*!40000 ALTER TABLE `il_orgu_operations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_orgu_operations_seq`
--

DROP TABLE IF EXISTS `il_orgu_operations_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_orgu_operations_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB AUTO_INCREMENT=32 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_orgu_operations_seq`
--

LOCK TABLES `il_orgu_operations_seq` WRITE;
/*!40000 ALTER TABLE `il_orgu_operations_seq` DISABLE KEYS */;
INSERT INTO `il_orgu_operations_seq` VALUES (31);
/*!40000 ALTER TABLE `il_orgu_operations_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_orgu_permissions`
--

DROP TABLE IF EXISTS `il_orgu_permissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_orgu_permissions` (
  `id` bigint(20) NOT NULL DEFAULT '0',
  `context_id` bigint(20) DEFAULT NULL,
  `operations` varchar(256) DEFAULT NULL,
  `parent_id` bigint(20) DEFAULT NULL,
  `position_id` bigint(20) DEFAULT NULL,
  `protected` tinyint(4) DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `co_idx` (`context_id`),
  KEY `po_idx` (`position_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_orgu_permissions`
--

LOCK TABLES `il_orgu_permissions` WRITE;
/*!40000 ALTER TABLE `il_orgu_permissions` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_orgu_permissions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_orgu_permissions_seq`
--

DROP TABLE IF EXISTS `il_orgu_permissions_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_orgu_permissions_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_orgu_permissions_seq`
--

LOCK TABLES `il_orgu_permissions_seq` WRITE;
/*!40000 ALTER TABLE `il_orgu_permissions_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_orgu_permissions_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_orgu_positions`
--

DROP TABLE IF EXISTS `il_orgu_positions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_orgu_positions` (
  `id` bigint(20) NOT NULL DEFAULT '0',
  `title` varchar(512) DEFAULT NULL,
  `description` varchar(4000) DEFAULT NULL,
  `core_position` tinyint(4) DEFAULT NULL,
  `core_identifier` tinyint(4) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_orgu_positions`
--

LOCK TABLES `il_orgu_positions` WRITE;
/*!40000 ALTER TABLE `il_orgu_positions` DISABLE KEYS */;
INSERT INTO `il_orgu_positions` VALUES (1,'Employees','Employees of a OrgUnit',1,1),(2,'Superiors','Superiors of a OrgUnit',1,2);
/*!40000 ALTER TABLE `il_orgu_positions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_orgu_positions_seq`
--

DROP TABLE IF EXISTS `il_orgu_positions_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_orgu_positions_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_orgu_positions_seq`
--

LOCK TABLES `il_orgu_positions_seq` WRITE;
/*!40000 ALTER TABLE `il_orgu_positions_seq` DISABLE KEYS */;
INSERT INTO `il_orgu_positions_seq` VALUES (2);
/*!40000 ALTER TABLE `il_orgu_positions_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_orgu_ua`
--

DROP TABLE IF EXISTS `il_orgu_ua`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_orgu_ua` (
  `id` bigint(20) NOT NULL DEFAULT '0',
  `user_id` bigint(20) DEFAULT NULL,
  `position_id` bigint(20) DEFAULT NULL,
  `orgu_id` bigint(20) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `pi_idx` (`position_id`),
  KEY `ui_idx` (`user_id`),
  KEY `oi_idx` (`orgu_id`),
  KEY `po_idx` (`position_id`,`orgu_id`),
  KEY `pu_idx` (`position_id`,`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_orgu_ua`
--

LOCK TABLES `il_orgu_ua` WRITE;
/*!40000 ALTER TABLE `il_orgu_ua` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_orgu_ua` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_orgu_ua_seq`
--

DROP TABLE IF EXISTS `il_orgu_ua_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_orgu_ua_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_orgu_ua_seq`
--

LOCK TABLES `il_orgu_ua_seq` WRITE;
/*!40000 ALTER TABLE `il_orgu_ua_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_orgu_ua_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_plugin`
--

DROP TABLE IF EXISTS `il_plugin`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_plugin` (
  `last_update_version` char(10) DEFAULT NULL,
  `active` tinyint(4) DEFAULT NULL,
  `db_version` int(11) NOT NULL DEFAULT '0',
  `plugin_id` varchar(20) NOT NULL,
  PRIMARY KEY (`plugin_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_plugin`
--

LOCK TABLES `il_plugin` WRITE;
/*!40000 ALTER TABLE `il_plugin` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_plugin` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_poll`
--

DROP TABLE IF EXISTS `il_poll`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_poll` (
  `id` int(11) NOT NULL DEFAULT '0',
  `question` varchar(1000) DEFAULT NULL,
  `image` varchar(1000) DEFAULT NULL,
  `view_results` tinyint(4) NOT NULL DEFAULT '3',
  `period` tinyint(4) NOT NULL DEFAULT '0',
  `period_begin` int(11) DEFAULT '0',
  `period_end` int(11) DEFAULT '0',
  `max_answers` tinyint(4) NOT NULL DEFAULT '1',
  `result_sort` tinyint(4) NOT NULL DEFAULT '0',
  `non_anon` tinyint(4) NOT NULL DEFAULT '0',
  `show_results_as` tinyint(4) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_poll`
--

LOCK TABLES `il_poll` WRITE;
/*!40000 ALTER TABLE `il_poll` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_poll` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_poll_answer`
--

DROP TABLE IF EXISTS `il_poll_answer`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_poll_answer` (
  `id` int(11) NOT NULL DEFAULT '0',
  `poll_id` int(11) NOT NULL DEFAULT '0',
  `answer` varchar(1000) DEFAULT NULL,
  `pos` smallint(6) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_poll_answer`
--

LOCK TABLES `il_poll_answer` WRITE;
/*!40000 ALTER TABLE `il_poll_answer` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_poll_answer` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_poll_answer_seq`
--

DROP TABLE IF EXISTS `il_poll_answer_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_poll_answer_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_poll_answer_seq`
--

LOCK TABLES `il_poll_answer_seq` WRITE;
/*!40000 ALTER TABLE `il_poll_answer_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_poll_answer_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_poll_vote`
--

DROP TABLE IF EXISTS `il_poll_vote`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_poll_vote` (
  `user_id` int(11) NOT NULL DEFAULT '0',
  `poll_id` int(11) NOT NULL DEFAULT '0',
  `answer_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`user_id`,`poll_id`,`answer_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_poll_vote`
--

LOCK TABLES `il_poll_vote` WRITE;
/*!40000 ALTER TABLE `il_poll_vote` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_poll_vote` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_qpl_qst_fq_res`
--

DROP TABLE IF EXISTS `il_qpl_qst_fq_res`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_qpl_qst_fq_res` (
  `result_id` int(11) NOT NULL DEFAULT '0',
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `result` varchar(255) DEFAULT NULL,
  `range_min` double NOT NULL DEFAULT '0',
  `range_max` double NOT NULL DEFAULT '0',
  `tolerance` double NOT NULL DEFAULT '0',
  `unit_fi` int(11) NOT NULL DEFAULT '0',
  `formula` longtext,
  `rating_simple` int(11) NOT NULL DEFAULT '1',
  `rating_sign` double NOT NULL DEFAULT '0.25',
  `rating_value` double NOT NULL DEFAULT '0.25',
  `rating_unit` double NOT NULL DEFAULT '0.25',
  `points` double NOT NULL DEFAULT '0',
  `resprecision` int(11) NOT NULL DEFAULT '0',
  `result_type` int(11) NOT NULL DEFAULT '0',
  `range_min_txt` varchar(4000) DEFAULT NULL,
  `range_max_txt` varchar(4000) DEFAULT NULL,
  PRIMARY KEY (`result_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_qpl_qst_fq_res`
--

LOCK TABLES `il_qpl_qst_fq_res` WRITE;
/*!40000 ALTER TABLE `il_qpl_qst_fq_res` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_qpl_qst_fq_res` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_qpl_qst_fq_res_seq`
--

DROP TABLE IF EXISTS `il_qpl_qst_fq_res_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_qpl_qst_fq_res_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_qpl_qst_fq_res_seq`
--

LOCK TABLES `il_qpl_qst_fq_res_seq` WRITE;
/*!40000 ALTER TABLE `il_qpl_qst_fq_res_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_qpl_qst_fq_res_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_qpl_qst_fq_res_unit`
--

DROP TABLE IF EXISTS `il_qpl_qst_fq_res_unit`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_qpl_qst_fq_res_unit` (
  `result_unit_id` int(11) NOT NULL DEFAULT '0',
  `result` varchar(255) DEFAULT NULL,
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `unit_fi` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`result_unit_id`),
  KEY `i1_idx` (`question_fi`,`unit_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_qpl_qst_fq_res_unit`
--

LOCK TABLES `il_qpl_qst_fq_res_unit` WRITE;
/*!40000 ALTER TABLE `il_qpl_qst_fq_res_unit` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_qpl_qst_fq_res_unit` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_qpl_qst_fq_res_unit_seq`
--

DROP TABLE IF EXISTS `il_qpl_qst_fq_res_unit_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_qpl_qst_fq_res_unit_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_qpl_qst_fq_res_unit_seq`
--

LOCK TABLES `il_qpl_qst_fq_res_unit_seq` WRITE;
/*!40000 ALTER TABLE `il_qpl_qst_fq_res_unit_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_qpl_qst_fq_res_unit_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_qpl_qst_fq_ucat`
--

DROP TABLE IF EXISTS `il_qpl_qst_fq_ucat`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_qpl_qst_fq_ucat` (
  `category_id` int(11) NOT NULL DEFAULT '0',
  `category` varchar(255) DEFAULT NULL,
  `question_fi` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`category_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_qpl_qst_fq_ucat`
--

LOCK TABLES `il_qpl_qst_fq_ucat` WRITE;
/*!40000 ALTER TABLE `il_qpl_qst_fq_ucat` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_qpl_qst_fq_ucat` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_qpl_qst_fq_ucat_seq`
--

DROP TABLE IF EXISTS `il_qpl_qst_fq_ucat_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_qpl_qst_fq_ucat_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_qpl_qst_fq_ucat_seq`
--

LOCK TABLES `il_qpl_qst_fq_ucat_seq` WRITE;
/*!40000 ALTER TABLE `il_qpl_qst_fq_ucat_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_qpl_qst_fq_ucat_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_qpl_qst_fq_unit`
--

DROP TABLE IF EXISTS `il_qpl_qst_fq_unit`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_qpl_qst_fq_unit` (
  `unit_id` int(11) NOT NULL DEFAULT '0',
  `unit` varchar(255) DEFAULT NULL,
  `factor` double NOT NULL DEFAULT '0',
  `baseunit_fi` int(11) NOT NULL DEFAULT '0',
  `category_fi` int(11) NOT NULL DEFAULT '0',
  `sequence` int(11) NOT NULL DEFAULT '0',
  `question_fi` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`unit_id`),
  KEY `i2_idx` (`question_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_qpl_qst_fq_unit`
--

LOCK TABLES `il_qpl_qst_fq_unit` WRITE;
/*!40000 ALTER TABLE `il_qpl_qst_fq_unit` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_qpl_qst_fq_unit` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_qpl_qst_fq_unit_seq`
--

DROP TABLE IF EXISTS `il_qpl_qst_fq_unit_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_qpl_qst_fq_unit_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_qpl_qst_fq_unit_seq`
--

LOCK TABLES `il_qpl_qst_fq_unit_seq` WRITE;
/*!40000 ALTER TABLE `il_qpl_qst_fq_unit_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_qpl_qst_fq_unit_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_qpl_qst_fq_var`
--

DROP TABLE IF EXISTS `il_qpl_qst_fq_var`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_qpl_qst_fq_var` (
  `variable_id` int(11) NOT NULL DEFAULT '0',
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `variable` varchar(255) DEFAULT NULL,
  `range_min` double NOT NULL DEFAULT '0',
  `range_max` double NOT NULL DEFAULT '0',
  `unit_fi` int(11) NOT NULL DEFAULT '0',
  `step_dim_min` int(11) NOT NULL DEFAULT '0',
  `step_dim_max` int(11) NOT NULL DEFAULT '0',
  `varprecision` int(11) NOT NULL DEFAULT '0',
  `intprecision` int(11) NOT NULL DEFAULT '1',
  `range_min_txt` varchar(4000) DEFAULT NULL,
  `range_max_txt` varchar(4000) DEFAULT NULL,
  PRIMARY KEY (`variable_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_qpl_qst_fq_var`
--

LOCK TABLES `il_qpl_qst_fq_var` WRITE;
/*!40000 ALTER TABLE `il_qpl_qst_fq_var` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_qpl_qst_fq_var` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_qpl_qst_fq_var_seq`
--

DROP TABLE IF EXISTS `il_qpl_qst_fq_var_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_qpl_qst_fq_var_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_qpl_qst_fq_var_seq`
--

LOCK TABLES `il_qpl_qst_fq_var_seq` WRITE;
/*!40000 ALTER TABLE `il_qpl_qst_fq_var_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_qpl_qst_fq_var_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_rating`
--

DROP TABLE IF EXISTS `il_rating`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_rating` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `obj_type` char(10) NOT NULL DEFAULT '',
  `sub_obj_id` int(11) NOT NULL DEFAULT '0',
  `sub_obj_type` char(10) NOT NULL DEFAULT '',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `rating` int(11) NOT NULL DEFAULT '0',
  `category_id` int(11) NOT NULL DEFAULT '0',
  `tstamp` int(11) DEFAULT NULL,
  PRIMARY KEY (`obj_id`,`obj_type`,`sub_obj_id`,`sub_obj_type`,`user_id`,`category_id`),
  KEY `obj_idx` (`obj_id`,`obj_type`,`sub_obj_id`,`sub_obj_type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_rating`
--

LOCK TABLES `il_rating` WRITE;
/*!40000 ALTER TABLE `il_rating` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_rating` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_rating_cat`
--

DROP TABLE IF EXISTS `il_rating_cat`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_rating_cat` (
  `id` int(11) NOT NULL DEFAULT '0',
  `parent_id` int(11) NOT NULL DEFAULT '0',
  `title` varchar(100) DEFAULT NULL,
  `description` varchar(1000) DEFAULT NULL,
  `pos` smallint(6) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_rating_cat`
--

LOCK TABLES `il_rating_cat` WRITE;
/*!40000 ALTER TABLE `il_rating_cat` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_rating_cat` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_rating_cat_seq`
--

DROP TABLE IF EXISTS `il_rating_cat_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_rating_cat_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_rating_cat_seq`
--

LOCK TABLES `il_rating_cat_seq` WRITE;
/*!40000 ALTER TABLE `il_rating_cat_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_rating_cat_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_resource`
--

DROP TABLE IF EXISTS `il_resource`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_resource` (
  `rid` varchar(64) NOT NULL DEFAULT '',
  `storage_id` varchar(8) NOT NULL DEFAULT '',
  `rtype` tinyint(4) NOT NULL DEFAULT '1',
  PRIMARY KEY (`rid`),
  KEY `i1_idx` (`storage_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_resource`
--

LOCK TABLES `il_resource` WRITE;
/*!40000 ALTER TABLE `il_resource` DISABLE KEYS */;
INSERT INTO `il_resource` VALUES ('208224f2-ed24-483d-bf4c-c68d07f7e4c5','fsv2',1),('24a58a3c-ab4d-454f-a1d6-0bec2f608341','fsv2',1),('28ed7ba6-4edf-43cd-ba6d-971868d84bb8','fsv2',1),('2baaafa3-6232-4140-8a1f-c97059b08a35','fsv2',1),('2ff13da4-e9d6-481a-934f-6c645516faec','fsv2',1),('3171a3e7-3b33-45ec-b42c-ea440c399b67','fsv2',1),('35f0e630-90a0-4324-8d04-fc4ac88e2a29','fsv2',1),('3fdb7f44-f49f-4d3e-ad03-6b4d8ae95fa2','fsv2',1),('47744816-20b5-415d-9a1a-769cf856e9a7','fsv2',1),('507351c9-e660-4adb-8cd0-6499620965ac','fsv2',1),('57e5364d-e565-46f1-8605-1865c6d2df8a','fsv2',1),('60afdba3-015d-45b4-ab5a-2300a77cd5a2','fsv2',1),('66f7ff69-ee7d-4dba-8a72-486cdf10b138','fsv2',1),('6d22635e-e52f-4654-b682-d83720fd4e95','fsv2',1),('7c9fc167-46c7-43e1-b60b-bfd9a656d88f','fsv2',1),('8851c13d-7a9c-4dc3-b90a-190ddd31c937','fsv2',1),('96ae5519-4004-409b-a683-3f3d3717b1e4','fsv2',1),('a4e55314-f1ca-4ac2-b998-4298f5bc69ed','fsv2',1),('a9745d73-0c29-424f-b7b6-fdeebbcffe05','fsv2',1),('bc1a5e61-83a8-4b16-a4ef-e3b483723774','fsv2',1),('c2ee3253-b4f0-4ba9-aeb7-a6771fb62a5c','fsv2',1),('c9666c6a-c9a2-47ec-aa80-e5814c7b0e36','fsv2',1),('e4a8a16e-0631-4dae-b353-c892a7dd390c','fsv2',1),('e89ef356-d6cc-445e-b491-98b3ef01580d','fsv2',1),('f9604ac3-2161-4827-9b78-29386497fe5b','fsv2',1),('fcc4e7f7-b8e1-4130-bed6-bf6a53c9524f','fsv2',1);
/*!40000 ALTER TABLE `il_resource` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_resource_flavour`
--

DROP TABLE IF EXISTS `il_resource_flavour`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_resource_flavour` (
  `rid` varchar(64) NOT NULL,
  `revision` bigint(20) NOT NULL,
  `definition_id` varchar(64) NOT NULL,
  `variant` varchar(768) NOT NULL,
  PRIMARY KEY (`rid`,`revision`,`definition_id`,`variant`),
  KEY `i1_idx` (`rid`),
  KEY `i3_idx` (`definition_id`),
  KEY `i4_idx` (`variant`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_resource_flavour`
--

LOCK TABLES `il_resource_flavour` WRITE;
/*!40000 ALTER TABLE `il_resource_flavour` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_resource_flavour` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_resource_info`
--

DROP TABLE IF EXISTS `il_resource_info`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_resource_info` (
  `rid` varchar(64) NOT NULL DEFAULT '',
  `title` varchar(255) NOT NULL DEFAULT '',
  `suffix` varchar(64) DEFAULT NULL,
  `mime_type` varchar(250) DEFAULT NULL,
  `size` bigint(20) NOT NULL DEFAULT '0',
  `creation_date` bigint(20) NOT NULL DEFAULT '0',
  `version_number` bigint(20) NOT NULL,
  PRIMARY KEY (`rid`,`version_number`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_resource_info`
--

LOCK TABLES `il_resource_info` WRITE;
/*!40000 ALTER TABLE `il_resource_info` DISABLE KEYS */;
INSERT INTO `il_resource_info` VALUES ('208224f2-ed24-483d-bf4c-c68d07f7e4c5','icon_file_txt.svg','svg','image/svg+xml',3145,1724838572,1),('24a58a3c-ab4d-454f-a1d6-0bec2f608341','icon_file_odt.svg','svg','image/svg+xml',3146,1724838572,1),('28ed7ba6-4edf-43cd-ba6d-971868d84bb8','icon_file_md.svg','svg','image/svg+xml',3143,1724838572,1),('2baaafa3-6232-4140-8a1f-c97059b08a35','icon_file_svg.svg','svg','image/svg+xml',3145,1724838572,1),('2ff13da4-e9d6-481a-934f-6c645516faec','icon_file_jpg.svg','svg','image/svg+xml',3145,1724838572,1),('3171a3e7-3b33-45ec-b42c-ea440c399b67','icon_file_pptx.svg','svg','image/svg+xml',3145,1724838572,1),('35f0e630-90a0-4324-8d04-fc4ac88e2a29','icon_file_xml.svg','svg','image/svg+xml',3146,1724838572,1),('3fdb7f44-f49f-4d3e-ad03-6b4d8ae95fa2','icon_file_odp.svg','svg','image/svg+xml',3146,1724838572,1),('47744816-20b5-415d-9a1a-769cf856e9a7','icon_file_wav.svg','svg','image/svg+xml',3146,1724838572,1),('507351c9-e660-4adb-8cd0-6499620965ac','icon_file_csv.svg','svg','image/svg+xml',3146,1724838572,1),('57e5364d-e565-46f1-8605-1865c6d2df8a','icon_file_ods.svg','svg','image/svg+xml',3146,1724838572,1),('60afdba3-015d-45b4-ab5a-2300a77cd5a2','icon_file_mp4.svg','svg','image/svg+xml',3146,1724838572,1),('66f7ff69-ee7d-4dba-8a72-486cdf10b138','icon_file_xlsx.svg','svg','image/svg+xml',3146,1724838572,1),('6d22635e-e52f-4654-b682-d83720fd4e95','icon_file_gif.svg','svg','image/svg+xml',3146,1724838572,1),('7c9fc167-46c7-43e1-b60b-bfd9a656d88f','icon_file_mov.svg','svg','image/svg+xml',3146,1724838572,1),('8851c13d-7a9c-4dc3-b90a-190ddd31c937','icon_file_docx.svg','svg','image/svg+xml',3150,1724838572,1),('96ae5519-4004-409b-a683-3f3d3717b1e4','icon_file_flv.svg','svg','image/svg+xml',3146,1724838572,1),('a4e55314-f1ca-4ac2-b998-4298f5bc69ed','icon_file_png.svg','svg','image/svg+xml',3145,1724838572,1),('a9745d73-0c29-424f-b7b6-fdeebbcffe05','icon_file_tiff.svg','svg','image/svg+xml',3147,1724838572,1),('bc1a5e61-83a8-4b16-a4ef-e3b483723774','icon_file_avi.svg','svg','image/svg+xml',3146,1724838572,1),('c2ee3253-b4f0-4ba9-aeb7-a6771fb62a5c','icon_file_pdf.svg','svg','image/svg+xml',3145,1724838572,1),('c9666c6a-c9a2-47ec-aa80-e5814c7b0e36','icon_file_rtf.svg','svg','image/svg+xml',3145,1724838572,1),('e4a8a16e-0631-4dae-b353-c892a7dd390c','icon_file_ico.svg','svg','image/svg+xml',3146,1724838572,1),('e89ef356-d6cc-445e-b491-98b3ef01580d','icon_file_wma.svg','svg','image/svg+xml',3145,1724838572,1),('f9604ac3-2161-4827-9b78-29386497fe5b','icon_file_mp3.svg','svg','image/svg+xml',3146,1724838572,1),('fcc4e7f7-b8e1-4130-bed6-bf6a53c9524f','icon_file_bmp.svg','svg','image/svg+xml',3146,1724838572,1);
/*!40000 ALTER TABLE `il_resource_info` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_resource_rc`
--

DROP TABLE IF EXISTS `il_resource_rc`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_resource_rc` (
  `rcid` varchar(64) NOT NULL DEFAULT '',
  `title` varchar(4000) DEFAULT NULL,
  `owner_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`rcid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_resource_rc`
--

LOCK TABLES `il_resource_rc` WRITE;
/*!40000 ALTER TABLE `il_resource_rc` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_resource_rc` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_resource_rca`
--

DROP TABLE IF EXISTS `il_resource_rca`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_resource_rca` (
  `rcid` varchar(64) NOT NULL DEFAULT '',
  `rid` varchar(64) NOT NULL DEFAULT '',
  `position` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`rcid`,`rid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_resource_rca`
--

LOCK TABLES `il_resource_rca` WRITE;
/*!40000 ALTER TABLE `il_resource_rca` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_resource_rca` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_resource_revision`
--

DROP TABLE IF EXISTS `il_resource_revision`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_resource_revision` (
  `rid` varchar(64) NOT NULL DEFAULT '',
  `available` tinyint(4) DEFAULT '1',
  `version_number` bigint(20) NOT NULL,
  `owner_id` int(11) NOT NULL DEFAULT '0',
  `title` varchar(255) NOT NULL DEFAULT '',
  `status` int(11) NOT NULL DEFAULT '10',
  PRIMARY KEY (`rid`,`version_number`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_resource_revision`
--

LOCK TABLES `il_resource_revision` WRITE;
/*!40000 ALTER TABLE `il_resource_revision` DISABLE KEYS */;
INSERT INTO `il_resource_revision` VALUES ('208224f2-ed24-483d-bf4c-c68d07f7e4c5',1,1,6,'icon_file_txt.svg',10),('24a58a3c-ab4d-454f-a1d6-0bec2f608341',1,1,6,'icon_file_odt.svg',10),('28ed7ba6-4edf-43cd-ba6d-971868d84bb8',1,1,6,'icon_file_md.svg',10),('2baaafa3-6232-4140-8a1f-c97059b08a35',1,1,6,'icon_file_svg.svg',10),('2ff13da4-e9d6-481a-934f-6c645516faec',1,1,6,'icon_file_jpg.svg',10),('3171a3e7-3b33-45ec-b42c-ea440c399b67',1,1,6,'icon_file_pptx.svg',10),('35f0e630-90a0-4324-8d04-fc4ac88e2a29',1,1,6,'icon_file_xml.svg',10),('3fdb7f44-f49f-4d3e-ad03-6b4d8ae95fa2',1,1,6,'icon_file_odp.svg',10),('47744816-20b5-415d-9a1a-769cf856e9a7',1,1,6,'icon_file_wav.svg',10),('507351c9-e660-4adb-8cd0-6499620965ac',1,1,6,'icon_file_csv.svg',10),('57e5364d-e565-46f1-8605-1865c6d2df8a',1,1,6,'icon_file_ods.svg',10),('60afdba3-015d-45b4-ab5a-2300a77cd5a2',1,1,6,'icon_file_mp4.svg',10),('66f7ff69-ee7d-4dba-8a72-486cdf10b138',1,1,6,'icon_file_xlsx.svg',10),('6d22635e-e52f-4654-b682-d83720fd4e95',1,1,6,'icon_file_gif.svg',10),('7c9fc167-46c7-43e1-b60b-bfd9a656d88f',1,1,6,'icon_file_mov.svg',10),('8851c13d-7a9c-4dc3-b90a-190ddd31c937',1,1,6,'icon_file_docx.svg',10),('96ae5519-4004-409b-a683-3f3d3717b1e4',1,1,6,'icon_file_flv.svg',10),('a4e55314-f1ca-4ac2-b998-4298f5bc69ed',1,1,6,'icon_file_png.svg',10),('a9745d73-0c29-424f-b7b6-fdeebbcffe05',1,1,6,'icon_file_tiff.svg',10),('bc1a5e61-83a8-4b16-a4ef-e3b483723774',1,1,6,'icon_file_avi.svg',10),('c2ee3253-b4f0-4ba9-aeb7-a6771fb62a5c',1,1,6,'icon_file_pdf.svg',10),('c9666c6a-c9a2-47ec-aa80-e5814c7b0e36',1,1,6,'icon_file_rtf.svg',10),('e4a8a16e-0631-4dae-b353-c892a7dd390c',1,1,6,'icon_file_ico.svg',10),('e89ef356-d6cc-445e-b491-98b3ef01580d',1,1,6,'icon_file_wma.svg',10),('f9604ac3-2161-4827-9b78-29386497fe5b',1,1,6,'icon_file_mp3.svg',10),('fcc4e7f7-b8e1-4130-bed6-bf6a53c9524f',1,1,6,'icon_file_bmp.svg',10);
/*!40000 ALTER TABLE `il_resource_revision` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_resource_stkh`
--

DROP TABLE IF EXISTS `il_resource_stkh`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_resource_stkh` (
  `id` varchar(64) NOT NULL DEFAULT '',
  `class_name` varchar(250) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_resource_stkh`
--

LOCK TABLES `il_resource_stkh` WRITE;
/*!40000 ALTER TABLE `il_resource_stkh` DISABLE KEYS */;
INSERT INTO `il_resource_stkh` VALUES ('file_icon','ILIAS\\File\\Icon\\ilObjFileIconStakeholder');
/*!40000 ALTER TABLE `il_resource_stkh` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_resource_stkh_u`
--

DROP TABLE IF EXISTS `il_resource_stkh_u`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_resource_stkh_u` (
  `rid` varchar(64) NOT NULL DEFAULT '',
  `stakeholder_id` varchar(64) DEFAULT NULL,
  PRIMARY KEY (`rid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_resource_stkh_u`
--

LOCK TABLES `il_resource_stkh_u` WRITE;
/*!40000 ALTER TABLE `il_resource_stkh_u` DISABLE KEYS */;
INSERT INTO `il_resource_stkh_u` VALUES ('208224f2-ed24-483d-bf4c-c68d07f7e4c5','file_icon'),('24a58a3c-ab4d-454f-a1d6-0bec2f608341','file_icon'),('28ed7ba6-4edf-43cd-ba6d-971868d84bb8','file_icon'),('2baaafa3-6232-4140-8a1f-c97059b08a35','file_icon'),('2ff13da4-e9d6-481a-934f-6c645516faec','file_icon'),('3171a3e7-3b33-45ec-b42c-ea440c399b67','file_icon'),('35f0e630-90a0-4324-8d04-fc4ac88e2a29','file_icon'),('3fdb7f44-f49f-4d3e-ad03-6b4d8ae95fa2','file_icon'),('47744816-20b5-415d-9a1a-769cf856e9a7','file_icon'),('507351c9-e660-4adb-8cd0-6499620965ac','file_icon'),('57e5364d-e565-46f1-8605-1865c6d2df8a','file_icon'),('60afdba3-015d-45b4-ab5a-2300a77cd5a2','file_icon'),('66f7ff69-ee7d-4dba-8a72-486cdf10b138','file_icon'),('6d22635e-e52f-4654-b682-d83720fd4e95','file_icon'),('7c9fc167-46c7-43e1-b60b-bfd9a656d88f','file_icon'),('8851c13d-7a9c-4dc3-b90a-190ddd31c937','file_icon'),('96ae5519-4004-409b-a683-3f3d3717b1e4','file_icon'),('a4e55314-f1ca-4ac2-b998-4298f5bc69ed','file_icon'),('a9745d73-0c29-424f-b7b6-fdeebbcffe05','file_icon'),('bc1a5e61-83a8-4b16-a4ef-e3b483723774','file_icon'),('c2ee3253-b4f0-4ba9-aeb7-a6771fb62a5c','file_icon'),('c9666c6a-c9a2-47ec-aa80-e5814c7b0e36','file_icon'),('e4a8a16e-0631-4dae-b353-c892a7dd390c','file_icon'),('e89ef356-d6cc-445e-b491-98b3ef01580d','file_icon'),('f9604ac3-2161-4827-9b78-29386497fe5b','file_icon'),('fcc4e7f7-b8e1-4130-bed6-bf6a53c9524f','file_icon');
/*!40000 ALTER TABLE `il_resource_stkh_u` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_subscribers`
--

DROP TABLE IF EXISTS `il_subscribers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_subscribers` (
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `subject` varchar(4000) DEFAULT NULL,
  `sub_time` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`usr_id`,`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_subscribers`
--

LOCK TABLES `il_subscribers` WRITE;
/*!40000 ALTER TABLE `il_subscribers` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_subscribers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_tag`
--

DROP TABLE IF EXISTS `il_tag`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_tag` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `obj_type` char(10) NOT NULL DEFAULT '',
  `sub_obj_id` int(11) NOT NULL DEFAULT '0',
  `sub_obj_type` char(10) NOT NULL DEFAULT '',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `tag` varchar(100) NOT NULL DEFAULT ' ',
  `is_offline` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`obj_id`,`obj_type`,`sub_obj_id`,`sub_obj_type`,`user_id`,`tag`),
  KEY `i1_idx` (`obj_id`,`obj_type`,`sub_obj_id`,`sub_obj_type`),
  KEY `i2_idx` (`tag`),
  KEY `i3_idx` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_tag`
--

LOCK TABLES `il_tag` WRITE;
/*!40000 ALTER TABLE `il_tag` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_tag` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_translations`
--

DROP TABLE IF EXISTS `il_translations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_translations` (
  `id` int(11) NOT NULL DEFAULT '0',
  `id_type` varchar(50) NOT NULL DEFAULT '',
  `lang_code` varchar(2) NOT NULL DEFAULT '',
  `title` varchar(256) DEFAULT NULL,
  `description` varchar(512) DEFAULT NULL,
  `lang_default` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`,`id_type`,`lang_code`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_translations`
--

LOCK TABLES `il_translations` WRITE;
/*!40000 ALTER TABLE `il_translations` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_translations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_upload_policy`
--

DROP TABLE IF EXISTS `il_upload_policy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_upload_policy` (
  `policy_id` bigint(20) NOT NULL,
  `title` varchar(256) NOT NULL,
  `upload_limit_in_mb` bigint(20) NOT NULL,
  `audience` varchar(512) NOT NULL,
  `audience_type` smallint(6) NOT NULL,
  `scope_definition` varchar(512) NOT NULL,
  `active` tinyint(4) NOT NULL,
  `valid_from` date DEFAULT NULL,
  `valid_until` date DEFAULT NULL,
  `owner` bigint(20) NOT NULL,
  `create_date` datetime NOT NULL,
  `last_update` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_upload_policy`
--

LOCK TABLES `il_upload_policy` WRITE;
/*!40000 ALTER TABLE `il_upload_policy` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_upload_policy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_upload_policy_seq`
--

DROP TABLE IF EXISTS `il_upload_policy_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_upload_policy_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_upload_policy_seq`
--

LOCK TABLES `il_upload_policy_seq` WRITE;
/*!40000 ALTER TABLE `il_upload_policy_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_upload_policy_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_verification`
--

DROP TABLE IF EXISTS `il_verification`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_verification` (
  `id` int(11) NOT NULL DEFAULT '0',
  `type` varchar(100) NOT NULL DEFAULT '',
  `parameters` varchar(1000) DEFAULT NULL,
  `raw_data` longtext,
  PRIMARY KEY (`id`,`type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_verification`
--

LOCK TABLES `il_verification` WRITE;
/*!40000 ALTER TABLE `il_verification` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_verification` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_wac_secure_path`
--

DROP TABLE IF EXISTS `il_wac_secure_path`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_wac_secure_path` (
  `path` varchar(64) NOT NULL DEFAULT ' ',
  `component_directory` varchar(256) DEFAULT NULL,
  `checking_class` varchar(256) DEFAULT NULL,
  `in_sec_folder` tinyint(4) DEFAULT NULL,
  PRIMARY KEY (`path`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_wac_secure_path`
--

LOCK TABLES `il_wac_secure_path` WRITE;
/*!40000 ALTER TABLE `il_wac_secure_path` DISABLE KEYS */;
INSERT INTO `il_wac_secure_path` VALUES ('assessment','[[softpath]]/Modules/Test','ilObjTestAccess',0),('chatroom','[[softpath]]/Modules/Chatroom','ilObjChatroomAccess',0),('container_data','[[softpath]]/Services/Container','ilContainerAccess',0),('css','[[softpath]]/Services/Style','ilContentStyleWAC',0),('custom_icons','[[softpath]]/Services/Object','ilObjectAccess',0),('ilBadge','[[softpath]]/Services/Badge','ilBadgeWAC',1),('ilBlog','[[softpath]]/Modules/Blog','ilObjBlogAccess',1),('ilBookingManager','[[softpath]]/Modules/BookingManager','ilObjBookingPoolAccess',0),('ilExercise','[[softpath]]/Modules/Exercise','ilObjExerciseAccess',0),('ilPoll','[[softpath]]/Modules/Poll','ilObjPollAccess',1),('ilPortfolio','[[softpath]]/Modules/Portfolio','ilPortfolioAccessHandler',1),('lm_data','[[softpath]]/Modules/LearningModule','ilObjLearningModuleAccess',0),('mobs','[[softpath]]/Services/MediaObjects','ilObjMediaObjectAccess',0),('previews','[[softpath]]/Modules/File','ilObjFileAccess',0),('rs','[[softpath]]/Services/ResourceStorage','ilWACSignedResourceStorage',1),('thumbs','[[softpath]]/Services/MediaObjects','ilObjMediaObjectAccess',0),('usr_images','[[softpath]]/Services/User','ilObjUserAccess',0);
/*!40000 ALTER TABLE `il_wac_secure_path` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_wiki_contributor`
--

DROP TABLE IF EXISTS `il_wiki_contributor`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_wiki_contributor` (
  `wiki_id` int(11) NOT NULL DEFAULT '0',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `status` int(11) DEFAULT NULL,
  `status_time` datetime DEFAULT NULL,
  PRIMARY KEY (`wiki_id`,`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_wiki_contributor`
--

LOCK TABLES `il_wiki_contributor` WRITE;
/*!40000 ALTER TABLE `il_wiki_contributor` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_wiki_contributor` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_wiki_data`
--

DROP TABLE IF EXISTS `il_wiki_data`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_wiki_data` (
  `id` int(11) NOT NULL DEFAULT '0',
  `startpage` varchar(200) DEFAULT NULL,
  `short` varchar(20) DEFAULT NULL,
  `is_online` tinyint(4) DEFAULT '0',
  `rating` tinyint(4) DEFAULT '0',
  `introduction` longtext,
  `public_notes` tinyint(4) DEFAULT '1',
  `imp_pages` tinyint(4) DEFAULT NULL,
  `page_toc` tinyint(4) DEFAULT NULL,
  `rating_side` tinyint(4) NOT NULL DEFAULT '0',
  `rating_new` tinyint(4) NOT NULL DEFAULT '0',
  `rating_ext` tinyint(4) NOT NULL DEFAULT '0',
  `rating_overall` tinyint(4) DEFAULT '0',
  `empty_page_templ` tinyint(4) NOT NULL DEFAULT '1',
  `link_md_values` tinyint(4) DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_wiki_data`
--

LOCK TABLES `il_wiki_data` WRITE;
/*!40000 ALTER TABLE `il_wiki_data` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_wiki_data` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_wiki_imp_pages`
--

DROP TABLE IF EXISTS `il_wiki_imp_pages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_wiki_imp_pages` (
  `wiki_id` int(11) NOT NULL DEFAULT '0',
  `ord` int(11) NOT NULL DEFAULT '0',
  `indent` tinyint(4) NOT NULL DEFAULT '0',
  `page_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`wiki_id`,`page_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_wiki_imp_pages`
--

LOCK TABLES `il_wiki_imp_pages` WRITE;
/*!40000 ALTER TABLE `il_wiki_imp_pages` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_wiki_imp_pages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_wiki_missing_page`
--

DROP TABLE IF EXISTS `il_wiki_missing_page`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_wiki_missing_page` (
  `wiki_id` int(11) NOT NULL DEFAULT '0',
  `source_id` int(11) NOT NULL DEFAULT '0',
  `target_name` varchar(200) NOT NULL DEFAULT '',
  `lang` varchar(5) NOT NULL DEFAULT '-',
  PRIMARY KEY (`wiki_id`,`source_id`,`target_name`,`lang`),
  KEY `i1_idx` (`wiki_id`,`target_name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_wiki_missing_page`
--

LOCK TABLES `il_wiki_missing_page` WRITE;
/*!40000 ALTER TABLE `il_wiki_missing_page` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_wiki_missing_page` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_wiki_page`
--

DROP TABLE IF EXISTS `il_wiki_page`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_wiki_page` (
  `id` int(11) NOT NULL DEFAULT '0',
  `title` varchar(200) DEFAULT NULL,
  `wiki_id` int(11) NOT NULL DEFAULT '0',
  `blocked` tinyint(4) DEFAULT NULL,
  `rating` tinyint(4) NOT NULL DEFAULT '0',
  `hide_adv_md` tinyint(4) DEFAULT '0',
  `lang` varchar(10) NOT NULL DEFAULT '-',
  PRIMARY KEY (`id`,`lang`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_wiki_page`
--

LOCK TABLES `il_wiki_page` WRITE;
/*!40000 ALTER TABLE `il_wiki_page` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_wiki_page` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `il_wiki_page_seq`
--

DROP TABLE IF EXISTS `il_wiki_page_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `il_wiki_page_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `il_wiki_page_seq`
--

LOCK TABLES `il_wiki_page_seq` WRITE;
/*!40000 ALTER TABLE `il_wiki_page_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `il_wiki_page_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `int_link`
--

DROP TABLE IF EXISTS `int_link`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `int_link` (
  `source_type` varchar(10) NOT NULL DEFAULT ' ',
  `source_id` int(11) NOT NULL DEFAULT '0',
  `target_type` varchar(10) NOT NULL DEFAULT ' ',
  `target_id` int(11) NOT NULL DEFAULT '0',
  `target_inst` int(11) NOT NULL DEFAULT '0',
  `source_lang` varchar(2) NOT NULL DEFAULT '-',
  PRIMARY KEY (`source_type`,`source_id`,`source_lang`,`target_type`,`target_id`,`target_inst`),
  KEY `ta_idx` (`target_type`,`target_id`,`target_inst`),
  KEY `so_idx` (`source_type`,`source_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `int_link`
--

LOCK TABLES `int_link` WRITE;
/*!40000 ALTER TABLE `int_link` DISABLE KEYS */;
/*!40000 ALTER TABLE `int_link` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `item_group_item`
--

DROP TABLE IF EXISTS `item_group_item`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `item_group_item` (
  `item_group_id` int(11) NOT NULL DEFAULT '0',
  `item_ref_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`item_group_id`,`item_ref_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `item_group_item`
--

LOCK TABLES `item_group_item` WRITE;
/*!40000 ALTER TABLE `item_group_item` DISABLE KEYS */;
/*!40000 ALTER TABLE `item_group_item` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `itgr_data`
--

DROP TABLE IF EXISTS `itgr_data`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `itgr_data` (
  `id` int(11) NOT NULL DEFAULT '0',
  `hide_title` tinyint(4) NOT NULL DEFAULT '0',
  `behaviour` tinyint(4) DEFAULT '0',
  `list_presentation` varchar(10) DEFAULT NULL,
  `tile_size` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `itgr_data`
--

LOCK TABLES `itgr_data` WRITE;
/*!40000 ALTER TABLE `itgr_data` DISABLE KEYS */;
/*!40000 ALTER TABLE `itgr_data` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `last_visited`
--

DROP TABLE IF EXISTS `last_visited`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `last_visited` (
  `user_id` int(11) NOT NULL DEFAULT '0',
  `nr` int(11) NOT NULL DEFAULT '0',
  `ref_id` int(11) NOT NULL DEFAULT '0',
  `type` varchar(10) NOT NULL DEFAULT '',
  `sub_obj_id` varchar(40) DEFAULT NULL,
  `goto_link` varchar(1000) DEFAULT NULL,
  PRIMARY KEY (`user_id`,`nr`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `last_visited`
--

LOCK TABLES `last_visited` WRITE;
/*!40000 ALTER TABLE `last_visited` DISABLE KEYS */;
/*!40000 ALTER TABLE `last_visited` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ldap_attribute_mapping`
--

DROP TABLE IF EXISTS `ldap_attribute_mapping`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ldap_attribute_mapping` (
  `server_id` int(11) NOT NULL DEFAULT '0',
  `keyword` varchar(32) NOT NULL DEFAULT ' ',
  `value` varchar(255) DEFAULT NULL,
  `perform_update` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`server_id`,`keyword`),
  KEY `i1_idx` (`server_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ldap_attribute_mapping`
--

LOCK TABLES `ldap_attribute_mapping` WRITE;
/*!40000 ALTER TABLE `ldap_attribute_mapping` DISABLE KEYS */;
/*!40000 ALTER TABLE `ldap_attribute_mapping` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ldap_rg_mapping`
--

DROP TABLE IF EXISTS `ldap_rg_mapping`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ldap_rg_mapping` (
  `mapping_id` int(11) NOT NULL DEFAULT '0',
  `server_id` int(11) NOT NULL DEFAULT '0',
  `url` varchar(255) DEFAULT NULL,
  `dn` varchar(255) DEFAULT NULL,
  `member_attribute` varchar(64) DEFAULT NULL,
  `member_isdn` tinyint(4) NOT NULL DEFAULT '0',
  `role` int(11) NOT NULL DEFAULT '0',
  `mapping_info` varchar(4000) DEFAULT NULL,
  `mapping_info_type` tinyint(4) NOT NULL DEFAULT '1',
  PRIMARY KEY (`mapping_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ldap_rg_mapping`
--

LOCK TABLES `ldap_rg_mapping` WRITE;
/*!40000 ALTER TABLE `ldap_rg_mapping` DISABLE KEYS */;
/*!40000 ALTER TABLE `ldap_rg_mapping` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ldap_rg_mapping_seq`
--

DROP TABLE IF EXISTS `ldap_rg_mapping_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ldap_rg_mapping_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ldap_rg_mapping_seq`
--

LOCK TABLES `ldap_rg_mapping_seq` WRITE;
/*!40000 ALTER TABLE `ldap_rg_mapping_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `ldap_rg_mapping_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ldap_role_assignments`
--

DROP TABLE IF EXISTS `ldap_role_assignments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ldap_role_assignments` (
  `server_id` int(11) NOT NULL DEFAULT '0',
  `rule_id` int(11) NOT NULL DEFAULT '0',
  `type` tinyint(4) NOT NULL DEFAULT '0',
  `dn` varchar(1000) DEFAULT NULL,
  `attribute` varchar(32) DEFAULT NULL,
  `isdn` tinyint(4) NOT NULL DEFAULT '0',
  `att_name` varchar(255) DEFAULT NULL,
  `att_value` varchar(255) DEFAULT NULL,
  `role_id` int(11) NOT NULL DEFAULT '0',
  `add_on_update` tinyint(4) DEFAULT NULL,
  `remove_on_update` tinyint(4) DEFAULT NULL,
  `plugin_id` int(11) DEFAULT NULL,
  PRIMARY KEY (`server_id`,`rule_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ldap_role_assignments`
--

LOCK TABLES `ldap_role_assignments` WRITE;
/*!40000 ALTER TABLE `ldap_role_assignments` DISABLE KEYS */;
/*!40000 ALTER TABLE `ldap_role_assignments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ldap_role_assignments_seq`
--

DROP TABLE IF EXISTS `ldap_role_assignments_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ldap_role_assignments_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ldap_role_assignments_seq`
--

LOCK TABLES `ldap_role_assignments_seq` WRITE;
/*!40000 ALTER TABLE `ldap_role_assignments_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `ldap_role_assignments_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ldap_server_settings`
--

DROP TABLE IF EXISTS `ldap_server_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ldap_server_settings` (
  `server_id` int(11) NOT NULL DEFAULT '0',
  `active` int(11) NOT NULL DEFAULT '0',
  `name` varchar(32) DEFAULT NULL,
  `url` varchar(255) DEFAULT NULL,
  `version` int(11) NOT NULL DEFAULT '0',
  `base_dn` varchar(255) DEFAULT NULL,
  `referrals` int(11) NOT NULL DEFAULT '0',
  `tls` int(11) NOT NULL DEFAULT '0',
  `bind_type` int(11) NOT NULL DEFAULT '0',
  `bind_user` varchar(255) DEFAULT NULL,
  `bind_pass` varchar(100) DEFAULT NULL,
  `search_base` varchar(255) DEFAULT NULL,
  `user_scope` tinyint(4) NOT NULL DEFAULT '0',
  `user_attribute` varchar(255) DEFAULT NULL,
  `filter` varchar(512) DEFAULT NULL,
  `group_dn` varchar(255) DEFAULT NULL,
  `group_scope` tinyint(4) NOT NULL DEFAULT '0',
  `group_filter` varchar(255) DEFAULT NULL,
  `group_member` varchar(255) DEFAULT NULL,
  `group_memberisdn` tinyint(4) NOT NULL DEFAULT '0',
  `group_name` varchar(255) DEFAULT NULL,
  `group_attribute` varchar(64) DEFAULT NULL,
  `group_optional` tinyint(4) NOT NULL DEFAULT '0',
  `group_user_filter` varchar(255) DEFAULT NULL,
  `sync_on_login` tinyint(4) NOT NULL DEFAULT '0',
  `sync_per_cron` tinyint(4) NOT NULL DEFAULT '0',
  `role_sync_active` tinyint(4) NOT NULL DEFAULT '0',
  `role_bind_dn` varchar(255) DEFAULT NULL,
  `role_bind_pass` varchar(100) DEFAULT NULL,
  `migration` tinyint(4) NOT NULL DEFAULT '0',
  `authentication` tinyint(4) NOT NULL DEFAULT '1',
  `authentication_type` tinyint(4) NOT NULL DEFAULT '0',
  `username_filter` varchar(255) DEFAULT NULL,
  `escape_dn` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`server_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ldap_server_settings`
--

LOCK TABLES `ldap_server_settings` WRITE;
/*!40000 ALTER TABLE `ldap_server_settings` DISABLE KEYS */;
/*!40000 ALTER TABLE `ldap_server_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ldap_server_settings_seq`
--

DROP TABLE IF EXISTS `ldap_server_settings_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ldap_server_settings_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ldap_server_settings_seq`
--

LOCK TABLES `ldap_server_settings_seq` WRITE;
/*!40000 ALTER TABLE `ldap_server_settings_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `ldap_server_settings_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ldoc_acceptance_track`
--

DROP TABLE IF EXISTS `ldoc_acceptance_track`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ldoc_acceptance_track` (
  `tosv_id` int(11) NOT NULL DEFAULT '0',
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `ts` int(11) NOT NULL DEFAULT '0',
  `criteria` longtext,
  PRIMARY KEY (`tosv_id`,`usr_id`,`ts`),
  KEY `i1_idx` (`usr_id`,`ts`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ldoc_acceptance_track`
--

LOCK TABLES `ldoc_acceptance_track` WRITE;
/*!40000 ALTER TABLE `ldoc_acceptance_track` DISABLE KEYS */;
/*!40000 ALTER TABLE `ldoc_acceptance_track` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ldoc_acceptance_track_seq`
--

DROP TABLE IF EXISTS `ldoc_acceptance_track_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ldoc_acceptance_track_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ldoc_acceptance_track_seq`
--

LOCK TABLES `ldoc_acceptance_track_seq` WRITE;
/*!40000 ALTER TABLE `ldoc_acceptance_track_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `ldoc_acceptance_track_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ldoc_criteria`
--

DROP TABLE IF EXISTS `ldoc_criteria`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ldoc_criteria` (
  `id` int(11) NOT NULL DEFAULT '0',
  `doc_id` int(11) NOT NULL DEFAULT '0',
  `criterion_id` varchar(50) NOT NULL,
  `criterion_value` varchar(255) DEFAULT NULL,
  `assigned_ts` int(11) NOT NULL DEFAULT '0',
  `modification_ts` int(11) NOT NULL DEFAULT '0',
  `owner_usr_id` int(11) NOT NULL DEFAULT '0',
  `last_modified_usr_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ldoc_criteria`
--

LOCK TABLES `ldoc_criteria` WRITE;
/*!40000 ALTER TABLE `ldoc_criteria` DISABLE KEYS */;
/*!40000 ALTER TABLE `ldoc_criteria` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ldoc_criteria_seq`
--

DROP TABLE IF EXISTS `ldoc_criteria_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ldoc_criteria_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ldoc_criteria_seq`
--

LOCK TABLES `ldoc_criteria_seq` WRITE;
/*!40000 ALTER TABLE `ldoc_criteria_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `ldoc_criteria_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ldoc_documents`
--

DROP TABLE IF EXISTS `ldoc_documents`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ldoc_documents` (
  `id` int(11) NOT NULL DEFAULT '0',
  `title` varchar(255) DEFAULT NULL,
  `creation_ts` int(11) NOT NULL DEFAULT '0',
  `modification_ts` int(11) NOT NULL DEFAULT '0',
  `sorting` int(11) NOT NULL DEFAULT '0',
  `owner_usr_id` int(11) NOT NULL DEFAULT '0',
  `last_modified_usr_id` int(11) NOT NULL DEFAULT '0',
  `text` longtext,
  `provider` varchar(255) NOT NULL DEFAULT 'tos',
  `hash` varchar(255) NOT NULL DEFAULT '',
  `type` varchar(255) NOT NULL DEFAULT 'html',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ldoc_documents`
--

LOCK TABLES `ldoc_documents` WRITE;
/*!40000 ALTER TABLE `ldoc_documents` DISABLE KEYS */;
/*!40000 ALTER TABLE `ldoc_documents` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ldoc_documents_seq`
--

DROP TABLE IF EXISTS `ldoc_documents_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ldoc_documents_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ldoc_documents_seq`
--

LOCK TABLES `ldoc_documents_seq` WRITE;
/*!40000 ALTER TABLE `ldoc_documents_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `ldoc_documents_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ldoc_versions`
--

DROP TABLE IF EXISTS `ldoc_versions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ldoc_versions` (
  `id` int(11) NOT NULL DEFAULT '0',
  `text` longtext,
  `hash` varchar(32) DEFAULT NULL,
  `ts` int(11) NOT NULL DEFAULT '0',
  `doc_id` int(11) NOT NULL DEFAULT '0',
  `title` text,
  `type` varchar(255) NOT NULL DEFAULT 'html',
  `provider` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `i1_idx` (`hash`,`doc_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ldoc_versions`
--

LOCK TABLES `ldoc_versions` WRITE;
/*!40000 ALTER TABLE `ldoc_versions` DISABLE KEYS */;
/*!40000 ALTER TABLE `ldoc_versions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ldoc_versions_seq`
--

DROP TABLE IF EXISTS `ldoc_versions_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ldoc_versions_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ldoc_versions_seq`
--

LOCK TABLES `ldoc_versions_seq` WRITE;
/*!40000 ALTER TABLE `ldoc_versions_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `ldoc_versions_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `like_data`
--

DROP TABLE IF EXISTS `like_data`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `like_data` (
  `user_id` int(11) NOT NULL DEFAULT '0',
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `obj_type` varchar(40) NOT NULL,
  `sub_obj_id` int(11) NOT NULL DEFAULT '0',
  `sub_obj_type` varchar(40) NOT NULL,
  `news_id` int(11) NOT NULL DEFAULT '0',
  `like_type` int(11) NOT NULL DEFAULT '0',
  `exp_ts` datetime NOT NULL,
  PRIMARY KEY (`user_id`,`obj_id`,`obj_type`,`sub_obj_id`,`sub_obj_type`,`news_id`,`like_type`),
  KEY `i1_idx` (`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `like_data`
--

LOCK TABLES `like_data` WRITE;
/*!40000 ALTER TABLE `like_data` DISABLE KEYS */;
/*!40000 ALTER TABLE `like_data` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `link_check`
--

DROP TABLE IF EXISTS `link_check`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `link_check` (
  `id` int(11) NOT NULL DEFAULT '0',
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `page_id` int(11) NOT NULL DEFAULT '0',
  `url` varchar(255) DEFAULT NULL,
  `parent_type` varchar(8) DEFAULT NULL,
  `http_status_code` int(11) NOT NULL DEFAULT '0',
  `last_check` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `i1_idx` (`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `link_check`
--

LOCK TABLES `link_check` WRITE;
/*!40000 ALTER TABLE `link_check` DISABLE KEYS */;
/*!40000 ALTER TABLE `link_check` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `link_check_report`
--

DROP TABLE IF EXISTS `link_check_report`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `link_check_report` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `usr_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`obj_id`,`usr_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `link_check_report`
--

LOCK TABLES `link_check_report` WRITE;
/*!40000 ALTER TABLE `link_check_report` DISABLE KEYS */;
/*!40000 ALTER TABLE `link_check_report` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `link_check_seq`
--

DROP TABLE IF EXISTS `link_check_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `link_check_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `link_check_seq`
--

LOCK TABLES `link_check_seq` WRITE;
/*!40000 ALTER TABLE `link_check_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `link_check_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lm_data`
--

DROP TABLE IF EXISTS `lm_data`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lm_data` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `title` varchar(200) DEFAULT NULL,
  `type` char(2) DEFAULT NULL,
  `lm_id` int(11) NOT NULL DEFAULT '0',
  `import_id` varchar(50) DEFAULT NULL,
  `public_access` char(1) DEFAULT 'n',
  `create_date` datetime DEFAULT NULL,
  `last_update` datetime DEFAULT NULL,
  `active` char(1) DEFAULT 'y',
  `layout` varchar(100) DEFAULT NULL,
  `short_title` varchar(200) DEFAULT NULL,
  PRIMARY KEY (`obj_id`),
  KEY `i1_idx` (`lm_id`),
  KEY `i2_idx` (`type`),
  KEY `im_idx` (`import_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lm_data`
--

LOCK TABLES `lm_data` WRITE;
/*!40000 ALTER TABLE `lm_data` DISABLE KEYS */;
INSERT INTO `lm_data` VALUES (1,'dummy','du',0,'','n',NULL,NULL,'y','',NULL);
/*!40000 ALTER TABLE `lm_data` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lm_data_seq`
--

DROP TABLE IF EXISTS `lm_data_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lm_data_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lm_data_seq`
--

LOCK TABLES `lm_data_seq` WRITE;
/*!40000 ALTER TABLE `lm_data_seq` DISABLE KEYS */;
INSERT INTO `lm_data_seq` VALUES (1);
/*!40000 ALTER TABLE `lm_data_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lm_data_transl`
--

DROP TABLE IF EXISTS `lm_data_transl`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lm_data_transl` (
  `id` int(11) NOT NULL DEFAULT '0',
  `lang` varchar(2) NOT NULL DEFAULT '',
  `title` varchar(200) DEFAULT NULL,
  `create_date` datetime DEFAULT NULL,
  `last_update` datetime DEFAULT NULL,
  `short_title` varchar(200) DEFAULT NULL,
  PRIMARY KEY (`id`,`lang`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lm_data_transl`
--

LOCK TABLES `lm_data_transl` WRITE;
/*!40000 ALTER TABLE `lm_data_transl` DISABLE KEYS */;
/*!40000 ALTER TABLE `lm_data_transl` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lm_glossaries`
--

DROP TABLE IF EXISTS `lm_glossaries`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lm_glossaries` (
  `lm_id` int(11) NOT NULL DEFAULT '0',
  `glo_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`lm_id`,`glo_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lm_glossaries`
--

LOCK TABLES `lm_glossaries` WRITE;
/*!40000 ALTER TABLE `lm_glossaries` DISABLE KEYS */;
/*!40000 ALTER TABLE `lm_glossaries` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lm_menu`
--

DROP TABLE IF EXISTS `lm_menu`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lm_menu` (
  `id` int(11) NOT NULL DEFAULT '0',
  `lm_id` int(11) NOT NULL DEFAULT '0',
  `link_type` char(6) DEFAULT 'extern',
  `title` varchar(200) DEFAULT NULL,
  `target` varchar(200) DEFAULT NULL,
  `link_ref_id` int(11) DEFAULT NULL,
  `active` char(1) DEFAULT 'n',
  PRIMARY KEY (`id`),
  KEY `i1_idx` (`link_type`),
  KEY `i2_idx` (`lm_id`),
  KEY `i3_idx` (`active`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lm_menu`
--

LOCK TABLES `lm_menu` WRITE;
/*!40000 ALTER TABLE `lm_menu` DISABLE KEYS */;
/*!40000 ALTER TABLE `lm_menu` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lm_menu_seq`
--

DROP TABLE IF EXISTS `lm_menu_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lm_menu_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lm_menu_seq`
--

LOCK TABLES `lm_menu_seq` WRITE;
/*!40000 ALTER TABLE `lm_menu_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `lm_menu_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lm_read_event`
--

DROP TABLE IF EXISTS `lm_read_event`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lm_read_event` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `read_count` int(11) NOT NULL DEFAULT '0',
  `spent_seconds` int(11) NOT NULL DEFAULT '0',
  `last_access` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`obj_id`,`usr_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lm_read_event`
--

LOCK TABLES `lm_read_event` WRITE;
/*!40000 ALTER TABLE `lm_read_event` DISABLE KEYS */;
/*!40000 ALTER TABLE `lm_read_event` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lm_tree`
--

DROP TABLE IF EXISTS `lm_tree`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lm_tree` (
  `lm_id` int(11) NOT NULL DEFAULT '0',
  `child` int(11) NOT NULL DEFAULT '0',
  `parent` int(11) DEFAULT NULL,
  `lft` int(11) NOT NULL DEFAULT '0',
  `rgt` int(11) NOT NULL DEFAULT '0',
  `depth` smallint(6) NOT NULL DEFAULT '0',
  PRIMARY KEY (`lm_id`,`child`),
  KEY `i1_idx` (`child`),
  KEY `i2_idx` (`parent`),
  KEY `i3_idx` (`lm_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lm_tree`
--

LOCK TABLES `lm_tree` WRITE;
/*!40000 ALTER TABLE `lm_tree` DISABLE KEYS */;
/*!40000 ALTER TABLE `lm_tree` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lng_data`
--

DROP TABLE IF EXISTS `lng_data`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lng_data` (
  `module` varchar(30) NOT NULL DEFAULT ' ',
  `identifier` varchar(200) NOT NULL DEFAULT ' ',
  `lang_key` char(2) NOT NULL DEFAULT '',
  `value` varchar(4000) DEFAULT NULL,
  `local_change` datetime DEFAULT NULL,
  `remarks` varchar(250) DEFAULT NULL,
  PRIMARY KEY (`module`,`identifier`,`lang_key`),
  KEY `i1_idx` (`module`),
  KEY `i2_idx` (`lang_key`),
  KEY `i3_idx` (`local_change`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lng_data`
--

LOCK TABLES `lng_data` WRITE;
/*!40000 ALTER TABLE `lng_data` DISABLE KEYS */;
INSERT INTO `lng_data` VALUES ('acc','acc_add_document_btn_label','en','Add Document',NULL,NULL),('acc','acc_criterion_assignment_must_be_unique_insert','en','It is not possible to set the language you have selected as the criterion for displaying this document, as it has already been set as the criterion for displaying a different Accessibility document.',NULL,NULL),('acc','acc_criterion_assignment_must_be_unique_update','en','It is not possible to change the criterion for displaying this document to the language you have selected. That language is being used as the criterion for displaying a different Accessibility document.',NULL,NULL),('acc','acc_crit_type_usr_language','en','Profile Language',NULL,NULL),('acc','acc_ctrl_cpt_txt','en','Accessibility Documents',NULL,NULL),('acc','acc_deleted_documents_p','en','The documents have been deleted.',NULL,NULL),('acc','acc_deleted_documents_s','en','The document has been deleted.',NULL,NULL),('acc','acc_document','en','Document',NULL,NULL),('acc','acc_doc_crit_attached','en','The criterion for displaying this Accessibility document has been set successfully.',NULL,NULL),('acc','acc_doc_crit_changed','en','The criterion for displaying this Accessibility document has been changed.',NULL,NULL),('acc','acc_doc_crit_detached','en','The criterion for displaying this Accessibility document has been removed.',NULL,NULL),('acc','acc_doc_delete','en','Delete Document',NULL,NULL),('acc','acc_doc_detach_crit_confirm_title','en','Remove Language Criterion',NULL,NULL),('acc','acc_doc_sure_detach_crit','en','Are you sure that you no longer want this language to be the criterion for displaying this Accessibility document?',NULL,NULL),('acc','acc_form_attach_criterion_head','en','Select Language Criterion for Displaying Accessibility Info Document',NULL,NULL),('acc','acc_form_criterion','en','Criterion',NULL,NULL),('acc','acc_form_document','en','Document',NULL,NULL),('acc','acc_form_document_content_changed','en','The uploaded file has had its html &lt;head&gt; information removed by ILIAS. Please check the result and upload a new file if necessary.',NULL,NULL),('acc','acc_form_document_info','en','Please select a file from your local filesystem. You can either upload a plain text file, or a simple HTML file. HTML files will have their &lt;head&gt; information removed – only the contents of the body element will be used.',NULL,NULL),('acc','acc_form_document_new','en','Change Content',NULL,NULL),('acc','acc_form_document_new_info','en','Here you can select a file from your local filesystem to change the contents of this Accessibility document. You can either upload a plain text file, or a simple HTML file. HTML files will have their &lt;head&gt; information removed - only the contents of the body element will be used. The existing contents of the Accessibility document will be replaced. The document’s acceptance history will not be affected.',NULL,NULL),('acc','acc_form_document_title','en','Title',NULL,NULL),('acc','acc_form_document_title_info','en','Please enter a title for the document.',NULL,NULL),('acc','acc_form_edit_criterion_head','en','Edit Language Criterion',NULL,NULL),('acc','acc_form_edit_doc_head','en','Edit Document',NULL,NULL),('acc','acc_form_new_doc_head','en','Create Document',NULL,NULL),('acc','acc_forward_mail','en','Forward Mail',NULL,NULL),('acc','acc_function','en','Function',NULL,NULL),('acc','acc_last_rep_visited','en','Repository/Last Visited',NULL,NULL),('acc','acc_saved_sorting','en','The new order has been saved.',NULL,NULL),('acc','acc_sure_delete_documents_p','en','Are you sure you want to delete the selected documents?',NULL,NULL),('acc','acc_sure_delete_documents_s','en','Are you sure you want to delete this document?',NULL,NULL),('acc','acc_tbl_docs_action_add_criterion','en','Add Criterion',NULL,NULL),('acc','acc_tbl_docs_cell_not_criterion','en','No language criterion assigned',NULL,NULL),('acc','acc_tbl_docs_head_created','en','Creation Date',NULL,NULL),('acc','acc_tbl_docs_head_criteria','en','Criterion',NULL,NULL),('acc','acc_tbl_docs_head_last_change','en','Last Change',NULL,NULL),('acc','acc_tbl_docs_head_sorting','en','Order',NULL,NULL),('acc','acc_tbl_docs_head_title','en','Title',NULL,NULL),('acc','acc_tbl_docs_title','en','Documents',NULL,NULL),('acc','acc_tree_off','en','Tree Off',NULL,NULL),('acc','acc_tree_on','en','Tree On',NULL,NULL),('adm','adm_accessibility_contacts','en','Contact Point for Accessibility Issues',NULL,NULL),('adm','adm_accessibility_contacts_info','en','Contacts for the ‘Report Accessibility Issue’ link in your installation’s footer. Comma-separated list of account usernames (logins).',NULL,NULL),('adm','adm_acc_ctrl_cpt_desc','en','Display the link to your Accessibility document in the footer of your installation.',NULL,NULL),('adm','adm_acc_ctrl_cpt_enable','en','Accessibility Link in Footer',NULL,NULL),('adm','adm_awrn_support_contacts_info','en','All users assigned as contacts for technical support are listed. Users can be assigned to the list of technical support contacts in the administration section \'System Settings and Maintenance » General Settings\', tab \'Contact Information\'.',NULL,NULL),('adm','adm_support_contacts','en','Technical Support',NULL,NULL),('adm','adm_support_contacts_info','en','Please enter the login names of the people who can be contacted with questions and technical problems here, separated by commas. They can be contacted by e-mail via the \"Contact technical support\" link in the ILIAS footer. If the \"Who is online?\" display is active, these people will also be displayed there as technical support.',NULL,NULL),('administration','adm_achievements','en','Achievements',NULL,NULL),('administration','adm_activate_db_benchmark','en','Activate Benchmarking',NULL,NULL),('administration','adm_activate_db_benchmark_desc','en','Benchmarking will be automatically disabled after one request.',NULL,NULL),('administration','adm_adm_role_protect','en','Protect Administrator Role',NULL,NULL),('administration','adm_adm_role_protect_info','en','Only allow administrators to assign or remove users from the role of administrator.',NULL,NULL),('administration','adm_auth_login','en','Authentication Login',NULL,NULL),('administration','adm_auth_reg','en','Authentication Registration',NULL,NULL),('administration','adm_communication','en','Communication',NULL,NULL),('administration','adm_db_benchmark','en','DB Benchmark',NULL,NULL),('administration','adm_db_benchmark_user','en','User Account Name',NULL,NULL),('administration','adm_db_benchmark_user_desc','en','Measurements will be made for this user only. The username entered should not belong to the user initiating the benchmarking.',NULL,NULL),('administration','adm_db_bench_by_first_table','en','Aggregated by First Table in SQL',NULL,NULL),('administration','adm_db_bench_chronological','en','Chronological',NULL,NULL),('administration','adm_db_bench_slowest_first','en','Slowest First',NULL,NULL),('administration','adm_db_bench_sorted_by_sql','en','Sorted by SQL',NULL,NULL),('administration','adm_extending_ilias','en','Extending ILIAS',NULL,NULL),('administration','adm_external_setting_edit','en','Edit Settings',NULL,NULL),('administration','adm_hide','en','Hide in Settings Form',NULL,NULL),('administration','adm_hide_tabs','en','Hide Tabs',NULL,NULL),('administration','adm_https','en','HTTPS',NULL,NULL),('administration','adm_imprint','en','Legal Notice',NULL,NULL),('administration','adm_imprint_inactive','en','Legal notice is not active and users are not able to access it.',NULL,NULL),('administration','adm_item_cmd_asynch','en','Load Resource Action Lists Asynchronously',NULL,NULL),('administration','adm_item_cmd_asynch_info','en','Action commands, e.g. in the repository, are loaded asynchronously. This increases performance in general, but slows down loading of action command lists a little bit.',NULL,NULL),('administration','adm_layout_and_navigation','en','Layout and Navigation',NULL,NULL),('administration','adm_legal_regulations','en','Legal Regulations',NULL,NULL),('administration','adm_locale','en','Locale',NULL,NULL),('administration','adm_locale_info','en','Locale setting influences e.g. sorting in lists. Examples are nl_NL or de_DE. Multiple locales can be separated by comma. The first valid one will be used.',NULL,NULL),('administration','adm_maintenance','en','System Settings and Maintenance',NULL,NULL),('administration','adm_missing_entries','en','Missing Entries',NULL,NULL),('administration','adm_missing_entry_add','en','Add New Entry',NULL,NULL),('administration','adm_missing_entry_add_action','en','Add',NULL,NULL),('administration','adm_nr_statements','en','Number of Statements',NULL,NULL),('administration','adm_personal_workspace','en','Personal Workspace',NULL,NULL),('administration','adm_predefined_settings','en','Predefined Settings',NULL,NULL),('administration','adm_pub_section_domain_filter','en','Domain Filter',NULL,NULL),('administration','adm_pub_section_domain_filter_info','en','Domain filters granting anonymous access. Enter one ore more domains, which allow anonymous access.',NULL,NULL),('administration','adm_repository_and_objects','en','Repository and Objects',NULL,NULL),('administration','adm_rep_shorten_description','en','Limited Length of Descriptions',NULL,NULL),('administration','adm_rep_shorten_description_info','en','If activated all descriptions in object lists are presented with a maximum number of characters.',NULL,NULL),('administration','adm_rep_shorten_description_length','en','Maximum number of characters',NULL,NULL),('administration','adm_rep_tree_all_types','en','All Object Types',NULL,NULL),('administration','adm_rep_tree_all_types_info','en','All object types are presented in the Tree View (Slate).',NULL,NULL),('administration','adm_rep_tree_limit_grp_crs','en','Show only in courses and groups.',NULL,NULL),('administration','adm_rep_tree_limit_grp_crs_info','en','The Tree View shows all objects only within courses and groups. Outside courses and groups, only container objects are presented.',NULL,NULL),('administration','adm_rep_tree_only_cntr','en','Container Objects Only',NULL,NULL),('administration','adm_rep_tree_only_cntr_info','en','Only objects of type Study Programme, Category, Course, Group and Learning Sequence are presented in the Tree View.',NULL,NULL),('administration','adm_rep_tree_presentation','en','Tree View of Repository',NULL,NULL),('administration','adm_search_and_find','en','Search and Find',NULL,NULL),('administration','adm_show_comments_tagging_in_lists','en','Show Number of Notes, Comments and Tags in Object Lists',NULL,NULL),('administration','adm_show_comments_tagging_in_lists_tags','en','Display tags instead of number',NULL,NULL),('administration','adm_sql','en','SQL',NULL,NULL),('administration','adm_table','en','Table',NULL,NULL),('administration','adm_time','en','Time',NULL,NULL),('administration','adm_user_administration','en','Users and Roles',NULL,NULL),('administration','adm_user_starting_point','en','Personal Starting Point',NULL,NULL),('administration','adm_user_starting_point_info','en','Select the page or object which is to be shown after login.',NULL,NULL),('administration','adm_user_starting_point_inherit','en','Use Standard Settings',NULL,NULL),('administration','adm_user_starting_point_inherit_info','en','Use the standard global settings as set by the administrator of your platform.',NULL,NULL),('administration','adm_user_starting_point_invalid_info','en','This feature is currently not active.',NULL,NULL),('administration','adm_user_starting_point_object','en','Repository Object',NULL,NULL),('administration','adm_user_starting_point_personal','en','Personal Setting',NULL,NULL),('administration','adm_user_starting_point_personal_info','en','Users may select their own starting page.',NULL,NULL),('administration','adm_user_starting_point_ref_id','en','Reference ID',NULL,NULL),('administration','adm_user_starting_point_ref_id_info','en','Open the object that you would like to use as your Personal Starting Point and copy the number directly following \"ref_id=\" in the browser bar into the text input field above.',NULL,NULL),('administration','adm_value','en','Predefined Value',NULL,NULL),('administration','allow_change_loginname','en','Permit Change of Login Names in ‘Personal Data’',NULL,NULL),('administration','analysis_options','en','Analysis options',NULL,NULL),('administration','analyze_data','en','Analyse and repair data integrity',NULL,NULL),('administration','analyzing_tree_structure','en','Analysing tree structure…',NULL,NULL),('administration','apache_auth_authenticate_on_login_page','en','Try Apache authentication when entering the login page',NULL,NULL),('administration','apache_auth_domains','en','Allowed Redirection Domains',NULL,NULL),('administration','apache_auth_domains_description','en','Enter one domain per line to allow redirection to this target.<br/>If ILIAS is reachable by more than one domain please enter all target you want to allow.<br />Example: example.com allows the redirection to http://example.com and http://www.example.com and all pages located there.',NULL,NULL),('administration','apache_auth_enable_override_login','en','Override default login page',NULL,NULL),('administration','apache_auth_indicator_name','en','Indicator-field for successful authentication',NULL,NULL),('administration','apache_auth_indicator_value','en','Indicator-value for successful authentication',NULL,NULL),('administration','apache_auth_security','en','Security Settings',NULL,NULL),('administration','apache_auth_settings','en','Apache',NULL,NULL),('administration','apache_auth_target_override_login','en','Target url for custom login page',NULL,NULL),('administration','apache_auth_username_by_function','en','Assign user names by custom function',NULL,NULL),('administration','apache_auth_username_config','en','Username configuration',NULL,NULL),('administration','apache_auth_username_config_type','en','Type',NULL,NULL),('administration','apache_auth_username_direct_mapping','en','Straight assignment',NULL,NULL),('administration','apache_auth_username_direct_mapping_fieldname','en','Field for assignment',NULL,NULL),('administration','apache_auth_username_extended_mapping','en','Extended assignment',NULL,NULL),('administration','apache_autocreate','en','Enable account generation',NULL,NULL),('administration','apache_default_role','en','Default user role',NULL,NULL),('administration','apache_enable_auth','en','Enable Apache Authentication support',NULL,NULL),('administration','apache_enable_ldap','en','Enable LDAP user assignment',NULL,NULL),('administration','apache_enable_local','en','Enable local user assignment',NULL,NULL),('administration','apache_ldap_hint_ldap_must_be_configured','en','LDAP must be configured in administration',NULL,NULL),('administration','apache_settings','en','Configure LDAP Authentication',NULL,NULL),('administration','apache_settings_changed_success','en','Configuration saved',NULL,NULL),('administration','auth_apache','en','Apache',NULL,NULL),('administration','auth_auth_mode_determination','en','Authentication Method Determination (for Login)',NULL,NULL),('administration','auth_automatic','en','Fixed Sequence',NULL,NULL),('administration','auth_by_user','en','By the User',NULL,NULL),('administration','auth_kind_determination','en','Kind of Determination',NULL,NULL),('administration','auth_mode_determination_info','en','Choose either if the users have to select their authentication method on the login screen or if this is managed by a fixed sequence of authentication methods.',NULL,NULL),('administration','clean','en','Clean up',NULL,NULL),('administration','cleaning','en','Cleaning...',NULL,NULL),('administration','cleaning_final','en','Final cleaning...',NULL,NULL),('administration','clean_desc','en','Remove invalid references and tree entries. Initialize gaps in tree structure.',NULL,NULL),('administration','course_export','en','Visible in Courses',NULL,NULL),('administration','disabled','en','Disabled',NULL,NULL),('administration','done','en','Done',NULL,NULL),('administration','dumping_tree','en','Dumping tree...',NULL,NULL),('administration','dump_tree','en','Dump tree',NULL,NULL),('administration','dump_tree_desc','en','Perform an analysis of the tree and print all tree nodes along with analysis data.',NULL,NULL),('administration','found','en','found.',NULL,NULL),('administration','found_none','en','none found.',NULL,NULL),('administration','git_hash_short','en','Commit Hash (short): %s',NULL,NULL),('administration','git_last_commit','en','Last Commit: %s',NULL,NULL),('administration','git_revision','en','Number: %s',NULL,NULL),('administration','group_export','en','Visible in Groups',NULL,NULL),('administration','history_loginname','en','Login Name History',NULL,NULL),('administration','initializing_gaps','en','Initializing gaps in tree...',NULL,NULL),('administration','language_all_modules','en','All modules',NULL,NULL),('administration','language_change_settings','en','Change Language Settings',NULL,NULL),('administration','language_cleared_local','en','The local changes were cleared in the database.',NULL,NULL),('administration','language_clear_local_changes','en','Clear local changes in the database',NULL,NULL),('administration','language_clear_local_changes_info','en','Reset the database entries of this language to the default entries defined in lang/ilias_%s.lang. All local changes or additions will be removed.',NULL,NULL),('administration','language_compare','en','Compare',NULL,NULL),('administration','language_default_entries','en',' (default entries)',NULL,NULL),('administration','language_delete_local_additions','en','Delete local additions in the database',NULL,NULL),('administration','language_delete_local_additions_info','en','Delete all entries that were locally added to the database.',NULL,NULL),('administration','language_error_clear_local','en','The local changed could not be cleared in the database!',NULL,NULL),('administration','language_error_delete_local','en','The custom language file can\'t be deleted!',NULL,NULL),('administration','language_error_local_missed','en','The custom language file does not exist!',NULL,NULL),('administration','language_error_read_local','en','The custom language file does not exist or cannot be read!',NULL,NULL),('administration','language_error_write_global','en','The standard language file can\'t be written!',NULL,NULL),('administration','language_export_file','en','Export Language File',NULL,NULL),('administration','language_file_imported','en','The language file %s was imported.',NULL,NULL),('administration','language_file_scope','en','Language file scope',NULL,NULL),('administration','language_former_file_description','en','To compare your local changes with the changes of the last update, please copy the language file of the previously installed ILIAS version to the path mentioned above. Before the next update you can do this with the option \'Backup the standard language file\' on the maintenance tab.',NULL,NULL),('administration','language_former_file_equal','en','The file <b>%s</b> is identical to the current language file.',NULL,NULL),('administration','language_former_file_missing','en','The file <b>%s</b> is missing.',NULL,NULL),('administration','language_import_file','en','Import Language File',NULL,NULL),('administration','language_loaded_local','en','The custom language file was loaded into the database.',NULL,NULL),('administration','language_load_local_changes','en','Load custom language file into the database',NULL,NULL),('administration','language_load_local_changes_info','en','Load the file Customizing/global/lang/ilias_%s.lang.local to the database. New entries of this file are added to the database and existing entries are overwritten.',NULL,NULL),('administration','language_local_file_deleted','en','The custom language file was deleted.',NULL,NULL),('administration','language_maintain','en','Maintain',NULL,NULL),('administration','language_maintain_local_changes','en','Maintain local changes',NULL,NULL),('administration','language_maintenance','en','Language Maintenance',NULL,NULL),('administration','language_merged_global','en','The local changes were merged into the standard language file.',NULL,NULL),('administration','language_merge_local_changes','en','Merge local changes into the standard language file',NULL,NULL),('administration','language_merge_local_changes_info','en','Merge all local changes and additions alphabetically into the standard language file lang/ilias_%s.lang. The web server must have write permission on this file.',NULL,NULL),('administration','language_mode_existing','en','Existing Entries',NULL,NULL),('administration','language_mode_existing_delete','en','Delete existing entries',NULL,NULL),('administration','language_mode_existing_delete_info','en','Delete all entries in the database before importing the file.<br /> WARNING: The imported language file should be complete, otherwise there will be undefined language variables. If that happens, switch to the tab ‘Maintain’ and choose ‘Clear local changes in the database’.',NULL,NULL),('administration','language_mode_existing_keepall','en','Keep all existing entries',NULL,NULL),('administration','language_mode_existing_keepall_info','en','Import only new entries that do not yet exist in the database.',NULL,NULL),('administration','language_mode_existing_keepnew','en','Keep all local changes',NULL,NULL),('administration','language_mode_existing_keepnew_info','en','Import new entries and overwrite all entries that still have their default values. Keep those entries that are already changed in the database.',NULL,NULL),('administration','language_mode_existing_replace','en','Replace existing entries',NULL,NULL),('administration','language_mode_existing_replace_info','en','Import new entries and replace all existing entries with the new values defined in the import file.',NULL,NULL),('administration','language_note_translation','en','Page translation mode is activated for each language separately. Additionally the user needs read and write permission on the language folder.',NULL,NULL),('administration','language_process_maintenance','en','Process Maintenance',NULL,NULL),('administration','language_remove_local_file','en','Delete the custom language file',NULL,NULL),('administration','language_remove_local_file_info','en','Remove the file Customizing/global/lang/ilias_%s.lang.local and change the language status from ‘Installed With Local’ to ‘Installed’. The changes in the database are not touched.',NULL,NULL),('administration','language_saved_dist','en','The backup of the standard ILIAS language file is created.',NULL,NULL),('administration','language_save_dist','en','Backup the standard language file',NULL,NULL),('administration','language_save_dist_failed','en','The backup of the standard ILIAS language file could not be written.',NULL,NULL),('administration','language_save_dist_info','en','Create a backup of the standard ILIAS language file in the ILIAS data directory. This helps after an ILIAS update to find conflicst of own changes with updated language variables.',NULL,NULL),('administration','language_save_local_changes','en','Save all changes to the custom language file',NULL,NULL),('administration','language_save_local_changes_info','en','Save all locally added or changed database entries to the file Customizing/global/lang/ilias_%s.lang.local and set the language status to ‘Installed With Local’. The web server must have write permission in this folder. Please note that this file is the same for all clients of this installation.',NULL,NULL),('administration','language_scope_added','en','Local additions only',NULL,NULL),('administration','language_scope_added_info','en','Export all entries that are locally added in the database. This can be used to backup additional development entries before local changes are deleted on the tab ‘Maintain’.',NULL,NULL),('administration','language_scope_commented','en','Shows only entries with comments in language file',NULL,NULL),('administration','language_scope_conflicts','en','Local and update changes',NULL,NULL),('administration','language_scope_dbremarks','en','Shows only entries with comments in database',NULL,NULL),('administration','language_scope_different','en','Different from compare language',NULL,NULL),('administration','language_scope_equal','en','Equal to compare language',NULL,NULL),('administration','language_scope_global','en','All entries',NULL,NULL),('administration','language_scope_global_info','en','Export all database entries of this language. This can be used for backup purposes.',NULL,NULL),('administration','language_scope_local','en','Local changes only',NULL,NULL),('administration','language_scope_local_info','en','Export all entries that are locally added or changed in the database.',NULL,NULL),('administration','language_scope_merged','en','Local changes merged into the standard language file',NULL,NULL),('administration','language_scope_merged_info','en','Export the standard ILIAS language file with all local changes merged in alphabetically by module and identifier. This can be used to update the standard language file on the ILIAS git repository.',NULL,NULL),('administration','language_scope_unchanged','en','Unchanged entries only',NULL,NULL),('administration','language_scope_unchanged_info','en','Export all default language entries that are not changed in the database. This is the opposite to ‘Local changes only’. Both together are a complete backup of the current language in the database.',NULL,NULL),('administration','language_settings','en','Language Settings',NULL,NULL),('administration','language_statistics','en','Statistics',NULL,NULL),('administration','language_translation_enabled','en','Page translation enabled',NULL,NULL),('administration','language_variables_saved','en','The changes to the language variables were saved successfully.',NULL,NULL),('administration','loginname_change_blocking_time','en','Blocking Time for Changing Login Names',NULL,NULL),('administration','loginname_change_blocking_time_info','en','Enter a number days that a user has to wait before being allowed to re-change their username (login ID). Set to 0 to allow users to change their usernames as often as they want.',NULL,NULL),('administration','loginname_change_blocking_time_invalidity_info','en','Please insert a numeric value.',NULL,NULL),('administration','loginname_history_info','en','Record username (login ID) changes in the database. This history is accessible in the database table ‘loginname_history’.',NULL,NULL),('administration','log_scan','en','Log scan results',NULL,NULL),('administration','log_scan_desc','en','Write scan results to ‘scanlog.log’ in client data directory.',NULL,NULL),('administration','nothing_to_purge','en','Nothing to purge...',NULL,NULL),('administration','nothing_to_remove','en','Nothing to remove...',NULL,NULL),('administration','nothing_to_restore','en','Nothing to restore...',NULL,NULL),('administration','obj_blga','en','Blog',NULL,NULL),('administration','obj_blga_desc','en','Global Blog Settings',NULL,NULL),('administration','obj_chta_desc','en','Chat Administration',NULL,NULL),('administration','obj_excs','en','Exercise',NULL,NULL),('administration','obj_excs_desc','en','Global Exercise Settings',NULL,NULL),('administration','obj_impr','en','Legal Notice',NULL,NULL),('administration','obj_impr_desc','en','Deployment of Legal Notice',NULL,NULL),('administration','obj_mds','en','Metadata',NULL,NULL),('administration','obj_mds_desc','en','Configure Metadata and Custom Metadata Settings',NULL,NULL),('administration','obj_otpl','en','Didactic Templates',NULL,NULL),('administration','obj_otpl_desc','en','Template for creating new objects with predefined permission settings',NULL,NULL),('administration','obj_prfa','en','Portfolio',NULL,NULL),('administration','obj_prfa_desc','en','Global Portfolio Settings',NULL,NULL),('administration','obj_taxs','en','Taxonomy',NULL,NULL),('administration','obj_taxs_desc','en','Global Taxonomy Settings',NULL,NULL),('administration','options','en','Options',NULL,NULL),('administration','org_op_edit_user_accounts','en','Edit User Accounts',NULL,NULL),('administration','output_options','en','Output options',NULL,NULL),('administration','path_to_mkisofs','en','Path to mkisofs',NULL,NULL),('administration','prg_export','en','Visible in Study Programmes',NULL,NULL),('administration','purge_age_limit','en','Limit age',NULL,NULL),('administration','purge_age_limit_desc','en','If this field contains a value, only objects which were deleted before the specified number of days will be purged.',NULL,NULL),('administration','purge_count_limit','en','Limit count',NULL,NULL),('administration','purge_count_limit_desc','en','If this field contains a value, only the specified number of objects will be purged.',NULL,NULL),('administration','purge_missing','en','Purge missing objects',NULL,NULL),('administration','purge_missing_desc','en','Remove all missing and unbound objects found from system.',NULL,NULL),('administration','purge_trash','en','Purge deleted objects',NULL,NULL),('administration','purge_trash_desc','en','Remove all objects in trash bin from system.',NULL,NULL),('administration','purge_type_limit','en','Limit type',NULL,NULL),('administration','purge_type_limit_desc','en','If this field contains a value, only objects of the specified type will be purged.',NULL,NULL),('administration','purging','en','Purging...',NULL,NULL),('administration','purging_missing_objs','en','Purging missing objects...',NULL,NULL),('administration','purging_trash','en','Purging trash...',NULL,NULL),('administration','purging_unbound_objs','en','Purging unbound objects...',NULL,NULL),('administration','removing_invalid_childs','en','Removing invalid tree entries...',NULL,NULL),('administration','removing_invalid_refs','en','Removing invalid references...',NULL,NULL),('administration','removing_invalid_rolfs','en','Removing invalid role folders...',NULL,NULL),('administration','repair_options','en','Repair options',NULL,NULL),('administration','restore_missing','en','Restore missing objects',NULL,NULL),('administration','restore_missing_desc','en','Restore missing and unbound objects to RecoveryFolder.',NULL,NULL),('administration','restore_trash','en','Restore deleted objects',NULL,NULL),('administration','restore_trash_desc','en','Restore all objects in trash bin to RecoveryFolder.',NULL,NULL),('administration','restoring','en','Restoring...',NULL,NULL),('administration','restoring_missing_objs','en','Restoring missing objects...',NULL,NULL),('administration','restoring_trash','en','Restoring trash...',NULL,NULL),('administration','restoring_unbound_objs','en','Restoring unbound objects and sub-objects...',NULL,NULL),('administration','reuse_of_loginnames_contained_in_history','en','Reuse of Login Names',NULL,NULL),('administration','reuse_of_loginnames_contained_in_history_info','en','Allow users to reuse any login name (not currently in use) that already appears in the history (even if it belongs to a deleted user).',NULL,NULL),('administration','scan','en','Scan',NULL,NULL),('administration','scanning_system','en','Scanning system...',NULL,NULL),('administration','scan_desc','en','Scan system for corrupted/invalid/missing/unbound objects.',NULL,NULL),('administration','scan_details','en','Scan details',NULL,NULL),('administration','scan_modes','en','Scan modes used',NULL,NULL),('administration','searching_deleted_objs','en','Searching for deleted objects...',NULL,NULL),('administration','searching_invalid_childs','en','Searching for invalid tree entries...',NULL,NULL),('administration','searching_invalid_refs','en','Searching for invalid references...',NULL,NULL),('administration','searching_invalid_rolfs','en','Searching for invalid role folders...',NULL,NULL),('administration','searching_missing_objs','en','Searching for missing objects...',NULL,NULL),('administration','searching_unbound_objs','en','Searching for unbound objects...',NULL,NULL),('administration','skipped','en','skipped',NULL,NULL),('administration','start_scan','en','Start!',NULL,NULL),('administration','svn_path','en','Path: %s',NULL,NULL),('administration','svn_revision_current','en','Current Revision: %s',NULL,NULL),('administration','svn_revision_last_change','en','Last Changed Revision: %s',NULL,NULL),('administration','svn_root','en','Root: %s',NULL,NULL),('administration','systemcheck','en','System check',NULL,NULL),('administration','system_check_no_owner','en','Ownerless Objects',NULL,NULL),('administration','tree_corrupt','en','Tree is corrupted! See scan log for details.',NULL,NULL),('administration','user_criteria','en','Unique user criteria',NULL,NULL),('administration','user_criteria_desc','en','Unique user criteria that is used for test results import/export. This is needed to identify identical users on different ILIAS systems.',NULL,NULL),('administration','usr_loginname_history_info','en','The user changed its login at last at %s. The former login was: %s.',NULL,NULL),('administration','vc_information','en','Show Version Control Information',NULL,NULL),('administration','vc_information_not_determined','en','ILIAS could not determine any version control information.',NULL,NULL),('administration','view_last_log','en','View last Scan log',NULL,NULL),('administration','view_log','en','View details',NULL,NULL),('adn','administrative_notification','en','Administrative Notifications',NULL,NULL),('adn','administrative_notification_description','en','Provide system-wide notifications in topbar of ILIAS',NULL,NULL),('adn','btn_cancel','en','Cancel',NULL,NULL),('adn','btn_delete','en','Delete',NULL,NULL),('adn','btn_delete_confirm','en','Would you like to delete this Notification?',NULL,NULL),('adn','btn_duplicate','en','Duplicate',NULL,NULL),('adn','btn_edit','en','Edit',NULL,NULL),('adn','btn_reset','en','Reset',NULL,NULL),('adn','btn_reset_confirm','en','Would you like to reset this Notification for all Users?',NULL,NULL),('adn','common_actions','en','Actions',NULL,NULL),('adn','common_add_msg','en','Add Notification',NULL,NULL),('adn','main','en','Notifications',NULL,NULL),('adn','msg_body','en','Body',NULL,NULL),('adn','msg_body_info','en','Body of the Notification',NULL,NULL),('adn','msg_dismissable','en','Dismissable',NULL,NULL),('adn','msg_dismissable_info','en','Notifications can be closed by the user. The user won\'t see this notification again.',NULL,NULL),('adn','msg_display_date_end','en','Displayed Until',NULL,NULL),('adn','msg_display_date_start','en','Displayed From',NULL,NULL),('adn','msg_error_false_date_configuration','en','Can\'t create a notification with this configuration of dates. The event must be within the display time.',NULL,NULL),('adn','msg_event_date_end','en','Event Ends',NULL,NULL),('adn','msg_event_date_start','en','Event Starts',NULL,NULL),('adn','msg_form_title','en','Notification',NULL,NULL),('adn','msg_has_language_limitation','en','Limited to selected languages',NULL,NULL),('adn','msg_has_language_limitation_info','en','Only selected languages will see the notification.',NULL,NULL),('adn','msg_languages','en','Languages',NULL,NULL),('adn','msg_limited_to_role_ids','en','Presentation',NULL,NULL),('adn','msg_limit_to_roles','en','Limited to Selected Roles',NULL,NULL),('adn','msg_limit_to_roles_info','en','Only selected roles will see the notification.',NULL,NULL),('adn','msg_permanent','en','Display',NULL,NULL),('adn','msg_permanent_info','en','Display Notifications permanently or temporarily',NULL,NULL),('adn','msg_permanent_no','en','Show Temporarily',NULL,NULL),('adn','msg_permanent_yes','en','Show Permanently',NULL,NULL),('adn','msg_presentation','en','Presentation',NULL,NULL),('adn','msg_show_to_all_languages','en','Show to all languages',NULL,NULL),('adn','msg_show_to_all_roles','en','Show to all roles',NULL,NULL),('adn','msg_show_to_all_roles_info','en','All users even when not logged-in will see notification.',NULL,NULL),('adn','msg_success_created','en','Notification created',NULL,NULL),('adn','msg_success_deleted','en','Notification sucessfully deleted',NULL,NULL),('adn','msg_success_duplicated','en','Notification sucessfully duplicated',NULL,NULL),('adn','msg_success_reset','en','Notification reset',NULL,NULL),('adn','msg_success_updated','en','Notification updated',NULL,NULL),('adn','msg_table_title','en','Notifications',NULL,NULL),('adn','msg_title','en','Headline',NULL,NULL),('adn','msg_title_info','en','Short Headline of the Notification',NULL,NULL),('adn','msg_type','en','Importance',NULL,NULL),('adn','msg_type_0','en','Notice',NULL,NULL),('adn','msg_type_1','en','Notice',NULL,NULL),('adn','msg_type_2','en','Important',NULL,NULL),('adn','msg_type_3','en','Breaking News',NULL,NULL),('adn','msg_type_during_event','en','During Event',NULL,NULL),('adn','msg_type_info','en','the importance has an influence on the color representation of the notification',NULL,NULL),('adve','advanced_editing_excass_settings','en','Exercise Text Assignments',NULL,NULL),('adve','advanced_editing_tst_editing','en','Page Editor for additional question content',NULL,NULL),('adve','advanced_editing_tst_editing_desc','en','Activates ILIAS Page Editor for feedback and hint text editing.',NULL,NULL),('adve','adve_activation','en','Activation',NULL,NULL),('adve','adve_autosave','en','Automatic Saving Intervall',NULL,NULL),('adve','adve_autosave_info','en','Auto-save for text content. With shorter intervals, the server load increases and the performance of the system decreases.',NULL,NULL),('adve','adve_autosave_info_min_10','en','Please choose a value of minimal 10 seconds if you activated this feature.',NULL,NULL),('adve','adve_auto_url_linking','en','URL Auto-Linking',NULL,NULL),('adve','adve_auto_url_linking_info','en','Tries to identify URLs like \"http://..\" in text paragraphs and automatically creates links around them.',NULL,NULL),('adve','adve_blocking_mode','en','Edit Lock',NULL,NULL),('adve','adve_excass_settings','en','Exercise Assignments',NULL,NULL),('adve','adve_grp_copa','en','Content Pages',NULL,NULL),('adve','adve_grp_frm','en','Forums',NULL,NULL),('adve','adve_grp_glo','en','Glossaries',NULL,NULL),('adve','adve_grp_lm','en','ILIAS Learning Modules',NULL,NULL),('adve','adve_grp_rep','en','Repository Pages',NULL,NULL),('adve','adve_grp_scorm','en','SCORM Editing',NULL,NULL),('adve','adve_grp_test','en','Test and Assessment',NULL,NULL),('adve','adve_grp_wiki','en','Wikis',NULL,NULL),('adve','adve_minutes','en','Minutes',NULL,NULL),('adve','adve_minutes_info','en','Minutes of inactivity before an edit lock expires and a page can be edited by another user.',NULL,NULL),('adve','adve_page_editor_settings','en','ILIAS Page Editor',NULL,NULL),('adve','adve_pe_general','en','General',NULL,NULL),('adve','adve_rte_settings','en','TinyMCE Editor',NULL,NULL),('adve','adve_text_content_features','en','Text Content Menu',NULL,NULL),('adve','adve_use_physical','en','Use b/i/u instead of str/emp/imp',NULL,NULL),('adve','adve_use_physical_info','en','This setting replaces the semantic style class buttons for ‘strong’, ‘emphatic’ and ‘important’ with physical attribute buttons ‘b’ (bold), ‘i’ (italic) and ‘u’ (underline). Please note, that this may result in inconsistencies if the style editor is used and other physical attributes are assigned to the strong/emphatic/important style classes.',NULL,NULL),('adve','adve_use_tiny_mce','en','Enable TinyMCE for WYSIWYG Editing',NULL,NULL),('assessment','action','en','Action',NULL,NULL),('assessment','additional_rating_info','en','Please note that the values given here are expressed as percentages and these must add up to 100.',NULL,NULL),('assessment','addSuggestedSolution','en','Add Content for Recapitulation',NULL,NULL),('assessment','add_answers','en','Add answers',NULL,NULL),('assessment','add_circle','en','Add circle area',NULL,NULL),('assessment','add_gap','en','Add Gap Text',NULL,NULL),('assessment','add_imagemap','en','Import Image Map',NULL,NULL),('assessment','add_poly','en','Add polygon area',NULL,NULL),('assessment','add_rect','en','Add rectangle area',NULL,NULL),('assessment','advanced_rating','en','Advanced Rating',NULL,NULL),('assessment','advanced_rating_info','en','The advanced rating is only available if a unit is assigned to the result. Further rating settings are displayed after saving the specified units.',NULL,NULL),('assessment','allowedextensions','en','Allowed File Extensions',NULL,NULL),('assessment','allowedextensions_info','en','Enter a comma separated list of allowed file extensions if you want to restrict the upload to a given set of file extensions (e.g. doc,xls,odt).',NULL,NULL),('assessment','allow_images','en','Image Support for Answers',NULL,NULL),('assessment','all_available_question_pools','en','All available question pools',NULL,NULL),('assessment','all_participants','en','All participants',NULL,NULL),('assessment','analyze_errortext','en','Analyze Error Text',NULL,NULL),('assessment','answer','en','Answer',NULL,NULL),('assessment','answered','en','Answered',NULL,NULL),('assessment','answers_multiline','en','Multi Line Answers',NULL,NULL),('assessment','answers_of','en','Answers of:',NULL,NULL),('assessment','answers_select','en','Select',NULL,NULL),('assessment','answers_singleline','en','Single Line Answers',NULL,NULL),('assessment','answers_text_box','en','Text',NULL,NULL),('assessment','answer_characters','en',' characters allowed, entered number of characters:',NULL,NULL),('assessment','answer_image','en','Answer Image',NULL,NULL),('assessment','answer_is_not_correct_but_positive','en','You\'ve got points for your solution but it’s not the best solution',NULL,NULL),('assessment','answer_is_right','en','Your solution is correct',NULL,NULL),('assessment','answer_is_wrong','en','Your solution is wrong',NULL,NULL),('assessment','answer_of','en','Answer of',NULL,NULL),('assessment','answer_options','en','Answer Options:',NULL,NULL),('assessment','answer_question','en','Answer Question',NULL,NULL),('assessment','answer_text','en','Answer Text',NULL,NULL),('assessment','answer_types','en','Editor for Answers',NULL,NULL),('assessment','applet_attributes','en','Applet Attributes',NULL,NULL),('assessment','applet_parameter','en','Parameter',NULL,NULL),('assessment','applet_parameters','en','Applet Parameters',NULL,NULL),('assessment','apply','en','Apply',NULL,NULL),('assessment','apply_def_settings_to_tst','en','Apply Settings',NULL,NULL),('assessment','assClozeTest','en','Cloze Question',NULL,NULL),('assessment','assErrorText','en','Error Text',NULL,NULL),('assessment','assessment_existing_pool','en','Use existing question pool',NULL,NULL),('assessment','assessment_log_scoring_adjustment_activate','en','Question types available in adjustment',NULL,NULL),('assessment','assessment_log_scoring_adjustment_desc','en','Question types checked here are available in adjustment. This setting is regardless of the current ability of the question types, e.g. a question that does not support adjustment is still shown here.',NULL,NULL),('assessment','assessment_new_pool','en','Create new question pool',NULL,NULL),('assessment','assessment_no_pool','en','Do not use question pool',NULL,NULL),('assessment','assessment_pool_selection','en','Pool Selection',NULL,NULL),('assessment','assessment_scoring_adjust','en','Enable corrections',NULL,NULL),('assessment','assessment_scoring_adjust_desc','en','Enables the corrections feature to allow modifications to questions in a test.',NULL,NULL),('assessment','assFileUpload','en','File Upload Question',NULL,NULL),('assessment','assFlashQuestion','en','Flash Question',NULL,NULL),('assessment','assFormulaQuestion','en','Formula Question',NULL,NULL),('assessment','assImagemapQuestion','en','Hot Spot / Image Map Question',NULL,NULL),('assessment','assKprimChoice','en','Multiple Choice Question (Kprim Answers)',NULL,NULL),('assessment','assLongMenu','en','Long Menu',NULL,NULL),('assessment','assMatchingQuestion','en','Matching Question',NULL,NULL),('assessment','assMultipleChoice','en','Multiple Choice Question (Multiple Answers)',NULL,NULL),('assessment','assNumeric','en','Numeric Question',NULL,NULL),('assessment','assOrderingHorizontal','en','Ordering Question (Horizontal)',NULL,NULL),('assessment','assOrderingQuestion','en','Ordering Question (Vertical)',NULL,NULL),('assessment','assQuestions','en','Questions',NULL,NULL),('assessment','assSingleChoice','en','Multiple Choice Question (Single Answer)',NULL,NULL),('assessment','assTextQuestion','en','Essay Question',NULL,NULL),('assessment','assTextSubset','en','Text Subset Question',NULL,NULL),('assessment','ass_cloze_fb_mode','en','Feedback Mode',NULL,NULL),('assessment','ass_cloze_fb_mode_gap_answ','en','Answer specific Feedback',NULL,NULL),('assessment','ass_cloze_fb_mode_gap_answ_info','en','For every gap separate feedbacks can be configured for different answers.',NULL,NULL),('assessment','ass_cloze_fb_mode_gap_qst','en','Feedback per Gap',NULL,NULL),('assessment','ass_cloze_fb_mode_gap_qst_info','en','For every gap a single feedback can be configured.',NULL,NULL),('assessment','ass_cloze_gap_fb_gap_label','en','Gap %s: <i>%s</i>',NULL,NULL),('assessment','ass_cloze_gap_fb_num_empty_label','en','Gap %s - No Input',NULL,NULL),('assessment','ass_cloze_gap_fb_num_rangehit_label','en','Gap %s - Range Hit',NULL,NULL),('assessment','ass_cloze_gap_fb_num_toohigh_label','en','Gap %s - Value too High',NULL,NULL),('assessment','ass_cloze_gap_fb_num_toolow_label','en','Gap %s - Value too Low',NULL,NULL),('assessment','ass_cloze_gap_fb_num_valuehit_label','en','Gap %s - Value Hit',NULL,NULL),('assessment','ass_cloze_gap_fb_sel_empty_label','en','Gap %s - No Selection',NULL,NULL),('assessment','ass_cloze_gap_fb_sel_opt_label','en','Gap %s - Select Option: <i>%s</i>',NULL,NULL),('assessment','ass_cloze_gap_fb_txt_empty_label','en','Gap %s - No Input',NULL,NULL),('assessment','ass_cloze_gap_fb_txt_match_label','en','Gap %s - Given Answer: <i>%s</i>',NULL,NULL),('assessment','ass_cloze_gap_fb_txt_nomatch_label','en','Gap %s - Wrong Answer',NULL,NULL),('assessment','ass_commented_questions_only','en','Only Commented Questions',NULL,NULL),('assessment','ass_comments','en','Comments',NULL,NULL),('assessment','ass_competence_respect_level_ordering','en','Please note that the competence thresholds have to be defined in an ascending order according to the available competence levels.',NULL,NULL),('assessment','ass_completion_by_submission','en','Completed by Submission',NULL,NULL),('assessment','ass_completion_by_submission_info','en','If enabled, the submission of at least one file causes the completion of this question by granting the maximum score for this question. The score could be manually changed later. Switching this setting does not effect already submitted solutions.',NULL,NULL),('assessment','ass_create_export_file','en','Create Test Export File',NULL,NULL),('assessment','ass_create_export_file_with_results','en','Create Test Export File (incl. Participant Results)',NULL,NULL),('assessment','ass_create_export_test_archive','en','Create Test Archive File',NULL,NULL),('assessment','ass_create_export_test_results','en','Create Test Results Export File',NULL,NULL),('assessment','ass_create_question','en','Create Question',NULL,NULL),('assessment','ass_imap_hint','en','Hint to be shown as Tooltip',NULL,NULL),('assessment','ass_imap_map_file_not_readable','en','The uploaded image map could not be read.',NULL,NULL),('assessment','ass_imap_no_map_found','en','Could not find any form in the uploaded image map.',NULL,NULL),('assessment','ass_lac_expression','en','Expression',NULL,NULL),('assessment','ass_lac_show_legend_btn','en','Show Legend',NULL,NULL),('assessment','ass_lac_unable_to_parse_condition','en','The condition \"%s\" can not be validated.',NULL,NULL),('assessment','ass_lac_validation_error','en','Errors occured while validating the conditional expression(s)!',NULL,NULL),('assessment','ass_location','en','Location',NULL,NULL),('assessment','ass_mc_sel_lim_exhausted_hint','en','Please do not select more than %s of %s answers!',NULL,NULL),('assessment','ass_mc_sel_lim_hint','en','Please select at most %s of the %s answers!',NULL,NULL),('assessment','ass_mc_sel_lim_setting','en','Answering Limitation',NULL,NULL),('assessment','ass_mc_sel_lim_setting_desc','en','With this setting the number of answers choosable by the participants can be limited.',NULL,NULL),('assessment','ass_process_lock','en','Use Locking During Test Attempts',NULL,NULL),('assessment','ass_process_lock_desc','en','Without the use of any locking mechanism, race conditions are possible. This can lead to inconsistent test results.',NULL,NULL),('assessment','ass_process_lock_mode','en','Lock Mode during Test Attempt',NULL,NULL),('assessment','ass_process_lock_mode_db','en','Use Database Table Locks',NULL,NULL),('assessment','ass_process_lock_mode_db_desc','en','This locking mechanism locks tables within the database. Concurrent processes for the same or other users in the same or in another test for the same or another question are waiting until the other process releases his locks.',NULL,NULL),('assessment','ass_process_lock_mode_file','en','Use Filesystem Locks',NULL,NULL),('assessment','ass_process_lock_mode_file_desc','en','This locking mechanism requests locks on empty files in the filesystem. Concurrent processes for the same user and the same test/question are waiting until the other process releases his lock.',NULL,NULL),('assessment','ass_question','en','Question',NULL,NULL),('assessment','ass_size','en','Size',NULL,NULL),('assessment','ass_skl_import_fails_remove_btn','en','Remove this Hint',NULL,NULL),('assessment','autocomplete_error','en','Your autocomplete number is to large, you have answers which have less characters, so they would never be displayed.',NULL,NULL),('assessment','autoparticipants_subtab','en','Participants',NULL,NULL),('assessment','autosave','en','Automatic Saving',NULL,NULL),('assessment','autosavecontent','en','Autosave Content',NULL,NULL),('assessment','autosave_failed','en','Autosave failed!',NULL,NULL),('assessment','autosave_info','en','The answers of the participants to the last opened question are automatically saved by ILIAS. These automatically saved answers are <b>not</b> considered to be answers that have been authorised by the participant. Therefore, they are not taken into account by ILIAS during the automated evaluation. Automatically saved answers must always be evaluated manually! They are also not displayed in a participant’s ‘Results’ tab. The automatic saving of answers is only intended for emergencies, e.g. if the browser window is closed by mistake!',NULL,NULL),('assessment','autosave_ival','en','Interval',NULL,NULL),('assessment','autosave_success','en','Autosave successful...',NULL,NULL),('assessment','average_reached_points','en','Average Points',NULL,NULL),('assessment','backtocallingpage','en','Back to the question page',NULL,NULL),('assessment','backtocallingpool','en','Back to the question pool',NULL,NULL),('assessment','backtocallingtest','en','Back to the test',NULL,NULL),('assessment','back_to_objective_container','en','Go to Course',NULL,NULL),('assessment','baseunit','en','Base Unit',NULL,NULL),('assessment','button_request_next_question_hint','en','Request Next Hint',NULL,NULL),('assessment','button_request_question_hint','en','Request Hint',NULL,NULL),('assessment','by','en','by',NULL,NULL),('assessment','cancel_test','en','Suspend the Test',NULL,NULL),('assessment','cannot_edit_marks','en','The test has already been completed by some participants. You can only change the marks if an ’Access to Test Results’ date has been set and that date is in the future i.e. it has not yet been reached.',NULL,NULL),('assessment','cannot_edit_test','en','You do not possess sufficient permissions to edit the test!',NULL,NULL),('assessment','cannot_execute_test','en','You do not possess sufficient permissions to run the test!',NULL,NULL),('assessment','cannot_export_archive','en','Archive-Export cannot be created.',NULL,NULL),('assessment','cannot_read_questionpool','en','You do not possess sufficient permissions to read the question pool data!',NULL,NULL),('assessment','cannot_save_metaobject','en','You do not possess sufficient permissions to save the metadata!',NULL,NULL),('assessment','cannot_switch_to_online_no_questions_andor_no_mark_steps','en','The status cannot be changed to &quot;online&quot; because there are no questions and/or no marks in the test!',NULL,NULL),('assessment','categories','en','Categories',NULL,NULL),('assessment','category','en','Category',NULL,NULL),('assessment','changeSuggestedSolution','en','Select type of content for recapitulation',NULL,NULL),('assessment','change_adm_categories_not_allowed','en','You do not have any permissions concerning this category.',NULL,NULL),('assessment','checkbox_checked','en','Checked',NULL,NULL),('assessment','checkbox_unchecked','en','Unchecked',NULL,NULL),('assessment','circle','en','Circle',NULL,NULL),('assessment','circle_click_center','en','Please click on center of the desired area.',NULL,NULL),('assessment','circle_click_circle','en','Please click on a circle point of the desired area.',NULL,NULL),('assessment','clientip','en','Client IP',NULL,NULL),('assessment','close_text_hint','en','To add a new gap set the cursor to the position of your choice and use the dropdown ‘Text Gap’. Corresponding editing sections will appear below. You can also edit gaps by clicking on the gaps within the gap text.',NULL,NULL),('assessment','cloze_answer_text_info','en','Spaces preceding or following the answer text will be deleted when the form is saved.',NULL,NULL),('assessment','cloze_fixed_textlength','en','Text Field Length',NULL,NULL),('assessment','cloze_fixed_textlength_description','en','If you enter a value, all text gap fields, not providing an own maximum character limitation, as well as all numeric gap fields will be created with a fixed length of this value, so entering more than the allowed characters is not possible. Note, that for numeric gaps the decimal separator is counted as a regular character.',NULL,NULL),('assessment','cloze_gap_size_info','en','If you enter a value greater than 0, this gap text field will be created with the fixed length of this value. If you do not enter a value, the gap text field will be created with the value of the global fixed length.',NULL,NULL),('assessment','cloze_text','en','Cloze Text',NULL,NULL),('assessment','cloze_textgap_case_insensitive','en','Case Insensitive',NULL,NULL),('assessment','cloze_textgap_case_sensitive','en','Case Sensitive',NULL,NULL),('assessment','cloze_textgap_levenshtein_of','en','Levenshtein Distance of %s',NULL,NULL),('assessment','code','en','Code',NULL,NULL),('assessment','codebase','en','Codebase',NULL,NULL),('assessment','concatenation','en','Concatenation',NULL,NULL),('assessment','confirm_delete_all_user_data','en','Are you sure you want to delete all user data of the test?',NULL,NULL),('assessment','confirm_delete_single_user_data','en','Are you sure you want to remove the test data of the selected users?',NULL,NULL),('assessment','confirm_sync_questions','en','The question you changed is a copy which has been created for use with the active test. Do you want to change the original of the question too?',NULL,NULL),('assessment','conf_delete_pass','en','Are you sure you want to delete your existing answers?',NULL,NULL),('assessment','coordinates','en','Coordinates',NULL,NULL),('assessment','copy_and_link_to_questionpool','en','Add to question pool',NULL,NULL),('assessment','copy_no_questions_selected','en','Please select at least one question to copy.',NULL,NULL),('assessment','copy_questions_success','en','The question(s) has been copied.',NULL,NULL),('assessment','correct_answers','en','Correct Answers:',NULL,NULL),('assessment','counter','en','Counter',NULL,NULL),('assessment','create_date','en','Created',NULL,NULL),('assessment','create_gaps','en','Create and Refresh Gaps',NULL,NULL),('assessment','create_new','en','Create New',NULL,NULL),('assessment','customstyle','en','Custom Style',NULL,NULL),('assessment','dashboard_tab','en','Participants',NULL,NULL),('assessment','definition','en','Definition',NULL,NULL),('assessment','definitions','en','Definitions',NULL,NULL),('assessment','definition_image','en','Definition Image',NULL,NULL),('assessment','definition_text','en','Definition Text',NULL,NULL),('assessment','deleteSuggestedSolution','en','Remove this content for recapitulation',NULL,NULL),('assessment','delete_all_user_data','en','Delete Test Data of all Participants',NULL,NULL),('assessment','delete_all_user_data_confirmation','en','Are you sure you want to delete the test data of all of the participants of this test?',NULL,NULL),('assessment','delete_image_header','en','Remove image',NULL,NULL),('assessment','delete_image_question','en','Do you really want to remove the image?',NULL,NULL),('assessment','delete_user_data','en','Remove Test Data of Selected Users',NULL,NULL),('assessment','description_maxchars','en','If nothing entered the maximum number of characters for this text answer is unlimited.',NULL,NULL),('assessment','detailed_evaluation','en','Detailed Evaluation',NULL,NULL),('assessment','detailed_evaluation_for','en','Detailed Evaluation for %s',NULL,NULL),('assessment','detailed_evaluation_missing_active_id','en','You must call the ‘Detailed Evaluation’ for a selected participant!',NULL,NULL),('assessment','detailed_evaluation_show','en','Show Detailed Evaluation',NULL,NULL),('assessment','detailed_output_printview','en','Detailed Output with Question Print Views',NULL,NULL),('assessment','detailed_output_solutions','en','Detailed Output with Question Solutions',NULL,NULL),('assessment','detail_ending_time_reached','en','The maximum time available for completing this test has expired. This test has not been available since %s.',NULL,NULL),('assessment','detail_max_processing_time_reached','en','You have exceeded the maximum time available for completing this test! You are no longer allowed to continue with the test.',NULL,NULL),('assessment','detail_starting_time_not_reached','en','You cannot start the test yet. The test will be available from %s onwards.',NULL,NULL),('assessment','direct_feedback','en','Verify Your Solution',NULL,NULL),('assessment','discard_answer','en','Delete Answer',NULL,NULL),('assessment','discard_answer_confirmation','en','Your answer will be finally and completely deleted. You can provide a new answer at any time. But this one will be purged.<br /><br />Do you want to delete your answer?',NULL,NULL),('assessment','dont_use_questionpool','en','Don\'t insert the questions in a question pool (only available in this test)',NULL,NULL),('assessment','duplicate','en','Duplicate',NULL,NULL),('assessment','duplicate_matching_values_selected','en','You have selected duplicate matching values!',NULL,NULL),('assessment','duplicate_order_values_entered','en','You have entered duplicate order values!',NULL,NULL),('assessment','edit_answer','en','Edit Answer',NULL,NULL),('assessment','edit_concluding_remarks','en','Edit Concluding Remarks',NULL,NULL),('assessment','edit_introduction','en','Edit Introduction',NULL,NULL),('assessment','edit_page','en','Edit Page',NULL,NULL),('assessment','edit_question','en','Edit Question',NULL,NULL),('assessment','edit_test_questions','en','List View',NULL,NULL),('assessment','element_height','en','Minimum Height',NULL,NULL),('assessment','element_height_info','en','This is the minimum height in pixels for term and definition/picture items during the test output.',NULL,NULL),('assessment','enable_examview','en','Overview of Answers Given',NULL,NULL),('assessment','enable_examview_desc','en','When they click on ‘Finish the Test’, participants are presented with an overview of the test’s questions and the answers they provided to those questions. From this overview, they are still able to click on ‘Back’ in order to return to the test and make changes to their answers as long as answers have not been locked (see ‘Answer Lock’ above).',NULL,NULL),('assessment','end_tag','en','End Tag',NULL,NULL),('assessment','enlarge','en','Enlarge',NULL,NULL),('assessment','enter_anonymous_code','en','Enter access code to continue your already started test:',NULL,NULL),('assessment','enter_enough_positive_points','en','The maximum available points must be greater than 0! Please enter sufficient positive points for your answers.',NULL,NULL),('assessment','enter_enough_positive_points_checked','en','At least one answer needs to score. Please enter a positive score for the selection of an answer.',NULL,NULL),('assessment','enter_valid_values','en','Please enter valid value. Chars will be evaluated as incorrect!',NULL,NULL),('assessment','errFormulaQuestion','en','A Formula Question contains incorrect information!!',NULL,NULL),('assessment','errors','en','Errors',NULL,NULL),('assessment','errors_section','en','Error Data',NULL,NULL),('assessment','errortext','en','Error Text',NULL,NULL),('assessment','errortext_info','en','Please enter the error text. To mark a word as an error please insert a hash sign (#) in front of the word. To mark a group of words as an error please encapsulate the words group between double brackets (i.e.: here is ((an example)) of it). If you press the &quot;Analyze Error Text&quot; button, all marked words will be extracted for further processing.',NULL,NULL),('assessment','error_creating_certificate_zip_empty','en','No data for export.',NULL,NULL),('assessment','error_importing_question','en','There was an error importing the question(s) from the file you have selected!',NULL,NULL),('assessment','error_open_image_file','en','Error opening an image file!',NULL,NULL),('assessment','error_random_question_generation','en','A fatal error occurred during the generation of your random questions for the test. Please contact your administrator with the following information: The system could not create an active ID for user ID %s and test ID %s.',NULL,NULL),('assessment','errRecursionInResult','en','The formula contains an infinite recursion.',NULL,NULL),('assessment','err_category_in_use','en','At least one category cannot be deleted. One or more units of the category are already in use.',NULL,NULL),('assessment','err_divider_too_big','en','The divider of one of the variables in this question is too big.',NULL,NULL),('assessment','err_division','en','The value you chose would make it impossible to generate a valid value for the variable.',NULL,NULL),('assessment','err_duplicate_results','en','You used a result variable more than once. This is not allowed in the question text.',NULL,NULL),('assessment','err_no_formula','en','You must enter a formula',NULL,NULL),('assessment','err_no_numeric_value','en','Please enter a numeric value',NULL,NULL),('assessment','err_range','en','The maximum range must be greater than the minimum range',NULL,NULL),('assessment','err_rating_advanced_not_allowed','en','A rating other than simple rating is not allowed since you are offering multiple result units with an identical base unit.',NULL,NULL),('assessment','err_unit_in_results','en','The unit cannot be deleted. It is already in use in one or more test questions.',NULL,NULL),('assessment','err_unit_in_variables','en','The unit cannot be deleted. It is already in use in one or more test questions.',NULL,NULL),('assessment','err_unit_is_baseunit','en','The unit cannot be deleted. It is used as base unit by other units.',NULL,NULL),('assessment','err_wrong_categoryname','en','The category already exists.',NULL,NULL),('assessment','err_wrong_rating_advanced','en','Please make sure that the addition of the advanced rating settings equals to 100 percent',NULL,NULL),('assessment','essay_scoring_mode','en','Scoring Mode',NULL,NULL),('assessment','essay_scoring_mode_keyword_relation_all','en','Automatic Scoring with Keywords on Finding ALL',NULL,NULL),('assessment','essay_scoring_mode_keyword_relation_all_desc','en','The points are granted automatically, if all keywords are found.',NULL,NULL),('assessment','essay_scoring_mode_keyword_relation_any','en','Automatic Scoring with Keywords on Finding ANY',NULL,NULL),('assessment','essay_scoring_mode_keyword_relation_any_desc','en','For any found keyword the corresponding points are granted automatically.',NULL,NULL),('assessment','essay_scoring_mode_keyword_relation_one','en','Automatic Scoring with Keywords on Finding ONE',NULL,NULL),('assessment','essay_scoring_mode_keyword_relation_one_desc','en','The points are granted automatically, if at least one keyword is found.',NULL,NULL),('assessment','essay_scoring_mode_without_keywords','en','No Automatic Scoring',NULL,NULL),('assessment','essay_scoring_mode_without_keywords_desc','en','No points are granted unless the tutor\'s manual scoring.',NULL,NULL),('assessment','evaluated_users','en','Evaluated Users',NULL,NULL),('assessment','eval_all_users','en','Evaluation for All Users',NULL,NULL),('assessment','eval_legend_link','en','Please refer to the legend for the meaning of the column header symbols.',NULL,NULL),('assessment','examid_in_test_pass','en','Display Test ID',NULL,NULL),('assessment','examid_in_test_pass_desc','en','A Test ID is displayed in the test. A new, unique ID is generated for every test attempt.',NULL,NULL),('assessment','examid_in_test_res','en','Display ILIAS Test ID',NULL,NULL),('assessment','examid_in_test_res_desc','en','The ILIAS Test ID will be included in the test results.',NULL,NULL),('assessment','exam_id','en','Test ID:',NULL,NULL),('assessment','exam_id_label','en','Test ID',NULL,NULL),('assessment','expected_result_type','en','Expected result type',NULL,NULL),('assessment','export','en','Export',NULL,NULL),('assessment','export_cert_failed_for_users_p','en','No certificate file could be generated and added for the following %s accounts: %s. Please contact an administrator to check the log file.',NULL,NULL),('assessment','export_cert_failed_for_users_s','en','No certificate file could be generated and added to the archive for the following account: %s. Please contact an administrator to check the log file.',NULL,NULL),('assessment','export_cert_ignored_for_users_p','en','The following %s accounts did not achieve a certificate, or the certificate service is not enabled/activate: %s',NULL,NULL),('assessment','export_cert_ignored_for_users_s','en','The following account did not achieve a certificate, or the certificate service is not enabled/activate: %s',NULL,NULL),('assessment','export_cert_no_users','en','A certificate archive cannot be created due to missing test participants.',NULL,NULL),('assessment','export_essay_qst_with_html','en','Export Essay Question with HTML code',NULL,NULL),('assessment','export_essay_qst_with_html_desc','en','If activated it is possible to export Essay Question with HTML to Excel.',NULL,NULL),('assessment','exp_all_test_runs','en','All test attempts',NULL,NULL),('assessment','exp_eval_data','en','Export data',NULL,NULL),('assessment','exp_file_created','en','Export file created.',NULL,NULL),('assessment','exp_grammar_as','en','as',NULL,NULL),('assessment','exp_scored_test_run','en','Scored test attempt',NULL,NULL),('assessment','exp_type_certificate','en','Certificate (PDF)',NULL,NULL),('assessment','exp_type_excel','en','Microsoft Excel',NULL,NULL),('assessment','exp_type_spss','en','Comma Separated Values (CSV)',NULL,NULL),('assessment','extratime','en','Extra Time',NULL,NULL),('assessment','factor','en','Factor',NULL,NULL),('assessment','failed_official','en','failed',NULL,NULL),('assessment','failed_short','en','failed',NULL,NULL),('assessment','false','en','False',NULL,NULL),('assessment','feedback_all','en','Show answer specific feedback for all answers.',NULL,NULL),('assessment','feedback_answers','en','Feedback for Every Answer',NULL,NULL),('assessment','feedback_checked','en','Show answer specific feedback for all chosen/selected answers.',NULL,NULL),('assessment','feedback_complete_solution','en','Correct solution',NULL,NULL),('assessment','feedback_correct_kprim','en','Show answer specific feedback for all correct answers (Correct answers are those, for that the positive option is to be chosen/selected).',NULL,NULL),('assessment','feedback_correct_sc_mc','en','Show answer specific feedback for all correct answers (Correct answers are those, that lead to a positive score when chosen/selected).',NULL,NULL),('assessment','feedback_generic','en','Correct/Incorrect Answer Feedback',NULL,NULL),('assessment','feedback_incomplete_solution','en','At least one answer is not correct',NULL,NULL),('assessment','feedback_setting','en','Mode of answer specific feedback.',NULL,NULL),('assessment','fileDownload','en','File download',NULL,NULL),('assessment','file_uploads','en','File Uploads',NULL,NULL),('assessment','fill_out_all_required_fields_add_answer','en','Please fill out all required fields before you add answers!',NULL,NULL),('assessment','filter','en','Filter',NULL,NULL),('assessment','filter_all_questionpools','en','All Question Pools',NULL,NULL),('assessment','filter_all_question_types','en','All Question Types',NULL,NULL),('assessment','filter_show_questionpools','en','Show Question Pools',NULL,NULL),('assessment','filter_show_question_types','en','Show Question Types',NULL,NULL),('assessment','finalized_by','en','Completed by',NULL,NULL),('assessment','finalized_evaluation','en','Scoring completed',NULL,NULL),('assessment','finalized_on','en','Completed at',NULL,NULL),('assessment','final_statement','en','Concluding Remarks',NULL,NULL),('assessment','final_statement_show_desc','en','Show concluding remarks after the test has been submitted (there is no option to return to the test from this page).',NULL,NULL),('assessment','finish_all_user_passes','en','Finish all Test Attempts',NULL,NULL),('assessment','finish_pass_for_all_users','en','Are you sure you want to finish the test attempts for all users?',NULL,NULL),('assessment','finish_pass_for_all_users_in_processing_time','en','You cannot finish the passes of all users together, because for at least one user the processing time is not over yet.',NULL,NULL),('assessment','finish_pass_for_user_confirmation','en','Are you sure you want to finish this test attempt for the participant \"%s\"?',NULL,NULL),('assessment','finish_pass_for_user_in_processing_time','en','WARNING: the processing time for this user is not over yet! You should only end the test run if there is a compelling reason (e.g. exclusion from the test).',NULL,NULL),('assessment','finish_test','en','Finish Test',NULL,NULL),('assessment','finish_unfinished_passes','en','Finish Uncompleted Attempts',NULL,NULL),('assessment','finish_unfinished_passes_desc','en','Test attempts which have a set finishing time or a time limit will be closed by this cron job.',NULL,NULL),('assessment','fixedparticipants_subtab','en','Manually Selected Participants',NULL,NULL),('assessment','fixed_participants_hint','en','This test is only accessible for the manually added participants listed below. You can disable this setting by deactivating the checkbox ‘Manually Selected Participants’ in the test settings.',NULL,NULL),('assessment','flashfile','en','Flash File',NULL,NULL),('assessment','for','en','for',NULL,NULL),('assessment','forcejs','en','Force JavaScript output for test questions',NULL,NULL),('assessment','formula','en','Formula',NULL,NULL),('assessment','form_msg_area_missing_points','en','Please enter points for all areas.',NULL,NULL),('assessment','fq_formula_desc','en','You may enter predefined variables ($v1 to $vn), defined results (e.g. $r1), braces for expressions, mathematical operators  + (addition), - (subtraction), * (multiplication), / (division), ^ (nth power), the constants ‘pi’ for pi and ‘e’ for euler\'s constant, as well as the functions ‘sin’, ‘sinh’, ‘arcsin’, ‘asin’, ‘arcsinh’, ‘asinh’, ‘cos’, ‘cosh’, ‘arccos’, ‘acos’, ‘arccosh’, ‘acosh’, ‘tan’, ‘tanh’, ‘arctan’, ‘atan’, ‘arctanh’, ‘atanh’, ‘sqrt’, ‘abs’, ‘ln’ and ‘log’.',NULL,NULL),('assessment','fq_no_restriction_info','en','Both decimals and fractions are accepted as input.',NULL,NULL),('assessment','fq_precision_info','en','Enter the number of desired decimal places.',NULL,NULL),('assessment','fq_question_desc','en','You can define variables by inserting $v1, $v2 ... $vn, results by inserting $r1, $r2 .... $rn at the desired position in the question text. Click on the button ‘Parse Question’ to create editing forms for variables and results.',NULL,NULL),('assessment','gap','en','Gap',NULL,NULL),('assessment','gap_combination','en','Gap Combination',NULL,NULL),('assessment','general','en','General',NULL,NULL),('assessment','glossary_term','en','Glossary Term',NULL,NULL),('assessment','grading_mark_msg','en','Your mark is: &quot;[mark]&quot;',NULL,NULL),('assessment','grading_obligations_answered_listentry','en','Answered',NULL,NULL),('assessment','grading_obligations_answered_msg','en','You filled out all compulsory questions.',NULL,NULL),('assessment','grading_obligations_listlabel','en','Compulsory Questions',NULL,NULL),('assessment','grading_obligations_missing_listentry','en','Open',NULL,NULL),('assessment','grading_obligations_missing_msg','en','You didn‘t complete all compulsory questions.',NULL,NULL),('assessment','grading_status_failed_msg','en','Sorry, you have <b>failed</b> the test.',NULL,NULL),('assessment','grading_status_passed_msg','en','Congratulations, you have <b>passed</b> the test.',NULL,NULL),('assessment','height','en','Height',NULL,NULL),('assessment','hints','en','Hints',NULL,NULL),('assessment','identical_scoring','en','Identical Scoring',NULL,NULL),('assessment','identical_scoring_desc','en','If selected, gaps with identical solutions will be scored, even if the same solution was used twice or more. If not selected, only the first occurrence of the same solution will be scored.',NULL,NULL),('assessment','imagemap','en','Image Map',NULL,NULL),('assessment','imported','en','imported',NULL,NULL),('assessment','import_question','en','Import Question(s)',NULL,NULL),('assessment','info_answer_type_change','en','The question already contains images. You can\'t change the answer type to multi-line answers.',NULL,NULL),('assessment','info_text_upload','en','Choose an answer text (UTF-8) file to upload.',NULL,NULL),('assessment','insert_after','en','Insert After',NULL,NULL),('assessment','insert_before','en','Insert Before',NULL,NULL),('assessment','insert_gap','en','Insert Gap',NULL,NULL),('assessment','internal_links','en','Internal Links',NULL,NULL),('assessment','intprecision','en','Divisible By',NULL,NULL),('assessment','intprecision_info','en','‘Divisible by’ affects only the creation of variables, if the value for the precision is 0. In this case, you define for ‘Divisible by’ an integer value, which must be divisible by with the created variable. A value of 10 thus generates only integers that are divisible by 10. A value of 5 produces integers that are divisible by 5, etc. For a precision of 0, ‘Divisible by’ is a mandatory field and must contain a positive integer. The default value is 1 for any integers.',NULL,NULL),('assessment','in_range','en','Within range',NULL,NULL),('assessment','javaapplet','en','Java Applet',NULL,NULL),('assessment','kiosk','en','Exam View',NULL,NULL),('assessment','kiosk_description','en','Runs tests in kiosk mode. This hides the browser bar, navigation and all other screen elements that are not part of the test. Participants are prevented from opening other websites.<br />Effectively preventing participants from opening other websites during tests additionally requires the deployment of a suitable browser (e.g. Safe Exam Browser).',NULL,NULL),('assessment','kiosk_options','en','Exam View Options',NULL,NULL),('assessment','kiosk_options_desc','en','Information is displayed in the header section of the screen.',NULL,NULL),('assessment','kiosk_show_participant','en','Show Name of Participant',NULL,NULL),('assessment','kiosk_show_title','en','Show Test Title',NULL,NULL),('assessment','kprim_answers_info','en','The multiple choice question type ‘four times decision right/wrong’ (Type K’, also known as Kprim) gives four answers or additions to a question or an incomplete statement. A decision about the correctness is to be done on all four answers/additions. The maximum points are granted only, if all decisions are correct.',NULL,NULL),('assessment','kprim_instruction_text','en','You have to decide on every statement: [%s] or [%s]',NULL,NULL),('assessment','lacex_assClozeTest_NumberOfResultExpression_d','en','The fourth answer option is a select gap and the second option was selected',NULL,NULL),('assessment','lacex_assClozeTest_NumberOfResultExpression_e','en','R[4] = +2+',NULL,NULL),('assessment','lacex_assClozeTest_NumericResultExpression_d','en','The second answer option is a numeric gap and was answered with the numeric value 5',NULL,NULL),('assessment','lacex_assClozeTest_NumericResultExpression_e','en','R[2] = #5#',NULL,NULL),('assessment','lacex_assClozeTest_StringResultExpression_1_d','en','The first answer option is a text gap and was answered with „Monday“',NULL,NULL),('assessment','lacex_assClozeTest_StringResultExpression_1_e','en','R[1] = ~Monday~',NULL,NULL),('assessment','lacex_assClozeTest_StringResultExpression_2_d','en','The fourth answer option is a select gap and the option labeled as „Green“ was selected',NULL,NULL),('assessment','lacex_assClozeTest_StringResultExpression_2_e','en','R[4] = ~Green~',NULL,NULL),('assessment','lacex_assErrorText_ExclusiveResultExpression_d','en','Exactly the answer options 1, 3 and 4 were chosen while answering the question',NULL,NULL),('assessment','lacex_assErrorText_ExclusiveResultExpression_e','en','R = *1,3,4*',NULL,NULL),('assessment','lacex_assErrorText_NumberOfResultExpression_d','en','While answering the question the second answer option was chosen',NULL,NULL),('assessment','lacex_assErrorText_NumberOfResultExpression_e','en','R = +2+',NULL,NULL),('assessment','lacex_assFormulaQuestion_NumericResultExpression_d','en','The first answer option was answered with the numeric value 3.14159',NULL,NULL),('assessment','lacex_assFormulaQuestion_NumericResultExpression_e','en','R[1] = #3.14159#',NULL,NULL),('assessment','lacex_assImagemapQuestion_ExclusiveResultExpression_d','en','Exactly the answer options 1, 3 and 4 were chosen while answering the question',NULL,NULL),('assessment','lacex_assImagemapQuestion_ExclusiveResultExpression_e','en','R = *1,3,4*',NULL,NULL),('assessment','lacex_assImagemapQuestion_NumberOfResultExpression_d','en','While answering the question the second answer option was chosen',NULL,NULL),('assessment','lacex_assImagemapQuestion_NumberOfResultExpression_e','en','R = +2+',NULL,NULL),('assessment','lacex_assMatchingQuestion_MatchingResultExpression_d','en','The question\'s terms were assigned to definitions as follows: 1 &rarr; 2 and 2 &rarr; 3 and 3 &rarr; 1',NULL,NULL),('assessment','lacex_assMatchingQuestion_MatchingResultExpression_e','en','R = ;1:2; & R = ;2:3; & R = ;3:1;',NULL,NULL),('assessment','lacex_assMultipleChoice_ExclusiveResultExpression_d','en','Exactly the answer options 1, 3 and 4 were chosen while answering the question',NULL,NULL),('assessment','lacex_assMultipleChoice_ExclusiveResultExpression_e','en','R = *1,3,4*',NULL,NULL),('assessment','lacex_assMultipleChoice_NumberOfResultExpression_d','en','While answering the question the second answer option was chosen',NULL,NULL),('assessment','lacex_assMultipleChoice_NumberOfResultExpression_e','en','R = +2+',NULL,NULL),('assessment','lacex_assNumeric_NumericResultExpression_d','en','The question was answered with the numeric value 4.7',NULL,NULL),('assessment','lacex_assNumeric_NumericResultExpression_e','en','R = #4.7#',NULL,NULL),('assessment','lacex_assOrderingHorizontal_OrderingResultExpression_d','en','The question\'s elements were ordered as follows: 2, 5, 1, 4, 3',NULL,NULL),('assessment','lacex_assOrderingHorizontal_OrderingResultExpression_e','en','R = $2,5,1,4,3$',NULL,NULL),('assessment','lacex_assOrderingQuestion_OrderingResultExpression_d','en','The question\'s elements were ordered as follows: 2, 5, 1, 4, 3',NULL,NULL),('assessment','lacex_assOrderingQuestion_OrderingResultExpression_e','en','R = $2,5,1,4,3$',NULL,NULL),('assessment','lacex_assQuestion_EmptyAnswerExpression_d','en','The question was not answered',NULL,NULL),('assessment','lacex_assQuestion_EmptyAnswerExpression_e','en','R = ?',NULL,NULL),('assessment','lacex_assQuestion_PercentageResultExpression_d','en','The questions answer result is equal to or greater than 75%',NULL,NULL),('assessment','lacex_assQuestion_PercentageResultExpression_e','en','R >= %75%',NULL,NULL),('assessment','lacex_assSingleChoice_NumberOfResultExpression_d','en','While answering the question the second answer option was chosen',NULL,NULL),('assessment','lacex_assSingleChoice_NumberOfResultExpression_e','en','R = +2+',NULL,NULL),('assessment','lacex_assTextSubset_StringResultExpression_d','en','For the second answer option the answer „sodium chloride“ was entered',NULL,NULL),('assessment','lacex_assTextSubset_StringResultExpression_e','en','R[2] = ~sodium chloride~',NULL,NULL),('assessment','lacex_example_header','en','Examples',NULL,NULL),('assessment','last_update','en','Updated',NULL,NULL),('assessment','legend','en','Legend',NULL,NULL),('assessment','locked','en','locked',NULL,NULL),('assessment','log_added_extratime','en','Added extra %d minutes for participant id %d',NULL,NULL),('assessment','log_answer_changed_points','en','Manual change of points of test person %s from %d to %d points by %s',NULL,NULL),('assessment','log_create_new_test','en','Created new test',NULL,NULL),('assessment','log_manual_feedback','en','%s added manual feedback for test person %s and question %s: %s',NULL,NULL),('assessment','log_mark_added','en','Mark added',NULL,NULL),('assessment','log_mark_changed','en','Mark changed',NULL,NULL),('assessment','log_mark_removed','en','Mark removed',NULL,NULL),('assessment','log_modified_test','en','The test was modified',NULL,NULL),('assessment','log_question_added','en','Question added at position',NULL,NULL),('assessment','log_question_position_changed','en','Question position changed',NULL,NULL),('assessment','log_question_removed','en','Question removed',NULL,NULL),('assessment','log_selected_user_data_removed','en','Removed test data of user %s',NULL,NULL),('assessment','log_user_answered_question','en','User answered a question and received %s points',NULL,NULL),('assessment','log_user_entered_values','en','User entered values',NULL,NULL),('assessment','log_user_not_entered_values','en','User did not enter values',NULL,NULL),('assessment','log_user_solution_willingly_deleted','en','User deleted the answer.',NULL,NULL),('assessment','log_wrong_test_password_entered','en','Participant entered wrong test password.',NULL,NULL),('assessment','longmenu','en','Longmenu',NULL,NULL),('assessment','longmenu_answeroptions_differ','en','This question does not work correctly, as there are not the same amount of gaps in the text as in the correction options.',NULL,NULL),('assessment','longmenu_text','en','Long Menu Text',NULL,NULL),('assessment','mailnottype','en','Send a notification every time a test attempt is completed.',NULL,NULL),('assessment','mailnottype_desc','en','Notify the owner of the test <strong>even if</strong> the number of test attempts has not been limited.',NULL,NULL),('assessment','mainbar_button_label_questionlist','en','Questionlist',NULL,NULL),('assessment','maintenance','en','Maintenance',NULL,NULL),('assessment','manscoring','en','Manual Scoring',NULL,NULL),('assessment','manscoring_done','en','Scored Participants',NULL,NULL),('assessment','manscoring_hint','en','You have added at least one question which may require manual scoring. To avoid participants getting access to the test results before you have finished manual scoring, please set a suitable date before which the results cannot be accessed.',NULL,NULL),('assessment','manscoring_none','en','Unscored Participants',NULL,NULL),('assessment','manscoring_not_allowed','en','The Manual Scoring wasn‘t activated for a question type. You are not allowed to use this tab.',NULL,NULL),('assessment','manscoring_questions_not_found','en','This test attempt does not contain question types which can be scored manually.',NULL,NULL),('assessment','manscoring_results_pass','en','Manual Scored Questions for Pass %s',NULL,NULL),('assessment','manual_editing','en','Manual Editing',NULL,NULL),('assessment','mark_schema','en','Grading System',NULL,NULL),('assessment','mark_schema_invalid','en','The grading system that you have tried to create contains errors. Please make sure that the values in the ‘Minimum Score Required (in %]’ column are correct.',NULL,NULL),('assessment','matches','en','matches',NULL,NULL),('assessment','matching_pairs','en','Matching Pairs',NULL,NULL),('assessment','matching_shuffle_definitions','en','Definitions only',NULL,NULL),('assessment','matching_shuffle_terms','en','Terms only',NULL,NULL),('assessment','matching_shuffle_terms_definitions','en','Both (Terms and Definitions)',NULL,NULL),('assessment','matching_type','en','Matching Question Subtype',NULL,NULL),('assessment','material','en','Material',NULL,NULL),('assessment','material_file','en','Material File',NULL,NULL),('assessment','maxchars','en','Maximum Number of Characters',NULL,NULL),('assessment','maximum_nr_of_tries_reached','en','You have reached the maximum number of passes for this test. The test cannot be entered!',NULL,NULL),('assessment','maximum_points','en','Maximum Available Points',NULL,NULL),('assessment','maxsize','en','Maximum file upload size',NULL,NULL),('assessment','maxsize_info','en','Enter the maximum size in bytes that should be allowed for file uploads. If you leave this field empty, the maximum size of this installation will be chosen instead.',NULL,NULL),('assessment','min_auto_complete','en','Autocomplete',NULL,NULL),('assessment','min_percentage_ne_0','en','One of your grade categories needs to start at the ‘Minimum Score Required (in %)’ level of 0%  Your grading system hasn’t been saved.',NULL,NULL),('assessment','misc','en','Misc Options',NULL,NULL),('assessment','msg_circle_added','en','Circle added',NULL,NULL),('assessment','msg_deleted_export_files','en','Export file(s) removed',NULL,NULL),('assessment','msg_no_questions_selected','en','No questions were selected.',NULL,NULL),('assessment','msg_number_of_terms_too_low','en','The number of terms must be greater or equal to the number of definitions.',NULL,NULL),('assessment','msg_poly_added','en','Polygon added',NULL,NULL),('assessment','msg_questions_moved','en','Question(s) moved',NULL,NULL),('assessment','msg_rect_added','en','Rectangle added',NULL,NULL),('assessment','msg_score_settings_modified_and_recalc','en','Your changes were saved and the results recalculated correspondingly.',NULL,NULL),('assessment','msg_score_settings_not_modified','en','Your changes were not saved.',NULL,NULL),('assessment','msg_selected_for_move','en','Question(s) selected for moving',NULL,NULL),('assessment','new_category','en','New Unit Category',NULL,NULL),('assessment','new_unit','en','New Unit',NULL,NULL),('assessment','next_question','en','Next',NULL,NULL),('assessment','next_question_rows','en','Questions %d - %d of %d →',NULL,NULL),('assessment','not_all_obligations_answered','en','You must answer all compulsory questions before you can finish the test.',NULL,NULL),('assessment','not_evaluated_users','en','Not Yet Evaluated User',NULL,NULL),('assessment','not_yet_accessed','en','Not yet accessed',NULL,NULL),('assessment','no_manual_feedback_export_info','en','Manual feedbacks will not be exported.',NULL,NULL),('assessment','no_passed_mark','en','At least one grade has to be a passing grade. For a grade to be a passing grade, it needs to have the appropriate box in the ‘Passed’ column checked.',NULL,NULL),('assessment','no_questions_available','en','There are no questions available!',NULL,NULL),('assessment','no_question_selected_for_move','en','Please check at least one question to move it!',NULL,NULL),('assessment','no_result_type','en','No Restrictions',NULL,NULL),('assessment','no_selection','en','--- No Selection ---',NULL,NULL),('assessment','no_selection_for_move','en','No question selected for moving',NULL,NULL),('assessment','no_target_selected_for_move','en','You must select a target position!',NULL,NULL),('assessment','no_user_or_group_selected','en','Please check an option what are you searching for (users, groups, roles)!',NULL,NULL),('assessment','nr_of_correct_answers','en','Number of Requested Answers',NULL,NULL),('assessment','number_of_answers','en','Number of Answers',NULL,NULL),('assessment','numeric_gap','en','Numeric Gap',NULL,NULL),('assessment','obligations_summary','en','List of Compulsory Questions',NULL,NULL),('assessment','obligatory','en','Compulsory',NULL,NULL),('assessment','option_label','en','Option Labels',NULL,NULL),('assessment','option_label_adequate','en','adequate',NULL,NULL),('assessment','option_label_adequate_or_not','en','adequate / not adequate',NULL,NULL),('assessment','option_label_applicable','en','applicable',NULL,NULL),('assessment','option_label_applicable_or_not','en','applicable / not applicable',NULL,NULL),('assessment','option_label_custom','en','Userdefined Labels',NULL,NULL),('assessment','option_label_custom_false','en','Label for ‘FALSE’',NULL,NULL),('assessment','option_label_custom_true','en','Label for ‘TRUE’',NULL,NULL),('assessment','option_label_info','en','The configured phrases will be used as label for the options selectable by the participant.',NULL,NULL),('assessment','option_label_minus','en','-',NULL,NULL),('assessment','option_label_not_adequate','en','not adequate',NULL,NULL),('assessment','option_label_not_applicable','en','not applicable',NULL,NULL),('assessment','option_label_plus','en','+',NULL,NULL),('assessment','option_label_plus_minus','en','+ / -',NULL,NULL),('assessment','option_label_right','en','right',NULL,NULL),('assessment','option_label_right_wrong','en','right / wrong',NULL,NULL),('assessment','option_label_wrong','en','wrong',NULL,NULL),('assessment','oq_btn_define_pictures','en','Switch to picture definition view',NULL,NULL),('assessment','oq_btn_define_terms','en','Switch to term definition view',NULL,NULL),('assessment','oq_btn_nest_pictures','en','Switch to picture nesting view',NULL,NULL),('assessment','oq_btn_nest_terms','en','Switch to term nesting view',NULL,NULL),('assessment','oq_btn_use_order_pictures','en','Use answer pictures',NULL,NULL),('assessment','oq_btn_use_order_terms','en','Use answer terms',NULL,NULL),('assessment','oq_header_ordering_elements','en','Ordering Elements',NULL,NULL),('assessment','or','en','or',NULL,NULL),('assessment','order','en','Order',NULL,NULL),('assessment','ordering_answer_sequence_info','en','The answer sequence you define here will be taken as the correct solution sequence.',NULL,NULL),('assessment','ordertext','en','Ordering Text',NULL,NULL),('assessment','ordertext_info','en','Please enter the text that should be ordered horizontally. The ordering text will be separated by the whitespace signs in the text. If you need a different separation, you may use the separator %s to separate your text units.',NULL,NULL),('assessment','output','en','Output',NULL,NULL),('assessment','output_mode','en','Output Mode',NULL,NULL),('assessment','out_of_range','en','Out of range',NULL,NULL),('assessment','parseQuestion','en','Parse Question',NULL,NULL),('assessment','participants','en','Participants',NULL,NULL),('assessment','participants_invitation','en','Select Participants Manually',NULL,NULL),('assessment','participants_invitation_description','en','This test can only be accessed by users you have manually added in the ‘Participants’ tab of the test.',NULL,NULL),('assessment','participants_results_subtab','en','All Participants',NULL,NULL),('assessment','part_received_a_of_b_points','en','The participant received %s of %s possible points',NULL,NULL),('assessment','pass','en','Pass',NULL,NULL),('assessment','passed_official','en','passed',NULL,NULL),('assessment','passed_only','en','Passed Tests Only',NULL,NULL),('assessment','passed_short','en','passed',NULL,NULL),('assessment','passed_status','en','Passed Status',NULL,NULL),('assessment','passes_finished','en','%s passes',NULL,NULL),('assessment','pass_finished','en','%s pass',NULL,NULL),('assessment','percentage','en','Percentage',NULL,NULL),('assessment','percentile','en','Percentile',NULL,NULL),('assessment','picture','en','Picture',NULL,NULL),('assessment','please_select','en','-- please select --',NULL,NULL),('assessment','point','en','Point',NULL,NULL),('assessment','points','en','Points',NULL,NULL),('assessment','points_checked','en','Points when Checked',NULL,NULL),('assessment','points_non_numeric_or_negative_msg','en','Inputs for points only accept positive numeric values.',NULL,NULL),('assessment','points_short','en','Pt.',NULL,NULL),('assessment','points_unchecked','en','Points when Unchecked',NULL,NULL),('assessment','points_wrong','en','Wrong Selections',NULL,NULL),('assessment','points_wrong_info','en','Enter the negative points for each selected word that is not in the list of the marked errors.',NULL,NULL),('assessment','polygon','en','Polygon',NULL,NULL),('assessment','polygon_click_next_or_save','en','Please click on the next point of the polygon or save the area. (It is not necessary to click again on the starting point of this polygon !)',NULL,NULL),('assessment','polygon_click_next_point','en','Please click on the next point of the polygon.',NULL,NULL),('assessment','polygon_click_starting_point','en','Please click on the starting point of the polygon.',NULL,NULL),('assessment','positive_numbers_required','en','Please enter only positive numbers.',NULL,NULL),('assessment','postponed','en','postponed',NULL,NULL),('assessment','postpone_question','en','Move Question to the End',NULL,NULL),('assessment','precision','en','Precision',NULL,NULL),('assessment','preview','en','Preview',NULL,NULL),('assessment','previous_question','en','Previous',NULL,NULL),('assessment','previous_question_rows','en','<< Questions %d - %d of %d',NULL,NULL),('assessment','qpl_assessment_no_assessment_of_questions','en','There is no assessment of questions available for the selected question. The question has not yet been used in a test.',NULL,NULL),('assessment','qpl_assessment_total_of_answers','en','Total of Answers',NULL,NULL),('assessment','qpl_assessment_total_of_right_answers','en','Total Percentage of Correct Answers (percentage of maximum points)',NULL,NULL),('assessment','qpl_cancel_skill_assigns_update','en','Cancel',NULL,NULL),('assessment','qpl_confirm_delete_questions','en','Are you sure you want to remove the following questions?',NULL,NULL),('assessment','qpl_copy_insert_clipboard','en','The selected question(s) are copied to the clipboard',NULL,NULL),('assessment','qpl_copy_select_none','en','Please check at least one question to copy it to the clipboard',NULL,NULL),('assessment','qpl_delete_rbac_error','en','You have no rights to remove this question!',NULL,NULL),('assessment','qpl_delete_select_none','en','Please check at least one question to remove it',NULL,NULL),('assessment','qpl_export_excel','en','Microsoft Excel File',NULL,NULL),('assessment','qpl_export_select_none','en','Please check at least one question to export it',NULL,NULL),('assessment','qpl_export_xml','en','QTI XML File',NULL,NULL),('assessment','qpl_form_general_settings','en','General Settings',NULL,NULL),('assessment','qpl_imagemap_preview_missing','en','ILIAS could not create the temporary preview file containing the image map areas. The original image is shown instead. This means that either the web server‘s ImageMagick tool isn‘t configured correctly or there are no write permissions in the temporary directory! Please contact your system administrator.',NULL,NULL),('assessment','qpl_import_create_new_qpl','en','Import the questions in a new question pool',NULL,NULL),('assessment','qpl_import_non_ilias_files','en','Error: The import file contains QTI files which are not created by an ILIAS system. Please contact the ILIAS team to get in import filter for your QTI file format.',NULL,NULL),('assessment','qpl_import_no_items','en','Error: The import file contains no questions!',NULL,NULL),('assessment','qpl_import_verify_found_questions','en','ILIAS found the following questions in the import file. Please select the questions you want to import.',NULL,NULL),('assessment','qpl_lac_desc_brackets','en','Brackets',NULL,NULL),('assessment','qpl_lac_desc_compare_answer_exist','en','Compare if there is an Answer for a Question/Gap',NULL,NULL),('assessment','qpl_lac_desc_compare_with_answer_n','en','Compare the Result with the n-th Answer of the Question',NULL,NULL),('assessment','qpl_lac_desc_compare_with_assignment','en','Compare the Result with the Matching n:m',NULL,NULL),('assessment','qpl_lac_desc_compare_with_exact_sequence','en','Compare the Result with exactly the Given Sequence',NULL,NULL),('assessment','qpl_lac_desc_compare_with_number','en','Compare the Result with the Number n',NULL,NULL),('assessment','qpl_lac_desc_compare_with_quest_res','en','Compare the Result with the Reached Points in Percent',NULL,NULL),('assessment','qpl_lac_desc_compare_with_sequence','en','Compare the Result with the Answer Sequence ($a,..,z$)',NULL,NULL),('assessment','qpl_lac_desc_compare_with_text','en','Compare the Result with the text TEXT',NULL,NULL),('assessment','qpl_lac_desc_logical_and','en','Logical AND',NULL,NULL),('assessment','qpl_lac_desc_logical_or','en','Logical OR',NULL,NULL),('assessment','qpl_lac_desc_negation','en','Negation',NULL,NULL),('assessment','qpl_lac_desc_res_of_answ_m_of_cur_quest','en','Result of m-th Answer of Current Question',NULL,NULL),('assessment','qpl_lac_desc_res_of_cur_quest','en','Result of Current Question',NULL,NULL),('assessment','qpl_lac_legend_header_common','en','Expression Logic',NULL,NULL),('assessment','qpl_lac_legend_header_quest_specific','en','Question Specific Expressions',NULL,NULL),('assessment','qpl_lac_legend_label_operators','en','Operators',NULL,NULL),('assessment','qpl_maxchars_info_numeric_question','en','If you enter a value, the field for the numerical answer will be created with a fixed length of this value, so entering more than the allowed characters is not possible. Note, that for numeric gaps the decimal separator is counted as a regular character.',NULL,NULL),('assessment','qpl_move_insert_clipboard','en','The selected question(s) are marked for moving',NULL,NULL),('assessment','qpl_move_select_none','en','Please check at least one question to select it for moving',NULL,NULL),('assessment','qpl_numeric_lower_needs_valid_lower_alert','en','The lower bound needs to be valid numerical value lower than the upper bound.',NULL,NULL),('assessment','qpl_numeric_upper_needs_valid_upper_alert','en','The upper bound needs to be valid numerical value greater than the lower bound.',NULL,NULL),('assessment','qpl_paste_error','en','At least one question could not be pasted into the question pool. Possible reason: You tried to move the question into the same question pool.',NULL,NULL),('assessment','qpl_paste_no_objects','en','There are no questions in the clipboard. Please copy or move a question into the clipboard.',NULL,NULL),('assessment','qpl_paste_success','en','The question(s) have been pasted into the question pool',NULL,NULL),('assessment','qpl_qst_edit_form_taxonomy','en','Taxonomy \"%s\"',NULL,NULL),('assessment','qpl_qst_edit_form_taxonomy_section','en','Taxonomies',NULL,NULL),('assessment','qpl_qst_inp_matching_mode','en','Matching Mode',NULL,NULL),('assessment','qpl_qst_inp_matching_mode_all_on_all','en','One or More Terms match One or More Definitions (n:n)',NULL,NULL),('assessment','qpl_qst_inp_matching_mode_one_on_one','en','One Term Matches One Definition (1:1)',NULL,NULL),('assessment','qpl_qst_skl_assigns_updated','en','The competence assignments has been updated.',NULL,NULL),('assessment','qpl_qst_skl_assign_properties_modified','en','The assignment\'s properties has been modified.',NULL,NULL),('assessment','qpl_qst_skl_assign_synced_to_orig','en','The competence assignments has been synchronised to the questions original.',NULL,NULL),('assessment','qpl_qst_skl_selection_for_question_header','en','Compence Assignments for Question: %s',NULL,NULL),('assessment','qpl_qst_skl_usg_numq_col','en','Number of Questions in Pool adressing this competence',NULL,NULL),('assessment','qpl_qst_skl_usg_skill_col','en','Competence',NULL,NULL),('assessment','qpl_qst_skl_usg_sklpnt_col','en','Total Sum of Competence-Points per Competence',NULL,NULL),('assessment','qpl_questions_deleted','en','Question(s) removed.',NULL,NULL),('assessment','qpl_question_is_in_use','en','The question you are about to edit exists in %s test(s). If you change this question, you will NOT change the question(s) in the test(s), because the system creates a copy of a question when it is inserted in a test!',NULL,NULL),('assessment','qpl_reset_preview','en','Reset Preview',NULL,NULL),('assessment','qpl_save_skill_assigns_update','en','Save Competence Assignments',NULL,NULL),('assessment','qpl_settings_availability','en','Availability',NULL,NULL),('assessment','qpl_settings_general_form_property_nav_taxonomy','en','Taxonomy Filter as Navigation Tree',NULL,NULL),('assessment','qpl_settings_general_form_property_nav_taxonomy_description','en','When a taxonomy is selected, it well be presented as navigation tree instead of a table filter item.',NULL,NULL),('assessment','qpl_settings_general_form_property_opt_notax_selected','en','Use No Navigation Tree Filter',NULL,NULL),('assessment','qpl_settings_general_form_property_show_taxonomies','en','Show Taxonomies',NULL,NULL),('assessment','qpl_settings_general_form_prop_show_tax_desc','en','Existing taxonomies in this pool are offered for question filtering.',NULL,NULL),('assessment','qpl_settings_subtab_general','en','General Settings',NULL,NULL),('assessment','qpl_settings_subtab_taxonomies','en','Taxonomies',NULL,NULL),('assessment','qpl_skill_point_eval_by_quest_result','en','Evaluation of Competence Points by Question Result',NULL,NULL),('assessment','qpl_skill_point_eval_by_solution_compare','en','Evaluation of Competence Points by Solution Compare',NULL,NULL),('assessment','qpl_skill_point_eval_mode_quest_result','en','Question Result',NULL,NULL),('assessment','qpl_skill_point_eval_mode_solution_compare','en','Solution Compare',NULL,NULL),('assessment','qpl_skl_sub_tab_quest_assign','en','Question/Competence Assignment',NULL,NULL),('assessment','qpl_skl_sub_tab_usages','en','Assignment Frequency',NULL,NULL),('assessment','qpl_sync_quest_skl_assigns_confirmation','en','The question was inserted from another repository object. Should the question\'s original be updated with the current config of competence assignments?',NULL,NULL),('assessment','qpl_tab_competences','en','Competences',NULL,NULL),('assessment','qpl_taxonomy_tab_info_message','en','Taxonomies in question pools can be used to filter the questions. After activating the function in the \"Settings\" tab, they are displayed in the filter in the \"Questions\" tab.',NULL,NULL),('assessment','qst_error_text_too_long','en','One or more text elements marked as erroneous are too long. The maximum size for a text element marked as erroneous is 150 characters:',NULL,NULL),('assessment','qst_essay_allready_written_words','en','Already entered words:',NULL,NULL),('assessment','qst_essay_chars_remaining','en','Remaining characters:',NULL,NULL),('assessment','qst_essay_wordcounter_enabled','en','Count Words',NULL,NULL),('assessment','qst_essay_wordcounter_enabled_info','en','The entered words are counted. The number of written words is shown to the participants below the text input field.',NULL,NULL),('assessment','qst_essay_written_words','en','Number of entered words:',NULL,NULL),('assessment','qst_lifecycle','en','Lifecycle',NULL,NULL),('assessment','qst_lifecycle_draft','en','Draft',NULL,NULL),('assessment','qst_lifecycle_filter_all','en','All Lifecycles',NULL,NULL),('assessment','qst_lifecycle_final','en','Final',NULL,NULL),('assessment','qst_lifecycle_outdated','en','Outdated',NULL,NULL),('assessment','qst_lifecycle_rejected','en','Rejected',NULL,NULL),('assessment','qst_lifecycle_review','en','To be Reviewed',NULL,NULL),('assessment','qst_lifecycle_sharable','en','Shareable',NULL,NULL),('assessment','qst_nested_nested_answers_off','en','No indents, just order',NULL,NULL),('assessment','qst_nested_nested_answers_on','en','Use indents in anwers',NULL,NULL),('assessment','qst_nr_of_tries','en','Number of Tries',NULL,NULL),('assessment','qst_preview_reset_msg','en','The preview has been reset.',NULL,NULL),('assessment','qst_use_nested_answers','en','Nested answers',NULL,NULL),('assessment','questionpool_not_entered','en','Please enter a name for a question pool!',NULL,NULL),('assessment','questionpool_not_selected','en','Please select a question pool!',NULL,NULL),('assessment','questions','en','Questions',NULL,NULL),('assessment','questions_from','en','questions from',NULL,NULL),('assessment','questions_per_page_view','en','Page View',NULL,NULL),('assessment','question_browse_area_info','en','Please select an object from which you want to import questions.',NULL,NULL),('assessment','question_cumulated_statistics','en','Cumulated Question Statistics',NULL,NULL),('assessment','question_id','en','Question ID',NULL,NULL),('assessment','question_id_short','en','ID',NULL,NULL),('assessment','question_instances_title','en','This question is used in the following tests',NULL,NULL),('assessment','question_is_part_of_running_test','en','Question is part of a running test and may not be edited.',NULL,NULL),('assessment','question_marking','en','Flagging Questions',NULL,NULL),('assessment','question_marking_description','en','Participants are given the option to flag test questions for themselves. The flags are shown in the ‘Test Attempt Overview’, if that feature it has been activated.',NULL,NULL),('assessment','question_not_answered','en','The question was not answered',NULL,NULL),('assessment','question_saved_for_upload','en','The question was saved automatically in order to reserve hard disk space to store the uploaded file. If you cancel this form now, be aware that you must delete the question in the question pool if you do not want to keep it!',NULL,NULL),('assessment','question_summary','en','Test Attempt Overview',NULL,NULL),('assessment','question_summary_btn','en','Test Attempt Overview',NULL,NULL),('assessment','question_title','en','Question Title',NULL,NULL),('assessment','question_type','en','Question Type',NULL,NULL),('assessment','que_contains_unused_var','en','The question text contains a variable, that is not used in any result formula!',NULL,NULL),('assessment','random_accept_sample','en','Accept Sample',NULL,NULL),('assessment','random_another_sample','en','Get another Sample',NULL,NULL),('assessment','random_selection','en','Random Selection',NULL,NULL),('assessment','range','en','Range',NULL,NULL),('assessment','range_lower_limit','en','Lower Bound',NULL,NULL),('assessment','range_max','en','Range (Maximum)',NULL,NULL),('assessment','range_min','en','Range (Minimum)',NULL,NULL),('assessment','range_upper_limit','en','Upper Bound',NULL,NULL),('assessment','rated_sign','en','Sign',NULL,NULL),('assessment','rated_unit','en','Unit',NULL,NULL),('assessment','rated_value','en','Value',NULL,NULL),('assessment','rating','en','Rating',NULL,NULL),('assessment','rating_sign','en','Rate Sign',NULL,NULL),('assessment','rating_simple','en','Simple Rating',NULL,NULL),('assessment','rating_unit','en','Rate Unit',NULL,NULL),('assessment','rating_value','en','Rate Value',NULL,NULL),('assessment','rectangle','en','Rectangle',NULL,NULL),('assessment','rectangle_click_br_corner','en','Please click on the bottom right corner of the desired area.',NULL,NULL),('assessment','rectangle_click_tl_corner','en','Please click on the top left corner of the desired area.',NULL,NULL),('assessment','redirectAfterSave','en','The maximum working time has been reached. In a few seconds you will be redirected...',NULL,NULL),('assessment','redirection_url','en','URL of webpage',NULL,NULL),('assessment','redirect_after_finishing_rule','en','Redirect',NULL,NULL),('assessment','redirect_after_finishing_tst','en','Redirect',NULL,NULL),('assessment','redirect_after_finishing_tst_desc','en','After completing the test, each participant is automatically redirected to a specific webpage of your choosing. This will only happen if participants do not have direct access to their test results. When entering the address of an external webpage, use the complete URL (including ‘https://’). When redirecting to an Object in ILIAS, use the permalink that can be found in the footer of the Object in question.',NULL,NULL),('assessment','redirect_always','en','always to the webpage specified below',NULL,NULL),('assessment','redirect_in_kiosk_mode','en','only when ‘Exam View’ is activated',NULL,NULL),('assessment','region','en','Region',NULL,NULL),('assessment','remove_as_participant','en','Remove as Fixed Participant',NULL,NULL),('assessment','remove_gap','en','Remove Gap',NULL,NULL),('assessment','remove_question','en','Remove',NULL,NULL),('assessment','remove_solution','en','Remove Content for Recapitulation',NULL,NULL),('assessment','reset_definitions','en','Reset Ordering',NULL,NULL),('assessment','reset_filter','en','Reset Filter',NULL,NULL),('assessment','reset_pictures','en','Reset Picture Positions',NULL,NULL),('assessment','reset_terms','en','Reset Ordering',NULL,NULL),('assessment','result','en','Result',NULL,NULL),('assessment','results','en','Results',NULL,NULL),('assessment','results_tab','en','Results',NULL,NULL),('assessment','resulttable_all','en','All',NULL,NULL),('assessment','resulttable_correct','en','Correct',NULL,NULL),('assessment','resulttable_incorrect','en','Incorrect/Incomplete',NULL,NULL),('assessment','resulttable_vc_sort_iooa','en','in order of appearance',NULL,NULL),('assessment','resulttable_vc_sort_posscore','en','highest possible score first',NULL,NULL),('assessment','result_co_frac','en','Coprime Fraction',NULL,NULL),('assessment','result_co_frac_info','en','Canceled out fraction i.e.: only 1/3 is a valid result',NULL,NULL),('assessment','result_dec','en','Decimal',NULL,NULL),('assessment','result_dec_info','en','Valid results are i.e.: 2,3 and 2.3',NULL,NULL),('assessment','result_frac','en','Fraction',NULL,NULL),('assessment','result_frac_info','en','i.e.: 1/3 and 2/6 are valid results',NULL,NULL),('assessment','result_type_selection','en','Result Type Selection',NULL,NULL),('assessment','result_units','en','Available Units',NULL,NULL),('assessment','result_units_info','en','The selected units are offered to the learner as part of an answer. The learner has to choose one unit.',NULL,NULL),('assessment','result_unit_info','en','Please note that the selected result unit must also be activated in ‘Available units’.',NULL,NULL),('assessment','result_x','en','Result %s',NULL,NULL),('assessment','res_contains_undef_res','en','A result formula contains an undefined result!',NULL,NULL),('assessment','res_contains_undef_var','en','A result formula contains an undefined variable!',NULL,NULL),('assessment','review_view','en','Review',NULL,NULL),('assessment','saved_adjustment','en','Changes saved.',NULL,NULL),('assessment','saveOrder','en','Save Order',NULL,NULL),('assessment','saveOrderAndObligations','en','Save Order and Obligations',NULL,NULL),('assessment','save_and_next','en','Save and Continue',NULL,NULL),('assessment','save_on_navigation','en','Save on Navigation',NULL,NULL),('assessment','save_on_navigation_confirmation','en','Your changed answers will be automatically saved when you navigate.',NULL,NULL),('assessment','save_on_navigation_forced_feedback_hint','en','Before you get feedback on your given answer.',NULL,NULL),('assessment','save_on_navigation_locked_confirmation','en','Your changed answers will be automatically saved and locked when you navigate.',NULL,NULL),('assessment','scored_pass','en','Scored Pass',NULL,NULL),('assessment','score_partsol_enabled','en','Activate Half-Point Scoring',NULL,NULL),('assessment','score_partsol_enabled_info','en','Usually the participant has to answer the question fully correct to get the configured points. With this option the participant gets the half of the configured points with at least three correct decisions.',NULL,NULL),('assessment','scoring','en','Scoring and Results',NULL,NULL),('assessment','scoringadjust','en','Corrections',NULL,NULL),('assessment','search_groups','en','Search Groups',NULL,NULL),('assessment','search_results','en','Search Results',NULL,NULL),('assessment','search_roles','en','Search Roles',NULL,NULL),('assessment','search_term','en','Search Term',NULL,NULL),('assessment','search_users','en','Search Users',NULL,NULL),('assessment','selected_category','en','Selected Category: %s',NULL,NULL),('assessment','selection','en','Selection',NULL,NULL),('assessment','select_at_least_one_feedback_type_and_trigger','en','Please Select at least one type of feedback and a trigger.',NULL,NULL),('assessment','select_gap','en','Select Gap',NULL,NULL),('assessment','select_max_one_item','en','Please select one item only',NULL,NULL),('assessment','select_one_user','en','Please select at least one user.',NULL,NULL),('assessment','select_target_position_for_move_question','en','Please select a target position to move the question(s) and press one of the insert buttons!',NULL,NULL),('assessment','select_unit','en','--- Select Unit ---',NULL,NULL),('assessment','set_edit_mode','en','Set Edit Mode',NULL,NULL),('assessment','set_filter','en','Set Filter',NULL,NULL),('assessment','set_manscoring_done','en','Mark as ‘Scored Participant’',NULL,NULL),('assessment','set_manual_feedback','en','Manual Feedback',NULL,NULL),('assessment','shape','en','Shape',NULL,NULL),('assessment','showSuggestedSolution','en','Type',NULL,NULL),('assessment','show_all_test_properties_on_info_page','en','Show all Test Properties',NULL,NULL),('assessment','show_all_test_properties_on_info_page_byline','en','Users will be presented with a complete list of test properties in the ‘Info’ tab, i.e. information on scoring and reporting.',NULL,NULL),('assessment','show_answer_overview','en','Show Answer Overview',NULL,NULL),('assessment','show_detailed_results','en','Show User’s Detailed Results (Marked Pass)',NULL,NULL),('assessment','show_examview_html','en','On screen',NULL,NULL),('assessment','show_old_concluding_remarks','en','Show old concluding remarks',NULL,NULL),('assessment','show_old_introduction','en','Show old introduction',NULL,NULL),('assessment','show_pass_overview','en','Show Marked Pass Overview',NULL,NULL),('assessment','show_requested_question_hints','en','Show Requested Hints',NULL,NULL),('assessment','show_user_answers','en','Show User’s Marked Answers',NULL,NULL),('assessment','shuffle_answers','en','Shuffle Answers',NULL,NULL),('assessment','skip_question','en','Do not Answer and Next',NULL,NULL),('assessment','solutionText','en','Text',NULL,NULL),('assessment','solution_contain_keywords','en','Score is granted based on the occurrence of the following keywords:',NULL,NULL),('assessment','solution_hint','en','Assigned Content for Recapitulation',NULL,NULL),('assessment','start_tag','en','Start Tag',NULL,NULL),('assessment','statistical_data','en','Statistical Data',NULL,NULL),('assessment','statistics','en','Statistics',NULL,NULL),('assessment','submit_and_check','en','Save and Check Answer',NULL,NULL),('assessment','submit_answer','en','Save Answer',NULL,NULL),('assessment','suggestedSolutionType','en','Refer to',NULL,NULL),('assessment','suggested_solution','en','Content for Recapitulation',NULL,NULL),('assessment','suggested_solution_added_successfully','en','You successfully set a content for recapitulation!',NULL,NULL),('assessment','suggest_range','en','Suggest Range',NULL,NULL),('assessment','tab_nest_answers','en','Nesting',NULL,NULL),('assessment','tax_filter','en','Taxonomy',NULL,NULL),('assessment','tax_filter_notax','en','Questions without assigned Taxonomy',NULL,NULL),('assessment','ta_resulttable_vc_mode_aria','en','switch question mode',NULL,NULL),('assessment','term','en','Term',NULL,NULL),('assessment','terms','en','Terms',NULL,NULL),('assessment','term_image','en','Term Image',NULL,NULL),('assessment','term_text','en','Term Text',NULL,NULL),('assessment','test_confirm_template_reset','en','Are you sure that you do not want to use the template anymore?',NULL,NULL),('assessment','test_delete_page','en','Delete Question',NULL,NULL),('assessment','test_edit_settings','en','Edit Settings',NULL,NULL),('assessment','test_enable_archiving','en','Enable Archiving',NULL,NULL),('assessment','test_has_datasets_warning_page_view','en','The test already contains data sets. You cannot edit the test questions until you remove these data sets.',NULL,NULL),('assessment','test_has_datasets_warning_page_view_link','en','Participant Results',NULL,NULL),('assessment','test_is_offline','en','You cannot start the test! The test is offline.',NULL,NULL),('assessment','test_jump_to','en','Jump to Question',NULL,NULL),('assessment','test_move_page','en','Move Question',NULL,NULL),('assessment','test_next_question','en','Next Question',NULL,NULL),('assessment','test_prev_question','en','Previous Question',NULL,NULL),('assessment','test_question_set_type','en','Selection of Test Questions',NULL,NULL),('assessment','test_question_set_type_fixed','en','Fixed Questions',NULL,NULL),('assessment','test_question_set_type_fixed_info','en','All test participants see the same questions.<br>You can create questions directly in the test as well as use questions from a Question Pool. If you create new questions, you can decide to save them in a Question Pool.',NULL,NULL),('assessment','test_question_set_type_random','en','Random Questions',NULL,NULL),('assessment','test_question_set_type_random_info','en','Each test participant will see an individually generated set of questions. The questions are drawn from one or more Question Pools.',NULL,NULL),('assessment','test_results','en','Summary Test Results',NULL,NULL),('assessment','test_scoring','en','Scoring Options',NULL,NULL),('assessment','test_template_reset','en','The template has been removed.',NULL,NULL),('assessment','test_using_template','en','This test uses the template %s. If you do not want to use a template and have access to all settings, please click here: %s.',NULL,NULL),('assessment','test_using_template_link','en','Do not use template anymore',NULL,NULL),('assessment','textsize','en','Text Size',NULL,NULL),('assessment','textsize_errortext_info','en','Enter the text size of the error text in percent if you want another size than 100 percent.',NULL,NULL),('assessment','textsize_info','en','Enter the text size of the ordering text in percent if you want another size than 100 percent.',NULL,NULL),('assessment','text_correct','en','Correct Text',NULL,NULL),('assessment','text_gap','en','Text Gap',NULL,NULL),('assessment','text_maximum_chars_allowed','en','Please do not enter more than a maximum of %s characters. Additional characters won\'t get cut, but the exceeding might be considered during scoring.',NULL,NULL),('assessment','text_rating','en','Text Matching Method',NULL,NULL),('assessment','text_wrong','en','Wrong Text',NULL,NULL),('assessment','thumb_size','en','Thumbnail Size',NULL,NULL),('assessment','thumb_size_info','en','The image thumbnails will be created with a maximum values of height and width given, aspect ratio preserved.',NULL,NULL),('assessment','thumb_size_unit_pixel','en','Pixel',NULL,NULL),('assessment','time_format','en','HH MM SS',NULL,NULL),('assessment','timing','en','Extra Time',NULL,NULL),('assessment','tolerance','en','Tolerance (%)',NULL,NULL),('assessment','tolerance_info','en','The tolerance specifies an allowable percentage deviation from the result value. With a tolerance of 0, only the exact result value is evaluated to be correct.',NULL,NULL),('assessment','too_many_targets_selected_for_move','en','You must select exactly one target position!',NULL,NULL),('assessment','toplist_by_score','en','High score by score',NULL,NULL),('assessment','toplist_by_time','en','High score by working time',NULL,NULL),('assessment','toplist_col_achieved','en','Date',NULL,NULL),('assessment','toplist_col_hints','en','Hints',NULL,NULL),('assessment','toplist_col_participant','en','Participant',NULL,NULL),('assessment','toplist_col_percentage','en','Percentage',NULL,NULL),('assessment','toplist_col_rank','en','Rank',NULL,NULL),('assessment','toplist_col_score','en','Score',NULL,NULL),('assessment','toplist_col_wtime','en','Working Time',NULL,NULL),('assessment','true','en','True',NULL,NULL),('assessment','tst_access_code_created','en','To provide you with permanent access to your test results and to offer you a possibility to resume this test, a unique test access code was created. Please make a note of this code so that you can continue the test later.',NULL,NULL),('assessment','tst_activate_skill_service','en','Competence Service',NULL,NULL),('assessment','tst_activate_skill_service_desc','en','Supports the assignment of questions to competences and the definition of thresholds for reaching a specific competence level.',NULL,NULL),('assessment','tst_activation_limited_visibility_info','en','Before and after the period during which the test is available,  the test\'s title will be displayed, but participants won’t be able to take the test. Access, including to tests already in progress, will be prevented once the period of availability has ended.',NULL,NULL),('assessment','tst_activation_online_info','en','Participants can take the test if it is ‘Online’.',NULL,NULL),('assessment','tst_addit_passes_blocked_after_passed_msg','en','You have passed the test. The test cannot be started again.',NULL,NULL),('assessment','tst_add_quest_cont_edit_mode','en','Editor',NULL,NULL),('assessment','tst_add_quest_cont_edit_mode_IPE','en','Use plain text for questions and answers and ILIAS page editor for feedback and hints',NULL,NULL),('assessment','tst_add_quest_cont_edit_mode_IPE_info','en','No formatting of text in question and answers. No use of LaTex either. But feedback and hints can be reused when question is embedded in ILIAS learning module.',NULL,NULL),('assessment','tst_add_quest_cont_edit_mode_RTE','en','Use Rich-Text-Editor (TinyMCE) for editing questions and answers, feedbacks and hints',NULL,NULL),('assessment','tst_add_quest_cont_edit_mode_RTE_info','en','Allows text formatting of questions, answers, feedbacks and hints. But feedback and hints cannot be reused when question is embedded in ILIAS learning module.',NULL,NULL),('assessment','tst_all_test_competences','en','All Test Competence',NULL,NULL),('assessment','tst_all_user_data_deleted','en','All user data for this test has been removed!',NULL,NULL),('assessment','tst_already_passed_cannot_retake','en','Test already passed. You cannot start the test again.',NULL,NULL),('assessment','tst_already_submitted','en','The test has already been completed and submitted.',NULL,NULL),('assessment','tst_analysis','en','Analysis',NULL,NULL),('assessment','tst_anonymity','en','Privacy',NULL,NULL),('assessment','tst_anonymity_anonymous_test','en','Results Without Names / Anonymous Test',NULL,NULL),('assessment','tst_anonymity_no_anonymization','en','Results With Names',NULL,NULL),('assessment','tst_answered_questions','en','Answered Questions',NULL,NULL),('assessment','tst_answered_questions_of_total','en','%s of %s',NULL,NULL),('assessment','tst_answered_questions_test','en','Questions answered in this test',NULL,NULL),('assessment','tst_answer_aggr_answer_header','en','Answer',NULL,NULL),('assessment','tst_answer_aggr_frequency_header','en','Frequency',NULL,NULL),('assessment','tst_answer_details','en','Answer Details',NULL,NULL),('assessment','tst_answer_fixation_handling','en','Answer Lock',NULL,NULL),('assessment','tst_answer_fixation_none','en','Do Not Lock Answers',NULL,NULL),('assessment','tst_answer_fixation_none_desc','en','As long as a participant has not finished a test attempt (i.e. by clicking on ‘Finish the Test’), they can change their answers at any time.',NULL,NULL),('assessment','tst_answer_fixation_on_followup_question','en','Lock Answers After Moving to Next Question',NULL,NULL),('assessment','tst_answer_fixation_on_followup_question_desc','en','As soon as the next question in the test has been revealed, a participant’s answers to the previous question are locked and can no longer be changed.',NULL,NULL),('assessment','tst_answer_fixation_on_instantfb_or_followupqst','en','Lock Answers After Feedback or Moving to Next Question',NULL,NULL),('assessment','tst_answer_fixation_on_instantfb_or_followupqst_desc','en','A participant’s answers to a question will be locked as soon as the question\'s feedback is shown or when the next question in the test has been revealed.',NULL,NULL),('assessment','tst_answer_fixation_on_instant_feedback','en','Lock Answers After Feedback Received',NULL,NULL),('assessment','tst_answer_fixation_on_instant_feedback_desc','en','After the feedback to a question has been shown, a participant’s answers are locked and they can no longer change their answers.',NULL,NULL),('assessment','tst_answer_status_answered','en','Answered',NULL,NULL),('assessment','tst_answer_status_editing','en',' (editing)',NULL,NULL),('assessment','tst_answer_status_not_answered','en','Not answered',NULL,NULL),('assessment','tst_attached_xls_file','en','You can find the test results for this participant in the attached Excel file.',NULL,NULL),('assessment','tst_attempt','en','Attempt',NULL,NULL),('assessment','tst_attempt_limit_message','en','Your limit of test attempts is <b>%s</b>.',NULL,NULL),('assessment','tst_back_to_pass_details','en','Back to Pass Details',NULL,NULL),('assessment','tst_back_to_question_list','en','Back to Question List',NULL,NULL),('assessment','tst_back_to_top','en','Back to Top',NULL,NULL),('assessment','tst_back_to_virtual_pass','en','Back to Question Overview',NULL,NULL),('assessment','tst_best_solution_is','en','The best solution is',NULL,NULL),('assessment','tst_block_passes_after_passed','en','Block Additional Passes After Test is Passed',NULL,NULL),('assessment','tst_block_passes_after_passed_info','en','After a participant has passed the test, no further test attempts are allowed to the participant with this option.',NULL,NULL),('assessment','tst_browse_for_qpl_questions','en','Add from Pool',NULL,NULL),('assessment','tst_browse_for_tst_questions','en','Add from Other Test',NULL,NULL),('assessment','tst_btn_hide_best_solutions','en','Hide Best Solutions',NULL,NULL),('assessment','tst_btn_rebuild_random_question_stage','en','Synchronize Questions from Pool',NULL,NULL),('assessment','tst_btn_reset_pool_sync','en','Edit/Cancel Synchronisation',NULL,NULL),('assessment','tst_btn_show_best_solutions','en','Show Best Solutions',NULL,NULL),('assessment','tst_cannot_online_due_to_switched_quest_set_type_setting','en','The test cannot be set to online, because the test mode setting has been changed. You have to set a test mode relating question config before the test can be set to online.',NULL,NULL),('assessment','tst_change_dyn_test_question_selection','en','Change Question Selection',NULL,NULL),('assessment','tst_change_points_for_question','en','Points for the Answer',NULL,NULL),('assessment','tst_change_quest_set_type_from_old_to_new_with_conflict','en','You are about to change the test mode from <b>%s</b> to <b>%s</b>, although a questions/question pool configuration dependent on the current test mode already exists.<br />This already existing configuration will be lost.',NULL,NULL),('assessment','tst_change_workingtime','en','Add extra time for a participant',NULL,NULL),('assessment','tst_competence','en','Competence',NULL,NULL),('assessment','tst_comp_eval_mode','en','Evaluation by',NULL,NULL),('assessment','tst_comp_points','en','Competence Points',NULL,NULL),('assessment','tst_conditions_checkbox_enabled','en','Exam Conditions',NULL,NULL),('assessment','tst_conditions_checkbox_enabled_desc','en','Participants must select a checkbox to start the test. Please use the introductory message to present the exam to the participants.',NULL,NULL),('assessment','tst_confirm_submit_answers','en','Please confirm your submission of your solution. You won\'t be able to revert your answers after pressing the submit button.',NULL,NULL),('assessment','tst_conflicting_setting','en','This setting does conflict with another setting.',NULL,NULL),('assessment','tst_copy','en','Copy Test',NULL,NULL),('assessment','tst_corrections_answers_tbl','en','Statistics',NULL,NULL),('assessment','tst_corrections_answers_tbl_subindex','en','Statistics for %s',NULL,NULL),('assessment','tst_corrections_incompatible_question_set_type','en','Corrections are only possible if the test uses a fixed set of questions.',NULL,NULL),('assessment','tst_corrections_manscore_reset_warning','en','There are %s manual scorings that have been done for the question \"%s (ID: %s)\". All manual scorings will be reset when saving the question.',NULL,NULL),('assessment','tst_corrections_qst_form','en','Correction of Points',NULL,NULL),('assessment','tst_corrections_qst_remove_confirmation','en','Do you really want to finally remove the question \"%s (ID: %s)\" from the test?',NULL,NULL),('assessment','tst_corrections_tab_question','en','Question',NULL,NULL),('assessment','tst_corrections_tab_solution','en','Solution',NULL,NULL),('assessment','tst_corrections_tab_statistics','en','Statistics',NULL,NULL),('assessment','tst_corr_add_as_answer_btn','en','Add as Correct Answer',NULL,NULL),('assessment','tst_corr_answ_stat_tbl_header_answer','en','Answer',NULL,NULL),('assessment','tst_corr_answ_stat_tbl_header_frequency','en','Frequency',NULL,NULL),('assessment','tst_count_correct_solutions','en','Only Correct and Complete Answers Score Points',NULL,NULL),('assessment','tst_count_correct_solutions_desc','en','Participants score either the maximum number of points for a fully correct and complete answer or 0 points in every other case. This is also valid for questions that define points for partial answers.',NULL,NULL),('assessment','tst_count_partial_solutions','en','Incomplete or Partly Wrong Answers Score Points',NULL,NULL),('assessment','tst_count_partial_solutions_desc','en','When a question defines points for partial answers, points for correctly provided partial answers are added up: Participants can score points for incomplete or partly wrong answers on these questions.',NULL,NULL),('assessment','tst_current_run_no_longer_valid','en','Your current test run is no longer valid. <br>It was probably completed already or finished by a tutor.',NULL,NULL),('assessment','tst_defaults_applied','en','The selected test defaults have been applied.',NULL,NULL),('assessment','tst_defaults_apply_not_possible','en','ILIAS could not apply the selected test defaults to this test! Maybe this test already contains participant data sets.',NULL,NULL),('assessment','tst_defaults_apply_select_one','en','Please select exact one test defaults entry to apply the defaults to this test!',NULL,NULL),('assessment','tst_defaults_available','en','Available test defaults',NULL,NULL),('assessment','tst_defaults_defaults_of_test','en','the settings of this test as',NULL,NULL),('assessment','tst_defaults_enter_name','en','Please enter a name for your test default settings!',NULL,NULL),('assessment','tst_defaults_not_defined','en','You don’t have any test default settings defined yet.',NULL,NULL),('assessment','tst_default_settings','en','Personal Default Settings',NULL,NULL),('assessment','tst_delete_dyn_test_results_btn','en','Remove Test Results',NULL,NULL),('assessment','tst_delete_missing_mark','en','Please select at least one mark step to remove it',NULL,NULL),('assessment','tst_derive_new_pool','en','Derive New Question Pool',NULL,NULL),('assessment','tst_derive_new_pools','en','Derive New Question Pools',NULL,NULL),('assessment','tst_dont_show_msg_again_in_current_session','en','Don\'t show this message again in my current session.',NULL,NULL),('assessment','tst_dont_use_previous_answers','en','Your previous answers will not be used as default values in future test attempts',NULL,NULL),('assessment','tst_edit_competence_assign','en','Edit Assignment Properties',NULL,NULL),('assessment','tst_edit_scoring','en','Edit Scoring',NULL,NULL),('assessment','tst_enable_questionlist','en','Show \'List of Questions’',NULL,NULL),('assessment','tst_enable_questionlist_description','en','Participants can switch on a list of the test questions on the left of the actual question.',NULL,NULL),('assessment','tst_ending_time','en','Finishing Time',NULL,NULL),('assessment','tst_ending_time_before_starting_time','en','Please enter a date for the end of the test that is after the start date.',NULL,NULL),('assessment','tst_ending_time_desc','en','Time from which participants can no longer submit answers. <b>Important</b>: Do <b>not</b> use this option for e-exams/distance exams. Instead, use the function \'Limit Duration of Test\' (see below). Only then will the test be ended on the server side and each participant\'s last entry in Essay-Questions automatically saved as auto-save-content.',NULL,NULL),('assessment','tst_enter_questionpool','en','Please enter a question pool name where the new question will be stored',NULL,NULL),('assessment','tst_eval_question_points','en','Question Results for Pass %s',NULL,NULL),('assessment','tst_eval_results_by_pass','en','List of Answers for Pass %s',NULL,NULL),('assessment','tst_eval_results_by_pass_lo','en','List of Answers for Attempt %s',NULL,NULL),('assessment','tst_eval_results_lo','en','List of Answers',NULL,NULL),('assessment','tst_eval_show_answer','en','Show Answer',NULL,NULL),('assessment','tst_eval_total_finished','en','Total finished tests (Participants that used up all possible passes.)',NULL,NULL),('assessment','tst_eval_total_finished_average_time','en','Average test processing time',NULL,NULL),('assessment','tst_eval_total_passed','en','Total passed tests',NULL,NULL),('assessment','tst_eval_total_passed_average_points','en','Average points of passed tests',NULL,NULL),('assessment','tst_eval_total_passed_average_time','en','Average processing time of all passed tests',NULL,NULL),('assessment','tst_eval_total_persons','en','Total number of participants who started the test',NULL,NULL),('assessment','tst_exam_access_code','en','Access Code',NULL,NULL),('assessment','tst_exam_access_code_label','en','Enter access code to continue your already started test.',NULL,NULL),('assessment','tst_exam_conditions','en','Exam Conditions',NULL,NULL),('assessment','tst_exam_conditions_label','en','Check to accept the conditions.',NULL,NULL),('assessment','tst_exam_conditions_not_checked_message','en','You need to accept the exam conditions!',NULL,NULL),('assessment','tst_exam_ending_time_message','en','The test cannot be started after %s.',NULL,NULL),('assessment','tst_exam_modal_message_conditions','en','Please confirm the conditions to start the test.',NULL,NULL),('assessment','tst_exam_modal_message_conditions_and_password','en','Please confirm the conditions and enter the password to start the test.',NULL,NULL),('assessment','tst_exam_modal_message_password','en','Please enter the password to start the test.',NULL,NULL),('assessment','tst_exam_not_assigned_participant_disclaimer','en','You cannot start this test, as you are not an assigned participant.',NULL,NULL),('assessment','tst_exam_password','en','Test Password',NULL,NULL),('assessment','tst_exam_password_invalid_message','en','The given password is not valid!',NULL,NULL),('assessment','tst_exam_password_label','en','Password',NULL,NULL),('assessment','tst_exam_required_fields_not_filled_message','en','You need to fill out all required fields!',NULL,NULL),('assessment','tst_exam_start','en','Start Test',NULL,NULL),('assessment','tst_exam_use_previous_answers','en','Previous Answers',NULL,NULL),('assessment','tst_exam_use_previous_answers_label','en','If enabled answers from previous tests will be prefilled.',NULL,NULL),('assessment','tst_extratime_added','en','The working time of the participant has been increased by %s minutes.',NULL,NULL),('assessment','tst_extratime_info','en','If you want to add the working time multiple times for the same participant, please insert the total amount of time you want to add.',NULL,NULL),('assessment','tst_extratime_notavailable','en','Extra time can be added only for tests with one pass and a maximum processing time.',NULL,NULL),('assessment','tst_failed','en','Failed',NULL,NULL),('assessment','tst_failed_imp_qst_skl_assign','en','The question\'s assignments to the following competences could not be created. The according competences could not be identified within the local system.',NULL,NULL),('assessment','tst_failed_imp_skl_thresholds','en','The Import of thresholds for the following competences were skipped, because the according competences within the local system are configured with a different list of levels.',NULL,NULL),('assessment','tst_feedback','en','Feedback',NULL,NULL),('assessment','tst_feedback_is_given_inline','en','The feedback will be displayed along with your answer.',NULL,NULL),('assessment','tst_feedback_not_available_for_answer','en','There is no feedback available for your answer.',NULL,NULL),('assessment','tst_filter_lifecycle_enabled','en','Use Lifecycle as Filter',NULL,NULL),('assessment','tst_filter_question_type','en','Question Type',NULL,NULL),('assessment','tst_filter_question_type_enabled','en','Use Question Type as Filter',NULL,NULL),('assessment','tst_filter_taxonomy','en','Taxonomy',NULL,NULL),('assessment','tst_filter_tax_node','en','Taxonomy Node',NULL,NULL),('assessment','tst_final_information','en','Finishing the Test',NULL,NULL),('assessment','tst_finished','en','Finished',NULL,NULL),('assessment','tst_finish_confirmation_question','en','You are going to finish this test. You won’t be able to enter this test attempt again to change your answers. Do you really want to finish this test?',NULL,NULL),('assessment','tst_finish_confirmation_question_no_attempts_left','en','You are going to finish this test and reach the maximum number of allowed test attempts. You won’t be able to enter this test again to change your answers. Do you really want to finish the test?',NULL,NULL),('assessment','tst_finish_confirm_button','en','Yes, I want to finish the test',NULL,NULL),('assessment','tst_finish_confirm_cancel_button','en','No, go back to the previous question',NULL,NULL),('assessment','tst_finish_notification','en','Notification',NULL,NULL),('assessment','tst_finish_notification_advanced','en','Send complete test result',NULL,NULL),('assessment','tst_finish_notification_content_type','en','Content of e-mail',NULL,NULL),('assessment','tst_finish_notification_desc','en','Sends an e-mail to the test owner for every user that has completed the test.',NULL,NULL),('assessment','tst_finish_notification_no','en','No e-mail',NULL,NULL),('assessment','tst_finish_notification_simple','en','Send username and finish date',NULL,NULL),('assessment','tst_form_dynamic_question_set_config','en','Continues Question Selection',NULL,NULL),('assessment','tst_gap_analysis','en','Gap Analysis',NULL,NULL),('assessment','tst_general_properties','en','General Settings',NULL,NULL),('assessment','tst_header_participant','en','Question and your answer:',NULL,NULL),('assessment','tst_header_participant_no_answer','en','Question - not answered',NULL,NULL),('assessment','tst_header_solution','en','Best Solution:',NULL,NULL),('assessment','tst_heading_scoring','en','Scoring',NULL,NULL),('assessment','tst_hide_info_tab','en','Hide Info Tab',NULL,NULL),('assessment','tst_hide_info_tab_desc','en','Hides the tab ‘Info’ of the test.',NULL,NULL),('assessment','tst_hide_pagecontents','en','Hide page content',NULL,NULL),('assessment','tst_hide_pagecontents_desc','en','ILIAS content placed before and after the actual question text via the \"Edit Page\" button will not be displayed in the result views and print output.',NULL,NULL),('assessment','tst_hide_side_list','en','Hide List of Questions',NULL,NULL),('assessment','tst_highscore_achieved_ts','en','Date',NULL,NULL),('assessment','tst_highscore_achieved_ts_description','en','A column containing the test date will be included in the ranking.',NULL,NULL),('assessment','tst_highscore_all_tables','en','Participant\'s Own Rank and Top Ranking',NULL,NULL),('assessment','tst_highscore_all_tables_description','en','Participants get information about the top ranking and their own position in the ranking.',NULL,NULL),('assessment','tst_highscore_anon','en','Without Names',NULL,NULL),('assessment','tst_highscore_anon_description','en','Ranking is displayed without listing the names of the other participants. This will be the case anyway if the test was taken anonymously.',NULL,NULL),('assessment','tst_highscore_description','en','Within the \'Results\'-tab participants are presented with a subtab \'Show Ranking\'. On clicking it participants are presented with a league table on the performance in the test. You have to activate \'Access to Test Results\', too in order to use this functionality.',NULL,NULL),('assessment','tst_highscore_enabled','en','Ranking',NULL,NULL),('assessment','tst_highscore_hints','en','Hints',NULL,NULL),('assessment','tst_highscore_hints_description','en','A column containing the requested hints will be included in the ranking.',NULL,NULL),('assessment','tst_highscore_mode','en','Mode',NULL,NULL),('assessment','tst_highscore_own_table','en','Participant\'s Own Rank',NULL,NULL),('assessment','tst_highscore_own_table_description','en','Participants are advised of their own position in the ranking.',NULL,NULL),('assessment','tst_highscore_percentage','en','Percentage',NULL,NULL),('assessment','tst_highscore_percentage_description','en','A column containing the tests percentage will be included in the ranking.',NULL,NULL),('assessment','tst_highscore_score','en','Score',NULL,NULL),('assessment','tst_highscore_score_description','en','A column containing the score will be included in the ranking.',NULL,NULL),('assessment','tst_highscore_top_num','en','Length of Top Ranking',NULL,NULL),('assessment','tst_highscore_top_num_description','en','Specify how many ranks are to be included in the top ranking list.',NULL,NULL),('assessment','tst_highscore_top_num_unit','en','entries',NULL,NULL),('assessment','tst_highscore_top_table','en','Top Ranking',NULL,NULL),('assessment','tst_highscore_top_table_description','en','Participants are presented with a table containing the top rankings.',NULL,NULL),('assessment','tst_highscore_wtime','en','Duration of Test',NULL,NULL),('assessment','tst_highscore_wtime_description','en','A column containing the duration of the test will be included in the ranking.',NULL,NULL),('assessment','tst_imap_qst_mode','en','Mode',NULL,NULL),('assessment','tst_imap_qst_mode_mc','en','Multiple Choice',NULL,NULL),('assessment','tst_imap_qst_mode_sc','en','Single Choice',NULL,NULL),('assessment','tst_import_non_ilias_zip','en','Error: The filename of the uploaded import file does not match the expected format.',NULL,NULL),('assessment','tst_import_verify_found_questions','en','ILIAS found the following questions in the test import file. Please select the questions you want to import with this test.',NULL,NULL),('assessment','tst_input_dynamic_question_set_ordering_tax','en','Ordering Taxonomy',NULL,NULL),('assessment','tst_input_dynamic_question_set_ordering_tax_description','en','The test questions will be presented accordingly to their assignments in the selected taxonomy.',NULL,NULL),('assessment','tst_input_dynamic_question_set_question_ordering','en','Question Ordering',NULL,NULL),('assessment','tst_input_dynamic_question_set_question_ordering_by_date','en','Order Questions by Date',NULL,NULL),('assessment','tst_input_dynamic_question_set_question_ordering_by_tax','en','Order Questions by Taxonomy',NULL,NULL),('assessment','tst_input_dynamic_question_set_source_questionpool','en','Source Question Pool',NULL,NULL),('assessment','tst_input_dynamic_question_set_taxonomie_filter_enabled','en','Provide Taxonomy Filter',NULL,NULL),('assessment','tst_input_dyn_quest_set_answer_status_filter_enabled','en','Provide Answer Status Filter',NULL,NULL),('assessment','tst_inp_all_quest_points_equal_per_pool','en','Use Only Pools with Equal Scored Questions',NULL,NULL),('assessment','tst_inp_all_quest_points_equal_per_pool_desc','en','If enabled, only question pools in which all questions have the same points are offered. Participants of such a test can all have the same number of maximum points, thus the test results will be better comparable. It is recommended to choose this option. Please take note that preexisting rules are not reevaluated upon activation of this setting.',NULL,NULL),('assessment','tst_inp_dyn_quest_set_quest_ordering_by_date_desc','en','The presentation order for the questions bases upon the question\'s last editing date.',NULL,NULL),('assessment','tst_inp_dyn_quest_set_quest_ordering_by_tax_desc','en','The presentation order for the questions bases upon the question\'s assignments in a taxonomy.',NULL,NULL),('assessment','tst_inp_no_available_tax_hint','en','No Available Taxonomies for Selected Question Pool',NULL,NULL),('assessment','tst_inp_quest_amount_cfg_mode','en','Amount of Questions',NULL,NULL),('assessment','tst_inp_quest_amount_cfg_mode_pool','en','Define the amount of questions per selected question pool and taxonomy node.',NULL,NULL),('assessment','tst_inp_quest_amount_cfg_mode_test','en','Define the amount of questions per test',NULL,NULL),('assessment','tst_inp_quest_amount_per_source_pool','en','Question Amount',NULL,NULL),('assessment','tst_inp_quest_amount_per_test','en','Number of Questions for the Whole Test',NULL,NULL),('assessment','tst_inp_source_pool_filter_tax','en','Taxonomy Filter',NULL,NULL),('assessment','tst_inp_source_pool_filter_tax_x','en','Use Taxonomy \"%s\" as Filter',NULL,NULL),('assessment','tst_inp_source_pool_label','en','Question Pool',NULL,NULL),('assessment','tst_inp_source_pool_no_tax_filter','en','Use No Taxonomy Based Filter',NULL,NULL),('assessment','tst_insert_missing_question','en','Please select at least one question to insert it into the test!',NULL,NULL),('assessment','tst_insert_questions','en','Are you sure you want to insert the following question(s) to the test?',NULL,NULL),('assessment','tst_insert_questions_and_results','en','This test was already executed by %s user(s). Inserting questions to this test will remove all test results of these users. Are you sure you want to insert the following question(s) to the test?',NULL,NULL),('assessment','tst_instant_feedback','en','Instant Feedback',NULL,NULL),('assessment','tst_instant_feedback_answer_generic','en','Feedback on Fully Correct Answer',NULL,NULL),('assessment','tst_instant_feedback_answer_generic_desc','en','If the answer provided is fully correct ILIAS will show one type of feedback upon clicking the ‘Check’ button.  If the answer provided is not fully correct, another type of feedback will be displayed. Both types of feedback have to be prepared in the tab ‘Feedback’ of the respective question.',NULL,NULL),('assessment','tst_instant_feedback_answer_specific','en','Specific Feedback for Each Answer provided',NULL,NULL),('assessment','tst_instant_feedback_answer_specific_desc','en','On clicking the ‘Check’-button, ILIAS will show a specific feedback for every answer option selected by the participant. The feedback has to be prepared along with the question. This specific feedback is not supported for all question types.',NULL,NULL),('assessment','tst_instant_feedback_contents','en','Included Contents',NULL,NULL),('assessment','tst_instant_feedback_desc','en','When questions are configured with feedback it is provided to participants during the test attempt.',NULL,NULL),('assessment','tst_instant_feedback_forced','en','Force Instant Feedback',NULL,NULL),('assessment','tst_instant_feedback_results','en','Points Attained',NULL,NULL),('assessment','tst_instant_feedback_results_desc','en','On clicking the ‘Check’ button ILIAS will display how many points were attained by answering this question.',NULL,NULL),('assessment','tst_instant_feedback_solution','en','Show Best Possible Answer',NULL,NULL),('assessment','tst_instant_feedback_solution_desc','en','On clicking the ‘Check’ button ILIAS will display the best possible answer to the question.',NULL,NULL),('assessment','tst_instant_feedback_trigger','en','Feedback Trigger',NULL,NULL),('assessment','tst_instant_feedback_trigger_forced','en','The Feedback is Triggered by Answering Questions',NULL,NULL),('assessment','tst_instant_feedback_trigger_forced_desc','en','The presentation of feedback is forced to all participants with answering a question.',NULL,NULL),('assessment','tst_instant_feedback_trigger_manual','en','Participants can Trigger the Feedback Manually',NULL,NULL),('assessment','tst_instant_feedback_trigger_manual_desc','en','The feedback is availble but will only be shown when a participant triggers the presentation manually.',NULL,NULL),('assessment','tst_introduction','en','Introductory Message',NULL,NULL),('assessment','tst_introduction_desc','en','Shows an introductory message on the ‘Test’ tab. The message can be edited in the sub-tab \'Edit Introduction\' of these settings and is accessible already before the test can be started.',NULL,NULL),('assessment','tst_introduction_text','en','Introductory Message',NULL,NULL),('assessment','tst_invited_nobody','en','No users, groups or roles have been added as fixed test participants',NULL,NULL),('assessment','tst_invited_selected_users','en','The selected users have been added as fixed test participants',NULL,NULL),('assessment','tst_launcher_button_label_passes_limit_reached','en','You have reached the limit of possible test passes',NULL,NULL),('assessment','tst_launcher_status_message_conditions','en','You will be asked for your approval of the exam conditions when you start the test.',NULL,NULL),('assessment','tst_launcher_status_message_conditions_and_password','en','You will be asked for the password and your approval of the exam conditions when you start the test.',NULL,NULL),('assessment','tst_launcher_status_message_password','en','You will be asked for the password when you start the test.',NULL,NULL),('assessment','tst_level','en','Competence Level',NULL,NULL),('assessment','tst_limit_nr_of_tries','en','Limit Number of Test Attempts',NULL,NULL),('assessment','tst_link_only_unassigned','en','You have selected at least one question that is already linked to a question pool. Only unassigned questions can be added to a question pool.',NULL,NULL),('assessment','tst_list_answer_details','en','Show in List Below',NULL,NULL),('assessment','tst_list_of_answers','en','List of Answers',NULL,NULL),('assessment','tst_list_of_answers_show','en','Review of Scored Answers',NULL,NULL),('assessment','tst_list_of_questions_end','en','Show before a participant finishes the test',NULL,NULL),('assessment','tst_list_of_questions_start','en','Show prior to the first question',NULL,NULL),('assessment','tst_list_of_questions_with_description','en','Include question descriptions',NULL,NULL),('assessment','tst_manage_competence_assigns','en','Manage Competence Assignments',NULL,NULL),('assessment','tst_manscoring_input_max_points_for_question','en','Maximum Points for Question',NULL,NULL),('assessment','tst_manscoring_input_question_and_user_solution','en','Question and User Solution',NULL,NULL),('assessment','tst_manscoring_maxpoints_exceeded_input_alert','en','The maximum of %s point(s) is exceeded!',NULL,NULL),('assessment','tst_manscoring_question_section_header','en','Question: %s',NULL,NULL),('assessment','tst_manscoring_user_notification','en','Send Notification',NULL,NULL),('assessment','tst_man_scoring_by_part','en','Scoring by Participant',NULL,NULL),('assessment','tst_man_scoring_by_qst','en','Scoring by Question',NULL,NULL),('assessment','tst_man_scoring_only_answered','en','Only answered',NULL,NULL),('assessment','tst_mark','en','Mark',NULL,NULL),('assessment','tst_mark_create_new_mark_step','en','Create New Mark Step',NULL,NULL),('assessment','tst_mark_minimum_level','en','Minimum Level (in %)',NULL,NULL),('assessment','tst_mark_official_form','en','Official Form',NULL,NULL),('assessment','tst_mark_passed','en','Passed',NULL,NULL),('assessment','tst_mark_reset_to_simple_mark_schema','en','Reset to Simple Mark Schema',NULL,NULL),('assessment','tst_mark_reset_to_simple_mark_schema_confirmation','en','If you proceed the current mark schema set for this test will be replaced by a simple mark schema thus deleting all local changes.',NULL,NULL),('assessment','tst_mark_short_form','en','Short Form',NULL,NULL),('assessment','tst_maximum_points','en','Maximum Points',NULL,NULL),('assessment','tst_max_comp_points','en','Max. Competence Points',NULL,NULL),('assessment','tst_mc_label_none_above','en','None of the answers above',NULL,NULL),('assessment','tst_median_mark_panel','en','Mark of Median',NULL,NULL),('assessment','tst_msg_cannot_modify_dynamic_question_set_conf_due_to_part','en','Continues question selection configuration cannot be modified due to existing participant data.',NULL,NULL),('assessment','tst_msg_cannot_modify_random_question_set_conf_due_to_part','en','The random question set configuration cannot be modified due to existing participant data.',NULL,NULL),('assessment','tst_msg_dynamic_question_set_config_modified','en','Continues question selection configuration has been modified.',NULL,NULL),('assessment','tst_msg_random_qsc_modified_add_new_rule','en','The configuration for the random set of questions has been modified successfully. You can add a new rule now.',NULL,NULL),('assessment','tst_msg_random_question_set_config_modified','en','The configuration for the random set of questions has been modified successfully.',NULL,NULL),('assessment','tst_msg_random_question_set_synced','en','The questions for the current configuration has been synchronized successfully.',NULL,NULL),('assessment','tst_msg_rand_quest_set_change_quest_amount_here','en','You can change the question amount here: %s',NULL,NULL),('assessment','tst_msg_rand_quest_set_incomplete_quest_amount_cfg','en','A test with a random set of questions is not possible without a correctly defined amount of questions.',NULL,NULL),('assessment','tst_msg_rand_quest_set_lost_pools','en','The test\'s question selection configuration has been frozen, because the following question pools that are involved to the config are not available anymore. The non available pools can be newly derived.<br />%s',NULL,NULL),('assessment','tst_msg_rand_quest_set_lost_pools_link','en','Open Selected Question Pools',NULL,NULL),('assessment','tst_msg_rand_quest_set_not_sync','en','The rules for a random selection of questions were newly created or changed. The questions from the pools have to be synchronized in the test before it can be used. This checks also if a random test is possible with the given set of rules.',NULL,NULL),('assessment','tst_msg_rand_quest_set_no_pools_available','en','Currently you cannot add new rules for the question selection, because there are no question pools available.',NULL,NULL),('assessment','tst_msg_rand_quest_set_no_src_pool_defs','en','A test with a random set of questions is not possible without selecting at least one question pool.',NULL,NULL),('assessment','tst_msg_rand_quest_set_pass_buildable','en','A test with a random set of questions is possible with the current configuration.',NULL,NULL),('assessment','tst_msg_rand_quest_set_pass_not_buildable','en','<b>A test with a random set of questions is not possible with the current selection of question pools and the amount of questions.</b><br />',NULL,NULL),('assessment','tst_msg_rand_quest_set_rule_label','en','Rule %s',NULL,NULL),('assessment','tst_msg_rand_quest_set_rule_not_satisfied_missing','en','Rule %s requires %s questions, but there are only %s questions provided.',NULL,NULL),('assessment','tst_msg_rand_quest_set_rule_not_satisfied_missing_shared','en','Additionally from these questions there are %s questions also provided to the following other rules: %s',NULL,NULL),('assessment','tst_msg_rand_quest_set_rule_not_satisfied_reserved','en','Rule %s requires %s questions and there are %s questions provided.',NULL,NULL),('assessment','tst_msg_rand_quest_set_rule_not_satisfied_reserved_shared','en','But there are only %s of the provided questions guaranteed available, because of intersections with the following other rules: %s',NULL,NULL),('assessment','tst_msg_rand_quest_set_stage_pool_last_sync','en','Date of last synchronisation of selected question pools: %s',NULL,NULL),('assessment','tst_msg_skl_lvl_thresholds_saved','en','The competence thresholds has been saved.',NULL,NULL),('assessment','tst_msg_skl_qst_assign_points_not_saved','en','The competence points have not been saved. Please check your input.',NULL,NULL),('assessment','tst_msg_skl_qst_assign_points_saved','en','The competence points have been saved.',NULL,NULL),('assessment','tst_msg_source_pool_definitions_deleted','en','The rule has been removed successfully.',NULL,NULL),('assessment','tst_nav_next_locks_current_answer_confirm','en','When you navigate to the next question your answer to the current question will be locked and cannot be changed any longer.',NULL,NULL),('assessment','tst_nav_next_locks_current_answer_header','en','Navigation to Next Question',NULL,NULL),('assessment','tst_nav_next_locks_empty_answer_confirm','en','You did not answer the current question. An empty solution will be saved and locked as answer. This answer cannot be changed later on.',NULL,NULL),('assessment','tst_nav_next_locks_empty_answer_header','en','Navigation Without Answer',NULL,NULL),('assessment','tst_nav_while_edit_modal_cancel_btn','en','Cancel',NULL,NULL),('assessment','tst_nav_while_edit_modal_header','en','Decision about Answers',NULL,NULL),('assessment','tst_nav_while_edit_modal_nosave_btn','en','Do Not Save',NULL,NULL),('assessment','tst_nav_while_edit_modal_save_btn','en','Save',NULL,NULL),('assessment','tst_nav_while_edit_modal_text','en','What to do with the answers you possibly entered for this question?',NULL,NULL),('assessment','tst_nonpool_questions_get_lost_warning','en','<b>The current test mode includes questions in its configuration that are not assigned to any question pool. If you change the test mode, these questions will be lost permanently.</b>',NULL,NULL),('assessment','tst_non_available_pool_newly_derived','en','The new question pool(s) has been derived successfully.',NULL,NULL),('assessment','tst_non_avail_pools_table','en','Non Available Questionpools',NULL,NULL),('assessment','tst_non_avail_pool_msg_status_lost','en','This question pool is not available anymore. Synchronizing questions from this pool is not possible any longer. You can derive a new question pool from the questions contained in this test.',NULL,NULL),('assessment','tst_non_avail_pool_msg_status_trashed','en','This question pool is trashed, when it gets removed from system permanently, the test is no longer able to synchronize questions from it.',NULL,NULL),('assessment','tst_notification_explanation_admin','en','You receive this mail from ILIAS because you activated the notification.',NULL,NULL),('assessment','tst_notify_manscoring_done_body_msg_reason','en','You have received this notification, because you participated in this test.',NULL,NULL),('assessment','tst_notify_manscoring_done_body_msg_subject','en','Manual Scoring for Test \"%s\" committed',NULL,NULL),('assessment','tst_notify_manscoring_done_body_msg_topic','en','Your test has been graded manually:',NULL,NULL),('assessment','tst_no_evaluation_data','en','There is no evaluation data available.',NULL,NULL),('assessment','tst_no_marks_defined','en','There are no marks defined, please create at least a simple mark schema!',NULL,NULL),('assessment','tst_no_question_selected_for_moving_to_qpl','en','Please choose at least one question to be added to a question pool!',NULL,NULL),('assessment','tst_no_question_selected_for_removal','en','Please check at least one question to remove it!',NULL,NULL),('assessment','tst_no_scorable_qst_available','en','No question to score available',NULL,NULL),('assessment','tst_no_tries','en','none',NULL,NULL),('assessment','tst_nr_of_passes','en','Number of Test Attempts',NULL,NULL),('assessment','tst_nr_of_tries','en','Max. Number of Attempts',NULL,NULL),('assessment','tst_nr_of_tries_desc','en','Maximum number of passes a participant can take.',NULL,NULL),('assessment','tst_nr_of_tries_of_user','en','Passes Already Completed',NULL,NULL),('assessment','tst_num_all_questions','en','Number of All Questions',NULL,NULL),('assessment','tst_num_correct_answered_questions','en','Answered Correctly',NULL,NULL),('assessment','tst_num_non_answered_questions_notseen','en','Not Presented, Yet',NULL,NULL),('assessment','tst_num_non_answered_questions_skipped','en','Skipped',NULL,NULL),('assessment','tst_num_questions','en','Number of Questions',NULL,NULL),('assessment','tst_num_selected_questions','en','Number of Selected Questions',NULL,NULL),('assessment','tst_num_wrong_answered_questions','en',' Answered Wrongly',NULL,NULL),('assessment','tst_objectives_progress_header','en','Learning Objectives Progress',NULL,NULL),('assessment','tst_objective_oriented_test_pass_without_questions','en','The started pass for test \"%s\" does not contain any questions.',NULL,NULL),('assessment','tst_objective_progress_header','en','Learning Objective Progress',NULL,NULL),('assessment','tst_old_style_rnd_quest_set_broken','en','This random test is in a irreparable state, because one or more connected question pools have been deleted. Therefor participants cannot take the test any longer.',NULL,NULL),('assessment','tst_optional_questions_confirmation_fixed_test','en','<b>Question related to already passed learning objectives were answered in previous passes.</b><br /><br />You want to navigate to a question, that relates to an already passed learning objective.<br />You can choose:<br /><br />I you proceed, you can work on or simply review these questions. If you change your answers that were adopted from previous passes, you can also degrade your learning objective result.<br /><br />If you decide to not work on or review these questions, you can go back. The questions will be considered in the evaluation in every case.',NULL,NULL),('assessment','tst_optional_questions_confirmation_non_fixed_test','en','<b>Question related to already passed learning objectives are optional.</b><br /><br />You want to navigate to a question, that relates to an already passed learning objective.<br />You can choose:<br /><br />I you proceed, you can work on these questions. Your answers from previous attempts were not adopted, since new random questions were selected for this attempt. With working on this questions you can also degrade your learning objective result.<br /><br />If you decide to not work on these questions, you can go back. In this case these questions won\'t be considered in the evaluation.',NULL,NULL),('assessment','tst_out_of_time_message','en','You have reached the maximum allowed processing time of the test!',NULL,NULL),('assessment','tst_participant','en','Participant',NULL,NULL),('assessment','tst_participant_fullname_pattern','en','%2$s, %1$s',NULL,NULL),('assessment','tst_participant_status','en','Participant Status',NULL,NULL),('assessment','tst_participating_users','en','Participating Users',NULL,NULL),('assessment','tst_passed','en','Passed',NULL,NULL),('assessment','tst_passes','en','Test Attempts',NULL,NULL),('assessment','tst_password','en','Test Password',NULL,NULL),('assessment','tst_password_details','en','If you define a test password, all users with test access must enter this password to start the test.',NULL,NULL),('assessment','tst_password_enter','en','Enter Password',NULL,NULL),('assessment','tst_password_entered_wrong_password','en','You cannot start the test because you entered the wrong test password!',NULL,NULL),('assessment','tst_password_form','en','Enter Test Password',NULL,NULL),('assessment','tst_password_introduction','en','This test can only be accessed with a test password. Please enter the test password to start the test.',NULL,NULL),('assessment','tst_pass_best_pass','en','Score the Best Attempt',NULL,NULL),('assessment','tst_pass_best_pass_desc','en','The pass in which a participant performed best will be scored. This setting does only apply when more than one test attempt is possible.',NULL,NULL),('assessment','tst_pass_deletion','en','Previous Passes',NULL,NULL),('assessment','tst_pass_deletion_allowed','en','The deletion of non-scoring attempts is allowed.',NULL,NULL),('assessment','tst_pass_details','en','Detailed Results',NULL,NULL),('assessment','tst_pass_details_header_lo_initial','en','Initial Test Results for the Learning Objectives<br />%s - %s',NULL,NULL),('assessment','tst_pass_details_header_lo_qualifying','en','Qualifying Test Results for the Learning Objectives<br />%s - %s',NULL,NULL),('assessment','tst_pass_details_overview_table_title','en','Detailed Overview for Pass %s',NULL,NULL),('assessment','tst_pass_finished','en','Test attempt finished',NULL,NULL),('assessment','tst_pass_finished_on','en','Test attempt finished on',NULL,NULL),('assessment','tst_pass_last_pass','en','Score the Last Attempt',NULL,NULL),('assessment','tst_pass_last_pass_desc','en','The last attempt of a participant will be scored.',NULL,NULL),('assessment','tst_pass_overview_for_participant','en','Test Attempts for Participant: %s',NULL,NULL),('assessment','tst_pass_overview_header_lo_initial_all_objectives','en','Initial Test Results<br />for the Learning Objectives within the Course %s',NULL,NULL),('assessment','tst_pass_overview_header_lo_initial_per_objective','en','Initial Test Results<br />for the Learning Objectives %s within the Course %s',NULL,NULL),('assessment','tst_pass_overview_header_lo_qualifying_all_objectives','en','Qualifying Test Results<br />for the Learning Objectives within the Course %s',NULL,NULL),('assessment','tst_pass_overview_header_lo_qualifying_per_objective','en','Qualifying Test Results<br />for the Learning Objectives %s within the Course %s',NULL,NULL),('assessment','tst_pass_scoring','en','Scoring Multiple Passes',NULL,NULL),('assessment','tst_pass_scoring_best','en','Best Test Attempt',NULL,NULL),('assessment','tst_pass_scoring_last','en','Last Test Attempt',NULL,NULL),('assessment','tst_pass_waiting_enabled','en','Force Waiting Time between Attempts',NULL,NULL),('assessment','tst_pass_waiting_info','en','With this option additional passes can not be started before the defined time is lapsed relating to the last finished pass.',NULL,NULL),('assessment','tst_pass_waiting_time','en','Waiting Time',NULL,NULL),('assessment','tst_percent_solved','en','Percent Solved',NULL,NULL),('assessment','tst_player_answer_saved_and_locked','en','Answer is saved and locked and can no longer be changed',NULL,NULL),('assessment','tst_please_select_source_pool','en','Please select a question pool.',NULL,NULL),('assessment','tst_please_select_target_for_pool_derives','en','Please select a target conatainer.',NULL,NULL),('assessment','tst_position','en','Question %s of %s',NULL,NULL),('assessment','tst_position_without_total','en','Question %s',NULL,NULL),('assessment','tst_postpone','en','Unanswered Questions',NULL,NULL),('assessment','tst_postpone_off','en','Unanswered Questions Stay in Position',NULL,NULL),('assessment','tst_postpone_off_desc','en','Question that users just look at and flip over without answering them, will stay at their position in the test and will not be enqueued at the end of the test.',NULL,NULL),('assessment','tst_postpone_on','en','Unanswered questions will be enqueued',NULL,NULL),('assessment','tst_postpone_on_desc','en','Question that users just look at and flip over without answering them, will be enqueued to be presented again automatically the end of the test.',NULL,NULL),('assessment','tst_presentation_properties','en','Administering the Test: Behavior of the Question',NULL,NULL),('assessment','tst_presentation_settings_section','en','Presentation',NULL,NULL),('assessment','tst_previous_access_code_not_available','en','No previous code available!',NULL,NULL),('assessment','tst_print','en','Test and Assessment - Print View',NULL,NULL),('assessment','tst_proceed','en','Proceed',NULL,NULL),('assessment','tst_processing_time','en','Limit Duration of Test',NULL,NULL),('assessment','tst_processing_time_desc','en','Participants can work through the test only for a specified period of time. Time is clocking away from the moment a user starts a test for the first time. Suspending the test does not stop the clock. If the number of possible test attempts is limited an additional feature for granting extra time to participants appears in the tab \'Dashboard\'.',NULL,NULL),('assessment','tst_processing_time_duration','en','Maximum Duration of the Test im Minutes',NULL,NULL),('assessment','tst_processing_time_duration_desc','en','Maximum of time granted to take the test.',NULL,NULL),('assessment','tst_qbt_filter_question_title','en','Title of Question',NULL,NULL),('assessment','tst_qst_added_to_pool_p','en','Successfully added the questions to the selected pool.',NULL,NULL),('assessment','tst_qst_added_to_pool_s','en','Successfully added the question to the selected pool.',NULL,NULL),('assessment','tst_qst_order','en','No.',NULL,NULL),('assessment','tst_qst_skl_cfg_in_pool_hint_dynquestset','en','The Competence-Question-Assignment for tests with mode \"%s\" is to be done in the corresponding question pool:<br />%s<br /><br />The configuration of threshold values is to be done here in the test.',NULL,NULL),('assessment','tst_qst_skl_cfg_in_pool_hint_rndquestset','en','The Competence-Question-Assignment for tests with mode \"%s\" is to be done in the corresponding question pool(s):<br />%s<br /><br />The configuration of threshold values is to be done here in the test.',NULL,NULL),('assessment','tst_question','en','Question',NULL,NULL),('assessment','tst_questions_hints_table_cmd_save_order','en','Save Order',NULL,NULL),('assessment','tst_questions_hints_table_multicmd_cut_hint','en','Cut Hint to Ordering Clipboard',NULL,NULL),('assessment','tst_questions_hints_table_multicmd_delete_hint','en','Delete Hint(s)',NULL,NULL),('assessment','tst_questions_hints_table_multicmd_paste_hint_after','en','Append Hint to the Selected One',NULL,NULL),('assessment','tst_questions_hints_table_multicmd_paste_hint_before','en','Prepend Hint to the Selected One',NULL,NULL),('assessment','tst_questions_hints_toolbar_cmd_add_hint','en','Add Hint',NULL,NULL),('assessment','tst_questions_hints_toolbar_cmd_reset_ordering_clipboard','en','Reset Hint Ordering Clipboard',NULL,NULL),('assessment','tst_questions_inserted','en','Question(s) inserted!',NULL,NULL),('assessment','tst_questions_removed','en','Question(s) removed!',NULL,NULL),('assessment','tst_question_amount','en','Question Amount',NULL,NULL),('assessment','tst_question_answer_status','en','Which questions should be presented?',NULL,NULL),('assessment','tst_question_answer_status_all_non_correct','en','All Questions Except those Answered Correctly',NULL,NULL),('assessment','tst_question_answer_status_non_answered','en','Non Answered Questions',NULL,NULL),('assessment','tst_question_answer_status_wrong_answered','en','Only wrongly answered questions',NULL,NULL),('assessment','tst_question_feedback_back_to_feedback_form','en','Back To Calling Question',NULL,NULL),('assessment','tst_question_feedback_edit_page','en','Edit Content',NULL,NULL),('assessment','tst_question_hints_back_to_hint_list','en','Question Hint List',NULL,NULL),('assessment','tst_question_hints_back_to_question','en','Back to Question',NULL,NULL),('assessment','tst_question_hints_cancel_request','en','Back to Question',NULL,NULL),('assessment','tst_question_hints_confirm_request','en','Request Hint',NULL,NULL),('assessment','tst_question_hints_cut_hints_missing_selection_msg','en','No hint selected for cutting.',NULL,NULL),('assessment','tst_question_hints_cut_hints_single_selection_msg','en','More than one hint was selected for cutting.',NULL,NULL),('assessment','tst_question_hints_delete_hints_confirm_cmd','en','Delete Hint(s)',NULL,NULL),('assessment','tst_question_hints_delete_hints_confirm_header','en','Do you really want to delete the following hint(s)?',NULL,NULL),('assessment','tst_question_hints_delete_hints_confirm_item','en','Hint %s: %s',NULL,NULL),('assessment','tst_question_hints_delete_hints_missing_selection_msg','en','No hint(s) selected for deletion.',NULL,NULL),('assessment','tst_question_hints_delete_success_msg','en','The selected hint(s) has been deleted successfully.',NULL,NULL),('assessment','tst_question_hints_form_cmd_save','en','Save Hint',NULL,NULL),('assessment','tst_question_hints_form_cmd_save_points','en','Save Points',NULL,NULL),('assessment','tst_question_hints_form_cmd_save_points_and_edit_page','en',' Save Points and Edit Page',NULL,NULL),('assessment','tst_question_hints_form_header_create','en','New Hint for Question: %s',NULL,NULL),('assessment','tst_question_hints_form_header_edit','en','Hint %s for Question: %s',NULL,NULL),('assessment','tst_question_hints_form_invalid_msg','en','The hint could not been saved. Please check your inputs.',NULL,NULL),('assessment','tst_question_hints_form_label_hint_points','en','Point Deduction',NULL,NULL),('assessment','tst_question_hints_form_label_hint_text','en','Hint',NULL,NULL),('assessment','tst_question_hints_form_saved_msg','en','The hint has been saved successfully.',NULL,NULL),('assessment','tst_question_hints_index_column_label','en','Hint %s',NULL,NULL),('assessment','tst_question_hints_item_stored_in_ordering_clipboard','en','Hint %s is stored in ordering clipboard.',NULL,NULL),('assessment','tst_question_hints_ordering_clipboard_resetted','en','The ordering clipboard has been reset.',NULL,NULL),('assessment','tst_question_hints_paste_after_success_msg','en','The hint %s has been pasted after hint %s successfully.',NULL,NULL),('assessment','tst_question_hints_paste_before_success_msg','en','The hint %s has been pasted before hint %s successfully.',NULL,NULL),('assessment','tst_question_hints_requested_hint_count_header','en','Requested Hints',NULL,NULL),('assessment','tst_question_hints_request_confirmation','en','Do you really want to request hint %s? For this hint %s point(s) will be deducted.',NULL,NULL),('assessment','tst_question_hints_request_confirmation_no_deduction','en','No points will be deducted for this hint.',NULL,NULL),('assessment','tst_question_hints_save_order_success_msg','en','The order of hint was saved successfully.',NULL,NULL),('assessment','tst_question_hints_tab','en','Hints',NULL,NULL),('assessment','tst_question_hints_table_column_hint_index','en','Index',NULL,NULL),('assessment','tst_question_hints_table_column_hint_order','en','Order',NULL,NULL),('assessment','tst_question_hints_table_column_hint_points','en','Points Deduction',NULL,NULL),('assessment','tst_question_hints_table_column_hint_text','en','Hint',NULL,NULL),('assessment','tst_question_hints_table_header','en','Hints for Question: %s',NULL,NULL),('assessment','tst_question_hints_table_link_delete_hint','en','Delete Hint',NULL,NULL),('assessment','tst_question_hints_table_link_edit_hint','en','Edit Hint',NULL,NULL),('assessment','tst_question_hints_table_link_edit_hint_page','en','Edit Page',NULL,NULL),('assessment','tst_question_hints_table_link_edit_hint_points','en','Edit Points',NULL,NULL),('assessment','tst_question_hints_table_no_items','en','No Existing Hints',NULL,NULL),('assessment','tst_question_mark','en','Flag this question',NULL,NULL),('assessment','tst_question_marked','en','You flagged the question',NULL,NULL),('assessment','tst_question_marker','en','Flagged',NULL,NULL),('assessment','tst_question_no','en','Order',NULL,NULL),('assessment','tst_question_not_from_pool_info','en','No Pool',NULL,NULL),('assessment','tst_question_not_marked','en','Question is not Marked',NULL,NULL),('assessment','tst_question_offer','en','Do you accept this sample or do you want another one?',NULL,NULL),('assessment','tst_question_set_type','en','Selection of Test Questions',NULL,NULL),('assessment','tst_question_set_type_dynamic','en','Question Queue - All Questions from a Question Pool',NULL,NULL),('assessment','tst_question_set_type_dynamic_desc','en','Participants work through questions from one question pool. Questions answered incorrectly will be presented again. Questions can be added and edited in a running test.',NULL,NULL),('assessment','tst_question_set_type_fixed','en','Fixed Set of Questions',NULL,NULL),('assessment','tst_question_set_type_fixed_desc','en','All participants get the same set of questions.',NULL,NULL),('assessment','tst_question_set_type_random','en','Random Set of Questions',NULL,NULL),('assessment','tst_question_set_type_random_desc','en','Each participant gets a different set of questions. Questions are randomly selected from one or more question pools.',NULL,NULL),('assessment','tst_question_title','en','Question Title',NULL,NULL),('assessment','tst_question_type','en','Question Type',NULL,NULL),('assessment','tst_random_nr_of_questions','en','How many questions?',NULL,NULL),('assessment','tst_random_question_set_source_questionpool_summary_string','en','%s (Path: %s) [%s Questions]',NULL,NULL),('assessment','tst_random_select_questionpool','en','Select the question pool to choose the questions from',NULL,NULL),('assessment','tst_reached_points','en','Reached Points',NULL,NULL),('assessment','tst_reached_points_of_max','en','%s of %s',NULL,NULL),('assessment','tst_remove_mark','en','Remove this flag',NULL,NULL),('assessment','tst_remove_question','en','Are you sure you want to remove the following question from the test?',NULL,NULL),('assessment','tst_remove_questions','en','Are you sure you want to remove the following questions from the test?',NULL,NULL),('assessment','tst_remove_questions_and_results','en','This test was already executed by %s user(s). Removing questions from this test will remove all test results of these users. Are you sure you want to remove the following question(s) from the test?',NULL,NULL),('assessment','tst_reporting_date','en','Date',NULL,NULL),('assessment','tst_report_after_date','en','After a fixed score reporting date',NULL,NULL),('assessment','tst_report_after_first_question','en','Offer test results when the test has been started',NULL,NULL),('assessment','tst_report_after_passed','en','Offer test results when the test has been passed',NULL,NULL),('assessment','tst_report_after_test','en','Offer test results when the test is finished',NULL,NULL),('assessment','tst_report_never','en','No test results available',NULL,NULL),('assessment','tst_reset_processing_time','en','Reset duration for every test attempt',NULL,NULL),('assessment','tst_reset_processing_time_desc','en','The duration will be reset to the defined maximum for every test attempt. This setting requires multiple test attempts to become effective.',NULL,NULL),('assessment','tst_result','en','Test Result',NULL,NULL),('assessment','tst_results','en','Test Results',NULL,NULL),('assessment','tst_results_access_always','en','Immediately',NULL,NULL),('assessment','tst_results_access_always_desc','en','Participants can access their results within the ‘Results’-tab immediately after starting the test attempt and while still taking the test. Additionally ILIAS will redirect to the \'Results\'-tab after the test has been finished.',NULL,NULL),('assessment','tst_results_access_date','en','Date',NULL,NULL),('assessment','tst_results_access_date_desc','en','Participants get access to their test results within a \'Results\'-tab after the defined date.',NULL,NULL),('assessment','tst_results_access_enabled','en','Access to Test Results',NULL,NULL),('assessment','tst_results_access_enabled_desc','en','A tab \'Results\' will be offered to participants. Options in this section and the following ones below configure what information is to be included into the report and when it will be accessible.',NULL,NULL),('assessment','tst_results_access_finished','en','After Test Attempt is Finished',NULL,NULL),('assessment','tst_results_access_finished_desc','en','ILIAS displays the test results after the test attempt is finished. After finishing the test attempt participants can access their test results within the ‘Results’-tab at any time.',NULL,NULL),('assessment','tst_results_access_passed','en','After Test has been Passed',NULL,NULL),('assessment','tst_results_access_passed_desc','en','ILIAS displays the test results after the participant has passed the test. After passing the test participants can access their test results within the \'Results\'-tab at any time.',NULL,NULL),('assessment','tst_results_access_setting','en','Point in Time',NULL,NULL),('assessment','tst_results_aggregated','en','Aggregated Test Results',NULL,NULL),('assessment','tst_results_back_introduction','en','Back to Introductory Message',NULL,NULL),('assessment','tst_results_back_overview','en','Back to Results Overview',NULL,NULL),('assessment','tst_results_details_options','en','Further Options',NULL,NULL),('assessment','tst_results_gamification','en','Gamification',NULL,NULL),('assessment','tst_results_grading_opt_show_details','en','Show detailed test results',NULL,NULL),('assessment','tst_results_grading_opt_show_details_desc','en','In addition to the summary test result, a \"Detailed Results\" action is provided. The \"Detailed test results\" table shows the titles of the questions and the points achieved for each run. The content of the table can be further supplemented in the \"Further options\" section.',NULL,NULL),('assessment','tst_results_grading_opt_show_mark','en','Show Resulting Mark',NULL,NULL),('assessment','tst_results_grading_opt_show_mark_desc','en','The resulting mark will be appended to the summary test result. Participants can access their test results within the ‘Results’-tab.',NULL,NULL),('assessment','tst_results_grading_opt_show_status','en','Show ‘Passed’ / ‘Failed’ Status',NULL,NULL),('assessment','tst_results_grading_opt_show_status_desc','en','Information on the ‘Passed’ / ‘Failed’ Status will be appended to the summary test result. Participants can access their test results within the ‘Results’-tab.',NULL,NULL),('assessment','tst_results_overview','en','Pass Overview of the Test Results',NULL,NULL),('assessment','tst_results_print_best_solution','en','Best Solution',NULL,NULL),('assessment','tst_results_print_best_solution_info','en','Additionally for each question the best possible solution will be displayed.',NULL,NULL),('assessment','tst_result_pass','en','Results of Test Attempt',NULL,NULL),('assessment','tst_result_user_name','en','Test Results for %s',NULL,NULL),('assessment','tst_result_user_name_pass','en','Results of Test Attempt %s for %s',NULL,NULL),('assessment','tst_resume_test','en','Resume the Test',NULL,NULL),('assessment','tst_res_jump_to_participant_btn','en','Jump',NULL,NULL),('assessment','tst_res_jump_to_participant_hint_opt','en','Jump to Participant',NULL,NULL),('assessment','tst_res_lo_objectives_header','en','Relevant Learning Objectives',NULL,NULL),('assessment','tst_res_lo_try_header','en','Attempt',NULL,NULL),('assessment','tst_res_lo_try_n','en','Attempt %s',NULL,NULL),('assessment','tst_res_tab_msg_res_after_date','en','Your test results will be shown here after: %s',NULL,NULL),('assessment','tst_res_tab_msg_res_after_date_no_res','en','Once you have taken the test your results will be shown here after: %s',NULL,NULL),('assessment','tst_res_tab_msg_res_after_finish_test','en','After finishing the test your results will be shown here.',NULL,NULL),('assessment','tst_res_tab_msg_res_after_taking_test','en','After taking the test your results will be shown here.',NULL,NULL),('assessment','tst_res_tab_msg_res_after_test_passed','en','After passing the test your results will be shown here.',NULL,NULL),('assessment','tst_revert_changes','en','Undo Editing',NULL,NULL),('assessment','tst_rnd_quest_cfg_tab_general','en','Configuration',NULL,NULL),('assessment','tst_rnd_quest_cfg_tab_pool','en','Selected Question Pools',NULL,NULL),('assessment','tst_rnd_quest_set_cfg_general_form','en','Configure Random Set of Questions',NULL,NULL),('assessment','tst_rnd_quest_set_cfg_pool_form','en','Rule for Selection of Questions',NULL,NULL),('assessment','tst_rnd_quest_set_tb_add_pool_btn','en','New Rule for Selection of Questions',NULL,NULL),('assessment','tst_saved_manscoring_by_question_successfully','en','The manual scoring for the question %s for test attempt %s has been saved successfully.',NULL,NULL),('assessment','tst_saved_manscoring_successfully','en','The manual scoring for test attempt %s for %s has been saved successfully.',NULL,NULL),('assessment','tst_save_and_create_new_rule','en','Save and Add New Rule',NULL,NULL),('assessment','tst_save_and_proceed','en','Save and Proceed',NULL,NULL),('assessment','tst_save_comp_points','en','Save Competence Points',NULL,NULL),('assessment','tst_save_manscoring_failed','en','Saving the manual scoring for test attempt %s has failed.',NULL,NULL),('assessment','tst_save_thresholds','en','Save Thresholds',NULL,NULL),('assessment','tst_score_cutting','en','Negative Points',NULL,NULL),('assessment','tst_score_cut_question','en','For Each Questions Negative Points are set to ‘0 Points’',NULL,NULL),('assessment','tst_score_cut_question_desc','en','Participants may score negative results for a question that had negative points for assigned to individual answer options. This setting ensures that per question any negativ result is set to 0 points.',NULL,NULL),('assessment','tst_score_cut_test','en','For the Whole Test a Negative Result is set to ‘0 Points’',NULL,NULL),('assessment','tst_score_cut_test_desc','en','Participants might score negative points in questions. Scored points of all questions are added up. Only if the overall result of the test is negative this overall result will be set to 0 points. With this setting negative points carry a lot of weight.',NULL,NULL),('assessment','tst_score_reporting','en','Score Reporting',NULL,NULL),('assessment','tst_score_reporting_date','en','Score Reporting Date',NULL,NULL),('assessment','tst_search_users','en','Search Participants',NULL,NULL),('assessment','tst_selected_user_data_deleted','en','The test data of the selected user(s) was removed successfully',NULL,NULL),('assessment','tst_select_questionpool','en','Please select a question pool to store the created question',NULL,NULL),('assessment','tst_sequence','en','Sequence',NULL,NULL),('assessment','tst_sequence_fixed','en','The Sequence of Questions is Fixed',NULL,NULL),('assessment','tst_sequence_postpone','en','Questions may be postponed to the end of a test attempt',NULL,NULL),('assessment','tst_sequence_properties','en','Administering the Test: Functionality Available to Participants',NULL,NULL),('assessment','tst_session_settings','en','Session Settings',NULL,NULL),('assessment','tst_settings_conflict_compulsory_and_lock','en','\"Compulsory Questions\" cannot be used together with \"Answer Lock\".',NULL,NULL),('assessment','tst_settings_conflict_postpone_and_lock','en','\"Unanswered questions will be enqueued\" cannot be used together with \"Lock Answers After Moving to Next Question\".',NULL,NULL),('assessment','tst_settings_conflict_shuffle_and_lock','en','\"Shuffle Questions\" cannot be used together with \"Lock Answers After Moving to Next Question\".',NULL,NULL),('assessment','tst_settings_header_additional','en','Additional Features',NULL,NULL),('assessment','tst_settings_header_execution','en','Administering the Test: Access',NULL,NULL),('assessment','tst_settings_header_intro','en','Information Before Start of Test',NULL,NULL),('assessment','tst_settings_header_test_run','en','Administering the Test: Test Run',NULL,NULL),('assessment','tst_setting_enable_obligations_info','en','Only if all compulsory questions are answered ths test can be finished. Compulsory questions can be defined in the ‘List view’. For participants the option ‘Show List of Questions’ should be activated.',NULL,NULL),('assessment','tst_setting_enable_obligations_label','en','Compulsory Questions',NULL,NULL),('assessment','tst_setting_offer_hints_info','en','Participants request hints to answer a question. With every hint presented the maximum number of points to be earned decreases.',NULL,NULL),('assessment','tst_setting_offer_hints_label','en','Hints',NULL,NULL),('assessment','tst_set_offline_due_to_switched_question_set_type_setting','en','The test has been set to offline, because the test mode setting has been changed. You have to set a new test mode relating question config before the test can be set to online again.',NULL,NULL),('assessment','tst_show_answer_sheet','en','Show Answers',NULL,NULL),('assessment','tst_show_cancel','en','Suspend Test',NULL,NULL),('assessment','tst_show_cancel_description','en','Participants are presented with a button to stop the test run and to continue it later. Caution: Suspending the test does not stop the countdown of the maximum duration of the test.',NULL,NULL),('assessment','tst_show_comp_results','en','Competence Results',NULL,NULL),('assessment','tst_show_pass_details','en','Show ‘Table of Detailed Test Results’ for each Test Attempt upon Selected Point in Time',NULL,NULL),('assessment','tst_show_pass_details_desc','en','The summary of results will be appended at the point in time indicated in the setting above: A ‘Table of Detailed Test Results’ will show the title of the questions and the points scored in a particular test attempt. <br> Other than that the table will be displayed after the last test attempt possible (setting in link ‘General’, option ‘Limit Number of Test Attempts) or after the test is officially finished (setting in link ‘General’, option ‘Finishing Time’). <br> Further settings about the content of the ‘Table of Detailed Test Results’ can be made in the section ‘Further Details to be Included in Test Results’ of this form.',NULL,NULL),('assessment','tst_show_results','en','Test Results',NULL,NULL),('assessment','tst_show_side_list','en','Show List of Questions',NULL,NULL),('assessment','tst_show_solution_answers_only','en','Print View of Results (Answers Only)',NULL,NULL),('assessment','tst_show_solution_answers_only_desc','en','If is selected, the ILIAS content you place around a question using the ‘Edit content’ tab page will not be visible in a print-out. If you want to save some paper space, select this option.',NULL,NULL),('assessment','tst_show_solution_compare','en','Show Best Solution in ‘Detailed Results’',NULL,NULL),('assessment','tst_show_solution_compare_desc','en','Participants are presented with an overview comparing their own answers with the best solutions. Please note that this view will be displayed in the \'Detailed Results\' that can be accessed via the \'Show Test Results\'-button on the \'Info\'-tab. It will not be displayed in the printable \'List of Answers\' even though the setting is made here.',NULL,NULL),('assessment','tst_show_solution_details','en','Scored Answers of Participant',NULL,NULL),('assessment','tst_show_solution_details_desc','en','The ‘Table of Detailed Test Results’ will be added by a list of answers.',NULL,NULL),('assessment','tst_show_solution_details_singlepage','en','Scored Answers on single pages',NULL,NULL),('assessment','tst_show_solution_details_singlepage_desc','en','Participants can access each question individually and see if their answers were correct and how many points they scored.',NULL,NULL),('assessment','tst_show_solution_feedback','en','Feedback',NULL,NULL),('assessment','tst_show_solution_feedback_desc','en','Feedback related to the answers provided by the participant is displayed. Please mind  that this option becomes effective only if you have activated ‘Scored Answers of Participant’  and feedback was prepared along with the questions in the first place.',NULL,NULL),('assessment','tst_show_solution_printview','en','Additional ‘List of Answers’ for Printing',NULL,NULL),('assessment','tst_show_solution_printview_desc','en','An overview of all questions with the answers of the respective participant is generated. This list will be offered within the ‘Results’-tab in a subtab \'Review of Scored Answers\'.',NULL,NULL),('assessment','tst_show_solution_signature','en','Signature Placeholder',NULL,NULL),('assessment','tst_show_solution_signature_desc','en','The prepared printout version will contain a signature placeholder for the participant. Please mind to activate ‘Table of Detailed Test Results’ to use this functionality.',NULL,NULL),('assessment','tst_show_solution_suggested','en','Content for Recapitulation',NULL,NULL),('assessment','tst_show_solution_suggested_desc','en','If content for recapitulation was assigned to the test questions in the first place, this content will be shown in the ‘Table of Detailed Test Results’-table. Participants get an opportunity for remedial learning. For this option to become effective you have to activate ‘Table of Detailed Test Results’ under ‘Access to Test Results’.',NULL,NULL),('assessment','tst_show_summary','en','Show ‘Test Attempt Overview’',NULL,NULL),('assessment','tst_show_summary_description','en','Participants are presented with a button ‘Test Attempt Overview’. On that screen the overall status of all questions will be displayed..',NULL,NULL),('assessment','tst_show_toplist','en','Ranking',NULL,NULL),('assessment','tst_shuffle_questions','en','Shuffle Questions',NULL,NULL),('assessment','tst_shuffle_questions_description','en','Shuffles the sequence of questions for every participant and every test attempt.',NULL,NULL),('assessment','tst_signature','en','Signature',NULL,NULL),('assessment','tst_single_answer_details','en','Show Single Answer',NULL,NULL),('assessment','tst_single_results','en','Results by Question',NULL,NULL),('assessment','tst_skill_triggerings_num_req_answers','en','Required Amount of Answers for Competence Triggers',NULL,NULL),('assessment','tst_skill_triggerings_num_req_answers_desc','en','Competences aren\'t triggered before this amount of answered questions contributes to the competence level calculation.',NULL,NULL),('assessment','tst_skill_triggerings_num_req_answers_not_reached_warn','en','At least one of the competences addressed by this test is not triggered by the minimal required amount of questions. No competence records will be written for these competences.<br />The required amount of questions: %s',NULL,NULL),('assessment','tst_skl_level_thresholds_link','en','Configure Competence Thresholds',NULL,NULL),('assessment','tst_skl_level_thresholds_missing','en','There are missing thresholds for the relevant competences!',NULL,NULL),('assessment','tst_skl_res_interpretation_hint_msg','en','Please consider that competence results from a single test has a limited significance. The more information is collected per competence, the merrier valid the significance will be. Should there are single competences without any entry, there is to less information collected.',NULL,NULL),('assessment','tst_skl_sub_tab_thresholds','en','Competence Thresholds',NULL,NULL),('assessment','tst_solution_compare_cfg','en','Configuration for Solution Compare',NULL,NULL),('assessment','tst_sol_comp_expressions','en','Comparison Expressions',NULL,NULL),('assessment','tst_source_question_pool','en','Question Pool',NULL,NULL),('assessment','tst_src_quest_pool_def_list_table','en','Rules for Random Selection of Questions',NULL,NULL),('assessment','tst_started','en','Test Started',NULL,NULL),('assessment','tst_starting_time','en','Starting Time',NULL,NULL),('assessment','tst_starting_time_desc','en','Time from which the test can be started. From this moment on, clicking the button \"Start test\" is possible and participants can answer questions.',NULL,NULL),('assessment','tst_start_dyn_test_with_cur_quest_sel','en','Start Test with Current Question Selection',NULL,NULL),('assessment','tst_start_new_test_pass','en','Start New Attempt on Test',NULL,NULL),('assessment','tst_start_test','en','Start the Test',NULL,NULL),('assessment','tst_stat_result_atimeofwork','en','Average Time of Work',NULL,NULL),('assessment','tst_stat_result_firstvisit','en','First Visit',NULL,NULL),('assessment','tst_stat_result_lastvisit','en','Last Visit',NULL,NULL),('assessment','tst_stat_result_mark_median','en','Mark of Median',NULL,NULL),('assessment','tst_stat_result_median','en','Median of Test Result in Points',NULL,NULL),('assessment','tst_stat_result_pworkedthrough','en','Percent of total workload already worked through',NULL,NULL),('assessment','tst_stat_result_qmax','en','Total number of Questions',NULL,NULL),('assessment','tst_stat_result_qworkedthrough','en','Questions already worked through',NULL,NULL),('assessment','tst_stat_result_rank_median','en','Rank of Median',NULL,NULL),('assessment','tst_stat_result_rank_participant','en','Rank of Participant',NULL,NULL),('assessment','tst_stat_result_resultsmarks','en','Test Results in Marks',NULL,NULL),('assessment','tst_stat_result_resultspoints','en','Test Results in Points',NULL,NULL),('assessment','tst_stat_result_timeofwork','en','Time of Work',NULL,NULL),('assessment','tst_stat_result_total_participants','en','Total Number of Participants',NULL,NULL),('assessment','tst_submit_results','en','Yes, I do confirm the submission.',NULL,NULL),('assessment','tst_tab_competences','en','Competences',NULL,NULL),('assessment','tst_tab_results_objective_oriented','en','Test Results by Learning Objectives',NULL,NULL),('assessment','tst_tab_results_pass_oriented','en','Test Results by Attempts',NULL,NULL),('assessment','tst_tbl_col_answered_questions','en','Answered Questions',NULL,NULL),('assessment','tst_tbl_col_final_mark','en','Mark',NULL,NULL),('assessment','tst_tbl_col_finished_passes','en','Finished Passes',NULL,NULL),('assessment','tst_tbl_col_finished_passes_num_of','en','%s of %s',NULL,NULL),('assessment','tst_tbl_col_last_scored_access','en','Last Scored Access',NULL,NULL),('assessment','tst_tbl_col_passed_status','en','Grading',NULL,NULL),('assessment','tst_tbl_col_pass_finished','en','Pass Finished',NULL,NULL),('assessment','tst_tbl_col_percent_result','en','Percent Solved',NULL,NULL),('assessment','tst_tbl_col_reached_points','en','Reached Points',NULL,NULL),('assessment','tst_tbl_col_scored_pass','en','Scored Pass',NULL,NULL),('assessment','tst_tbl_col_started_passes','en','Started Passes',NULL,NULL),('assessment','tst_tbl_invited_users','en','Manually Selected Participants',NULL,NULL),('assessment','tst_tbl_participants','en','Participants',NULL,NULL),('assessment','tst_tbl_results_grades','en','Results and Grades',NULL,NULL),('assessment','tst_test_contains_obligatory_questions','en','To end this test you have to answer all compulsory questions (*).',NULL,NULL),('assessment','tst_test_result','en','Test Result',NULL,NULL),('assessment','tst_text_count_system','en','Scoring System',NULL,NULL),('assessment','tst_threshold','en','Thresholds (in %)',NULL,NULL),('assessment','tst_time_already_spent','en','You started the test at: %s. Your maximum processing time is %s.',NULL,NULL),('assessment','tst_time_already_spent_left','en','You have %s left.',NULL,NULL),('assessment','tst_time_limit_message','en','You will have <b>%s minutes</b> to answer all questions.',NULL,NULL),('assessment','tst_title_output','en','Show Question Title',NULL,NULL),('assessment','tst_title_output_full','en','Question Titles and Available Points',NULL,NULL),('assessment','tst_title_output_hide_points','en','Only Question Titles',NULL,NULL),('assessment','tst_title_output_no_title','en','Neither Question Titles nor Available Points',NULL,NULL),('assessment','tst_title_output_only_points','en','Only Available Points',NULL,NULL),('assessment','tst_trigger_result_refreshing','en','Results need to be recalculated. This may take a while.',NULL,NULL),('assessment','tst_type','en','Test Type',NULL,NULL),('assessment','tst_unchanged_answer_is_correct','en','The preset answer is correct',NULL,NULL),('assessment','tst_unchanged_order_is_correct','en','The preset order is correct',NULL,NULL),('assessment','tst_user_finished_test','en','User finished test (%s)',NULL,NULL),('assessment','tst_use_previous_answers','en','Use Previous Answers',NULL,NULL),('assessment','tst_use_previous_answers_description','en','Participants will be presented with their answers from previous test attempts. This option has to be activated by individual participants on a modal before starting a test attempt.',NULL,NULL),('assessment','tst_use_previous_answers_user','en','Use my previous answers as default values in future test attempts',NULL,NULL),('assessment','tst_view_competence_assign','en','View Assignment Properties',NULL,NULL),('assessment','tst_virtual_pass_header_lo_initial','en','Initial Test Results for the Learning Objective<br />%s',NULL,NULL),('assessment','tst_virtual_pass_header_lo_qualifying','en','Qualifying Test Results for the Learning Objective<br />%s',NULL,NULL),('assessment','tst_wf_info_answer_adopted_from_prev_pass','en','Your answer from a previous attempt was adopted.',NULL,NULL),('assessment','tst_wf_info_answer_not_adopted','en','There was no answer from previous attempts adopted, so you have to work through this question, because otherwise your learning objective result will be degraded.',NULL,NULL),('assessment','tst_wf_info_optional_question','en','This question relates to an already passed learning objective.',NULL,NULL),('assessment','tst_your_answers','en','These are your answers given to the following questions.',NULL,NULL),('assessment','tst_your_answer_was','en','Your answer was',NULL,NULL),('assessment','tst_you_have_to_answer_this_question','en','You have to answer this question to be able to finish the test.',NULL,NULL),('assessment','unfinished_passes','en','Unfinished Passes',NULL,NULL),('assessment','unit','en','Unit',NULL,NULL),('assessment','units','en','Units',NULL,NULL),('assessment','unit_placeholder','en','** New Unit **',NULL,NULL),('assessment','unlimited','en','unlimited',NULL,NULL),('assessment','unlock','en','Unlock',NULL,NULL),('assessment','un_add_category','en','Add Category',NULL,NULL),('assessment','un_add_unit','en','Add Unit',NULL,NULL),('assessment','un_category_not_exist','en','The requested category does not exist.',NULL,NULL),('assessment','un_cat_deletion_errors_f','en','Cannot delete certain categories:',NULL,NULL),('assessment','un_cat_deletion_errors_f_s','en','Cannot delete category:',NULL,NULL),('assessment','un_cat_deletion_errors_p','en','Could not delete certain categories:',NULL,NULL),('assessment','un_cat_deletion_errors_p_s','en','Could not delete category:',NULL,NULL),('assessment','un_deleted_categories','en','Deletion successfully processed',NULL,NULL),('assessment','un_deleted_categories_s','en','Deletion successfully processed',NULL,NULL),('assessment','un_deleted_units','en','Deletion successfully processed',NULL,NULL),('assessment','un_deleted_units_s','en','Deletion successfully processed',NULL,NULL),('assessment','un_global_units','en','Global Units',NULL,NULL),('assessment','un_local_units','en','Local Units',NULL,NULL),('assessment','un_save_order','en','Save Order',NULL,NULL),('assessment','un_sel_cat_sel_unit','en','Selected Category: %s, Selected Unit: %s',NULL,NULL),('assessment','un_sequence','en','Sequence',NULL,NULL),('assessment','un_show_units','en','Show Units',NULL,NULL),('assessment','un_sure_delete_categories','en','Are you sure you want to delete the selected categories?',NULL,NULL),('assessment','un_sure_delete_categories_s','en','Are you sure you want to delete the selected category?',NULL,NULL),('assessment','un_sure_delete_units','en','Are you sure you want to delete the selected units?',NULL,NULL),('assessment','un_sure_delete_units_s','en','Are you sure you want to delete the selected unit?',NULL,NULL),('assessment','un_units_of_category_x','en','Units of Category: %s',NULL,NULL),('assessment','un_unit_deletion_errors_f','en','Cannot delete certain units:',NULL,NULL),('assessment','un_unit_deletion_errors_f_s','en','Cannot delete unit:',NULL,NULL),('assessment','un_unit_deletion_errors_p','en','Could not delete certain units:',NULL,NULL),('assessment','un_unit_deletion_errors_p_s','en','Could not delete unit:',NULL,NULL),('assessment','uploaded_material','en','Uploaded Material',NULL,NULL),('assessment','user_has_finished_a_test','en','A participant has finished a test.',NULL,NULL),('assessment','user_not_invited','en','You are not supposed to take this test.',NULL,NULL),('assessment','user_wrong_clientip','en','You don\'t have the right IP address to access this test.',NULL,NULL),('assessment','use_previous_solution','en','Use Previous Solution',NULL,NULL),('assessment','use_previous_solution_advice','en','The shown solution for the question is your previously given one. You have to confirm the adoption of the solution, if you like to use it without any change.',NULL,NULL),('assessment','values','en','Values',NULL,NULL),('assessment','value_between_x_and_y','en','The value should be between %s and %s',NULL,NULL),('assessment','variables','en','Variables',NULL,NULL),('assessment','variable_x','en','Variable %s',NULL,NULL),('assessment','wait_for_next_pass_hint_msg','en','Additional pass is possible on time: %s',NULL,NULL),('assessment','warning_question_not_complete','en','Question is incomplete!',NULL,NULL),('assessment','width','en','Width',NULL,NULL),('assessment','without_solutions_participants','en','Participants without solutions',NULL,NULL),('assessment','with_solutions_participants','en','Participants with solutions',NULL,NULL),('assessment','worked_through','en','Worked Through',NULL,NULL),('assessment','working_time','en','Working Time',NULL,NULL),('assessment','you_received_a_of_b_points','en','You received %s of %s possible points',NULL,NULL),('auth','auth_account_code','en','Code',NULL,NULL),('auth','auth_account_code_info','en','To re-activate your account you can use an ILIAS account code.',NULL,NULL),('auth','auth_account_code_title','en','Account Code',NULL,NULL),('auth','auth_account_code_used','en','Your account has been re-activated. Please login once again for security reasons.',NULL,NULL),('auth','auth_account_migration','en','New ILIAS Account',NULL,NULL),('auth','auth_account_migration_keep','en','Migrate Existing User Account',NULL,NULL),('auth','auth_account_migration_name','en','Migration',NULL,NULL),('auth','auth_account_migration_new','en','Create New User Account',NULL,NULL),('auth','auth_activation_code_success','en','Your account has been reactivated. You can now login to ILIAS.',NULL,NULL),('auth','auth_allow_local_info','en','If enabled a local authentication against the ILIAS database is still possible (with a local login/password) for those user accounts, whose authentication mode is set to SAML.',NULL,NULL),('auth','auth_auth_settings','en','Settings',NULL,NULL),('auth','auth_cas_ldap','en','Synchronization using LDAP',NULL,NULL),('auth','auth_cas_ldap_info','en','If enabled, the synchronization of user accounts and role assignments is done using an existing LDAP configuration.',NULL,NULL),('auth','auth_cron_destroy_expired_sessions','en','Deletion of Expired Sessions',NULL,NULL),('auth','auth_cron_destroy_expired_sessions_desc','en','This job deletes expires sessions.',NULL,NULL),('auth','auth_err_expired','en','Your session has been deactivated due to inactivity.',NULL,NULL),('auth','auth_err_invalid_user_account','en','Authentication failed due to an internal failure.',NULL,NULL),('auth','auth_err_ldap_exception','en','Authentication failed due to an internal authentication failure (LDAP).',NULL,NULL),('auth','auth_err_login_attempts_deactivation','en','This user account has been deactivated due to too many incorrect login attempts.',NULL,NULL),('auth','auth_info_add','en','Choose this option if you have never registered to ILIAS. A new account will be created.',NULL,NULL),('auth','auth_info_migrate','en','If you have already an ILIAS account, enter username and password to migrate your personal data (mail, test results...).',NULL,NULL),('auth','auth_ldap_server_ds','en','LDAP-Server',NULL,NULL),('auth','auth_login_editor','en','Loginscreen Editor',NULL,NULL),('auth','auth_oidc','en','OpenID Connect',NULL,NULL),('auth','auth_oidconnect','en','OpenID Connect',NULL,NULL),('auth','auth_oidc_failed','en','Login via OpenID Connect failed',NULL,NULL),('auth','auth_oidc_login_element_info','en','Login to ILIAS via OpenID Connect',NULL,NULL),('auth','auth_oidc_mapping_table','en','Mapping ILIAS User Information to OpenID Connect Attributes',NULL,NULL),('auth','auth_oidc_profile','en','User Profile Mapping',NULL,NULL),('auth','auth_oidc_roles','en','Role Assignment',NULL,NULL),('auth','auth_oidc_role_info','en','OpenID Connect Attribute::Value (e.g: ‘roles::employee‘).',NULL,NULL),('auth','auth_oidc_role_mapping_table','en','Mapping ILIAS Roles to OpenID Connect Attributes.',NULL,NULL),('auth','auth_oidc_settings','en','Server Settings',NULL,NULL),('auth','auth_oidc_settings_activation','en','Enable OpenID Connect',NULL,NULL),('auth','auth_oidc_settings_additional_scopes','en','Additional Scopes',NULL,NULL),('auth','auth_oidc_settings_client_id','en','Client ID',NULL,NULL),('auth','auth_oidc_settings_custom_session_duration','en','Session Duration',NULL,NULL),('auth','auth_oidc_settings_custom_session_duration_option','en','Duration of Own Session',NULL,NULL),('auth','auth_oidc_settings_custom_session_duration_type','en','Session Duration Settings',NULL,NULL),('auth','auth_oidc_settings_default_role','en','Role Assignment',NULL,NULL),('auth','auth_oidc_settings_default_role_info','en','Please select a global role for the ILIAS user accounts that will be created for users who have authenticated themselves using OpenID Connect.',NULL,NULL),('auth','auth_oidc_settings_discovery_error','en','Retrieving the Discovery URL failed with: %s',NULL,NULL),('auth','auth_oidc_settings_discovery_url','en','Discovery URL of the provider',NULL,NULL),('auth','auth_oidc_settings_img','en','Image',NULL,NULL),('auth','auth_oidc_settings_img_file_info','en','Upload an image that you would like to have shown on the login page. The image will link automatically to the OpenID Connect login script.',NULL,NULL),('auth','auth_oidc_settings_invalid_scopes','en','The following values are not valid scopes: %s',NULL,NULL),('auth','auth_oidc_settings_le','en','Visual Presentation of Login Page',NULL,NULL),('auth','auth_oidc_settings_login_options','en','Login Options',NULL,NULL),('auth','auth_oidc_settings_login_option_default','en','Login Not Required',NULL,NULL),('auth','auth_oidc_settings_login_option_default_info','en','Users are not required to log in via the OpenID Connect server if a valid session is in progress.',NULL,NULL),('auth','auth_oidc_settings_login_option_enforce','en','Login Required',NULL,NULL),('auth','auth_oidc_settings_login_option_enforce_info','en','Users are always required to log in via the OpenID Connect Server – even if there is already a valid session in progress.',NULL,NULL),('auth','auth_oidc_settings_logout_scope','en','Logout Options',NULL,NULL),('auth','auth_oidc_settings_logout_scope_global','en','Log Out Globally',NULL,NULL),('auth','auth_oidc_settings_logout_scope_global_info','en','When a users logs out, they end both their OpenID Connect session and their ILIAS session.',NULL,NULL),('auth','auth_oidc_settings_logout_scope_local','en','Log Out of ILIAS ONLY',NULL,NULL),('auth','auth_oidc_settings_logout_scope_local_info','en','When a user logs out, they only end their session in  ILIAS, not their OpenID Connect session.',NULL,NULL),('auth','auth_oidc_settings_provider','en','Provider URL',NULL,NULL),('auth','auth_oidc_settings_secret','en','Client Key',NULL,NULL),('auth','auth_oidc_settings_section_user_sync','en','User Synchronisation Settings',NULL,NULL),('auth','auth_oidc_settings_session_duration','en','Duration',NULL,NULL),('auth','auth_oidc_settings_title','en','Configure OpenID Connect Authentication',NULL,NULL),('auth','auth_oidc_settings_txt','en','Text',NULL,NULL),('auth','auth_oidc_settings_txt_val_info','en','Enter a text to be displayed on the login page. The text will link automatically to the OpenID Connect login script.',NULL,NULL),('auth','auth_oidc_settings_user_attr','en','Attribute name of user accounts',NULL,NULL),('auth','auth_oidc_settings_user_sync','en','Synchronise Automatically',NULL,NULL),('auth','auth_oidc_settings_user_sync_info','en','Users who do not have an ILIAS account, but have successfully authenticated themselves using OpenID Connect, will have an ILIAS account created for them automatically.',NULL,NULL),('auth','auth_oidc_settings_validate_scopes','en','Validate Scopes upon saving',NULL,NULL),('auth','auth_oidc_settings_validate_scope_custom','en','Use custom OpenID Connect Discovery url',NULL,NULL),('auth','auth_oidc_settings_validate_scope_default','en','Use :Provider-URL:/.well-known/openid-configuration',NULL,NULL),('auth','auth_oidc_settings_validate_scope_none','en','Do not validate Scopes on saving',NULL,NULL),('auth','auth_oidc_update_field_info','en','Update Automatically',NULL,NULL),('auth','auth_oidc_update_role_info','en','Only Synchronise Automatically the First Time a User Logs In.',NULL,NULL),('auth','auth_page_type_auth','en','Login Page',NULL,NULL),('auth','auth_saml','en','SAML',NULL,NULL),('auth','auth_saml_add_idp_btn','en','Add new Identity Provider',NULL,NULL),('auth','auth_saml_add_idp_md_error','en','The given value was not a valid XML document. Ensure the XML contains a valid Identity Provider.',NULL,NULL),('auth','auth_saml_add_idp_md_info','en','Please enter the XML formatted metadata for the Identity Provider.',NULL,NULL),('auth','auth_saml_add_idp_md_label','en','Identity Provider SAML Metadata',NULL,NULL),('auth','auth_saml_configure','en','Configure SAML Authentication',NULL,NULL),('auth','auth_saml_configure_idp','en','Configure SAML IDP: %s',NULL,NULL),('auth','auth_saml_deleted_idp','en','The Identity Provider has been deleted.',NULL,NULL),('auth','auth_saml_enable','en','Enable SAML Support',NULL,NULL),('auth','auth_saml_err_sqlite_driver','en','The SAML authentication requires the SQLite driver for PHP. Please install the SQLite package and try again.',NULL,NULL),('auth','auth_saml_idp','en','IDP',NULL,NULL),('auth','auth_saml_idps','en','SAML IDP List',NULL,NULL),('auth','auth_saml_idps_info','en','Please check and edit the SimpleSAMLphp configuration in \'<strong>%s</strong>\' and \'<strong>%s</strong>\' (external data directory). Don\'t forget to add the paths to your private key and certificate in the authsources.php file. Please read the manual for further explanations %s.<br />Federation Metadata URL: %s',NULL,NULL),('auth','auth_saml_idp_selection_table_desc','en','Bitte wählen Sie den Identity Provider mit dem Sie sich anmelden möchten.',NULL,NULL),('auth','auth_saml_idp_selection_table_title','en','Identity Provider Selection',NULL,NULL),('auth','auth_saml_idp_settings','en','IDP Settings',NULL,NULL),('auth','auth_saml_login_form','en','Button on Login Page',NULL,NULL),('auth','auth_saml_login_form_info','en','If activated and there is at least one active IDP, a button appears on the login page. A click on this button initiates a SAML request.',NULL,NULL),('auth','auth_saml_migration','en','Account Migration:',NULL,NULL),('auth','auth_saml_migration_info','en','Activate this option to give new users the possibility to migrate their existing ILIAS accounts to SAML authentication.',NULL,NULL),('auth','auth_saml_role_select','en','Role:',NULL,NULL),('auth','auth_saml_sure_delete_idp','en','Are you sure you want to delete the selected Identity Provider? This cannot be undone. The affected user accounts will be switched to the default authentication.',NULL,NULL),('auth','auth_saml_sync','en','User Synchronization',NULL,NULL),('auth','auth_saml_sync_info','en','If enabled new user accounts will be created automatically after successful authentication.  Furthermore existing user accounts will be modified according to the defined user profile mapping rules.',NULL,NULL),('auth','auth_saml_uid_claim','en','Unique Attribute for User Account Matching',NULL,NULL),('auth','auth_saml_uid_claim_info','en','Define the attribute ILIAS uses to detect whether or not an incoming authentication request matches an existing ILIAS user account.',NULL,NULL),('auth','auth_saml_unknow_idp','en','The passed Identity Provider does not exist.',NULL,NULL),('auth','auth_saml_update_field_info','en','Update automatically',NULL,NULL),('auth','auth_saml_username_claim','en','Attribute for Username',NULL,NULL),('auth','auth_saml_username_claim_info','en','Define the attribute ILIAS uses to generate the username which will be visible in ILIAS.',NULL,NULL),('auth','auth_saml_user_mapping','en','User Profile Mapping',NULL,NULL),('auth','auth_sync','en','User Synchronisation',NULL,NULL),('auth','auth_sync_cas','en','Automatic generation of user accounts',NULL,NULL),('auth','auth_sync_cas_info','en','Automatically create ILIAS user accounts for users who have successfully authenticated themselves using CAS, but do not yet have an ILIAS account.',NULL,NULL),('auth','err_auth_ldap_failed','en','Authentication failed. Please contact your ILIAS administrator.',NULL,NULL),('auth','err_auth_saml_failed','en','Authentication failed. Please contact your system administrator.',NULL,NULL),('auth','err_auth_saml_no_ilias_user','en','Authentication failed. Please contact your system administrator.',NULL,NULL),('auth','login_page_activate','en','Activate Editor for Selected Languages',NULL,NULL),('auth','login_page_editor_switched','en','The active page editor has been changed',NULL,NULL),('auth','login_page_switch_ipe','en','Use ILIAS page editor',NULL,NULL),('auth','login_page_switch_rte','en','Use Rich-text editor',NULL,NULL),('auth','lti_consumer_inactive','en','LTI tool consumer is disabled.',NULL,NULL),('auth','saml_tab_head_idp','en','IDP',NULL,NULL),('awrn','awareness_now_online','en','Online Now',NULL,NULL),('awrn','awareness_settings','en','Settings',NULL,NULL),('awrn','awrn_caching_period','en','Caching Period',NULL,NULL),('awrn','awrn_caching_period_info','en','Time that is waited before the number of users in the top bar is updated and new online users are determined.',NULL,NULL),('awrn','awrn_enable','en','Enable ‘Who is online?’-Tool',NULL,NULL),('awrn','awrn_filter','en','User Filter',NULL,NULL),('awrn','awrn_hide_from_awareness','en','Hide Me From ‘Who is online?’-Tool',NULL,NULL),('awrn','awrn_hide_from_awareness_info','en','The ‘Who is Online?’ tool can be found in the header bar and lists selected users (e.g. contacts or members of your courses).',NULL,NULL),('awrn','awrn_inactive','en','Not Listed',NULL,NULL),('awrn','awrn_incl_offline','en','Online and Offline',NULL,NULL),('awrn','awrn_max_inactivity','en','Maximum Inactivity Period',NULL,NULL),('awrn','awrn_max_inactivity_info','en','After this period users are considered being offline. If nothing is set, the session time will be used.',NULL,NULL),('awrn','awrn_max_nr_entries','en','Max. Number of Items',NULL,NULL),('awrn','awrn_max_nr_entries_info','en','Maximum number of items in the ‘Who is online?’ list. This setting has only minimal performance influence when displaying the tool in the top bar.',NULL,NULL),('awrn','awrn_minutes','en','min',NULL,NULL),('awrn','awrn_online','en','Online',NULL,NULL),('awrn','awrn_online_only','en','Online Only',NULL,NULL),('awrn','awrn_seconds','en','sec',NULL,NULL),('awrn','awrn_user_show','en','Show Your Account in \"Who-Is-Online?\"',NULL,NULL),('awrn','awrn_use_osd','en','Popup Online Users',NULL,NULL),('awrn','awrn_use_osd_info','en','Display a popup to indicate new online users in the ‘Who is online?’ list.',NULL,NULL),('awrn','user_awrn_default','en','Default',NULL,NULL),('awrn','user_awrn_hide','en','Hide my status',NULL,NULL),('awrn','user_awrn_show','en','Show my status',NULL,NULL),('background_tasks','abort','en','Abort',NULL,NULL),('background_tasks','background_tasks','en','Background Tasks',NULL,NULL),('background_tasks','background_tasks_running','en','Background Tasks',NULL,NULL),('background_tasks','completed','en','Completed',NULL,NULL),('background_tasks','proceed_job','en','Proceed',NULL,NULL),('background_tasks','remove','en','Remove',NULL,NULL),('background_tasks','scheduled','en','Scheduled',NULL,NULL),('background_tasks','task_might_be_failed','en','This Task has not responded for a while, you can quit it if needed.',NULL,NULL),('background_tasks','ui_msg_files_violate_maxsize','en','The total download size violates the global limit. The download will be aborted.',NULL,NULL),('background_tasks','ui_msg_no_files_found','en','No files have been found. The download will be aborted.',NULL,NULL),('background_tasks','ui_msg_num_files','en','%s file(-s) were detected for download, do you want to continue?',NULL,NULL),('background_tasks','ui_msg_sum_file_sizes','en','The total download size before creating the zip-folder is %s. Do you want to continue?',NULL,NULL),('background_tasks','waiting','en','Waiting',NULL,NULL),('badge','awarded_by','en','Awarded by',NULL,NULL),('badge','badge_activity_badges','en','Activity Badges',NULL,NULL),('badge','badge_add_template','en','Add Template',NULL,NULL),('badge','badge_add_to_backpack','en','Add to Backpack',NULL,NULL),('badge','badge_add_to_backpack_multi','en','Trying to add %s to Backpack',NULL,NULL),('badge','badge_add_to_profile','en','Add to Profile',NULL,NULL),('badge','badge_assignment_deletion_confirmation','en','Are you sure you want to revoke the following badge assignments for \"%s\"?',NULL,NULL),('badge','badge_award_badge','en','Award Badge',NULL,NULL),('badge','badge_backpack_connect_failed','en','The Mozilla Backpack could not be requested for %s.',NULL,NULL),('badge','badge_backpack_email','en','Mozilla Backpack Account (E-Mail)',NULL,NULL),('badge','badge_backpack_gallery_info','en','These are your published badge collections in your Mozilla Backpack.',NULL,NULL),('badge','badge_backpack_list','en','My Backpack',NULL,NULL),('badge','badge_backpack_no_groups','en','The Mozilla Backpack is empty or non-public.',NULL,NULL),('badge','badge_badge','en','Badge',NULL,NULL),('badge','badge_course_lp','en','Course LP',NULL,NULL),('badge','badge_course_lp_invalid','en','The following objects have a LP mode which is not supported: %s.',NULL,NULL),('badge','badge_create','en','Create Badge',NULL,NULL),('badge','badge_create_image_processing_failed','en','The badge could not be created, an error occurred while processing the image.',NULL,NULL),('badge','badge_criteria','en','Criteria',NULL,NULL),('badge','badge_crs_merit','en','Merit',NULL,NULL),('badge','badge_deletion_confirmation','en','Are you sure you want to delete the following badges and all their respective assignments?',NULL,NULL),('badge','badge_edit_with_published','en','%s users have already added this badge to their backpack. Because of this changing badge attributes will lead to inconsistencies. Creating a new badge might be a better solution.',NULL,NULL),('badge','badge_image_from_template','en','Use Template',NULL,NULL),('badge','badge_image_from_upload','en','Upload Image',NULL,NULL),('badge','badge_image_templates','en','Image Templates',NULL,NULL),('badge','badge_image_template_form','en','Image Template',NULL,NULL),('badge','badge_in_profile','en','In Profile',NULL,NULL),('badge','badge_issued_on','en','Issued On',NULL,NULL),('badge','badge_lhist_badge_completed','en','Badge $3$ was awarded.',NULL,NULL),('badge','badge_lhist_badge_completed_in','en','Badge $3$ was awarded in $1$.',NULL,NULL),('badge','badge_manual','en','Manual Awarding',NULL,NULL),('badge','badge_new_badges','en','You have %1 new badge(s).',NULL,NULL),('badge','badge_notification_badges','en','New Badges',NULL,NULL),('badge','badge_notification_badges_goto','en','To your badges',NULL,NULL),('badge','badge_notification_body','en','you just received new badges.',NULL,NULL),('badge','badge_notification_osd','en','You just received new badges: [BADGE_LIST]',NULL,NULL),('badge','badge_notification_parent_goto','en','To repository',NULL,NULL),('badge','badge_notification_reason','en','You are receiving this message to be able to add the badges to your profile.',NULL,NULL),('badge','badge_notification_subject','en','Badges received',NULL,NULL),('badge','badge_no_valid_types_for_obj','en','There are currently no active badge types. You cannot create new badges. Please contact your administrator.',NULL,NULL),('badge','badge_obi_activate','en','Activate Mozilla Open Badges Infrastructure',NULL,NULL),('badge','badge_obi_activate_info','en','Users can export badges from ILIAS. They can use their badges to prove their qualification in other web applications.',NULL,NULL),('badge','badge_obi_contact','en','Contact E-Mail',NULL,NULL),('badge','badge_obi_contact_info','en','This e-mail address is not displayed, but it is baked into the badge.',NULL,NULL),('badge','badge_obi_organisation','en','Organisation',NULL,NULL),('badge','badge_obi_organisation_info','en','This entry will be displayed as the issuer of the badge.',NULL,NULL),('badge','badge_obi_salt','en','Salt',NULL,NULL),('badge','badge_obi_salt_info','en','Enter a combination of characters and numbers to allow third parties to validate the authenticity of a badge. Please do not change the entry afterwards.',NULL,NULL),('badge','badge_object_badges','en','Object Badges',NULL,NULL),('badge','badge_personal_badges','en','My Badges',NULL,NULL),('badge','badge_profile_less','en','Show less',NULL,NULL),('badge','badge_profile_manage','en','Manage',NULL,NULL),('badge','badge_profile_more','en','Show all',NULL,NULL),('badge','badge_profile_view','en','View',NULL,NULL),('badge','badge_remove_badge','en','Revoke Badge',NULL,NULL),('badge','badge_remove_from_profile','en','Remove from Profile',NULL,NULL),('badge','badge_service_activate','en','Activate Service',NULL,NULL),('badge','badge_service_activate_info','en','Activate the service to make badges available.',NULL,NULL),('badge','badge_settings','en','Badge Settings',NULL,NULL),('badge','badge_subtype_auto','en','automatic',NULL,NULL),('badge','badge_subtype_manual','en','manual',NULL,NULL),('badge','badge_template_deletion_confirmation','en','Are you sure you want to delete the following image templates?',NULL,NULL),('badge','badge_template_types','en','Valid Types',NULL,NULL),('badge','badge_template_types_all','en','All',NULL,NULL),('badge','badge_template_types_specific','en','Specific',NULL,NULL),('badge','badge_types','en','Types',NULL,NULL),('badge','badge_update_image_processing_failed','en','The badge could not be updated, an error occurred while processing the image.',NULL,NULL),('badge','badge_uploaded_image_file_not_found','en','No uploaded image for the badge could be found.',NULL,NULL),('badge','badge_user_profile','en','User Profil',NULL,NULL),('badge','badge_valid','en','Valid until',NULL,NULL),('badge','criteria','en','Criteria',NULL,NULL),('badge','endless','en','Always',NULL,NULL),('badge','issued_on','en','Issued on',NULL,NULL),('badge','position_updated','en','Profil assignment updated.',NULL,NULL),('badge','sort_by_date_asc','en','Sort by Date Ascending',NULL,NULL),('badge','sort_by_date_desc','en','Sort by Date Descending',NULL,NULL),('badge','sort_by_title_asc','en','Sort by Title Ascending',NULL,NULL),('badge','sort_by_title_desc','en','Sort by Title Descending',NULL,NULL),('badge','table_view','en','Table View',NULL,NULL),('badge','tile_view','en','Tile View',NULL,NULL),('badge','valid_until','en','Valid until',NULL,NULL),('bgtask','bgtask_blocked','en','Concurrent download',NULL,NULL),('bgtask','bgtask_blocked_cancel_new','en','Cancel new download',NULL,NULL),('bgtask','bgtask_blocked_cancel_old','en','Cancel existing download',NULL,NULL),('bgtask','bgtask_blocked_info','en','There is already a download processed for you.',NULL,NULL),('bgtask','bgtask_cron_gc_desc','en','Deletes obsolete files which were created by background tasks.',NULL,NULL),('bgtask','bgtask_cron_gc_title','en','Background Task Garbage Collection',NULL,NULL),('bgtask','bgtask_download_long','en','The processing of the download with %1$s files (%2$s) might take a while.',NULL,NULL),('bgtask','bgtask_download_too_large','en','The download surpasses the size limit of %s.',NULL,NULL),('bgtask','bgtask_empty_folder','en','The current selection does not include any downloadable content.',NULL,NULL),('bgtask','bgtask_failure','en','Error',NULL,NULL),('bgtask','bgtask_processing','en','Creating download',NULL,NULL),('bgtask','bgtask_setting','en','\'Background Download\' enabled',NULL,NULL),('bgtask','bgtask_setting_info','en','The creation of the ZIP archive is done asynchronously and can be cancelled anytime.',NULL,NULL),('bgtask','bgtask_setting_limit','en','Global Limit',NULL,NULL),('bgtask','bgtask_setting_limit_info','en','A download is only possible if the sum of the file sizes is below this value in MB.',NULL,NULL),('bgtask','bgtask_setting_threshold_count','en','Minimum Number',NULL,NULL),('bgtask','bgtask_setting_threshold_count_info','en','If the number of files exceeds this value the download will be asynchronously.',NULL,NULL),('bgtask','bgtask_setting_threshold_size','en','Minimum Size',NULL,NULL),('bgtask','bgtask_setting_threshold_size_info','en','If the file sizes exceed this value the download will be asynchronously.',NULL,NULL),('bibl','add_filter','en','Add Filter',NULL,NULL),('bibl','bibliography_file','en','Bibliography File',NULL,NULL),('bibl','bibl_copy','en','Copy Bibliography',NULL,NULL),('bibl','bibl_edit','en','Edit Bibliography',NULL,NULL),('bibl','bibl_filter','en','Filter',NULL,NULL),('bibl','bibl_import','en','Import Bibliography',NULL,NULL),('bibl','bibl_library_img','en','Image-URL',NULL,NULL),('bibl','bibl_library_name','en','Name',NULL,NULL),('bibl','bibl_library_show_in_list','en','Show as link in the list',NULL,NULL),('bibl','bibl_library_url','en','Base-URL',NULL,NULL),('bibl','bibl_link_online','en','Lookup inventory',NULL,NULL),('bibl','bibl_msg_translations_deleted','en','Translations were deleted',NULL,NULL),('bibl','bibl_msg_translations_saved','en','Translations were saved',NULL,NULL),('bibl','bibl_new','en','New Bibliography',NULL,NULL),('bibl','bibl_settings_edit','en','Edit Library',NULL,NULL),('bibl','bibl_settings_libraries','en','Libraries',NULL,NULL),('bibl','bibl_settings_new','en','Add Library',NULL,NULL),('bibl','bibl_translation_desc','en','Description',NULL,NULL),('bibl','bibl_translation_lang','en','Language',NULL,NULL),('bibl','bibl_translation_trans','en','Translation',NULL,NULL),('bibl','bibtex','en','Bibtex',NULL,NULL),('bibl','bib_default_abstract','en','Abstract',NULL,NULL),('bibl','bib_default_address','en','Address',NULL,NULL),('bibl','bib_default_author','en','Author',NULL,NULL),('bibl','bib_default_cite','en','Bib Cite',NULL,NULL),('bibl','bib_default_edition','en','Edition',NULL,NULL),('bibl','bib_default_howpublished','en','Published as',NULL,NULL),('bibl','bib_default_isbn','en','ISSN/ISBN',NULL,NULL),('bibl','bib_default_journal','en','Journal',NULL,NULL),('bibl','bib_default_keywords','en','Keywords',NULL,NULL),('bibl','bib_default_month','en','Month',NULL,NULL),('bibl','bib_default_note','en','Note',NULL,NULL),('bibl','bib_default_number','en','Number',NULL,NULL),('bibl','bib_default_organization','en','Organizaton',NULL,NULL),('bibl','bib_default_pages','en','Pages',NULL,NULL),('bibl','bib_default_publisher','en','Publisher',NULL,NULL),('bibl','bib_default_series','en','Series',NULL,NULL),('bibl','bib_default_title','en','Title',NULL,NULL),('bibl','bib_default_type','en','Type',NULL,NULL),('bibl','bib_default_url','en','URL',NULL,NULL),('bibl','bib_default_volume','en','Volume',NULL,NULL),('bibl','bib_default_year','en','Year',NULL,NULL),('bibl','changes_saved','en','Changes were saved.',NULL,NULL),('bibl','custom','en','Custom',NULL,NULL),('bibl','detail_view','en','Detail View',NULL,NULL),('bibl','download_original_file','en','Download Original File',NULL,NULL),('bibl','field','en','Field',NULL,NULL),('bibl','fields','en','Fields',NULL,NULL),('bibl','filter_deleted','en','The Filter was deleted.',NULL,NULL),('bibl','filter_field_info','en','Please choose a field for which you want to add a filter.',NULL,NULL),('bibl','filter_form_title','en','Add new filter',NULL,NULL),('bibl','filter_type','en','Filter Type',NULL,NULL),('bibl','filter_type_1','en','Textinput',NULL,NULL),('bibl','filter_type_2','en','Selectinput',NULL,NULL),('bibl','filter_type_3','en','Multi-Selectinput',NULL,NULL),('bibl','filter_type_info','en','Please choose a filter type for the field.',NULL,NULL),('bibl','identifier','en','Identifier',NULL,NULL),('bibl','msg_confirm_delete_filter','en','Do you like to delete the following filter?',NULL,NULL),('bibl','msg_filter_info','en','Create a filter here that can be used in the \"Contents\" tab to limit the display of entries.',NULL,NULL),('bibl','news_title_created','en','New bibliography list added',NULL,NULL),('bibl','news_title_updated','en','Bibliography list updated',NULL,NULL),('bibl','not_yet_migrated','en','This Object has not et been migrated. Please contact the administrators of the platform.',NULL,NULL),('bibl','obj_bibl_duplicate','en','Duplicate Bibliography',NULL,NULL),('bibl','order','en','Order',NULL,NULL),('bibl','override_entries','en','Override Entries',NULL,NULL),('bibl','replace_bibliography_file','en','Replace Bibliography File',NULL,NULL),('bibl','replace_bibliography_file_info','en','The current bibliography file will be replaced by the new file. All existing entries from the current file will be deleted.',NULL,NULL),('bibl','ris','en','Ris',NULL,NULL),('bibl','ris_default_a2','en','Location in Archives',NULL,NULL),('bibl','ris_default_au','en','Author',NULL,NULL),('bibl','ris_default_cy','en','Place Published',NULL,NULL),('bibl','ris_default_ep','en','Ending Page Number',NULL,NULL),('bibl','ris_default_id','en','Reference ID',NULL,NULL),('bibl','ris_default_ja','en','Periodical in which article was published',NULL,NULL),('bibl','ris_default_kw','en','Keywords',NULL,NULL),('bibl','ris_default_l3','en','Related records',NULL,NULL),('bibl','ris_default_m1','en','Number',NULL,NULL),('bibl','ris_default_m3','en','Misc. 3',NULL,NULL),('bibl','ris_default_n1','en','Notes',NULL,NULL),('bibl','ris_default_n2','en','Abstract',NULL,NULL),('bibl','ris_default_pb','en','Publisher',NULL,NULL),('bibl','ris_default_py','en','Publication year',NULL,NULL),('bibl','ris_default_sn','en','ISSN/ISBN/ASIN',NULL,NULL),('bibl','ris_default_t1','en','Primary Title',NULL,NULL),('bibl','ris_default_t2','en','Secondary Title',NULL,NULL),('bibl','ris_default_t3','en','Tertiary Title',NULL,NULL),('bibl','ris_default_ti','en','Book title',NULL,NULL),('bibl','ris_default_ty','en','Type',NULL,NULL),('bibl','ris_default_u2','en','User Defined',NULL,NULL),('bibl','ris_default_ur','en','URL',NULL,NULL),('bibl','ris_default_vl','en','Volume',NULL,NULL),('bibl','ris_default_y1','en','Year',NULL,NULL),('bibl','standard','en','Standard',NULL,NULL),('bibl','translate','en','Translate',NULL,NULL),('bibl','Type','en','Type',NULL,NULL),('bkm','bkm_fold_created','en','Bookmark folder has been created.',NULL,NULL),('blog','blog_abstract_image','en','Add Image to Abstract',NULL,NULL),('blog','blog_abstract_image_height','en','Height',NULL,NULL),('blog','blog_abstract_image_info','en','The first image used in the post will be resized so that its longest edge matches the size entered here. This image will be displayed along with the abstract of the post’s text content. Images that are smaller than the minimum size will not be used.',NULL,NULL),('blog','blog_abstract_image_pixels','en','Px',NULL,NULL),('blog','blog_abstract_image_width','en','Width',NULL,NULL),('blog','blog_abstract_shorten','en','Shorten Abstract',NULL,NULL),('blog','blog_abstract_shorten_characters','en','Characters',NULL,NULL),('blog','blog_abstract_shorten_length','en','Maximum Length',NULL,NULL),('blog','blog_add','en','Create Blog',NULL,NULL),('blog','blog_add_contributor','en','Add Contributor',NULL,NULL),('blog','blog_add_posting','en','Add Post',NULL,NULL),('blog','blog_admin_inactive_info','en','You can activate the blog feature by going to ‘Administration » Personal Workspace » Personal Resources’.',NULL,NULL),('blog','blog_admin_toggle_info','en','You can deactivate the blog feature completely by going to ‘Administration » Personal Workspace » Personal Resources’.',NULL,NULL),('blog','blog_approve','en','Approve Post',NULL,NULL),('blog','blog_author','en','Written by',NULL,NULL),('blog','blog_authors','en','Authors',NULL,NULL),('blog','blog_back_to_blog_owner','en','Edit Blog',NULL,NULL),('blog','blog_banner','en','Banner',NULL,NULL),('blog','blog_change_notification_body_approve','en','The following blog post needs approval.',NULL,NULL),('blog','blog_change_notification_body_comment','en','The following blog post has received a comment.',NULL,NULL),('blog','blog_change_notification_body_new','en','A new post has been added to the following blog.',NULL,NULL),('blog','blog_change_notification_body_update','en','The following blog post has been updated.',NULL,NULL),('blog','blog_change_notification_link','en','Link to Blog Post',NULL,NULL),('blog','blog_change_notification_reason','en','You have received this e-mail because you have activated notifications for the blog mentioned above.',NULL,NULL),('blog','blog_change_notification_subject','en','The blog \"%s\" has been updated.',NULL,NULL),('blog','blog_comments','en','Comments',NULL,NULL),('blog','blog_confirm_delete_contributors','en','Are you sure you want to remove the following contributors?',NULL,NULL),('blog','blog_contribute_other_roles','en','In addition to the blog contributors listed below, users with the role(s) %s can also add posts to this blog. They are not listed in the table below, because their respective permission(s) are derived from the object (e.g. course or group) in which this blog is contained.',NULL,NULL),('blog','blog_contributors','en','Blog Contributors',NULL,NULL),('blog','blog_copy','en','Copy Blog',NULL,NULL),('blog','blog_download_submission','en','Download Submission',NULL,NULL),('blog','blog_draft','en','Draft',NULL,NULL),('blog','blog_draft_info','en','The post has been unpublished and is now only visible to contributors.',NULL,NULL),('blog','blog_draft_info_contributors','en','This draft post is currently only visible to the contributors of this blog.',NULL,NULL),('blog','blog_draft_text','en','Unpublished Post',NULL,NULL),('blog','blog_edit','en','Edit Blog',NULL,NULL),('blog','blog_edit_date','en','Edit Date',NULL,NULL),('blog','blog_edit_date_info','en','Publication status does not depend on this date.',NULL,NULL),('blog','blog_edit_keywords','en','Edit Keywords',NULL,NULL),('blog','blog_edit_posting','en','Edit Post',NULL,NULL),('blog','blog_enable_approval','en','Approve Posts',NULL,NULL),('blog','blog_enable_approval_info','en','Posts will only be visible to other users after having being approved by a user with the ‘Edit Settings’ permission for this blog.',NULL,NULL),('blog','blog_enable_keywords','en','Keywords',NULL,NULL),('blog','blog_enable_keywords_info','en','Keywords can be added to posts. These keywords will then be displayed in a ‘Keywords’ block in the sidebar, where they can be used to filter the blog posts accordingly.',NULL,NULL),('blog','blog_enable_nav_authors','en','Authors',NULL,NULL),('blog','blog_enable_nav_authors_info','en','Display a list of all blog authors in an ‘Authors’ side block. Clicking on an author’s username will show all posts by this author in the main section of the blog.',NULL,NULL),('blog','blog_enable_notes','en','Public Comments',NULL,NULL),('blog','blog_enable_rss','en','Activate RSS',NULL,NULL),('blog','blog_enable_rss_info','en','The RSS feed is public and independent of blog sharing or user permissions.',NULL,NULL),('blog','blog_est_reading_time','en','Estimated Reading Time',NULL,NULL),('blog','blog_est_reading_time_info','en','Add an automatically generated estimated reading time to blog posts in the repository.',NULL,NULL),('blog','blog_exercise_info','en','This blog is part of the assignment \"%s\" of the exercise \"%s\".',NULL,NULL),('blog','blog_exercise_submitted_info','en','Your last submission was on %s. Please check the export file: %s',NULL,NULL),('blog','blog_finalized','en','Your blog has been submitted.',NULL,NULL),('blog','blog_finalize_blog','en','Finalise and Submit Blog',NULL,NULL),('blog','blog_import','en','Import Blog',NULL,NULL),('blog','blog_incl_comments','en','including comments',NULL,NULL),('blog','blog_keyword','en','Keyword',NULL,NULL),('blog','blog_keywords','en','Keywords',NULL,NULL),('blog','blog_keyword_enter','en','Write a keyword and press Enter.',NULL,NULL),('blog','blog_latest_posting','en','Latest Post',NULL,NULL),('blog','blog_link','en','Link',NULL,NULL),('blog','blog_list_more','en','More',NULL,NULL),('blog','blog_list_num_postings','en','Number of Posts',NULL,NULL),('blog','blog_list_num_postings_info','en','The maximum number of posts displayed when viewing the blog with no specific month selected.',NULL,NULL),('blog','blog_navigation','en','Posts',NULL,NULL),('blog','blog_nav_mode','en','Posts',NULL,NULL),('blog','blog_nav_mode_month_list','en','Show List of Months',NULL,NULL),('blog','blog_nav_mode_month_list_info','en','List months with posts in the ‘Posts’ block.',NULL,NULL),('blog','blog_nav_mode_month_list_num_month','en','Total Number of Months Shown',NULL,NULL),('blog','blog_nav_mode_month_list_num_month_info','en','Limit the number of months that will be displayed in the ‘Posts’ block. The months displayed will always be the most recent and will be shown with a number indicating how many posts were made in that month as standard.',NULL,NULL),('blog','blog_nav_mode_month_list_num_month_with_post','en','Number of Months With Listed Posts',NULL,NULL),('blog','blog_nav_mode_month_list_num_month_with_post_info','en','These months will be displayed with the titles of all of their posts in the navigation block. Additional months will be displayed with a number indicating the total number of posts made in that month.',NULL,NULL),('blog','blog_nav_mode_month_single','en','Show Selected Month',NULL,NULL),('blog','blog_nav_mode_month_single_info','en','Instead of a list of months, display a drop-down menu, containing all of the months with posts for this blog. Users can use this menu to select the month they wish to view. Only the posts of the selected month will then be shown.',NULL,NULL),('blog','blog_nav_sortorder','en','Block Order',NULL,NULL),('blog','blog_needs_approval','en','Post has not yet been approved',NULL,NULL),('blog','blog_new','en','Create New Blog',NULL,NULL),('blog','blog_news_posting_authors','en','Contributing authors: %s',NULL,NULL),('blog','blog_news_posting_published','en','New blog post published by %s.',NULL,NULL),('blog','blog_news_posting_updated','en','Blog post updated by %s.',NULL,NULL),('blog','blog_new_posting_info','en','The post has been published.',NULL,NULL),('blog','blog_notification_activated','en','Notifications Activated',NULL,NULL),('blog','blog_notification_deactivated','en','Notifications Deactivated',NULL,NULL),('blog','blog_notification_toggle_off','en','Deactivate Notifications',NULL,NULL),('blog','blog_notification_toggle_on','en','Activate Notification',NULL,NULL),('blog','blog_no_keywords','en','No keywords have been entered yet.',NULL,NULL),('blog','blog_number_users_notes_or_comments','en','Number of users who have attached notes or comments to this post',NULL,NULL),('blog','blog_posting','en','Blog Post',NULL,NULL),('blog','blog_postings','en','Posts',NULL,NULL),('blog','blog_posting_deleted','en','Post successfully deleted.',NULL,NULL),('blog','blog_posting_deletion_confirmation','en','Are you sure you want to delete the following post?',NULL,NULL),('blog','blog_posting_edit_approval_info','en','Post needs to be approved by an editor in order to be visible. The post needs to be published before approval can take place.',NULL,NULL),('blog','blog_posting_not_found','en','This blog post is not available.',NULL,NULL),('blog','blog_presentation_frame','en','Blog Presentation',NULL,NULL),('blog','blog_presentation_overview','en','Initial Overview',NULL,NULL),('blog','blog_preview','en','Preview',NULL,NULL),('blog','blog_preview_banner','en','Custom Banner',NULL,NULL),('blog','blog_preview_banner_height','en','Banner Height',NULL,NULL),('blog','blog_preview_banner_info','en','Default size is 1370x100 pixels.',NULL,NULL),('blog','blog_preview_banner_width','en','Banner Width',NULL,NULL),('blog','blog_profile_picture','en','Display Profile Picture',NULL,NULL),('blog','blog_profile_picture_repository_info','en','Profile pictures of authors are only shown on post pages, not on overview pages.',NULL,NULL),('blog','blog_properties','en','Blog Properties',NULL,NULL),('blog','blog_rename_posting','en','Rename Post',NULL,NULL),('blog','blog_selected_pages','en','Selected posts',NULL,NULL),('blog','blog_settings','en','Blog Administration',NULL,NULL),('blog','blog_settings_navigation','en','Navigation Sidebar',NULL,NULL),('blog','blog_show_latest','en','Show Latest Posts/Drafts',NULL,NULL),('blog','blog_show_print_view','en','Show Print View',NULL,NULL),('blog','blog_starting_page','en','Starting Page',NULL,NULL),('blog','blog_task_publishing_draft_title','en','Publish Draft Blog Post \"%s\"',NULL,NULL),('blog','blog_toggle_draft','en','Withdraw Publication',NULL,NULL),('blog','blog_toggle_draft_admin','en','Deactivate Blog Post',NULL,NULL),('blog','blog_toggle_final','en','Publish Post',NULL,NULL),('blog','blog_whole_blog','en','Whole blog',NULL,NULL),('book','booking_multiple_succesfully','en','Bookings successfully carried out.',NULL,NULL),('book','booking_nr_of_items','en','Number of Items',NULL,NULL),('book','book_add','en','Add Booking Pool',NULL,NULL),('book','book_additional_info_file','en','Additional Description',NULL,NULL),('book','book_add_object','en','Add Item',NULL,NULL),('book','book_add_schedule','en','Add Schedule',NULL,NULL),('book','book_all','en','Show all',NULL,NULL),('book','book_all_pools_need_schedules','en','Settings not saved. All selected booking pools need to have at least one schedule.',NULL,NULL),('book','book_all_users','en','All Participants',NULL,NULL),('book','book_assign','en','Book',NULL,NULL),('book','book_assign_object','en','Book Items for Participant',NULL,NULL),('book','book_assign_participant','en','Book for Other Participant(s)',NULL,NULL),('book','book_back_to_list','en','Back to List',NULL,NULL),('book','book_bobj','en','Booked Items',NULL,NULL),('book','book_book','en','Book',NULL,NULL),('book','book_booked_in','en','Booked In',NULL,NULL),('book','book_booking','en','Booking',NULL,NULL),('book','book_bookings_per_user','en','Bookings per User',NULL,NULL),('book','book_booking_information','en','Information',NULL,NULL),('book','book_booking_objects','en','Bookable Items',NULL,NULL),('book','book_booking_reminders','en','Upcoming Bookings',NULL,NULL),('book','book_book_available','en','Book Available Dates',NULL,NULL),('book','book_book_recurrence','en','Book multiple dates',NULL,NULL),('book','book_bulk_confirmation','en','Please check that all values are listed correctly.',NULL,NULL),('book','book_bulk_creation','en','Bulk Creation',NULL,NULL),('book','book_bulk_data','en','Item Data',NULL,NULL),('book','book_cal_entry','en','Booking:',NULL,NULL),('book','book_confirm_booking','en','Confirm Booking',NULL,NULL),('book','book_confirm_booking_no_schedule','en','Are you sure you want to book the following item?',NULL,NULL),('book','book_confirm_booking_schedule_number_of_objects','en','Booking Confirmation',NULL,NULL),('book','book_confirm_booking_schedule_number_of_objects_info','en','Please enter the number of items that you would like to book.',NULL,NULL),('book','book_confirm_cancel','en','Are you sure you want to cancel the following booking(s)?',NULL,NULL),('book','book_confirm_cancel_aggregation','en','Number of Cancellations',NULL,NULL),('book','book_confirm_delete','en','Are you sure you want to delete the following items?',NULL,NULL),('book','book_copy','en','Copy Booking Pool',NULL,NULL),('book','book_create_objects','en','Create Items',NULL,NULL),('book','book_deadline','en','Deadline',NULL,NULL),('book','book_deadline_hours','en','X hours before time slot begins',NULL,NULL),('book','book_deadline_info','en','Minimum time between booking and booked period',NULL,NULL),('book','book_deadline_options','en','Bookings Can Be Made Until:',NULL,NULL),('book','book_deadline_slot_end','en','Time slot ends',NULL,NULL),('book','book_deadline_slot_start','en','Time slot begins',NULL,NULL),('book','book_deassign','en','Edit Bookings',NULL,NULL),('book','book_download_info','en','Download Additional Description',NULL,NULL),('book','book_edit','en','Edit Booking Pool',NULL,NULL),('book','book_edit_object','en','Edit Bookable Item',NULL,NULL),('book','book_edit_schedule','en','Edit Schedule',NULL,NULL),('book','book_filter_past_reservations','en','Show Past Bookings',NULL,NULL),('book','book_fromto','en','Date Range',NULL,NULL),('book','book_hours','en','Hours before start of timeslot.',NULL,NULL),('book','book_is_used','en','In Use',NULL,NULL),('book','book_limit_objects_available','en','You cannot book this item for %s participants. ‘%s’ is only available %s times.',NULL,NULL),('book','book_list','en','List',NULL,NULL),('book','book_log','en','Bookings',NULL,NULL),('book','book_mail_permanent_link','en','Link to Booking Pool',NULL,NULL),('book','book_mail_to_booker','en','Mail to User',NULL,NULL),('book','book_message','en','Message',NULL,NULL),('book','book_messages','en','Messages',NULL,NULL),('book','book_messages_info','en','Allow users to add a message when booking an item.',NULL,NULL),('book','book_message_info','en','You may enter a message for the booking organiser here.',NULL,NULL),('book','book_missing_availability','en','It was not possible to book all items on all dates.',NULL,NULL),('book','book_missing_items','en','$1 missing item(s).',NULL,NULL),('book','book_new','en','New Booking Pool',NULL,NULL),('book','book_not','en','Not',NULL,NULL),('book','book_notification','en','Send Booking Notifications',NULL,NULL),('book','book_notification_cron_not_active','en','Note: The necessary cron job, \'Send Reservation Notifications\', is currently not active.',NULL,NULL),('book','book_notification_info','en','Send a list of the next day’s bookings to users (own bookings) and admins (if activated).',NULL,NULL),('book','book_not_enough_preferences','en','You have not selected enough preferences. Your preferences have not been saved.',NULL,NULL),('book','book_no_bookings_for_you','en','No bookings have been made for you.',NULL,NULL),('book','book_no_objects','en','No Bookings',NULL,NULL),('book','book_no_of_objects','en','No. of Units',NULL,NULL),('book','book_no_preferences_for_you','en','No preferences have been recorded for you.',NULL,NULL),('book','book_no_recurrence','en','Book only this date',NULL,NULL),('book','book_nr_of_preferences','en','Number of Preferences',NULL,NULL),('book','book_nr_of_preferences_info','en','Number of preferences each participant is required to state.',NULL,NULL),('book','book_nr_preferences','en','Preferences',NULL,NULL),('book','book_objects_available','en','Items available %s',NULL,NULL),('book','book_object_added','en','Bookable item added.',NULL,NULL),('book','book_object_deleted','en','Bookable item deleted.',NULL,NULL),('book','book_object_selection','en','Item Selection',NULL,NULL),('book','book_object_updated','en','Bookable item updated.',NULL,NULL),('book','book_obj_select','en','Select',NULL,NULL),('book','book_open','en','Open Booking Pool',NULL,NULL),('book','book_overall_limit','en','Limit Number of Bookings',NULL,NULL),('book','book_overall_limit_warning','en','You have reached the maximum number of bookings allowed.',NULL,NULL),('book','book_participant_already_assigned','en','One or more participants have already been added.',NULL,NULL),('book','book_participant_assigned','en','Participant(s) added.',NULL,NULL),('book','book_period','en','Period',NULL,NULL),('book','book_pool_added','en','Booking pool successfully created.',NULL,NULL),('book','book_pool_selection','en','Booking Pool Selection',NULL,NULL),('book','book_post_booking_file','en','File',NULL,NULL),('book','book_post_booking_information','en','Booking Information',NULL,NULL),('book','book_post_booking_text','en','Text',NULL,NULL),('book','book_post_booking_text_info','en','Use placeholders to include booking-specific information. <br />[OBJECT] will be replaced by the respective Bookable Item. <br />[PERIOD] will be replaced by the respective schedule.',NULL,NULL),('book','book_preferences','en','Preferences',NULL,NULL),('book','book_preferences_saved','en','Your preferences have been saved.',NULL,NULL),('book','book_preference_info','en','Please select %1 preference(s) by %2. After this deadline, bookings will be allocated automatically, taking into consideration the preferences of all users.',NULL,NULL),('book','book_pref_book_cron','en','Booking with Preferences',NULL,NULL),('book','book_pref_book_cron_info','en','Automatically allocate bookings based on preferences after expiration of deadline.',NULL,NULL),('book','book_pref_deadline','en','Deadline',NULL,NULL),('book','book_pref_deadline_info','en','Preferences can be stated up to this point.',NULL,NULL),('book','book_pref_overview','en','Overview',NULL,NULL),('book','book_public_log','en','Bookings Visible to All Participants',NULL,NULL),('book','book_public_log_info','en','Users with the ‘Read’ permission are able to see the bookings of the other participants in the ‘Bookings’ tab.',NULL,NULL),('book','book_recurrence','en','Recurrence',NULL,NULL),('book','book_refresh','en','Refresh',NULL,NULL),('book','book_reminder_day','en','Send Reminder',NULL,NULL),('book','book_reminder_days','en','day(s) before time-slot of booking',NULL,NULL),('book','book_reminder_day_info','en','Send list of own bookings to users and full list of all upcoming bookings to admins. Please note: in order to receive reminders, users need to have activated notifications via the ‘Actions’ menu at the top right-hand corner of the booking pool.',NULL,NULL),('book','book_reminder_setting','en','Reminder',NULL,NULL),('book','book_rem_intro','en','This is an overview of upcoming reservations:',NULL,NULL),('book','book_rem_reason','en','You have received this mail because you are subscribed to notifications for the booking pool mentioned in this mail.',NULL,NULL),('book','book_rerun_assignments','en','Run Allocation Process',NULL,NULL),('book','book_rerun_confirmation','en','Attention. The process of allocating bookings according to preferences has already taken place. You may restart the process if any errors have occurred, e.g. no bookings have been saved. To prevent multiple allocations, please delete all existing bookings before restarting the process.',NULL,NULL),('book','book_reservations_list','en','Bookings',NULL,NULL),('book','book_reservation_available','en','%s available',NULL,NULL),('book','book_reservation_confirmed','en','Your booking has been confirmed.',NULL,NULL),('book','book_reservation_failed','en','It was not possible to confirm your booking.',NULL,NULL),('book','book_reservation_failed_overbooked','en','Your booking failed because the bookable item in question is no longer available.',NULL,NULL),('book','book_reservation_filter_period','en','Default Value for ‘Date Range’ Filter',NULL,NULL),('book','book_reservation_filter_period_info','en','The default value for the ‘Date Range’ filter in the ‘Bookings’ tab (in days from the current date).',NULL,NULL),('book','book_reservation_fix_info','en','Bookings can only be made for the time slots shown as available below.',NULL,NULL),('book','book_reservation_overview','en','Bookings Overview',NULL,NULL),('book','book_reservation_status_5','en','Cancelled',NULL,NULL),('book','book_reservation_title','en','Booking Reservation for',NULL,NULL),('book','book_schedule','en','Schedule',NULL,NULL),('book','book_schedules','en','Schedules',NULL,NULL),('book','book_schedule_added','en','Booking schedule added.',NULL,NULL),('book','book_schedule_days','en','Time Slots',NULL,NULL),('book','book_schedule_days_info','en','Valid booking times for each day (HH:MM-HH:MM)',NULL,NULL),('book','book_schedule_deleted','en','Booking schedule deleted.',NULL,NULL),('book','book_schedule_slot','en','Time Slot',NULL,NULL),('book','book_schedule_type','en','Booking Mode',NULL,NULL),('book','book_schedule_type_fixed','en','Fixed Schedule',NULL,NULL),('book','book_schedule_type_fixed_info','en','This booking mode can be used for things that can be booked for specific periods of time, such as rooms, services and equipment.',NULL,NULL),('book','book_schedule_type_none','en','No Schedule',NULL,NULL),('book','book_schedule_type_none_direct','en','No Schedule, Direct Booking',NULL,NULL),('book','book_schedule_type_none_direct_info','en','This booking mode is ideal for presentation topics or places in seminars that do not require set times. Participants can book items directly on a first come, first served basis.',NULL,NULL),('book','book_schedule_type_none_info','en','This type can be used for seminar papers, seminar places and such.',NULL,NULL),('book','book_schedule_type_none_preference','en','No Schedule, Using Preferences',NULL,NULL),('book','book_schedule_type_none_preference_info','en','This booking mode is ideal for presentation topics, places in seminars or similar. Participants get to indicate their preferences in terms of which items they are most interested in. Items will then be allocated automatically after the preferences deadline has passed.',NULL,NULL),('book','book_schedule_updated','en','Booking schedule updated.',NULL,NULL),('book','book_schedule_warning_edit','en','Your booking pool currently does not have a schedule available. To use the booking pool you either need to create a schedule or select a ‘no schedule’ booking mode in the ‘Booking Mode’ section of the ‘Settings’ tab.',NULL,NULL),('book','book_select_pool','en','Select Pool',NULL,NULL),('book','book_set_cancel','en','Cancel Booking',NULL,NULL),('book','book_set_delete','en','Delete Booking',NULL,NULL),('book','book_show_message','en','Show Message',NULL,NULL),('book','book_title_description_nr','en','Title; Description; Number of Units',NULL,NULL),('book','book_title_description_nr_info','en','Enter title, description and number of units separated by semicolon or TAB character (if importing from spreadsheet software). Use one line per item.',NULL,NULL),('book','book_too_many_preferences','en','You have selected too many preferences. Your preferences have not been saved.',NULL,NULL),('book','book_type_warning','en','There are currently no bookable items available. Please create some bookable items to be able to use this booking pool.',NULL,NULL),('book','book_week','en','Week',NULL,NULL),('book','book_your_bookings','en','Your Bookings',NULL,NULL),('book','book_your_preferences','en','Your Preferences',NULL,NULL),('book','book_your_reservations','en','Your Bookings',NULL,NULL),('book','obj_book_duplicate','en','Copy Booking Pool',NULL,NULL),('book','participants','en','Participants',NULL,NULL),('book','reservation_deleted','en','Booking deleted.',NULL,NULL),('book','X_reservations_of','en','%s booking(s) of',NULL,NULL),('buddysystem','buddy_allow_to_contact_me','en','Allow Contact Requests',NULL,NULL),('buddysystem','buddy_allow_to_contact_me_info','en','Other users are able to send me request for getting into contact.',NULL,NULL),('buddysystem','buddy_bs_action_already_ignored','en','Action not possible. Already ignored user \'%s\'.',NULL,NULL),('buddysystem','buddy_bs_action_already_linked','en','Action not possible. Already accepted the contact request from user \'%s\'.',NULL,NULL),('buddysystem','buddy_bs_action_already_requested','en','Action not possible. Already requested user \'%s\'.',NULL,NULL),('buddysystem','buddy_bs_action_already_unlinked','en','Action not possible. The contact state for user \'%s\' is already unlinked.',NULL,NULL),('buddysystem','buddy_bs_action_not_possible','en','Action not possible',NULL,NULL),('buddysystem','buddy_bs_act_btn_txt_ignored_request_to_linked','en','Confirm Request',NULL,NULL),('buddysystem','buddy_bs_act_btn_txt_ignored_request_to_unlinked','en','Cancel Request',NULL,NULL),('buddysystem','buddy_bs_act_btn_txt_linked_to_unlinked','en','Unlink',NULL,NULL),('buddysystem','buddy_bs_act_btn_txt_requested_to_ignored_request','en','Ignore Contact',NULL,NULL),('buddysystem','buddy_bs_act_btn_txt_requested_to_linked','en','Confirm Contact',NULL,NULL),('buddysystem','buddy_bs_act_btn_txt_requested_to_unlinked','en','Cancel Request',NULL,NULL),('buddysystem','buddy_bs_btn_txt_ignored_request_a','en','Requested Contact',NULL,NULL),('buddysystem','buddy_bs_btn_txt_ignored_request_p','en','Request Ignored',NULL,NULL),('buddysystem','buddy_bs_btn_txt_linked_a','en','Linked',NULL,NULL),('buddysystem','buddy_bs_btn_txt_linked_p','en','Linked',NULL,NULL),('buddysystem','buddy_bs_btn_txt_requested_a','en','Requested Contact',NULL,NULL),('buddysystem','buddy_bs_btn_txt_requested_p','en','Request',NULL,NULL),('buddysystem','buddy_bs_btn_txt_unlinked_a','en','Request Contact',NULL,NULL),('buddysystem','buddy_bs_state_ignoredrequest','en','Ignored',NULL,NULL),('buddysystem','buddy_bs_state_ignored_request_a','en','Requested',NULL,NULL),('buddysystem','buddy_bs_state_ignored_request_p','en','Ignored',NULL,NULL),('buddysystem','buddy_bs_state_linked','en','Linked',NULL,NULL),('buddysystem','buddy_bs_state_linked_a','en','Linked',NULL,NULL),('buddysystem','buddy_bs_state_linked_p','en','Linked',NULL,NULL),('buddysystem','buddy_bs_state_requested','en','Requested',NULL,NULL),('buddysystem','buddy_bs_state_requested_a','en','Requested',NULL,NULL),('buddysystem','buddy_bs_state_requested_filter_a','en','Waiting for Reaction',NULL,NULL),('buddysystem','buddy_bs_state_requested_filter_p','en','Action Required',NULL,NULL),('buddysystem','buddy_bs_state_requested_p','en','Requested',NULL,NULL),('buddysystem','buddy_bs_state_unlinked','en','Unlinked',NULL,NULL),('buddysystem','buddy_bs_state_unlinked_a','en','Unlinked',NULL,NULL),('buddysystem','buddy_bs_state_unlinked_p','en','Unlinked',NULL,NULL),('buddysystem','buddy_enable','en','Activate ‘Contacts’',NULL,NULL),('buddysystem','buddy_enable_info','en','If enabled, users are allowed to contact each other by initiating contact requests. Additionally, there is a personal user setting to allow or prevent being contacted.',NULL,NULL),('buddysystem','buddy_handle_contact_request','en','Contact Request',NULL,NULL),('buddysystem','buddy_notification_contact_request','en','Contact Request',NULL,NULL),('buddysystem','buddy_notification_contact_request_ignore','en','Ignore Request',NULL,NULL),('buddysystem','buddy_notification_contact_request_ignore_osd','en','Ignore Request',NULL,NULL),('buddysystem','buddy_notification_contact_request_link','en','Approve Request',NULL,NULL),('buddysystem','buddy_notification_contact_request_link_osd','en','Approve Request',NULL,NULL),('buddysystem','buddy_notification_contact_request_long','en','[SALUTATION][BR][BR]\"[REQUESTING_USER]\" wants to add you to their friends list.[BR][BR]Personal Profile Link: [PERSONAL_PROFILE_LINK][BR][BR][APPROVE_REQUEST_TXT] [APPROVE_REQUEST][BR][IGNORE_REQUEST_TXT] [IGNORE_REQUEST]',NULL,NULL),('buddysystem','buddy_notification_contact_request_short','en','The user \"[REQUESTING_USER]\" wants to add you to their friends list.',NULL,NULL),('buddysystem','buddy_noti_cr_profile_not_published','en','Profile not published',NULL,NULL),('buddysystem','buddy_relation_requested','en','A request has been sent to the user.',NULL,NULL),('buddysystem','buddy_request_approved','en','You successfully approved the contact.',NULL,NULL),('buddysystem','buddy_request_ignored','en','You ignored the user.',NULL,NULL),('buddysystem','buddy_tbl_filter_state','en','Status',NULL,NULL),('buddysystem','buddy_tbl_state_actions_col_label','en','State / Action',NULL,NULL),('buddysystem','buddy_tbl_title_relations','en','Relations to Other Users',NULL,NULL),('buddysystem','buddy_use_osd','en','Popup Contact Requests',NULL,NULL),('buddysystem','buddy_use_osd_info','en','Display a popup to indicate a user wants to add you to his friends lists.',NULL,NULL),('buddysystem','buddy_view_gallery','en','Gallery',NULL,NULL),('buddysystem','buddy_view_table','en','List',NULL,NULL),('cat','cat_copy','en','Copy Category',NULL,NULL),('cat','cat_hide_tax_in_side_block','en','Don\'t Present in Side Panel',NULL,NULL),('cat','cat_import','en','Import Category',NULL,NULL),('cat','cat_more_translations','en','More Translations',NULL,NULL),('cat','cat_show_tax_in_side_block','en','Present in Side Panel',NULL,NULL),('cert','certificate_achievement','en','%1$s achieved.',NULL,NULL),('cert','certificate_achievement_sub_obj','en','Certificate for %1$s',NULL,NULL),('cert','certificate_migration_confirm_start','en','Since ILIAS 5.4, certificates in ILIAS are persistent. Even if courses, tests or learning modules are deleted, you are still able to access any certificate you might have earned by them. In order to use this new functionality, you need to migrate your old certificates once.',NULL,NULL),('cert','certificate_migration_confirm_started','en','The migration was started.',NULL,NULL),('cert','certificate_migration_go','en','Start Migration',NULL,NULL),('cert','certificate_migration_lastrun_failed','en','The migration of the certificates failed. Try again?',NULL,NULL),('cert','certificate_no_object_desc','en','No object description available',NULL,NULL),('cert','certificate_no_object_title','en','No object title available',NULL,NULL),('cert','certificate_same_not_saved','en','No new version of certificate template was saved, because the values didn\'t change.',NULL,NULL),('cert','cert_currently_no_certs','en','Currently you did not achieve any certificate, yet.',NULL,NULL),('cert','cert_description_label','en','Description',NULL,NULL),('cert','cert_download_label','en','Download',NULL,NULL),('cert','cert_error_no_access','en','You have no access to this certificate.',NULL,NULL),('cert','cert_issued_on_label','en','Issued On',NULL,NULL),('cert','cert_object_label','en','Object',NULL,NULL),('cert','cert_sortable_by_issue_date_asc','en','Issue Date Ascending',NULL,NULL),('cert','cert_sortable_by_issue_date_desc','en','Issue Date Descending',NULL,NULL),('cert','cert_sortable_by_title_asc','en','Title Ascending',NULL,NULL),('cert','cert_sortable_by_title_desc','en','Title Descending',NULL,NULL),('cert','error_creating_certificate_pdf','en','The certificate could not be created. Please contact the administrator to check the certificate server.',NULL,NULL),('cert','user_certificates','en','Certificates',NULL,NULL),('certificate','certificate_a4','en','A4 (297 mm x 210 mm)',NULL,NULL),('certificate','certificate_a4_landscape','en','A4 Landscape (210 mm x 297 mm)',NULL,NULL),('certificate','certificate_a5','en','A5 (210 mm x 148 mm)',NULL,NULL),('certificate','certificate_a5_landscape','en','A5 Landscape (148 mm x 210 mm)',NULL,NULL),('certificate','certificate_background_image','en','Background Image',NULL,NULL),('certificate','certificate_card_thumbnail_image','en','Card Thumbnail',NULL,NULL),('certificate','certificate_change_active_status','en','The active state of the certificate has been changed',NULL,NULL),('certificate','certificate_confirm_deletion_text','en','Do you really want to delete the certificate and all its related data?',NULL,NULL),('certificate','certificate_custom','en','Custom...',NULL,NULL),('certificate','certificate_edit','en','Create/Edit a Certificate Template',NULL,NULL),('certificate','certificate_error_import','en','An error occurred during the import of a certificate!',NULL,NULL),('certificate','certificate_error_upload_bgimage','en','An error occurred during the upload of the background image!',NULL,NULL),('certificate','certificate_export','en','Export',NULL,NULL),('certificate','certificate_failed','en','failed',NULL,NULL),('certificate','certificate_file_basename','en','Certificate',NULL,NULL),('certificate','certificate_learning_progress_must_be_active','en','Only objects with an active Learning Progress can be selected. The Learning Progress is deactivated on the following objects: %s',NULL,NULL),('certificate','certificate_letter','en','Letter (11 inch x 8.5 inch)',NULL,NULL),('certificate','certificate_letter_landscape','en','Letter Landscape (8.5 inch x 11 inch)',NULL,NULL),('certificate','certificate_margin_body','en','Body Margin',NULL,NULL),('certificate','certificate_not_well_formed','en','The certificate text is not well formed. Please enter valid XHTML for the certificate text!',NULL,NULL),('certificate','certificate_pageheight','en','Page Height',NULL,NULL),('certificate','certificate_pagewidth','en','Page Width',NULL,NULL),('certificate','certificate_page_format','en','Page Format',NULL,NULL),('certificate','certificate_page_format_info','en','Please select the default page format for new certificates.',NULL,NULL),('certificate','certificate_passed','en','passed',NULL,NULL),('certificate','certificate_ph_birthday','en','Birthday of the user',NULL,NULL),('certificate','certificate_ph_city','en','City of the user\'s address',NULL,NULL),('certificate','certificate_ph_country','en','Country of the user\'s address',NULL,NULL),('certificate','certificate_ph_date','en','Actual date',NULL,NULL),('certificate','certificate_ph_datetime','en','Actual date and time',NULL,NULL),('certificate','certificate_ph_datetime_completed','en','Date and time of completion',NULL,NULL),('certificate','certificate_ph_date_completed','en','Date of completion',NULL,NULL),('certificate','certificate_ph_department','en','Department of the user',NULL,NULL),('certificate','certificate_ph_exercisetitle','en','Exercise Title',NULL,NULL),('certificate','certificate_ph_firstname','en','First name of the user',NULL,NULL),('certificate','certificate_ph_fullname','en','Full name of the user (title, first name and last name)',NULL,NULL),('certificate','certificate_ph_institution','en','Institution of the user',NULL,NULL),('certificate','certificate_ph_introduction','en','The following placeholders may be used',NULL,NULL),('certificate','certificate_ph_lastaccess','en','Last access date and time of the user',NULL,NULL),('certificate','certificate_ph_lastname','en','Last name of the user',NULL,NULL),('certificate','certificate_ph_login','en','Login',NULL,NULL),('certificate','certificate_ph_mark','en','Users mark',NULL,NULL),('certificate','certificate_ph_marklong','en','Users mark (official version)',NULL,NULL),('certificate','certificate_ph_markshort','en','Users mark (short version)',NULL,NULL),('certificate','certificate_ph_matriculation','en','Matriculation number of the user',NULL,NULL),('certificate','certificate_ph_maxpoints','en','Maximum available points',NULL,NULL),('certificate','certificate_ph_no_sco','en','If items are selected to determine the overall learning progress status, titles and points for these items could be displayed in certificate.',NULL,NULL),('certificate','certificate_ph_passed','en','‘passed’ or ‘failed’, depending on the test results',NULL,NULL),('certificate','certificate_ph_passed_exercise','en','‘Passed’ or ‘Failed’',NULL,NULL),('certificate','certificate_ph_resultpercent','en','Reached percentage of the user',NULL,NULL),('certificate','certificate_ph_resultpoints','en','Score of user',NULL,NULL),('certificate','certificate_ph_salutation','en','Salutation',NULL,NULL),('certificate','certificate_ph_scormmaxpoints','en','Maximum value in the range for the raw score of the last relevant sco (most suitable for a final exam)',NULL,NULL),('certificate','certificate_ph_scormpoints','en','Points of the SCORM learning module in percent',NULL,NULL),('certificate','certificate_ph_scormtitle','en','Title of the SCORM learning module',NULL,NULL),('certificate','certificate_ph_scos','en','The following items were selected to determine the overall learning progress status and are available for statements in the certificate:',NULL,NULL),('certificate','certificate_ph_sco_points_max','en','placeholder<br/>for points<br/>max',NULL,NULL),('certificate','certificate_ph_sco_points_raw','en','placeholder<br/>for points',NULL,NULL),('certificate','certificate_ph_sco_points_scaled','en','placeholder<br/>for points<br/>in percent',NULL,NULL),('certificate','certificate_ph_sco_title','en','placeholder<br/>for title',NULL,NULL),('certificate','certificate_ph_street','en','Street of the user\'s address',NULL,NULL),('certificate','certificate_ph_testtitle','en','Title of the test',NULL,NULL),('certificate','certificate_ph_title','en','Title of the user',NULL,NULL),('certificate','certificate_ph_title_sco','en','title',NULL,NULL),('certificate','certificate_ph_zipcode','en','ZIP / Post code of the user\'s address',NULL,NULL),('certificate','certificate_points_notavailable','en','This value cannot be calculated',NULL,NULL),('certificate','certificate_preview','en','Preview',NULL,NULL),('certificate','certificate_settings','en','Certificate Settings',NULL,NULL),('certificate','certificate_short_name','en','Certificate file short title',NULL,NULL),('certificate','certificate_short_name_description','en','Please enter a short title for the certificate name. The short title will be part of the certificate name: YYMMDD_[surname]_[SHORT_TITLE]_certificate.pdf.',NULL,NULL),('certificate','certificate_text','en','Certificate Text',NULL,NULL),('certificate','certificate_text_info','en','Please enter the certificate text. If the WYSIWYG editor is disabled in the ILIAS administration, you can still use valid XHTML to format the text.<br><br>',NULL,NULL),('certificate','certificate_unit_description','en','Enter units of measure as VALUE[cm|mm|in|pt|pc|px|em], e.g. 10mm or 3in',NULL,NULL),('certificate','certificate_usage','en','Please note that the usage of certificates is only available if the ILIAS Java-Server is running. The configuration for Java-Server is available in Administration » General Settings » Server, sub-tab Java-Server.',NULL,NULL),('certificate','certificate_var_max_points','en','46',NULL,NULL),('certificate','certificate_var_result_mark_long','en','Good',NULL,NULL),('certificate','certificate_var_result_mark_short','en','B',NULL,NULL),('certificate','certificate_var_result_passed','en','passed',NULL,NULL),('certificate','certificate_var_result_percent','en','83%',NULL,NULL),('certificate','certificate_var_result_points','en','38',NULL,NULL),('certificate','certificate_var_user_birthday','en','1977-05-08',NULL,NULL),('certificate','certificate_var_user_city','en','Anytown, NY',NULL,NULL),('certificate','certificate_var_user_country','en','USA',NULL,NULL),('certificate','certificate_var_user_department','en','Customer Support',NULL,NULL),('certificate','certificate_var_user_firstname','en','Jane',NULL,NULL),('certificate','certificate_var_user_fullname','en','Dr. Jane Doe',NULL,NULL),('certificate','certificate_var_user_institution','en','ILIAS Open Source',NULL,NULL),('certificate','certificate_var_user_lastname','en','Doe',NULL,NULL),('certificate','certificate_var_user_login','en','jdoe',NULL,NULL),('certificate','certificate_var_user_matriculation','en','12345',NULL,NULL),('certificate','certificate_var_user_salutation','en','Mrs.',NULL,NULL),('certificate','certificate_var_user_street','en','100 Main Street',NULL,NULL),('certificate','certificate_var_user_title','en','Dr.',NULL,NULL),('certificate','certificate_var_user_zipcode','en','12345',NULL,NULL),('certificate','certificate_visibility','en','Visibility',NULL,NULL),('certificate','certificate_visibility_always','en','Always Visible',NULL,NULL),('certificate','certificate_visibility_introduction','en','Participants will be offered to download the certificate from the test results screen.',NULL,NULL),('certificate','certificate_visibility_never','en','Not Visible',NULL,NULL),('certificate','certificate_visibility_passed','en','Only Visible if a User Passed the Test',NULL,NULL),('certificate','certificate_visibility_passed_exercise','en','Only Visible if a User Passed the Exercise',NULL,NULL),('certificate','cert_cron_task_desc','en','This job\'s responsibility is the creation of persisting certificate data based on learning achievements of users.',NULL,NULL),('certificate','cert_cron_task_title','en','Certificates',NULL,NULL),('certificate','cert_form_sec_add_features','en','Additional Features',NULL,NULL),('certificate','cert_form_sec_availability','en','Availability',NULL,NULL),('certificate','cert_form_sec_layout','en','Layout and Text',NULL,NULL),('certificate','cmix_cert_ph_object_description','en','Description',NULL,NULL),('certificate','cmix_cert_ph_object_title','en','Title of the xAPI/cmi5 Object',NULL,NULL),('certificate','cmix_cert_ph_reached_score','en','Reached score as percentage',NULL,NULL),('certificate','default_background_info','en','This background image will be chosen as default background for all certificates. If you need another background image in a certficiate, you have to upload one in the certificate editor.',NULL,NULL),('certificate','download_certificate','en','Download Certificate',NULL,NULL),('certificate','learning_progress_deactivated','en','The Learning Progress for this object is deactivated. To edit the certificate template and achieve user certificates the learning progress for this object must be activated.',NULL,NULL),('certificate','lti_cert_ph_mastery_score','en','Mastery score as percentage',NULL,NULL),('certificate','lti_cert_ph_object_description','en','Description',NULL,NULL),('certificate','lti_cert_ph_object_title','en','Title of the LTI Consumer Object',NULL,NULL),('certificate','lti_cert_ph_reached_score','en','Reached score as percentage',NULL,NULL),('certificate','persistent_certificate_mode','en','User Certificate Creation',NULL,NULL),('certificate','persistent_certificate_mode_cron','en','Cron Job',NULL,NULL),('certificate','persistent_certificate_mode_cron_info','en','This option is recommended for systems with high user interaction.',NULL,NULL),('certificate','persistent_certificate_mode_instant','en','Instant',NULL,NULL),('certificate','persistent_certificate_mode_instant_info','en','This option is recommended for systems with low up to mediocre user interactions. Systems that tend to big loading times during creation for multiple user certificates should switch to the \"Cron Job\" option.',NULL,NULL),('chatroom','allow_anonymous','en','Allow Anonymous Login',NULL,NULL),('chatroom','allow_custom_usernames','en','Allow Custom User Names',NULL,NULL),('chatroom','anonymous_hint','en','Make sure to set the proper permissions in the ‘Permissions’ tab to allow anonymous user access to this repository item.',NULL,NULL),('chatroom','autogen_usernames','en','Auto Generated User Names',NULL,NULL),('chatroom','autogen_usernames_info','en','Pattern for auto generated user names that is assigned to anonymous user accounts. ‘#’ will be automatically replaced by a number.',NULL,NULL),('chatroom','auto_scroll','en','Scroll to Bottom',NULL,NULL),('chatroom','banned','en','You have been banned from this chat room',NULL,NULL),('chatroom','bans','en','Bans',NULL,NULL),('chatroom','ban_question','en','Do you really want to ban the user from chat?',NULL,NULL),('chatroom','ban_table_title','en','Banned Users',NULL,NULL),('chatroom','chatroom_auth','en','Authentication',NULL,NULL),('chatroom','chatroom_auth_btn_txt','en','Generate Keys',NULL,NULL),('chatroom','chatroom_auth_key','en','Authentication-Key',NULL,NULL),('chatroom','chatroom_auth_secret','en','Authentication-Secret',NULL,NULL),('chatroom','chatroom_client_name','en','Name',NULL,NULL),('chatroom','chatroom_client_name_info','en','Please enter a name for this ILIAS client. The entered string must be globally unique. Initially this value is set to the client id of the ILIAS client. If changed, the chat server must be restarted.',NULL,NULL),('chatroom','chatroom_enable_osc','en','Enable On-Screen-Chat',NULL,NULL),('chatroom','chatroom_enable_osc_info','en','If activated, the On-Screen Chat will be available for each user. But every user can decided whether or not he/she would like to be contacted by others. Conversations could be started in the ‘Who is online?’-Tool.',NULL,NULL),('chatroom','chatroom_log','en','Chatserver Log',NULL,NULL),('chatroom','chatserver_address','en','IP-Address/FQN of Chat Server',NULL,NULL),('chatroom','chatserver_port','en','Port of Chat Server',NULL,NULL),('chatroom','chat_address','en','Address',NULL,NULL),('chatroom','chat_anonymous_not_allowed','en','Please login to use the chat.',NULL,NULL),('chatroom','chat_auth_token_info','en','Please define unique strings used by ILIAS for authentication purposes when sending requests to the chat server. You can automatically create these strings by clicking the corresponding button. Please note that the chat server is able to communicate with multiple ILIAS clients, but each client name has to be <b>unique</b>.',NULL,NULL),('chatroom','chat_ban','en','Ban',NULL,NULL),('chatroom','chat_broadcast_typing','en','Broadcast Typing',NULL,NULL),('chatroom','chat_broadcast_typing_info','en','If enabled, your typing will be broadcasted to other participants of a conversation or chat room.',NULL,NULL),('chatroom','chat_connection_disconnected','en','--- <b>#username#</b> left the chat room ---',NULL,NULL),('chatroom','chat_connection_established','en','+++ <b>#username#</b> has entered chat room +++',NULL,NULL),('chatroom','chat_deletion_disabled','en','Disabled',NULL,NULL),('chatroom','chat_deletion_interval','en','Interval',NULL,NULL),('chatroom','chat_deletion_interval_info','en','If chosen, messages in the repository chat and On-Screen-Chat conversations will be deleted after the defined threshold.',NULL,NULL),('chatroom','chat_deletion_interval_run_at','en','Time',NULL,NULL),('chatroom','chat_deletion_interval_run_at_info','en','Please define the time (format: HH:MM) when the server should process the message deletion.',NULL,NULL),('chatroom','chat_deletion_interval_unit','en','Unit',NULL,NULL),('chatroom','chat_deletion_interval_value','en','Value',NULL,NULL),('chatroom','chat_deletion_ival_max_val','en','The maximum value for the chose unit \'%s\' is: %s',NULL,NULL),('chatroom','chat_deletion_section_head','en','Deletion of old Messages',NULL,NULL),('chatroom','chat_enable_history','en','Enable History',NULL,NULL),('chatroom','chat_enable_history_info','en','Everybody can read and export past chat messages in the tab „History“.',NULL,NULL),('chatroom','chat_error_log_info','en','Please define an absolute server path to the chat server\'s error log file (e.g.: /var/www/ilias/data/chat_error.log). If you do not specify a path, the chat server will automatically create a file located in the chat server directory.',NULL,NULL),('chatroom','chat_functions','en','Chat Functions',NULL,NULL),('chatroom','chat_https_cert_info','en','Please define an absolute server path to the SSL certificate file (e.g.: /etc/ssl/certs/server.pem).',NULL,NULL),('chatroom','chat_https_dhparam_info','en','Please define an absolute server path to a file (e.g.: /etc/ssl/private/dhparam.pem), used for the negotiation of Diffie Hellman parameters (e.g. generated via: openssl dhparam -out /etc/ssl/private/dhparam.pem 2048 ).',NULL,NULL),('chatroom','chat_https_key_info','en','Please define an absolute server path to the private key file (e.g..: /etc/ssl/private/server.key).',NULL,NULL),('chatroom','chat_invitation','en','\"[INVITER_NAME]\" invites you into chat room \"[ROOM_NAME]\"',NULL,NULL),('chatroom','chat_invitations','en','Chat invitations',NULL,NULL),('chatroom','chat_invitation_long','en','[SALUTATION][BR][BR]You have been invited to a chat room:[BR]Chat Room Title: [ROOM_NAME][BR]Invited by: [INVITER_NAME][BR]URL: [LINK][BR][BR]To join the chat room, please follow the given URL.',NULL,NULL),('chatroom','chat_invitation_nc_inv_x','en','You have %s chat invitations.',NULL,NULL),('chatroom','chat_invitation_nc_no_inv','en','You have no chat invitations.',NULL,NULL),('chatroom','chat_invitation_short','en','Please click the link to enter the chat room.',NULL,NULL),('chatroom','chat_invite','en','Invite',NULL,NULL),('chatroom','chat_join','en','Join',NULL,NULL),('chatroom','chat_kick','en','Kick',NULL,NULL),('chatroom','chat_log_info','en','Please define an absolute server path to the chat server\'s log file (e.g.: /var/www/ilias/data/chat.log). If you do not specify a path, the chat server will automatically create a file located in the chat server directory.',NULL,NULL),('chatroom','chat_log_level','en','Log Level',NULL,NULL),('chatroom','chat_mainroom','en','Main Room',NULL,NULL),('chatroom','chat_message','en','Message',NULL,NULL),('chatroom','chat_message_display','en','Options',NULL,NULL),('chatroom','chat_message_options','en','Display',NULL,NULL),('chatroom','chat_message_to_all','en','To All',NULL,NULL),('chatroom','chat_not_use_osc','en','Not Using On-Screen-Chat',NULL,NULL),('chatroom','chat_no_use_typing_broadcast','en','Typing will not be broadcasted',NULL,NULL),('chatroom','chat_osc_accepts_messages_no','en','Doesn\'t Receive Chat Messages',NULL,NULL),('chatroom','chat_osc_accepts_messages_yes','en','Receives Chat Messages',NULL,NULL),('chatroom','chat_osc_accept_msg','en','Allow On-Screen Chat Conversations',NULL,NULL),('chatroom','chat_osc_accept_msg_info','en','Allow other users to send you messages using the on-screen chat system.',NULL,NULL),('chatroom','chat_osc_accept_msg_info_slate','en','To have private conversations, you must enable your setting \"Allow On-Screen Chat Conversations\".',NULL,NULL),('chatroom','chat_osc_accept_msg_info_slate_link_txt','en','Visibility (in Profile and Privacy)',NULL,NULL),('chatroom','chat_osc_accept_no_conv_info_slate','en','There are currently no minimzed conversations.',NULL,NULL),('chatroom','chat_osc_add_user','en','Add Further Users',NULL,NULL),('chatroom','chat_osc_conversations','en','Conversations',NULL,NULL),('chatroom','chat_osc_doesnt_accept_msg','en','Conversations not possible',NULL,NULL),('chatroom','chat_osc_dont_accept_msg','en','You currently cannot be invited to conversations. If desired you can change this in your %s.',NULL,NULL),('chatroom','chat_osc_dont_accept_msg_link_txt','en','\'Personal Settings\'',NULL,NULL),('chatroom','chat_osc_head_grp_x_persons','en','%s Users',NULL,NULL),('chatroom','chat_osc_invite_to_conversation','en','Add to Conversation',NULL,NULL),('chatroom','chat_osc_leave_grp_conv','en','Leave Conversation',NULL,NULL),('chatroom','chat_osc_minimize','en','Minimize',NULL,NULL),('chatroom','chat_osc_nc_conv_x_p','en','You have %s hidden conversations.',NULL,NULL),('chatroom','chat_osc_nc_conv_x_s','en','You have one hidden conversation.',NULL,NULL),('chatroom','chat_osc_nc_no_conv','en','No Conversations available',NULL,NULL),('chatroom','chat_osc_nc_prop_time','en','Time',NULL,NULL),('chatroom','chat_osc_no_conv','en','No conversations.',NULL,NULL),('chatroom','chat_osc_no_sub_directory','en','Sub-Directory',NULL,NULL),('chatroom','chat_osc_no_sub_directory_info','en','If the chat server is only reachable through a sub directory with an URL like \"http(s)://[IP/Domain]/[SUB_DIRECTORY]\" it is required to insert the [SUB_DIRECTORY] for this chat server. In most scenarios you can leave this field empty.',NULL,NULL),('chatroom','chat_osc_no_usr_found','en','Could not find any user matching your search.',NULL,NULL),('chatroom','chat_osc_search_modal_info','en','Here you can search for users you would like to add to a conversation. If the search dialogue was opened within a group chat, the new user will be added to this chat. If you started the search within a 1:1 chat, a new group chat window will be opened.',NULL,NULL),('chatroom','chat_osc_self_rej_msgs','en','You currently cannot take part in this conversation because you suppressed receiving messages in your settings.',NULL,NULL),('chatroom','chat_osc_send','en','Send',NULL,NULL),('chatroom','chat_osc_start_conversation','en','Start Conversation',NULL,NULL),('chatroom','chat_osc_subs_rej_msgs','en','Currently it is not possible to continue this conversation. Your chat-partner must activate chats in the chat-settings.',NULL,NULL),('chatroom','chat_osc_subs_rej_msgs_p','en','The following chat partners of your conversation do not want to receive messages anymore: %s',NULL,NULL),('chatroom','chat_osc_sure_to_leave_grp_conv','en','Are you sure you want to leave the group conversation?',NULL,NULL),('chatroom','chat_osc_user','en','User',NULL,NULL),('chatroom','chat_osc_user_left_grp_conv','en','User \'%s\' has left the group conversation.',NULL,NULL),('chatroom','chat_osc_write_a_msg','en','Write a Message ...',NULL,NULL),('chatroom','chat_select_room','en','Select Chat Room',NULL,NULL),('chatroom','chat_settings','en','Chat Settings',NULL,NULL),('chatroom','chat_settings_functions_header','en','Chat Room Functions',NULL,NULL),('chatroom','chat_show_auto_messages','en','Show Status Messages',NULL,NULL),('chatroom','chat_to_mainroom','en','To Main Room',NULL,NULL),('chatroom','chat_users_are_typing','en','Multiple users are typing ...',NULL,NULL),('chatroom','chat_user_action_invite_osd','en','Invite to On-Screen Chat',NULL,NULL),('chatroom','chat_user_action_invite_public_room','en','Invite to Public Room',NULL,NULL),('chatroom','chat_user_x_is_typing','en','User %s is typing ...',NULL,NULL),('chatroom','chat_use_osc','en','Using On-Screen-Chat',NULL,NULL),('chatroom','chat_use_typing_broadcast','en','Typing will be broadcasted',NULL,NULL),('chatroom','chat_whisper','en','Whisper',NULL,NULL),('chatroom','chtr_activation_limited_visibility_info','en','If checked, the title of the chat will be visible even outside of the given availability. The chat however can not be accessed.',NULL,NULL),('chatroom','chtr_activation_online_info','en','Set the chat online to make it visible and available for partcipants. If not, only users with \'Edit Settings\' permission will have access to it.',NULL,NULL),('chatroom','chtr_add','en','Add Chat Room',NULL,NULL),('chatroom','chtr_ban_actor_tbl_head','en','locked by',NULL,NULL),('chatroom','chtr_ban_ts_tbl_head','en','Timestamp',NULL,NULL),('chatroom','chtr_new','en','New Chat Room',NULL,NULL),('chatroom','chtr_server_status','en','Server Status',NULL,NULL),('chatroom','clear_room_history','en','Delete Message History',NULL,NULL),('chatroom','clear_room_history_question','en','Do you really want to delete all messages?',NULL,NULL),('chatroom','client_chatserver_connection','en','Client to Server Connection',NULL,NULL),('chatroom','client_proxy_info','en','If the Server is not accessible with the default IP-Address and Port, it is possible to configure a custom URL for Client to Server connection.',NULL,NULL),('chatroom','connection_url_info','en','Please insert an URL for the Server connection.',NULL,NULL),('chatroom','custom_username','en','Custom Username',NULL,NULL),('chatroom','dhparam','en','Diffie-Hellman Parameter',NULL,NULL),('chatroom','display_past_msgs','en','Number of Past Messages',NULL,NULL),('chatroom','duration_from','en','From',NULL,NULL),('chatroom','duration_to','en','To',NULL,NULL),('chatroom','end_whisper','en','Cancel',NULL,NULL),('chatroom','enter','en','Enter Chat Room',NULL,NULL),('chatroom','error_log','en','Chatserver Error-Log',NULL,NULL),('chatroom','hint_display_past_msgs','en','Number of previous messages shown when chat room is entered. A value of ‘0’ disables this feature.',NULL,NULL),('chatroom','history_byday_title','en','Show Conversation per Day',NULL,NULL),('chatroom','history_bysession_title','en','Show Conversation per Session',NULL,NULL),('chatroom','history_by_day','en','Daily History',NULL,NULL),('chatroom','history_by_session','en','Session History',NULL,NULL),('chatroom','history_cleared','en','The message history was deleted by a moderator.',NULL,NULL),('chatroom','history_title_general','en','Conversation in Chat Room \"%s\"',NULL,NULL),('chatroom','ilias_chatserver_connection','en','ILIAS to Server Connection',NULL,NULL),('chatroom','ilias_proxy_info','en','If the Server is not accessible with the default IP-Address and Port, it is possible to configure a custom URL for ILIAS to Server connection.',NULL,NULL),('chatroom','invite_to_private_room','en','Invite to Chat Room',NULL,NULL),('chatroom','invite_username','en','Username',NULL,NULL),('chatroom','key','en','Key',NULL,NULL),('chatroom','kicked','en','You have been kicked from this chat room',NULL,NULL),('chatroom','kick_question','en','Do you really want to kick the user from chat?',NULL,NULL),('chatroom','lost_connection','en','The connection to the chat server was interrupted.',NULL,NULL),('chatroom','main','en','Main Room',NULL,NULL),('chatroom','messages','en','Messages',NULL,NULL),('chatroom','no_further_users','en','No other users present',NULL,NULL),('chatroom','no_messages','en','There are no saved messages for the given period.',NULL,NULL),('chatroom','no_username_given','en','Please choose a username',NULL,NULL),('chatroom','obj_chtr','en','Chat Room',NULL,NULL),('chatroom','osc_browser_noti_no_permission_error','en','Please remove this domain from the list of blocked domains in the notification settings of your browser or operating system. Otherwise you will not be able to receive browser notifications.',NULL,NULL),('chatroom','osc_browser_noti_no_support_error','en','Browser notifications are not supported in your browser. Please ensure you are requesting ILIAS via HTTPS and use a <a href=\"https://caniuse.com/#feat=notifications\" target=\"_blank\" rel=\"noopener noreferrer\">supported browser</a>.',NULL,NULL),('chatroom','osc_browser_noti_req_permission_error','en','The browser notifications could not be enabled because you did not grant access. Please remove this domain from the list of blocked domains in the notification settings of your browser or operating system.',NULL,NULL),('chatroom','osc_enable_browser_notifications_info','en','If enabled, a browser notification will be shown if you receive new messages and conversations when the ILIAS browser tab is in background, or if the browser is hidden. You will also receive a browser notification for new messages in a conversation after %s minute(s) of idling if the ILIAS tab is in foreground.',NULL,NULL),('chatroom','osc_enable_browser_notifications_label','en','Browser Notifications',NULL,NULL),('chatroom','osc_noti_title','en','New Chat Message',NULL,NULL),('chatroom','period','en','Period',NULL,NULL),('chatroom','permissions','en','Permissions',NULL,NULL),('chatroom','preferred_chatname','en','Preferred Name',NULL,NULL),('chatroom','public_chat_created','en','The public chat room has been added to the repository.',NULL,NULL),('chatroom','scope','en','Room',NULL,NULL),('chatroom','select_custom_username','en','Select Custom Username',NULL,NULL),('chatroom','server_further_information','en','You can find further information about the server configuration in the <a href=\"%1$s\" target=\"_blank\">readme file</a>.',NULL,NULL),('chatroom','session','en','Session',NULL,NULL),('chatroom','settings_general','en','General',NULL,NULL),('chatroom','settings_title','en','Settings',NULL,NULL),('chatroom','speak_to','en','Speak to <b>#user#</b>',NULL,NULL),('chatroom','unable_to_connect','en','The connection to the chat server could not be established.',NULL,NULL),('chatroom','unban','en','Unban',NULL,NULL),('chatroom','users','en','Users',NULL,NULL),('chatroom','user_invited','en','The user has been invited.',NULL,NULL),('chatroom','user_invited_self','en','<b>#user#</b> invited you to the chat room <b>#room#</b>.',NULL,NULL),('chatroom','user_in_ilias','en','Search and invite user from ILIAS',NULL,NULL),('chatroom','user_in_room','en','Invite user from current chat room',NULL,NULL),('chatroom','user_kicked','en','The user <b>#user#</b> has been kicked.',NULL,NULL),('chatroom','welcome_to_chat','en','Welcome to the chat room',NULL,NULL),('chatroom','whisper_to','en','Whisper to <b>#user#</b>',NULL,NULL),('chatroom','write_message','en','New Message',NULL,NULL),('chatroom_adm','chatserver_settings_title','en','Chatserver Settings',NULL,NULL),('chatroom_adm','chat_cannot_connect_to_server','en','ILIAS cannot build a socket connection to the chat server.',NULL,NULL),('chatroom_adm','chat_enabled','en','Enable Chat',NULL,NULL),('chatroom_adm','client_settings','en','General Settings',NULL,NULL),('chatroom_adm','general_settings_title','en','General Chat Settings',NULL,NULL),('chatroom_adm','https','en','HTTPS',NULL,NULL),('chatroom_adm','osc_adm_browser_noti_info','en','If enabled, users may individually decide whether or not they want to receive browser notifications for new conversations and messages. Notifications are triggered if the user works in different browser tabs or the browser is hidden and ILIAS was put into the background. Users will also receive browser notifications after a certain idle time in a conversation if ILIAS is in the foreground.',NULL,NULL),('chatroom_adm','osc_adm_browser_noti_label','en','Browser Notifications',NULL,NULL),('chatroom_adm','osc_adm_conv_idle_state_threshold_info','en','Cut off notifications by given a minimum interval at which browser notifications are triggered for incoming chat messages..',NULL,NULL),('chatroom_adm','osc_adm_conv_idle_state_threshold_label','en','Time between Browser Notifications',NULL,NULL),('chatroom_adm','port_info','en','Rarely used ports are often blocked by firewalls or proxy servers. The user\'s browser will not be able to establish a connection to the chat server if the defined port is blocked.',NULL,NULL),('chatroom_adm','protocol','en','Protocol',NULL,NULL),('chatroom_adm','public_chat_permissions','en','Public Chat Room Permissions',NULL,NULL),('chatroom_adm','public_chat_settings','en','Public Chat Room Settings',NULL,NULL),('chatroom_adm','server_settings','en','Chatserver Settings',NULL,NULL),('chatroom_adm','settings_has_been_saved','en','Settings has been saved',NULL,NULL),('classification','clsfct_back_to_cat','en','Back to Category',NULL,NULL),('classification','clsfct_block_info','en','Your Selection filters the objects.',NULL,NULL),('classification','clsfct_block_title','en','Selection by Topics',NULL,NULL),('classification','clsfct_content_no_match','en','No objects match your selected criteria.',NULL,NULL),('classification','clsfct_content_title','en','Objects matching your selection',NULL,NULL),('classification','clsfct_selected_objects','en','Selected Objects',NULL,NULL),('cmix','achieved_info','en','Successfully bring about or reach a desired objective, level, or result by effort, skill, or courage.',NULL,NULL),('cmix','achieved_label','en','Statements with the verb \'achieved\'',NULL,NULL),('cmix','activity_id','en','Activity-ID',NULL,NULL),('cmix','activity_id_info','en','This ID is primarily used for the display of data from the LRS. You receive this ID from the resource provider.',NULL,NULL),('cmix','answered_info','en','Indicates the actor replied to a question, where the object is generally an activity representing the question. The text of the answer will often be included in the response inside result.',NULL,NULL),('cmix','answered_label','en','Statements with the verb \'answered\'',NULL,NULL),('cmix','btn_change_registration','en','Submit',NULL,NULL),('cmix','btn_create_lrs_type','en','Add LRS-Type',NULL,NULL),('cmix','btn_create_registration','en','Submit',NULL,NULL),('cmix','change_registration','en','E-Mail address for Registration',NULL,NULL),('cmix','cmix_add','en','Add xAPI/cmi5 Object',NULL,NULL),('cmix','cmix_add_cmi5_lm','en','cmi5 Learning Module',NULL,NULL),('cmix','cmix_add_cmi5_lm_info','en','This option should be used when the content is a cmi5 compliant learning module. Related features like suitable reportings are available without further configurations.',NULL,NULL),('cmix','cmix_add_lrs_type','en','LRS-Type',NULL,NULL),('cmix','cmix_add_source','en','Source',NULL,NULL),('cmix','cmix_add_source_external_app','en','Resource not launched by ILIAS',NULL,NULL),('cmix','cmix_add_source_external_app_info','en','Use this option for separately launched resources as e.g. apps or simulations. Users must agree to the fetching of data.',NULL,NULL),('cmix','cmix_add_source_local_dir','en','Local Directory',NULL,NULL),('cmix','cmix_add_source_local_dir_info','en','Use this option for content packages on your local device.',NULL,NULL),('cmix','cmix_add_source_upload_dir','en','Upload Directory',NULL,NULL),('cmix','cmix_add_source_upload_dir_info','en','Use this option for content packages already uploaded into the ILIAS upload directory which is also used for SCORM and HTML packages.',NULL,NULL),('cmix','cmix_add_source_upload_select','en','--- Please select ---',NULL,NULL),('cmix','cmix_add_source_url','en','Resource URL',NULL,NULL),('cmix','cmix_add_source_url_info','en','Use this option for an external resource.',NULL,NULL),('cmix','cmix_add_xapi_standard_object','en','xAPI Standard Object',NULL,NULL),('cmix','cmix_add_xapi_standard_object_info','en','Use this option to have a generic content module offering all features like different reportings. This option comes with the greatest possible flexibility but requires a more complex configuration.',NULL,NULL),('cmix','cmix_adlnetgov_expapi_verbs_answered','en','Answered',NULL,NULL),('cmix','cmix_adlnetgov_expapi_verbs_asked','en','Asked',NULL,NULL),('cmix','cmix_adlnetgov_expapi_verbs_attempted','en','Attempted',NULL,NULL),('cmix','cmix_adlnetgov_expapi_verbs_attended','en','Attended',NULL,NULL),('cmix','cmix_adlnetgov_expapi_verbs_commented','en','Commented',NULL,NULL),('cmix','cmix_adlnetgov_expapi_verbs_completed','en','Completed',NULL,NULL),('cmix','cmix_adlnetgov_expapi_verbs_exited','en','Exited',NULL,NULL),('cmix','cmix_adlnetgov_expapi_verbs_experienced','en','Experienced',NULL,NULL),('cmix','cmix_adlnetgov_expapi_verbs_failed','en','Failed',NULL,NULL),('cmix','cmix_adlnetgov_expapi_verbs_imported','en','Imported',NULL,NULL),('cmix','cmix_adlnetgov_expapi_verbs_initialized','en','Initialized',NULL,NULL),('cmix','cmix_adlnetgov_expapi_verbs_interacted','en','Interacted',NULL,NULL),('cmix','cmix_adlnetgov_expapi_verbs_launched','en','Launched',NULL,NULL),('cmix','cmix_adlnetgov_expapi_verbs_mastered','en','Mastered',NULL,NULL),('cmix','cmix_adlnetgov_expapi_verbs_passed','en','Passed',NULL,NULL),('cmix','cmix_adlnetgov_expapi_verbs_preferred','en','Preferred',NULL,NULL),('cmix','cmix_adlnetgov_expapi_verbs_progressed','en','Progressed',NULL,NULL),('cmix','cmix_adlnetgov_expapi_verbs_registered','en','Registered',NULL,NULL),('cmix','cmix_adlnetgov_expapi_verbs_responded','en','Responded',NULL,NULL),('cmix','cmix_adlnetgov_expapi_verbs_resumed','en','Resumed',NULL,NULL),('cmix','cmix_adlnetgov_expapi_verbs_scored','en','Scored',NULL,NULL),('cmix','cmix_adlnetgov_expapi_verbs_shared','en','Shared',NULL,NULL),('cmix','cmix_adlnetgov_expapi_verbs_suspended','en','Suspended',NULL,NULL),('cmix','cmix_adlnetgov_expapi_verbs_terminated','en','Terminated',NULL,NULL),('cmix','cmix_adlnetgov_expapi_verbs_voided','en','Voided',NULL,NULL),('cmix','cmix_all_verbs','en','All Verbs',NULL,NULL),('cmix','cmix_copy','en','Copy xAPI/cmi5 Object',NULL,NULL),('cmix','cmix_import','en','Import xAPI/cmi5 Object',NULL,NULL),('cmix','cmix_indication_to_user','en','Further Hints for this LRS',NULL,NULL),('cmix','cmix_info_external_lrs_info','en','This Learning Record Store is an external LRS. An external LRS is characterized by insufficient influence on the LRS by the operator of the ILIAS-Installation. This is the case e.g. if there are no rights to delete data.',NULL,NULL),('cmix','cmix_info_external_lrs_label','en','Additional Info about this LRS',NULL,NULL),('cmix','cmix_info_privacy_section','en','Info about personal data',NULL,NULL),('cmix','cmix_info_privacy_section_launch','en','Info about personal data transmitted at launch',NULL,NULL),('cmix','cmix_lrs_type','en','Learning Record Store (LRS)',NULL,NULL),('cmix','cmix_new','en','New xAPI/cmi5 Object',NULL,NULL),('cmix','completed_info','en','Indicates the actor finished or concluded the activity normally.',NULL,NULL),('cmix','completed_label','en','Statements with the verb \'completed\'',NULL,NULL),('cmix','conf_availability','en','Availability',NULL,NULL),('cmix','conf_availability_0','en','Not available',NULL,NULL),('cmix','conf_availability_0_info','en','Existing xAPI/cmi5 objects that use this LRS type can no longer be used.',NULL,NULL),('cmix','conf_availability_1','en','Existing ones allowed',NULL,NULL),('cmix','conf_availability_1_info','en','This LRS type is not offered when creating new xAPI/cmi5 objects. Existing xAPI/cmi5 objects that use this type can continue to write or read data. Use this option to be able to delete data in the connected LRS at a later time.',NULL,NULL),('cmix','conf_availability_2','en','New producible',NULL,NULL),('cmix','conf_availability_2_info','en','This LRS type can be selected when creating xAPI/cmi5 objects.',NULL,NULL),('cmix','conf_bypass_proxy','en','Detection of Learning Progress',NULL,NULL),('cmix','conf_bypass_proxy_disabled','en','xAPI-Proxy to get immediately data',NULL,NULL),('cmix','conf_bypass_proxy_enabled','en','CronJob to check Learning Record Store',NULL,NULL),('cmix','conf_bypass_proxy_info','en','In most cases it is recommended to use the xAPI-Proxy. Use the CronJob in case of Limitations regarding Resource or Server.',NULL,NULL),('cmix','conf_cronjob_neccessary','en','CronJob necessary for Learning Progress',NULL,NULL),('cmix','conf_cronjob_neccessary_info','en','By activating this option, xAPI-Objects using this LRS-Type could not use the xAPI-Proxy to get immediately data for Detection of Learning Progress. Use only the CronJob in case of limitations regarding resources or server.',NULL,NULL),('cmix','conf_delete_data','en','Delete Data in LRS',NULL,NULL),('cmix','conf_delete_data_info','en','Deletion is currently only possible with the Learning Record Store (LRS) LearningLocker. Only use the options for deleting the user identification if the data has been pseudonymized in the LRS.',NULL,NULL),('cmix','conf_delete_data_opt0','en','never',NULL,NULL),('cmix','conf_delete_data_opt1','en','never - but if users are deleted and if xAPI/cmi objects are moved to the trash or deleted, data will no longer be assignable for ILIAS by deleting the - user identification',NULL,NULL),('cmix','conf_delete_data_opt11','en','when users are deleted and when xAPI/cmi objects are moved to the trash or deleted',NULL,NULL),('cmix','conf_delete_data_opt12','en','additionally when users are removed from courses or groups',NULL,NULL),('cmix','conf_delete_data_opt2','en','never - but additionally when users are removed from courses or groups, data will no longer be assignable for ILIAS by deleting the user identification',NULL,NULL),('cmix','conf_description','en','Description',NULL,NULL),('cmix','conf_external_lrs','en','External LRS',NULL,NULL),('cmix','conf_keep_lp','en','Keep Learning Progress',NULL,NULL),('cmix','conf_keep_lp_info','en','The ILIAS learning progress status completed would be freezed.',NULL,NULL),('cmix','conf_launch_mode','en','Launch Mode',NULL,NULL),('cmix','conf_launch_mode_browse','en','Browse',NULL,NULL),('cmix','conf_launch_mode_browse_info','en','This option should provide a user experience that allows the user to \"look around\" without judgement.',NULL,NULL),('cmix','conf_launch_mode_normal','en','Normal',NULL,NULL),('cmix','conf_launch_mode_normal_info','en','Data related to the learning progress should be recorded.',NULL,NULL),('cmix','conf_launch_mode_review','en','Review',NULL,NULL),('cmix','conf_launch_mode_review_info','en','This option should provide a user experience that allows the user to \"revisit / review\" already completed material.',NULL,NULL),('cmix','conf_lrs_endpoint','en','Endpoint',NULL,NULL),('cmix','conf_lrs_key','en','Key / Login',NULL,NULL),('cmix','conf_lrs_secret','en','Secret / Password',NULL,NULL),('cmix','conf_new_window','en','New Window',NULL,NULL),('cmix','conf_new_window_info','en','The content is opened in a new window. When leaving the content this window gets closed.',NULL,NULL),('cmix','conf_own_window','en','Own Window',NULL,NULL),('cmix','conf_own_window_info','en','The content is opened in the same window and replaces the ILIAS Screen. When leaving the content the user returns to ILIAS.',NULL,NULL),('cmix','conf_privacy_comment_default','en','Indication to user',NULL,NULL),('cmix','conf_privacy_ident','en','User identification',NULL,NULL),('cmix','conf_privacy_ident_il_uuid_ext_account','en','External User ID combined with a unique ILIAS platform id formatted as an E-Mail address',NULL,NULL),('cmix','conf_privacy_ident_il_uuid_ext_account_info','en','This is identical to each call, but may allow a direct conclusion about the user.',NULL,NULL),('cmix','conf_privacy_ident_il_uuid_login','en','ILIAS Login combined with a unique ILIAS platform id formatted as an E-Mail address',NULL,NULL),('cmix','conf_privacy_ident_il_uuid_login_info','en','Sends the login name. This is identical to each call, but may allow a direct conclusion about the ILIAS user.',NULL,NULL),('cmix','conf_privacy_ident_il_uuid_random','en','Random ID combined with a unique ILIAS platform ID formatted as an E-Mail address',NULL,NULL),('cmix','conf_privacy_ident_il_uuid_random_info','en','For each ILIAS object and ILIAS user a random ID is generated which remains identical for each call. Conclusions about a user are very limited because it is practically impossible to create user profiles across objects.',NULL,NULL),('cmix','conf_privacy_ident_il_uuid_sha256','en','Hash combined with a unique ILIAS platform id formatted as an E-Mail address',NULL,NULL),('cmix','conf_privacy_ident_il_uuid_sha256url','en','Hash combined with the ILIAS Domain formatted as an E-Mail address',NULL,NULL),('cmix','conf_privacy_ident_il_uuid_sha256url_info','en','This is identical to each call, with with a maximum of 80 characters significantly shorter than the variant with the ILIAS platform ID and allows only very limited conclusions about the ILIAS user.',NULL,NULL),('cmix','conf_privacy_ident_il_uuid_sha256_info','en','This is identical to each call, but does not permit any direct conclusions about the ILIAS user.',NULL,NULL),('cmix','conf_privacy_ident_il_uuid_user_id','en','ILIAS user id combined with a unique ILIAS platform id formatted as an E-Mail address',NULL,NULL),('cmix','conf_privacy_ident_il_uuid_user_id_info','en','Sends the internal numeric user id. This is identical to each call, but may allow conclusions about the ILIAS user.',NULL,NULL),('cmix','conf_privacy_ident_info','en','Standard is frequently the E-Mail address. The unique ILIAS platform id is:',NULL,NULL),('cmix','conf_privacy_ident_real_email','en','E-Mail Address',NULL,NULL),('cmix','conf_privacy_ident_real_email_info','en','Sends E-Mail Address of user as identification (Warning: an E-Mail Address might be used by multiple users!)',NULL,NULL),('cmix','conf_privacy_name','en','User name',NULL,NULL),('cmix','conf_privacy_name_firstname','en','First name',NULL,NULL),('cmix','conf_privacy_name_firstname_info','en','Sends the first name of the user name from ILIAS',NULL,NULL),('cmix','conf_privacy_name_fullname','en','Entire name',NULL,NULL),('cmix','conf_privacy_name_fullname_info','en','Sends title, first name and last name',NULL,NULL),('cmix','conf_privacy_name_info','en','Sending an user name is usually not required.',NULL,NULL),('cmix','conf_privacy_name_lastname','en','Title and last name',NULL,NULL),('cmix','conf_privacy_name_lastname_info','en','Sends Mister or Ms/Mrs. (unless otherwise specified) and the last name',NULL,NULL),('cmix','conf_privacy_name_none','en','No one',NULL,NULL),('cmix','conf_privacy_name_none_info','en','Sends \'-\' instead of a name',NULL,NULL),('cmix','conf_privacy_setting_conf','en','Configuration Options',NULL,NULL),('cmix','conf_privacy_setting_default','en','Default Settings, changeable for Objects',NULL,NULL),('cmix','conf_privacy_setting_force','en','Settings are not changeable for Objects',NULL,NULL),('cmix','conf_privacy_setting_info','en','Configuration Options for Privacy Settings',NULL,NULL),('cmix','conf_remarks','en','Internal comments',NULL,NULL),('cmix','conf_title','en','Title',NULL,NULL),('cmix','conf_user_ident','en','User identification',NULL,NULL),('cmix','conf_user_ident_il_uuid_ext_account','en','External User ID combined with a unique ILIAS platform id formatted as an E-Mail adress',NULL,NULL),('cmix','conf_user_ident_il_uuid_ext_account_info','en','This is identical to each call, but may allow a direct conclusion about the user.',NULL,NULL),('cmix','conf_user_ident_il_uuid_login','en','ILIAS Login combined with a unique ILIAS platform id formatted as an E-Mail adress',NULL,NULL),('cmix','conf_user_ident_il_uuid_login_info','en','This is identical to each call, but may allow a direct conclusion about the ILIAS user.',NULL,NULL),('cmix','conf_user_ident_il_uuid_random','en','Random ID combined with a unique ILIAS platform ID formatted as an E-Mail address',NULL,NULL),('cmix','conf_user_ident_il_uuid_random_info','en','For each ILIAS object and ILIAS user a random ID is generated which remains identical for each call. Conclusions about a user are very limited because it is practically impossible to create user profiles across objects.',NULL,NULL),('cmix','conf_user_ident_il_uuid_user_id','en','ILIAS user id combined with a unique ILIAS platform id formatted as an E-Mail adress',NULL,NULL),('cmix','conf_user_ident_il_uuid_user_id_info','en','This is identical to each call, but doesn\'t allow a direct conclusion about the ILIAS user.',NULL,NULL),('cmix','conf_user_ident_info','en','Standard is frequently the email address. The unique ILIAS platform id is:',NULL,NULL),('cmix','conf_user_ident_real_email','en','E-Mail Address',NULL,NULL),('cmix','conf_user_ident_real_email_info','en','Sends E-Mail Address of user as identification (Warning: an E-Mail Address might be used by multiple users!)',NULL,NULL),('cmix','conf_user_name','en','User name',NULL,NULL),('cmix','conf_user_name_firstname','en','First name',NULL,NULL),('cmix','conf_user_name_firstname_info','en','Sends the first name of the user name from ILIAS',NULL,NULL),('cmix','conf_user_name_fullname','en','Entire name',NULL,NULL),('cmix','conf_user_name_fullname_info','en','Sends title, first name and last name',NULL,NULL),('cmix','conf_user_name_info','en','Sending an user name is usually not required.',NULL,NULL),('cmix','conf_user_name_lastname','en','Title and last name',NULL,NULL),('cmix','conf_user_name_lastname_info','en','Sends Mister or Ms/Mrs. (unless otherwise specified) and the last name',NULL,NULL),('cmix','conf_user_name_none','en','No one',NULL,NULL),('cmix','conf_user_name_none_info','en','Sends \'-\' instead of a name',NULL,NULL),('cmix','conf_user_registered_mail','en','Registered E-Mail-Address',NULL,NULL),('cmix','conf_use_proxy','en','xAPI-Proxy',NULL,NULL),('cmix','conf_use_proxy_info','en','The xAPI proxy provides real-time data to determine learning progress in ILIAS. The proxy reduces personal data in accordance with the selected data protection options. If the xAPI proxy is deactivated, the learning content writes the learning progress directly to the LRS. This data must then also be retrieved directly from the LRS. The cron job \"xAPI/cmi5 get results\" is required to determine the learning progress. The xAPI proxy is mandatory for cmi5 objects and is activated automatically.',NULL,NULL),('cmix','conf_use_proxy_info_cmi5','en','The xAPI proxy provides real-time data to determine learning progress in ILIAS. The proxy reduces personal data in accordance with the selected data protection options. The xAPI proxy is mandatory for cmi5 objects.',NULL,NULL),('cmix','conf_use_proxy_info_xapi','en','The xAPI proxy provides real-time data to determine learning progress in ILIAS. The proxy reduces personal data in accordance with the selected data protection options. If the xAPI proxy is deactivated, the learning content writes the learning progress directly to the LRS. This data must then also be retrieved directly from the LRS. The cron job \"xAPI/cmi5 get results\" is required to determine the learning progress.',NULL,NULL),('cmix','content_privacy_ident','en','User identification for resource',NULL,NULL),('cmix','content_privacy_name','en','User name for resource',NULL,NULL),('cmix','create_lrs_type_form','en','New LRS-Type',NULL,NULL),('cmix','create_registration','en','Register your E-Mail address',NULL,NULL),('cmix','cron_xapi_del','en','Delete xAPI/cmi5 data in the Learning Record Store',NULL,NULL),('cmix','cron_xapi_del_desc','en','Data are deleted according to the settings of the xAPI/cmi5 objects.',NULL,NULL),('cmix','cron_xapi_results_evaluation','en','Fetch xAPI/cmi5 Results',NULL,NULL),('cmix','cron_xapi_results_evaluation_desc','en','Requests all xAPI results from learning record stores for objects not supporting the ILIAS xAPI proxy.',NULL,NULL),('cmix','description_info','en','The description will be shown below the title.',NULL,NULL),('cmix','download_certificate','en','Download Certificate',NULL,NULL),('cmix','duration_info','en','The duration can be entered e.g. for answering a task. The duration is set to the default value 0 seconds (PT00.000S) by this option.',NULL,NULL),('cmix','duration_label','en','Duration',NULL,NULL),('cmix','edit_lrs_type_form','en','LRS-Type',NULL,NULL),('cmix','failed_info','en','Indicates the actor did not successfully pass an activity to a level of predetermined satisfaction.',NULL,NULL),('cmix','failed_label','en','Statements with the verb \'failed\'',NULL,NULL),('cmix','fetch_xapi_statements','en','Fetch results from Learning Record Store',NULL,NULL),('cmix','field_user_ident','en','E-Mail-Address',NULL,NULL),('cmix','field_user_ident_info','en','Enter the e-mail address used in the external application to identify you.',NULL,NULL),('cmix','form_change_registration','en','Registration',NULL,NULL),('cmix','form_create_registration','en','Registration',NULL,NULL),('cmix','hide_data_info','en','With this option which is only available for the ILIAS LRS proxy certain data is stored in statements with unrecognizable values in the Learning Record Store.',NULL,NULL),('cmix','hide_data_label','en','Blacken data',NULL,NULL),('cmix','highscore_achieved_ts','en','Date',NULL,NULL),('cmix','highscore_achieved_ts_description','en','A column containing the date will be included in the ranking.',NULL,NULL),('cmix','highscore_all_tables','en','Participant\'s Own Rank and Top Ranking',NULL,NULL),('cmix','highscore_all_tables_description','en','Participants get information about the top ranking and their own position in the ranking.',NULL,NULL),('cmix','highscore_description','en','The names of other users could be displayed if the right \'View learning experiences of other users\' is set.',NULL,NULL),('cmix','highscore_enabled','en','Ranking',NULL,NULL),('cmix','highscore_mode','en','Mode',NULL,NULL),('cmix','highscore_own_table','en','Participant\'s Own Rank',NULL,NULL),('cmix','highscore_own_table_description','en','Participants are advised of their own position in the ranking.',NULL,NULL),('cmix','highscore_percentage','en','Percentage',NULL,NULL),('cmix','highscore_percentage_description','en','A column containing the score as percentage will be included in the ranking.',NULL,NULL),('cmix','highscore_score','en','Score',NULL,NULL),('cmix','highscore_score_description','en','A column containing the score will be included in the ranking.',NULL,NULL),('cmix','highscore_top_num','en','Length of Top Ranking',NULL,NULL),('cmix','highscore_top_num_description','en','Specify how many ranks are to be included in the top ranking list.',NULL,NULL),('cmix','highscore_top_num_unit','en','entries',NULL,NULL),('cmix','highscore_top_table','en','Top Ranking',NULL,NULL),('cmix','highscore_top_table_description','en','Participants are presented with a table containing the top rankings.',NULL,NULL),('cmix','highscore_wtime','en','Duration',NULL,NULL),('cmix','highscore_wtime_description','en','A column containing the duration will be included in the ranking.',NULL,NULL),('cmix','info_availability','en','Hereby you can operate the availability of the LRS-type within the magazine. All types can set on \"allow existing ones\" instead of being deleted.',NULL,NULL),('cmix','info_description','en','This description will be shown when choosing the type for new objects.',NULL,NULL),('cmix','info_external_lrs','en','A hint will be shown to users when dealing with an external LRS. An external LRS is characterized by insufficient influence on the LRS the by the operator of the ILIAS-installation. This is the case when there are no rights to delete.',NULL,NULL),('cmix','info_lrs_endpoint','en','URL of the endpoint without \'/\' at the end',NULL,NULL),('cmix','info_lrs_key','en','Key or login for access, i.e. 12345',NULL,NULL),('cmix','info_lrs_secret','en','Shared secret / Password, i.e. secret',NULL,NULL),('cmix','info_privacy_comment_default','en','Please insert, if required, an additional indication on data security when using this LRS.',NULL,NULL),('cmix','info_remarks','en','Place to write down your comments on this LRS-type here.',NULL,NULL),('cmix','info_title','en','This title will be shown when choosing the type for new objects.',NULL,NULL),('cmix','initialized_info','en','Indicates the activity provider has determined that the actor successfully started an activity.',NULL,NULL),('cmix','initialized_label','en','Statements with the verb \'initialized\'',NULL,NULL),('cmix','launch_options','en','Options for Launch',NULL,NULL),('cmix','launch_url','en','URL of the resource',NULL,NULL),('cmix','launch_url_info','en','Insert here the Internet address by adding http:// or https:// . Options for data security are also relevant for remote resources.',NULL,NULL),('cmix','log_options','en','Options for the display of transmitted data',NULL,NULL),('cmix','lrs_authentication','en','Authentication',NULL,NULL),('cmix','no_substatements_info','en','With this option - which is only available for the ILIAS LRS proxy - the storage of subordinate statements can be suppressed. This can for example affect the answering of single tasks in a test. The content is informed that the statements would have been saved.',NULL,NULL),('cmix','no_substatements_label','en','Suppress sub-statements',NULL,NULL),('cmix','online_info','en','This makes the object visible and usable for the users.',NULL,NULL),('cmix','only_moveon_info','en','With this option, which is only available for the ILIAS LRS proxy, only statements with defined verbs are stored in the Learning Record Store (WhiteList). The content is informed that the statements would have been saved. This usually ensures the expiration date but should be discussed with the content provider.',NULL,NULL),('cmix','only_moveon_label','en','Save statements with selected verbs only',NULL,NULL),('cmix','passed_info','en','Indicates the actor successfully passed an activity to a level of predetermined satisfaction.',NULL,NULL),('cmix','passed_label','en','Statements with the verb \'passed\'',NULL,NULL),('cmix','privacy_options','en','Options for data security',NULL,NULL),('cmix','progressed_info','en','Indicates a value of how much of an actor has advanced or moved through an activity.',NULL,NULL),('cmix','progressed_label','en','Statements with the verb \'progressed\'',NULL,NULL),('cmix','registration_saved_successfully','en','Registration saved successfully',NULL,NULL),('cmix','satisfied_info','en','Indicates that the authority or activity provider determined the actor has fulfilled the criteria of the object or activity.',NULL,NULL),('cmix','satisfied_label','en','Statements with the verb \'satisfied\'',NULL,NULL),('cmix','sect_learning_progress_options','en','Options for Learning Progress',NULL,NULL),('cmix','show_debug','en','Display Learning Experiences',NULL,NULL),('cmix','show_debug_info','en','Shows tab ‘Learning Experiences’ with information about own interaction with cmi5 module. Data of other users is displayed if permission ‘View learning experiences of other users’ is given.',NULL,NULL),('cmix','tab_export','en','Export',NULL,NULL),('cmix','tab_info','en','Info',NULL,NULL),('cmix','tab_lrs_types','en','LRS-Types',NULL,NULL),('cmix','tab_scoring','en','Ranking',NULL,NULL),('cmix','tab_settings','en','Settings',NULL,NULL),('cmix','tab_statements','en','Learning Experiences',NULL,NULL),('cmix','tbl_action_raw_data','en','View Raw Data',NULL,NULL),('cmix','tbl_lrs_types_header','en','LRS-Types',NULL,NULL),('cmix','tbl_lrs_type_availability','en','Availability',NULL,NULL),('cmix','tbl_lrs_type_title','en','Title',NULL,NULL),('cmix','tbl_lrs_type_usages','en','Usages Count',NULL,NULL),('cmix','tbl_statements_actor','en','User',NULL,NULL),('cmix','tbl_statements_date','en','Date',NULL,NULL),('cmix','tbl_statements_object','en','Object',NULL,NULL),('cmix','tbl_statements_verb','en','Verb',NULL,NULL),('cmix','terminated_info','en','Indicates that the actor successfully ended an activity.',NULL,NULL),('cmix','terminated_label','en','Statements with the verb \'terminated\'',NULL,NULL),('cmix','timestamp_info','en','The timestamp marks the time of an action indicated by the statement. The timestamp is set to the default value 01.01.1970 (1970-01-01T00:00:00.000Z) by this option. Please note that a Learning Record Store may automatically set a value for the stored date, which can be almost identical to the timestamp.',NULL,NULL),('cmix','timestamp_label','en','Timestamp',NULL,NULL),('cmix','title_info','en','Give the object a title.',NULL,NULL),('cmix','type_cmi5','en','cmi5 Learning Module',NULL,NULL),('cmix','type_generic','en','xAPI Standard Object',NULL,NULL),('cmix','use_fetch','en','Authorization through Fetch-URL',NULL,NULL),('cmix','use_fetch_info','en','As long as the resource supports this option, you should use this option to increase data security.',NULL,NULL),('cmix','xapi_statements_fetched_successfully','en','Results from Learning Record Store were fetched successfully',NULL,NULL),('cmix','xapi_statements_last_fetch_date','en','Last fetch of Results:',NULL,NULL),('cmix','xapi_statements_not_fetched_yet','en','Results from Learning Record Store are not fetched yet',NULL,NULL),('cmps','cmps_activate','en','Activate',NULL,NULL),('cmps','cmps_active','en','Active',NULL,NULL),('cmps','cmps_add_new_rank','en','Position in Add-New-Object List',NULL,NULL),('cmps','cmps_available','en','Available',NULL,NULL),('cmps','cmps_available_version','en','Available Version',NULL,NULL),('cmps','cmps_basic_files','en','Basic Files',NULL,NULL),('cmps','cmps_class_file','en','Class File',NULL,NULL),('cmps','cmps_component','en','Component',NULL,NULL),('cmps','cmps_configure','en','Configure',NULL,NULL),('cmps','cmps_current_db_version','en','Current DB-Version',NULL,NULL),('cmps','cmps_current_version','en','Current Version',NULL,NULL),('cmps','cmps_database','en','Database',NULL,NULL),('cmps','cmps_db_update','en','DB Update Script',NULL,NULL),('cmps','cmps_deactivate','en','Deactivate',NULL,NULL),('cmps','cmps_detailed_information','en','Detailed Informationen',NULL,NULL),('cmps','cmps_dir','en','Directory',NULL,NULL),('cmps','cmps_enable_creation','en','Enable Creation',NULL,NULL),('cmps','cmps_file_version','en','Update File Version',NULL,NULL),('cmps','cmps_group','en','Group',NULL,NULL),('cmps','cmps_id','en','ID',NULL,NULL),('cmps','cmps_ilias_max_version','en','Max. ILIAS Version',NULL,NULL),('cmps','cmps_ilias_min_version','en','Min. ILIAS Version',NULL,NULL),('cmps','cmps_inactive','en','Inactive',NULL,NULL),('cmps','cmps_install','en','Install',NULL,NULL),('cmps','cmps_is_active','en','Activated',NULL,NULL),('cmps','cmps_is_installed','en','Installed',NULL,NULL),('cmps','cmps_languages','en','Languages',NULL,NULL),('cmps','cmps_lang_files','en','Language Files',NULL,NULL),('cmps','cmps_lang_prefix','en','Language Variables Prefix',NULL,NULL),('cmps','cmps_main_dir','en','Main Directory',NULL,NULL),('cmps','cmps_missing','en','Missing',NULL,NULL),('cmps','cmps_module','en','Module',NULL,NULL),('cmps','cmps_must_installed','en','The component must be installed.',NULL,NULL),('cmps','cmps_name','en','Name',NULL,NULL),('cmps','cmps_needs_matching_ilias_version','en','This plugin does not work with your current ILIAS version.',NULL,NULL),('cmps','cmps_needs_newer_ilias_version','en','This plugin version only runs on newer ILIAS versions. Please upgrade ILIAS.',NULL,NULL),('cmps','cmps_needs_newer_plugin_version','en','This ILIAS version needs a newer plugin version. Please upgrade the plugin.',NULL,NULL),('cmps','cmps_needs_update','en','Needs update.',NULL,NULL),('cmps','cmps_needs_upgrade','en','The plugin version currently installed is older than a previously installed version. Please upgrade the plugin.',NULL,NULL),('cmps','cmps_no_db_update_file_available','en','No DB update script available.',NULL,NULL),('cmps','cmps_no_language_file_available','en','No language file available.',NULL,NULL),('cmps','cmps_plugin','en','Plugin',NULL,NULL),('cmps','cmps_plugins','en','Plugins',NULL,NULL),('cmps','cmps_plugin_activated','en','The plugin has been activated.',NULL,NULL),('cmps','cmps_plugin_db_prefixes','en','DB Table Prefixes',NULL,NULL),('cmps','cmps_plugin_deactivated','en','The plugin has been deactivated.',NULL,NULL),('cmps','cmps_plugin_deinstalled','en','The plugin has been uninstalled',NULL,NULL),('cmps','cmps_plugin_file','en','Plugin File',NULL,NULL),('cmps','cmps_plugin_lang_prefixes','en','Plugin Language Prefixes',NULL,NULL),('cmps','cmps_plugin_slot','en','Plugin Slot',NULL,NULL),('cmps','cmps_plugin_uninstalled','en','All language and database related entries have been deleted and the plugin has been set inactive. Now you can remove the plugin\'s directory and source code in the ‘Customizing’ directory to uninstall the plugin definitely.',NULL,NULL),('cmps','cmps_plugin_updated','en','The plugin has been updated',NULL,NULL),('cmps','cmps_refresh','en','Refresh Languages',NULL,NULL),('cmps','cmps_refresh_lng','en','Refresh language',NULL,NULL),('cmps','cmps_repository_object_types','en','Repository Object Types',NULL,NULL),('cmps','cmps_rep_object','en','Repository Object Type',NULL,NULL),('cmps','cmps_responsible','en','Responsible',NULL,NULL),('cmps','cmps_responsible_mail','en','Mail (Responsible)',NULL,NULL),('cmps','cmps_save_options','en','Save',NULL,NULL),('cmps','cmps_service','en','Service',NULL,NULL),('cmps','cmps_show_details','en','Show Details',NULL,NULL),('cmps','cmps_slots','en','Slots',NULL,NULL),('cmps','cmps_status','en','Status',NULL,NULL),('cmps','cmps_supports_cli_setup','en','Supports CLI-Setup',NULL,NULL),('cmps','cmps_supports_export','en','Supports export',NULL,NULL),('cmps','cmps_supports_learning_progress','en','Supports learning progress',NULL,NULL),('cmps','cmps_uninstall','en','Uninstall',NULL,NULL),('cmps','cmps_uninstall_confirm','en','Are you sure you want to uninstall the plugin \"%s\" and remove all related database entries?',NULL,NULL),('cmps','cmps_uninstall_inactive_confirm','en','The plugin \"%1$s\" can currently not be activated (\"%2$s\"). In this state plugins cannot be uninstalled completely. As only the core integration is reverted, plugin custom data may remain. Would you like to continue with the partial uninstall?',NULL,NULL),('cmps','cmps_update','en','Update',NULL,NULL),('cmps','cmps_version','en','Version',NULL,NULL),('cmps','database_is_uptodate','en','The database is up to date.',NULL,NULL),('cmps','no_changes','en','No changes',NULL,NULL),('cmxv','cmxv_create','en','Create Certificate for xAPI/cmi5 Object',NULL,NULL),('cmxv','cmxv_create_info','en','Select a completed xAPI/cmi5 object to generate a certificate for it',NULL,NULL),('cntr','cntr_add_new_item','en','Add New Object',NULL,NULL),('cntr','cntr_adopt_content','en','Adopt Content',NULL,NULL),('cntr','cntr_container_only_on_their_own','en','Categories, courses, groups, folders, learning sequences or study programmes can only be copied as single objects. Please select one item only.',NULL,NULL),('cntr','cntr_copy_crs_grp','en','My Courses and Groups',NULL,NULL),('cntr','cntr_copy_repo_tree','en','Repository Tree',NULL,NULL),('cntr','cntr_hide_title_and_icon','en','Hide Title and Icon',NULL,NULL),('cntr','cntr_manage','en','Manage',NULL,NULL),('cntr','cntr_ordering','en','Sorting',NULL,NULL),('cntr','cntr_saved_sorting','en','Saved Sorting.',NULL,NULL),('cntr','cntr_switched_editor','en','Switched to new content.',NULL,NULL),('cntr','cntr_switch_to_new_editor_cmd','en','Switch to new content of this page. Old content will be removed.',NULL,NULL),('cntr','cntr_switch_to_new_editor_message','en','This is the supported standard editor. The content from the old editor cannot be transferred. Please start adding new page content below. If you click the following link, the new content will be used.',NULL,NULL),('cntr','cntr_taxonomy_definitions','en','Taxonomy Definition',NULL,NULL),('cntr','cntr_taxonomy_show_sideblock','en','Present in Side Panel',NULL,NULL),('cntr','cntr_taxonomy_sideblock_settings','en','Presentation Settings',NULL,NULL),('cntr','cntr_tax_none_available','en','There are no taxonomies available.',NULL,NULL),('cntr','cntr_tax_settings_info','en','Taxonomies in categories classify and filter the objects contained in the category. After adding taxonomies, classifications can be made via the \"Metadata\" tabs and the \"Taxonomy Assignment\" sub-tabs of the respective objects. Taxonomies can additionally be displayed in the side block of the category\'s \"Contents\" tab to enable direct filtering of the assigned objects.',NULL,NULL),('cntr','cntr_text_media_editor','en','Edit Page',NULL,NULL),('cntr','cntr_view_by_type','en','Grouped-by-Type View',NULL,NULL),('cntr','cntr_view_info_by_type','en','This content presentation groups all items by resource type.',NULL,NULL),('cntr','cntr_view_info_sessions','en','This content presentation groups all sessions first. After that the other course content is listed.',NULL,NULL),('cntr','cntr_view_info_simple','en','This content presentation lists all items in one block.',NULL,NULL),('cntr','cntr_view_sessions','en','Sessions View',NULL,NULL),('cntr','cntr_view_simple','en','Simple View',NULL,NULL),('cntr','container_import_zip_file_invalid','en','The uploaded file is not a valid ILIAS export file. To upload a directory structure please use a file object.',NULL,NULL),('cntr','edit_questions','en','Edit Questions',NULL,NULL),('cntr','exc_next_deadline_single','en','Deadline',NULL,NULL),('cntr','msg_no_downloadable_objects','en','No downloadable objects found.',NULL,NULL),('cntr','objects_duplicated','en','Objects copied',NULL,NULL),('cntr','prtf_create_portfolio_from_template','en','Create Portfolio From Template',NULL,NULL),('cntr','sorting_new_items_at_bottom','en','Bottom',NULL,NULL),('cntr','sorting_new_items_at_top','en','Top',NULL,NULL),('cntr','sorting_new_items_direction','en','Sorting Direction for New Objects',NULL,NULL),('cntr','sorting_new_items_order','en','Arrangement of New Objects',NULL,NULL),('cntr','sorting_new_items_position','en','Position of New Objects',NULL,NULL),('cntr','tab_back_to_repository','en','Back to Repository',NULL,NULL),('common','absolute_path','en','Absolute Path',NULL,NULL),('common','accept_usr_agreement_btn','en','Accept',NULL,NULL),('common','access','en','Access',NULL,NULL),('common','accesscount_registered_users','en','Read by number of distinct ILIAS users',NULL,NULL),('common','accessFree','en','Remove \'Valid Until\' Date',NULL,NULL),('common','accessibility_control_concept','en','Accessibility',NULL,NULL),('common','accessRestrict','en','Set \'Valid Until\' Date',NULL,NULL),('common','access_expired','en','expired',NULL,NULL),('common','access_free_granted','en','Set the selected user(s) to unlimited access',NULL,NULL),('common','access_from','en','Access (from)',NULL,NULL),('common','access_public','en','Public',NULL,NULL),('common','access_restricted','en','Set the selected user(s) to limited access',NULL,NULL),('common','access_scope','en','Access',NULL,NULL),('common','access_unlimited','en','Unlimited',NULL,NULL),('common','access_until','en','Valid Until',NULL,NULL),('common','access_users','en','Logged in Users',NULL,NULL),('common','account','en','My Account',NULL,NULL),('common','account_expires_body','en','your account %s on %s will expire at %s. After this date, access to ILIAS with this account will no longer be possible. To save your personal documents and certificates, please download them in good time.',NULL,NULL),('common','account_expires_subject','en','Your ILIAS account will expire soon!',NULL,NULL),('common','action','en','Action',NULL,NULL),('common','actions','en','Actions',NULL,NULL),('common','actions_for','en','Actions for %s',NULL,NULL),('common','action_aborted','en','Action aborted',NULL,NULL),('common','activate','en','Set Active',NULL,NULL),('common','activate_assessment_logging','en','Activate Test and Assessment Logging',NULL,NULL),('common','activate_https','en','HTTPS handling by ILIAS<br />(Login)',NULL,NULL),('common','activate_tracking','en','Activation',NULL,NULL),('common','activation','en','Edit Timings',NULL,NULL),('common','active','en','Active',NULL,NULL),('common','add','en','Add',NULL,NULL),('common','added_new_condition','en','Created new condition.',NULL,NULL),('common','additional_info','en','Additional Information',NULL,NULL),('common','address','en','Address',NULL,NULL),('common','add_condition','en','Add Precondition',NULL,NULL),('common','add_entry','en','Add/Edit entry',NULL,NULL),('common','add_member','en','Add Member',NULL,NULL),('common','add_member_role','en','Add Member Role',NULL,NULL),('common','add_new_user_defined_field','en','Add New Custom Field',NULL,NULL),('common','add_note','en','Add Note',NULL,NULL),('common','add_parameter','en','New Parameter',NULL,NULL),('common','add_remove_edit_entries_of_main_menu','en','Add, remove or edit entries of the main menu',NULL,NULL),('common','add_role','en','Add Role',NULL,NULL),('common','add_translation','en','Add translation',NULL,NULL),('common','add_user','en','Add Local User',NULL,NULL),('common','add_user_defined_field','en','Add New Field',NULL,NULL),('common','administrate_users','en','Local User Administration',NULL,NULL),('common','administrate_users_headline','en','Local ILIAS Accounts of this Category',NULL,NULL),('common','administration','en','Administration',NULL,NULL),('common','administrator','en','Administrator',NULL,NULL),('common','admin_force_noti','en','Notification active',NULL,NULL),('common','adopt','en','Adopt',NULL,NULL),('common','advanced_editing_allow_html_tags','en','Allow the selected HTML tags for text editing',NULL,NULL),('common','advanced_editing_assessment_settings','en','Allowed HTML Tags for the ILIAS Test and Assessment tool',NULL,NULL),('common','advanced_editing_frm_post_settings','en','Forum Post Settings',NULL,NULL),('common','advanced_editing_rep_page_editing','en','Enable Content Editing in Repository',NULL,NULL),('common','advanced_editing_rep_page_editing_desc','en','This feature allows adding text/media to pages of a category, course, group or folder. If deactivated, existing content will be hidden.',NULL,NULL),('common','advanced_editing_required_tags','en','The following HTML tags are required: %s',NULL,NULL),('common','advanced_editing_survey_settings','en','Allowed HTML Tags for the ILIAS survey tool',NULL,NULL),('common','adve_assessment_settings','en','Test and Assessment Settings',NULL,NULL),('common','adve_frm_post_settings','en','Forum Posts',NULL,NULL),('common','adve_general_settings','en','General Settings',NULL,NULL),('common','adve_survey_settings','en','Survey Settings',NULL,NULL),('common','agree_date','en','Agreed on',NULL,NULL),('common','all','en','All',NULL,NULL),('common','allow_assign_users','en','Allow user assignment for local administrators.',NULL,NULL),('common','allow_override_alert','en','Rules for .htaccess are not interpreted correctly.',NULL,NULL),('common','allow_register','en','Available in registration form for new users',NULL,NULL),('common','allow_user_toggle_noti','en','Member is allowed to deactivate notification',NULL,NULL),('common','all_global_roles','en','Global Roles',NULL,NULL),('common','all_local_roles','en','Local Roles (all)',NULL,NULL),('common','all_objects','en','All Objects',NULL,NULL),('common','all_roles','en','All Roles',NULL,NULL),('common','all_topics','en','All Topics',NULL,NULL),('common','all_users','en','All Users',NULL,NULL),('common','already_delivered_files','en','Submitted Files',NULL,NULL),('common','and','en','and',NULL,NULL),('common','angry','en','Angry',NULL,NULL),('common','anonymous','en','Anonymous',NULL,NULL),('common','answers','en','Answers',NULL,NULL),('common','any_language','en','Any language',NULL,NULL),('common','apache_auth','en','Apache Authentication',NULL,NULL),('common','applications','en','Applications',NULL,NULL),('common','application_completed','en','Application is complete',NULL,NULL),('common','application_date','en','Application Date',NULL,NULL),('common','apply','en','Apply',NULL,NULL),('common','apply_filter','en','Apply Filter',NULL,NULL),('common','appointment','en','Appointment',NULL,NULL),('common','approve_date','en','Approved on',NULL,NULL),('common','approve_recipient','en','Login ID of Approver',NULL,NULL),('common','archive','en','Archive',NULL,NULL),('common','archive_broken','en','Archive seems to be broken or empty.',NULL,NULL),('common','are_you_sure','en','Are you sure?',NULL,NULL),('common','assessment_imap_line_color','en','Image Map Line Color',NULL,NULL),('common','assessment_log','en','Create a Test and Assessment log for a specific time period',NULL,NULL),('common','assessment_log_datetime','en','Date/Time',NULL,NULL),('common','assessment_log_deleted','en','The Test and Assessment log data has been deleted in the administration',NULL,NULL),('common','assessment_log_for_test','en','For test',NULL,NULL),('common','assessment_log_logging','en','Logging',NULL,NULL),('common','assessment_log_log_entries','en','log entries',NULL,NULL),('common','assessment_log_manual_scoring_activate','en','Activate Manual Scoring for',NULL,NULL),('common','assessment_log_manual_scoring_desc','en','If the Manual Scoring is activated for a question type, all questions of this question type could be manually scored by a test author. Please be careful with these settings, because late manual scoring of automatically scored question types could cause even judical problems!',NULL,NULL),('common','assessment_log_question','en','Question',NULL,NULL),('common','assessment_log_text','en','Log message',NULL,NULL),('common','assessment_settings_reporting_language','en','Reporting language',NULL,NULL),('common','assf_allowed_questiontypes','en','Available Question Types',NULL,NULL),('common','assf_allowed_questiontypes_desc','en','All the checked question types will be available in this ILIAS installation. If you don\'t want to allow the creation of a certain question type in this installation, you must remove the selection in the associated check box.',NULL,NULL),('common','assf_questiontypes','en','Question Settings',NULL,NULL),('common','assign','en','Accept Request',NULL,NULL),('common','assigned_members','en','Assigned Members',NULL,NULL),('common','assigned_roles','en','Assigned Roles',NULL,NULL),('common','assign_global_role','en','Assign to Global Role',NULL,NULL),('common','assign_local_role','en','Assign to Local Role',NULL,NULL),('common','associated_user','en','associated User',NULL,NULL),('common','ass_log_admin','en','Log Data Administration',NULL,NULL),('common','ass_log_count_datasets','en','Log Entries',NULL,NULL),('common','ass_log_deleted','en','The Log Data for the selected tests has been deleted',NULL,NULL),('common','ass_log_delete_entries','en','Delete Log Entries',NULL,NULL),('common','ass_log_delete_no_selection','en','Please select at least one test to delete the Log Data',NULL,NULL),('common','ass_log_output','en','Log Data Output',NULL,NULL),('common','astounded','en','Astounded',NULL,NULL),('common','attachment','en','Attachment',NULL,NULL),('common','attachments','en','Attachments',NULL,NULL),('common','attempts','en','Attempts',NULL,NULL),('common','at_least_one_style','en','At least one style must remain activated.',NULL,NULL),('common','authenticate_ilias','en','ILIAS Native Authentication',NULL,NULL),('common','authentication_settings','en','Authentication',NULL,NULL),('common','author','en','Author',NULL,NULL),('common','authoring_mode','en','Authoring Mode',NULL,NULL),('common','authors','en','Authors',NULL,NULL),('common','auth_active_roles','en','Global Roles Available on Registration Form',NULL,NULL),('common','auth_allow_local','en','Allow Local Authentication',NULL,NULL),('common','auth_cas','en','CAS',NULL,NULL),('common','auth_cas_allow_local_desc','en','Allows CAS users to authenticate themselves with their local ILIAS username and a local password.',NULL,NULL),('common','auth_cas_auth','en','Configure CAS Authentication',NULL,NULL),('common','auth_cas_auth_desc','en','CAS requires PHP 4.3.1 or higher with CURL support (7.5 or higher)',NULL,NULL),('common','auth_cas_port_desc','en','E.g. 443 if the full CAS server URI is https://auth.yourserver.com:443/cas/',NULL,NULL),('common','auth_cas_server_desc','en','E.g. auth.yourserver.com if the full CAS server URI is https://auth.yourserver.com:443/cas/',NULL,NULL),('common','auth_cas_uri_desc','en','Local URI, e.g. cas if the full CAS server URI is https://auth.yourserver.com:443/cas/',NULL,NULL),('common','auth_configure','en','configure...',NULL,NULL),('common','auth_create_users','en','Create Non-Existing Users Automatically',NULL,NULL),('common','auth_default','en','Default setting',NULL,NULL),('common','auth_default_mode_changed_to','en','Default authentication mode changed to',NULL,NULL),('common','auth_ecs','en','ECS',NULL,NULL),('common','auth_ldap','en','LDAP',NULL,NULL),('common','auth_ldap_enable','en','Enable LDAP support',NULL,NULL),('common','auth_ldap_migration','en','Account Migration',NULL,NULL),('common','auth_ldap_migration_info','en','Activate this option to give new users the possibility to migrate their existing ILIAS accounts to LDAP authentication.',NULL,NULL),('common','auth_local','en','ILIAS Auth',NULL,NULL),('common','auth_login_instructions','en','Instructions Shown on Login Page',NULL,NULL),('common','auth_mode','en','Authentication Mode',NULL,NULL),('common','auth_mode_not_changed','en','(Nothing changed)',NULL,NULL),('common','auth_mode_roles_changed','en','Changed authentication mode for this Role',NULL,NULL),('common','auth_new_account_mail_desc','en','Send new account e-mail to user, if user is generated automatically. A password will only be generated, if ‘Allow Local Authentication’ is also activated.',NULL,NULL),('common','auth_per_default','en','Per Default',NULL,NULL),('common','auth_remark_non_local_auth','en','Selecting an authentication mode other than ‘ILIAS Auth’ (which uses the ILIAS database) means that users will not be able to change their login name or password after registration.',NULL,NULL),('common','auth_role_auth_mode','en','Authentication Mode',NULL,NULL),('common','auth_saml','en','SAML',NULL,NULL),('common','auth_script','en','Custom',NULL,NULL),('common','auth_select','en','Select Authentication Mode',NULL,NULL),('common','auth_selection','en','Login Options',NULL,NULL),('common','auth_settings','en','Authentication Settings',NULL,NULL),('common','auth_shib','en','Shibboleth',NULL,NULL),('common','auth_shibboleth','en','Shibboleth',NULL,NULL),('common','auth_shib_instructions','en','Be sure to read the README for instructions on how to configure Shibboleth support for ILIAS.',NULL,NULL),('common','auth_shib_not_configured','en','Shibboleth is not configured yet',NULL,NULL),('common','auth_soap','en','SOAP',NULL,NULL),('common','auth_soap_allow_local_desc','en','This allows SOAP users to authenticate with their local ILIAS username and a local password.',NULL,NULL),('common','auth_soap_auth','en','Configure SOAP Authentication',NULL,NULL),('common','auth_soap_auth_desc','en','This settings deal only with SOAP based user authentication, not with the ILIAS SOAP interface.',NULL,NULL),('common','auth_soap_create_users_desc','en','Creates automatically an ILIAS user account, for users that successfully authenticated against SOAP, without having an ILIAS account yet.',NULL,NULL),('common','auth_soap_namespace','en','Namespace',NULL,NULL),('common','auth_soap_namespace_desc','en','As defined in WSDL. Must be specified, if .NET SOAP style is used.',NULL,NULL),('common','auth_soap_port_desc','en','E.g. 8080 if the full SOAP server URI is http://auth.yourserver.com:8080/dir/server.php',NULL,NULL),('common','auth_soap_server_desc','en','E.g. auth.yourserver.com if the full SOAP server URI is http://auth.yourserver.com:8080/dir/server.php',NULL,NULL),('common','auth_soap_settings_saved','en','SOAP authentication settings saved',NULL,NULL),('common','auth_soap_uri_desc','en','Local URI, e.g. dir/server.php if the full SOAP server URI is http://auth.yourserver.com:8080/dir/server.php',NULL,NULL),('common','auth_soap_user_default_role_desc','en','This role is assigned to automatically created SOAP users.',NULL,NULL),('common','auth_soap_use_dotnet','en','Use .NET SOAP Style',NULL,NULL),('common','auth_soap_use_https','en','Use HTTPS',NULL,NULL),('common','auth_user_default_role','en','Default Role',NULL,NULL),('common','autocomplete_more','en','more',NULL,NULL),('common','available','en','Available',NULL,NULL),('common','awra','en','Who is online?',NULL,NULL),('common','back','en','Back',NULL,NULL),('common','backto_lua','en','Back to Local User Administration',NULL,NULL),('common','back_to_course','en','Back to Course',NULL,NULL),('common','back_to_crs_content','en','Back to Course Content',NULL,NULL),('common','back_to_fold_content','en','Back to Folder Content',NULL,NULL),('common','back_to_grp_content','en','Back to Group Content',NULL,NULL),('common','basedn','en','BaseDN',NULL,NULL),('common','basic_settings','en','Basic Settings',NULL,NULL),('common','before','en','before',NULL,NULL),('common','behind','en','Behind',NULL,NULL),('common','benchmark','en','Benchmark',NULL,NULL),('common','benchmarks','en','Benchmarks',NULL,NULL),('common','bibl_add','en','Add Bibliography',NULL,NULL),('common','bib_data','en','Bibliographical Data',NULL,NULL),('common','birthday','en','Birthday',NULL,NULL),('common','bkm_import','en','Import Bookmarks',NULL,NULL),('common','bkm_import_ok','en','Successfully imported %d bookmarks and %d bookmark folders.',NULL,NULL),('common','bkm_sendmail','en','Send as attachment',NULL,NULL),('common','block','en','Block',NULL,NULL),('common','bm','en','Bookmark',NULL,NULL),('common','bmf','en','Bookmark Folder',NULL,NULL),('common','bm_add_to_ilias','en','Add to ILIAS Bookmarks',NULL,NULL),('common','bold','en','Bold',NULL,NULL),('common','bold_action','en','Insert Bold - Click to insert bold text.',NULL,NULL),('common','bookings','en','Bookings',NULL,NULL),('common','bookmarks','en','Bookmarks',NULL,NULL),('common','bookmarks_of','en','Bookmarks of',NULL,NULL),('common','bookmark_added','en','The Bookmark has been created.',NULL,NULL),('common','bookmark_folder_new','en','New Bookmark Folder',NULL,NULL),('common','bookmark_new','en','New Bookmark',NULL,NULL),('common','bookmark_target','en','Target',NULL,NULL),('common','breadcrumbs_aria_label','en','Breadcrumbs',NULL,NULL),('common','breadcrumb_navigation','en','Breadcrumb Navigation',NULL,NULL),('common','briefcase','en','Background Tasks',NULL,NULL),('common','btn_add','en','Add',NULL,NULL),('common','btn_back','en','Back',NULL,NULL),('common','btn_next','en','Continue',NULL,NULL),('common','btn_previous','en','Back',NULL,NULL),('common','btn_remove_system','en','Remove from System',NULL,NULL),('common','btn_undelete','en','Restore',NULL,NULL),('common','buddy_allow_to_contact_me_no','en','Doesn`t Receive Contact Requests',NULL,NULL),('common','buddy_allow_to_contact_me_yes','en','Receives Contact Requests',NULL,NULL),('common','building_export_file','en','Building Export File...',NULL,NULL),('common','bulletlist_action','en','Insert Bulletpoint-List - Click to insert a bulletpoint-list.',NULL,NULL),('common','by','en','By',NULL,NULL),('common','bytes','en','Bytes',NULL,NULL),('common','calendar','en','Calendar',NULL,NULL),('common','cal_from','en','From:',NULL,NULL),('common','cal_until','en','Until:',NULL,NULL),('common','cancel','en','Cancel',NULL,NULL),('common','cancel_file_upload','en','Do you really want to cancel all pending uploads?',NULL,NULL),('common','cannot_find_xml','en','Cannot find any XML-file.',NULL,NULL),('common','cannot_uninstall_language_in_use','en','You cannot uninstall the language currently in use!',NULL,NULL),('common','cannot_uninstall_systemlanguage','en','You cannot uninstall the system language!',NULL,NULL),('common','cannot_unzip_file','en','Cannot unpack file.',NULL,NULL),('common','cant_deactivate_if_users_assigned','en','You cannot deactivate a style if there are still users assigned to it.',NULL,NULL),('common','cat','en','Category',NULL,NULL),('common','categories','en','Categories',NULL,NULL),('common','categories_imported','en','Category import complete.',NULL,NULL),('common','catr','en','Category Link',NULL,NULL),('common','catr_add','en','Add Category Link',NULL,NULL),('common','catr_edit_info','en','Please choose one category for creating a new link.',NULL,NULL),('common','catr_new','en','Create Category Link',NULL,NULL),('common','catr_settings','en','Category Link Settings',NULL,NULL),('common','cat_add','en','Add Category',NULL,NULL),('common','cat_added','en','Category added',NULL,NULL),('common','cat_copy_threads_info','en','Please decide which category items should be copied, linked or even omitted.',NULL,NULL),('common','cat_edit','en','Category Settings',NULL,NULL),('common','cat_new','en','New Category',NULL,NULL),('common','cat_wizard_page','en','Copy Category (Step 2/2)',NULL,NULL),('common','certificate','en','Certificate',NULL,NULL),('common','certificates','en','Certificates',NULL,NULL),('common','certificate_file_already_exists_error','en','The certificate file already exists in the file system.',NULL,NULL),('common','certificate_file_input_output_error','en','The certificate file was found but couldn\'t be deleted because of internal errors. Please contact your administrator.',NULL,NULL),('common','certificate_file_not_found_error','en','The certificate file doesn\'t exist in the file system anymore. Die Zertikatsdatei wurde im Dateisystem nicht mehr gefunden.',NULL,NULL),('common','certificate_persistent_option','en','Certificates of Achievements',NULL,NULL),('common','certificate_selection','en','Origin of Certificates',NULL,NULL),('common','certificate_workspace_option','en','Certificates of Personal Resources',NULL,NULL),('common','change','en','Change',NULL,NULL),('common','changeable','en','Changeable in Profile',NULL,NULL),('common','changed_to','en','changed to',NULL,NULL),('common','change_assignment','en','Change assignment',NULL,NULL),('common','change_header_title','en','Edit Header Title',NULL,NULL),('common','change_owner','en','Change Owner',NULL,NULL),('common','change_sort_direction','en','Change sort direction',NULL,NULL),('common','changing_loginname_not_possible_info','en','You changed your login name at last at %s. The next change can be performed at %s.',NULL,NULL),('common','chapter','en','Chapter',NULL,NULL),('common','characters','en','characters',NULL,NULL),('common','chat_enter_public_room','en','Public Chat Room',NULL,NULL),('common','chat_enter_public_room_tooltip','en','Enter public chat room',NULL,NULL),('common','chat_users_active','en','Active users',NULL,NULL),('common','check','en','Check',NULL,NULL),('common','checked','en','Checked',NULL,NULL),('common','checked_files','en','Importable files',NULL,NULL),('common','check_all','en','Check all',NULL,NULL),('common','check_langfile','en','Please check your language file',NULL,NULL),('common','check_languages','en','Check All Languages',NULL,NULL),('common','check_link','en','Weblink check',NULL,NULL),('common','check_link_desc','en','If enabled all external links in ILIAS learning modules will be checked if they are active.',NULL,NULL),('common','check_user_accounts','en','Check user accounts',NULL,NULL),('common','check_user_accounts_desc','en','If enabled, all users whose account expires will be informed by e-mail two weeks before. Furthermore all users which have not confirmed their account after a registration with e-mail confirmation will be deleted.',NULL,NULL),('common','check_web_resources','en','Check Weblinks',NULL,NULL),('common','check_web_resources_desc','en','If enabled all Weblinks will be checked if they are active.',NULL,NULL),('common','chg_ilias_and_webfolder_password','en','Change Web Folder Password',NULL,NULL),('common','chg_ilias_password','en','Change ILIAS Password',NULL,NULL),('common','chg_password','en','Change Password',NULL,NULL),('common','choose_language','en','Choose Your Language',NULL,NULL),('common','choose_only_one_language','en','Please choose only one language',NULL,NULL),('common','chown_warning','en','Attention, you may loose access permissions on this object after changing the owner.',NULL,NULL),('common','chta_edit_permission','en','Change Permission Settings',NULL,NULL),('common','chta_read','en','Read access to Chat Room Administration',NULL,NULL),('common','chta_visible','en','Chat Room Administration is visible',NULL,NULL),('common','chta_write','en','Edit Chat Room Administration',NULL,NULL),('common','chtr_copy','en','Copy Chat Room',NULL,NULL),('common','chtr_import','en','Import Chat Room',NULL,NULL),('common','city','en','City, State',NULL,NULL),('common','cld_abandoned','en','The Cloud Object has been abandoned as of ILIAS 8. No data has been lost. Contact your System Administration for more information.',NULL,NULL),('common','cleaned_file','en','File has been cleaned.',NULL,NULL),('common','cleaning_failed','en','Cleaning failed.',NULL,NULL),('common','clear','en','Clear',NULL,NULL),('common','clear_clipboard','en','Clear Clipboard',NULL,NULL),('common','client','en','Client',NULL,NULL),('common','clientlist_available_clients','en','Available Clients',NULL,NULL),('common','clientlist_clientlist','en','Client List',NULL,NULL),('common','clientlist_installation_name','en','Installation Name',NULL,NULL),('common','clientlist_login','en','Login',NULL,NULL),('common','clientlist_login_page','en','Login page',NULL,NULL),('common','clientlist_public_access','en','Public Access',NULL,NULL),('common','clientlist_start_page','en','Start page',NULL,NULL),('common','client_id','en','Client ID',NULL,NULL),('common','client_ip','en','Client IP',NULL,NULL),('common','clipboard','en','Clipboard',NULL,NULL),('common','close','en','Close',NULL,NULL),('common','cmix','en','Object xAPI/cmi5',NULL,NULL),('common','cnt_new','en','(%s New)',NULL,NULL),('common','collapse','en','Collapse',NULL,NULL),('common','collapsed','en','Collapsed',NULL,NULL),('common','collapse_all','en','Collapse All',NULL,NULL),('common','collapse_content','en','Collapse Content',NULL,NULL),('common','columns','en','Columns',NULL,NULL),('common','comma_separated','en','Comma Separated',NULL,NULL),('common','comment','en','Comment',NULL,NULL),('common','comments','en','Comments',NULL,NULL),('common','compose','en','Compose',NULL,NULL),('common','concurrent_uploads','en','Number of concurrent uploads',NULL,NULL),('common','concurrent_uploads_info','en','Defines the number of files that can be uploaded per upload process at the same time.',NULL,NULL),('common','condition','en','Condition',NULL,NULL),('common','conditions_updated','en','Conditions saved',NULL,NULL),('common','condition_accredited_or_passed','en','Accredited or Passed',NULL,NULL),('common','condition_already_assigned','en','Object already assigned.',NULL,NULL),('common','condition_circle_created','en','This association is not possible, since the objects would interdepend.',NULL,NULL),('common','condition_deleted','en','Condition deleted.',NULL,NULL),('common','condition_finished','en','Finished',NULL,NULL),('common','condition_not_finished','en','Not finished',NULL,NULL),('common','condition_passed','en','Passed',NULL,NULL),('common','condition_select_object','en','Please select one object.',NULL,NULL),('common','cond_ref_handling','en','Link Settings',NULL,NULL),('common','cond_ref_shared','en','Shared Preconditions for all Links',NULL,NULL),('common','cond_ref_unique','en','Unique Preconditions for Links',NULL,NULL),('common','confirm','en','Confirm',NULL,NULL),('common','confirmation','en','Confirmation',NULL,NULL),('common','confirm_delete_parameter','en','Do you really want to delete the parameter?',NULL,NULL),('common','conflict_handling','en','Conflict handling',NULL,NULL),('common','contact','en','Contact',NULL,NULL),('common','contact_data','en','Contact Information',NULL,NULL),('common','contact_sysadmin','en','Contact Technical Support',NULL,NULL),('common','container','en','Container',NULL,NULL),('common','container_no_items','en','No Materials Available',NULL,NULL),('common','content','en','Content',NULL,NULL),('common','content_frame','en','Content Frame',NULL,NULL),('common','content_styles','en','Content Styles',NULL,NULL),('common','context','en','Context',NULL,NULL),('common','continue','en','Continue',NULL,NULL),('common','continue_work','en','Continue',NULL,NULL),('common','contra','en','Contra',NULL,NULL),('common','cont_iim_content_popups_info','en','Content popups appear, when the user clicks on interactive parts of the background image. On this screen you only define the popups. Their content can be edited on the editing screen of the page.',NULL,NULL),('common','cont_iim_create_info','en','Please upload the background picture for the interactive image.',NULL,NULL),('common','cont_iim_overlay_info','en','Overlay images are used to alter (e.g. highlight) parts of the background image when the mouse hovers over them. After uploading the images, you can select them in the ‘Triggers’ tab.',NULL,NULL),('common','copa','en','Content Page',NULL,NULL),('common','copy','en','Copy',NULL,NULL),('common','copyChapter','en','Copy',NULL,NULL),('common','copyPage','en','Copy',NULL,NULL),('common','copy_all','en','Copy all',NULL,NULL),('common','copy_n_of_suffix','en','- Copy (%1$s)',NULL,NULL),('common','copy_of','en','Copy of',NULL,NULL),('common','copy_of_suffix','en','- Copy',NULL,NULL),('common','copy_selected_items','en','Copy',NULL,NULL),('common','count','en','Count',NULL,NULL),('common','counter_novelty','en','News',NULL,NULL),('common','counter_status','en','Status',NULL,NULL),('common','country','en','Country',NULL,NULL),('common','country_free_text','en','Country (Free Text Input)',NULL,NULL),('common','country_selection','en','Country (Drop Down Selection)',NULL,NULL),('common','course','en','Course',NULL,NULL),('common','courses','en','Courses',NULL,NULL),('common','create','en','Create',NULL,NULL),('common','created','en','Creation Date',NULL,NULL),('common','create_date','en','Created on',NULL,NULL),('common','create_export_file','en','Create export file',NULL,NULL),('common','create_stylesheet','en','Create Style',NULL,NULL),('common','cronjob_last_start','en','Last Start of the Cron Job',NULL,NULL),('common','cronjob_last_start_unknown','en','Indeterminate',NULL,NULL),('common','cron_forum_notification','en','Send Forum Notifications via Cron Job',NULL,NULL),('common','cron_forum_notification_crob_desc','en','If enabled, all users who have enabled notifications for certain forums or forum threads will daily receive a notification mail about all new  or changed posts but no immediate notification for each submitted post.',NULL,NULL),('common','cron_forum_notification_desc','en','If enabled, all users, who want to be informed about new posts in specified forum threads, will get notifications by mail.',NULL,NULL),('common','cron_forum_notification_disabled','en','Can\'t be disabled when the Cron Job is active.',NULL,NULL),('common','cron_jobs','en','Cron Jobs',NULL,NULL),('common','cron_lucene_index','en','Update Lucene search index',NULL,NULL),('common','cron_lucene_index_info','en','If enabled, the Lucene search index will be updated. Please configure the Lucene server in the Administration at \'Search and Find » Search\', tab \'Lucene\'.',NULL,NULL),('common','cron_mail_notification','en','New Mail Notifications',NULL,NULL),('common','cron_mail_notification_cron','en','regularly per cron job',NULL,NULL),('common','cron_mail_notification_desc','en','On request, ILIAS sends e-mail notifications about new mails. In contrast to the immediate forwarding of all mails, this cronjob collects the mails of one day and delivers them as a package. Please enable the option \'%s\' to use this feature. Additionally, the e-mail notifications for each ILIAS account have to be activated in the personal mail settings.',NULL,NULL),('common','cron_mail_notification_message','en','Send Mail Notifications with Mail-Message',NULL,NULL),('common','cron_mail_notification_message_info','en','E-mail notifications contain the complete content of the mails received in ILIAS. This means that they can be read without having to log in again.',NULL,NULL),('common','cron_mail_notification_never','en','never',NULL,NULL),('common','cron_users_without_login_del_create_date_thr','en','Thresholt',NULL,NULL),('common','cron_users_without_login_del_create_date_thr_info','en','All user accounts created before the defined threshold will be taken into consideration.',NULL,NULL),('common','cron_users_without_login_del_role_whitelist','en','Included Roles',NULL,NULL),('common','cron_users_without_login_del_role_whitelist_info','en','Only users with one of the selected global roles will be deleted. Does a user have a role that is not selected, the user account remains.',NULL,NULL),('common','crs','en','Course',NULL,NULL),('common','crsr','en','Course Link',NULL,NULL),('common','crsr_add','en','Add Course Link',NULL,NULL),('common','crsr_edit_info','en','Please choose one course for creating a new link.',NULL,NULL),('common','crsr_new','en','Create Course Link',NULL,NULL),('common','crsr_settings','en','Course Link Settings',NULL,NULL),('common','crs_activation_start_invalid','en','The start and the finish time is not valid.',NULL,NULL),('common','crs_add','en','Add Course',NULL,NULL),('common','crs_added','en','Course added',NULL,NULL),('common','crs_archives','en','Archives',NULL,NULL),('common','crs_cancel_waiting_list','en','Do you really want to remove yourself from the waiting list of course \"%s\"?',NULL,NULL),('common','crs_copy_threads_info','en','Please decide which course materials should be copied, linked or even omitted.',NULL,NULL),('common','crs_edit','en','Edit Course',NULL,NULL),('common','crs_list_reg','en','Registration',NULL,NULL),('common','crs_list_reg_end','en','Registration End',NULL,NULL),('common','crs_list_reg_limit_full','en','No places left',NULL,NULL),('common','crs_list_reg_limit_places','en','Free places',NULL,NULL),('common','crs_list_reg_noreg','en','No Registration Possible',NULL,NULL),('common','crs_list_reg_period','en','Registration Period',NULL,NULL),('common','crs_list_reg_start','en','Registration Begin',NULL,NULL),('common','crs_members_gallery','en','Course Members Gallery',NULL,NULL),('common','crs_member_not_passed','en','Not passed',NULL,NULL),('common','crs_member_passed','en','Passed',NULL,NULL),('common','crs_new','en','New Course',NULL,NULL),('common','crs_removed_from_waiting_list','en','You have been detached from the waiting list of course \"%s\".',NULL,NULL),('common','crs_status_blocked','en','[Access refused]',NULL,NULL),('common','crs_status_pending','en','[Waiting for registration]',NULL,NULL),('common','crs_subscribers_assigned','en','Assigned new user(s)',NULL,NULL),('common','crs_title','en','Course Title',NULL,NULL),('common','crs_unsubscribe','en','Unsubscribe from Course',NULL,NULL),('common','crs_wizard_page','en','Copy Course (Step 2/2)',NULL,NULL),('common','csv_export','en','CSV-Export',NULL,NULL),('common','currently_used_disk_space','en','Currently used disk space',NULL,NULL),('common','current_ip','en','Current IP:',NULL,NULL),('common','current_ip_alert','en','Notice: if you enter a wrong ip you won\'t be able to access the system with this profile anymore.',NULL,NULL),('common','current_password','en','Current Password',NULL,NULL),('common','current_user_avatar','en','Your User Avatar',NULL,NULL),('common','cut','en','Cut',NULL,NULL),('common','cutPage','en','Cut',NULL,NULL),('common','daily','en','daily',NULL,NULL),('common','database','en','Database',NULL,NULL),('common','database_version','en','Current Database Version',NULL,NULL),('common','dataset','en','Item',NULL,NULL),('common','date','en','Date',NULL,NULL),('common','dateplaner','en','Calendar',NULL,NULL),('common','day','en','Day',NULL,NULL),('common','days','en','Days',NULL,NULL),('common','db_host','en','Database Host',NULL,NULL),('common','db_name','en','Database Name',NULL,NULL),('common','db_need_update','en','Database needs an update!',NULL,NULL),('common','db_pass','en','Database Password',NULL,NULL),('common','db_type','en','Database Type',NULL,NULL),('common','db_user','en','Database User',NULL,NULL),('common','db_version','en','Database Version',NULL,NULL),('common','dd_mm_yyyy','en','DD.MM.YYYY',NULL,NULL),('common','deactivate','en','Set Inactive',NULL,NULL),('common','decrease_attempts','en','Attempts - 1',NULL,NULL),('common','default','en','Default',NULL,NULL),('common','defaults','en','Defaults',NULL,NULL),('common','default_auth_mode','en','Default Authentication Method',NULL,NULL),('common','default_auth_mode_info','en','Please choose the authentication method that is preselected on the login page.',NULL,NULL),('common','default_language','en','Default Language',NULL,NULL),('common','default_perm_settings','en','Default Permissions',NULL,NULL),('common','default_role','en','Default Role',NULL,NULL),('common','default_roles','en','Default Roles',NULL,NULL),('common','default_skin','en','Default Skin',NULL,NULL),('common','default_skin_style','en','Default Skin / Style',NULL,NULL),('common','default_style','en','Default Style',NULL,NULL),('common','def_repository_view','en','Default repository view',NULL,NULL),('common','delete','en','Delete',NULL,NULL),('common','deleted','en','Deleted',NULL,NULL),('common','deleted_user','en','The user has been deleted',NULL,NULL),('common','deleted_users','en','Deleted users',NULL,NULL),('common','delete_existing_file','en','Delete Existing File',NULL,NULL),('common','delete_inactivated_user_accounts','en','Delete inactivated user accounts',NULL,NULL),('common','delete_inactivated_user_accounts_desc','en','If enabled, user accounts will be deleted %s days after their inactivation.',NULL,NULL),('common','delete_inactivated_user_accounts_include_roles','en','Considered roles',NULL,NULL),('common','delete_inactivated_user_accounts_include_roles_desc','en','Only ILIAS accounts assigned to one of the selected roles will be deleted.',NULL,NULL),('common','delete_inactivated_user_accounts_period','en','Days passed since inactivation',NULL,NULL),('common','delete_inactivated_user_accounts_period_desc','en','Accounts will be deleted if this number of days has passed since inactivation.',NULL,NULL),('common','delete_inactive_user_accounts','en','Delete user accounts with no login for a long time',NULL,NULL),('common','delete_inactive_user_accounts_desc','en','If enabled, user accounts will be deleted depending on the date of their last login.',NULL,NULL),('common','delete_inactive_user_accounts_include_roles','en','Considered roles',NULL,NULL),('common','delete_inactive_user_accounts_include_roles_desc','en','Only ILIAS accounts assigned to one of the selected roles will be deleted.',NULL,NULL),('common','delete_inactive_user_accounts_period','en','Days passed since last login',NULL,NULL),('common','delete_inactive_user_accounts_period_desc','en','All user accounts without login within the defined number of days will be deleted automatically.',NULL,NULL),('common','delete_parameter','en','Delete Parameter',NULL,NULL),('common','delete_selected_items','en','Delete',NULL,NULL),('common','deletion_notification','en','\"%s\" has canceled the attendance of session \"%s\".',NULL,NULL),('common','deliver','en','Deliver',NULL,NULL),('common','deny_usr_agreement','en','Do Not Accept Terms of Service?',NULL,NULL),('common','deny_usr_agreement_btn','en','Do Not Accept',NULL,NULL),('common','department','en','Department',NULL,NULL),('common','desc','en','Description',NULL,NULL),('common','description','en','Description',NULL,NULL),('common','desired_password','en','New Password',NULL,NULL),('common','details','en','Details',NULL,NULL),('common','didactic_template','en','Didactic Template',NULL,NULL),('common','disable','en','disable',NULL,NULL),('common','disabled','en','Disabled',NULL,NULL),('common','disable_check','en','Disable check',NULL,NULL),('common','disable_ext_lang_maint','en','Disable Extended Maintenance',NULL,NULL),('common','disable_hide_user_toggle','en','Member is allowed to deactivate',NULL,NULL),('common','disclose','en','Disclose',NULL,NULL),('common','dislike','en','Dislike',NULL,NULL),('common','domain','en','Domain',NULL,NULL),('common','down','en','Down',NULL,NULL),('common','download','en','Download',NULL,NULL),('common','downloading_settings','en','Download Settings',NULL,NULL),('common','download_all_returned_files','en','Download all Submissions',NULL,NULL),('common','download_link','en','Download Link',NULL,NULL),('common','download_multiple_objects','en','Download Multiple Objects',NULL,NULL),('common','download_selected_items','en','Download',NULL,NULL),('common','dpro_accept_usr_agreement','en','Accept Declaration of Data Protection?',NULL,NULL),('common','dpro_accept_usr_agreement_intro','en','There is a new Declaration of Data Protection. You need to accept it before proceeding with the use of ILIAS. Read the following document carefully and give your consent or dissent at the bottom of the page.',NULL,NULL),('common','dpro_force_accept_usr_agreement','en','You must accept the Declaration of Data Protection!',NULL,NULL),('common','dpro_no_agreement_description','en','There is currently no Declaration of Data Protection document available for this installation. Please contact the <a href=\"%1$s\">system administrator</a>.',NULL,NULL),('common','dpro_refuse_acceptance','en','Refuse to Accept the Declaration of Data Protection',NULL,NULL),('common','dpro_usr_agreement','en','Declaration of Data Protection',NULL,NULL),('common','dpro_usr_agreement_footer_intro','en','You have declared your consent to this Declaration of Data Protection.',NULL,NULL),('common','dpro_withdraw_consent_description','en','Withdraw your consent to our Declaration of Data Protection here.',NULL,NULL),('common','dpro_withdraw_consent_description_external','en','Please return to your ILIAS installation and log in again to complete the process of withdrawing your consent to the Declaration of Data Protection.',NULL,NULL),('common','dpro_withdraw_consent_description_internal','en','Please log in again to complete the process of withdrawing your consent to the Declaration of Data Protection.',NULL,NULL),('common','dpro_withdraw_consent_header','en','Withdraw to Consent of Declaration of Data Protection',NULL,NULL),('common','dpro_withdraw_consent_info','en','Withdraw your consent to our Declaration of Data Protection.',NULL,NULL),('common','dpro_withdraw_consent_info_external','en','Please contact the administrator of your authentication system and inform them of your intention to withdraw your consent to the Declaration of Data Protection.',NULL,NULL),('common','drafts','en','Drafts',NULL,NULL),('common','drag_files_here','en','Drag-and-drop your files here',NULL,NULL),('common','drag_file_here','en','Drag-and-drop your file here',NULL,NULL),('common','drop_files_on_repo_obj_info','en','Drop the files here to upload them into this object.',NULL,NULL),('common','edit','en','Edit',NULL,NULL),('common','edited_on','en','Edited on',NULL,NULL),('common','editor','en','Editor',NULL,NULL),('common','edit_assignments','en','Edit Assignments',NULL,NULL),('common','edit_cat_settings','en','Advanced Category Settings',NULL,NULL),('common','edit_content','en','Edit Content',NULL,NULL),('common','edit_grouping','en','Edit Membership Limitation',NULL,NULL),('common','edit_metadata','en','Edit Metadata',NULL,NULL),('common','edit_operations','en','Edit Operations',NULL,NULL),('common','edit_page','en','Edit Page',NULL,NULL),('common','edit_page_content','en','Edit Page Content',NULL,NULL),('common','edit_page_meta','en','Edit Page Metadata',NULL,NULL),('common','edit_properties','en','Edit Properties',NULL,NULL),('common','edit_stylesheet','en','Edit Style',NULL,NULL),('common','email','en','E-Mail',NULL,NULL),('common','email_not_valid','en','The e-mail address you entered is not valid!',NULL,NULL),('common','enable','en','Enable',NULL,NULL),('common','enabled','en','Enabled',NULL,NULL),('common','enable_anonymous_fora','en','Allow post with pseudonym',NULL,NULL),('common','enable_anonymous_fora_desc','en','If this option is disabled, the feature ‘Post with pseudonym’ is not available in forums anymore.',NULL,NULL),('common','enable_calendar','en','Enable Calendar',NULL,NULL),('common','enable_comments_export','en','Enable Comments Export',NULL,NULL),('common','enable_course_group_notifications','en','Daily mail for group and course news',NULL,NULL),('common','enable_course_group_notifications_desc','en','If enabled, participants can subscribe to a daily summary of news.',NULL,NULL),('common','enable_custom_icons','en','Enable custom icons',NULL,NULL),('common','enable_custom_icons_info','en','This allows you to define custom icons for single container objects and the content page object. The properties section of these objects will provide an image upload dialog.',NULL,NULL),('common','enable_dnd_upload','en','Enable drag-and-drop upload',NULL,NULL),('common','enable_dnd_upload_info','en','Files can be uploaded with drag-and-drop from the local computer if enabled.',NULL,NULL),('common','enable_download_folder','en','Action \'Download Folder\' enabled',NULL,NULL),('common','enable_download_folder_info','en','Enables a \'Download\' option inside the Actions drop-down of folders.',NULL,NULL),('common','enable_export_scorm_desc','en','Display of Personal Data in the Protocol Data (SCORM)',NULL,NULL),('common','enable_fora_statistics','en','Enable Statistics in Forum',NULL,NULL),('common','enable_fora_statistics_desc','en','If disabled, nobody is able to access the forum statistics.',NULL,NULL),('common','enable_hide_user_toggle','en','Member is not allowed to deactivate',NULL,NULL),('common','enable_hist_user_comments','en','Enable user comments in history',NULL,NULL),('common','enable_hist_user_comments_desc','en','Give authors the opportunity to add comments to the history log of pages.',NULL,NULL),('common','enable_multi_download','en','\'Download of multiple objects\' enabled',NULL,NULL),('common','enable_multi_download_info','en','Multiple folders/files can be selected and downloaded as zip archive.',NULL,NULL),('common','enable_password_assistance','en','Enable Password Assistance',NULL,NULL),('common','enable_preview','en','Enable Preview',NULL,NULL),('common','enable_preview_info','en','Enable the display of preview images for supported file types.',NULL,NULL),('common','enable_repository_dnd_upload','en','Enable in Repository',NULL,NULL),('common','enable_repository_dnd_upload_info','en','Enables that files can be dragged from the computer directly onto an object in the repository to start uploading the files into this object.',NULL,NULL),('common','enable_sahs_protocol_data','en','Activate Protocol Data',NULL,NULL),('common','enable_sahs_protocol_data_desc','en','Show Protocol Data (SCORM)',NULL,NULL),('common','enable_search_engine','en','Open Public Area for Internet Search Engines (e.g Google).<br />The Apache module ‘mod_rewrite’ is required for this extension. Please take care that you have appropriate permissions to use .htaccess configurations.',NULL,NULL),('common','enable_trash','en','Enable Trash',NULL,NULL),('common','enable_trash_info','en','If enabled, deleted Objects are moved into Trash and may be recovered later. When deactivating this option deleted Objects are removed irreversibly from the System!',NULL,NULL),('common','enable_webdav','en','Enable WebDAV access',NULL,NULL),('common','enable_webdav_info','en','Allows WebDAV clients to access the repository as a web folder. Users can open web folders using the ‘Open as web folder’ action in the repository, or by entering the following address in a WebDAV client: <a href=\"%1$s\" folder=\"%1$s\">%1$s</a>',NULL,NULL),('common','entered_notification','en','\"%s\" has joined the session \"%s\".',NULL,NULL),('common','enter_in_mb_desc','en','Enter a value in MB.',NULL,NULL),('common','enter_new_name','en','Please enter a name',NULL,NULL),('common','entry_status','en','Entry status',NULL,NULL),('common','error','en','Error',NULL,NULL),('common','error_empty_file_or_folder','en','The file size is 0 bytes or it is a folder.',NULL,NULL),('common','error_extraction_failed','en','The extraction of the archive and its directories failed. Probably because you don’t have the permission to create folders or categories within this object.',NULL,NULL),('common','error_parser','en','Error starting the parser.',NULL,NULL),('common','error_upload_was_zero_bytes','en','The upload failed as this is a folder, the file size is 0 bytes or exceeded the max. upload size or the file was renamed meanwhile.',NULL,NULL),('common','err_1_param','en','Only 1 parameter!',NULL,NULL),('common','err_2_param','en','Only 2 parameter!',NULL,NULL),('common','err_auth_apache_failed','en','The authentication has failed. Maybe you have no valid user certificate or your smart card is not inserted.',NULL,NULL),('common','err_auth_cas_no_ilias_user','en','Login failed. CAS authentication successful, but no corresponding ILIAS user exists. Please contact your system administrator.',NULL,NULL),('common','err_auth_ldap_no_ilias_user','en','Login failed. LDAP authentication successful, but no corresponding ILIAS user exists. Please contact your system administrator.',NULL,NULL),('common','err_auth_mode_inactive','en','Your authentication method is deactivated.',NULL,NULL),('common','err_auth_soap_no_ilias_user','en','Login failed. SOAP authentication successful, but no corresponding ILIAS user exists. Please contact your system administrator.',NULL,NULL),('common','err_check_input','en','The settings could not be saved. Please check your input.',NULL,NULL),('common','err_count_param','en','Reason: Wrong parameter count',NULL,NULL),('common','err_double_entries','en','Reason: Duplicate Entries',NULL,NULL),('common','err_inactive','en','This account has not been activated. Please contact the system administrator for access.',NULL,NULL),('common','err_inactive_login_attempts','en','Your user account has been deactivated due too many failed login attempts. Click \'Contact Technical Support\' at the footer of this page to notify the administrator about the need to re-activate your account.',NULL,NULL),('common','err_invalid_port','en','Invalid port number',NULL,NULL),('common','err_in_line','en','Error in line',NULL,NULL),('common','err_no_cookies','en','Please enable session cookies in your browser!',NULL,NULL),('common','err_no_langfile_found','en','No language file found!',NULL,NULL),('common','err_no_param','en','No parameter!',NULL,NULL),('common','err_over_3_param','en','More than 3 parameters!',NULL,NULL),('common','err_role_not_assignable','en','You cannot assign users to this role at this location',NULL,NULL),('common','err_session_expired','en','Your session is expired!',NULL,NULL),('common','err_valid_login_account_creation_disabled','en','Authentication succeeded, but the creation of new user accounts is currently disabled. Please contact your system administrator.',NULL,NULL),('common','err_wrong_header','en','Reason: Wrong header.',NULL,NULL),('common','err_wrong_login','en','Wrong Login or Password',NULL,NULL),('common','err_wrong_password','en','Wrong Password',NULL,NULL),('common','etal_talks','en','Talks',NULL,NULL),('common','event_assign_files','en','File Assignment',NULL,NULL),('common','event_ass_materials_prop','en','Session Materials',NULL,NULL),('common','exc','en','Exercise',NULL,NULL),('common','excs','en','Exercises',NULL,NULL),('common','exc_add','en','Add Exercise',NULL,NULL),('common','exc_added','en','Exercise added',NULL,NULL),('common','exc_date_not_valid','en','The date is not valid',NULL,NULL),('common','exc_deassign_members','en','Remove Participant(s)',NULL,NULL),('common','exc_download_files','en','Download Files',NULL,NULL),('common','exc_edit','en','New exercise created',NULL,NULL),('common','exc_edit_exercise','en','Edit exercise',NULL,NULL),('common','exc_edit_until','en','Edit Until',NULL,NULL),('common','exc_exercise_sent','en','Exercise Sent',NULL,NULL),('common','exc_files','en','Files',NULL,NULL),('common','exc_files_returned','en','Submitted Files',NULL,NULL),('common','exc_instruction','en','Work Instructions',NULL,NULL),('common','exc_last_submission','en','Last Submission',NULL,NULL),('common','exc_members_already_assigned','en','These users are already assigned to the assignment.',NULL,NULL),('common','exc_members_assigned','en','Members assigned',NULL,NULL),('common','exc_members_comments_saved','en','The exercise comments for the selected user have been saved',NULL,NULL),('common','exc_member_of_crs_grp','en','Member in Course/Group',NULL,NULL),('common','exc_new','en','New Exercise',NULL,NULL),('common','exc_next_deadline','en','Next Deadline',NULL,NULL),('common','exc_obj','en','Exercise',NULL,NULL),('common','exc_save_changes','en','Save',NULL,NULL),('common','exc_schedule','en','Schedule',NULL,NULL),('common','exc_select_one_file','en','Please select exactly one file.',NULL,NULL),('common','exc_sent','en','The exercise has been sent to the selected users',NULL,NULL),('common','exc_sent_at','en','Sent on <br />%s',NULL,NULL),('common','exc_status','en','Status',NULL,NULL),('common','exc_status_saved','en','Exercise updated',NULL,NULL),('common','exc_submission','en','Submission',NULL,NULL),('common','exc_time_over_short','en','Time is up.',NULL,NULL),('common','exc_time_to_send','en','Remaining Working Time',NULL,NULL),('common','exc_upload_error','en','Error uploading file',NULL,NULL),('common','execute','en','Apply',NULL,NULL),('common','exercise_time_over','en','The time allocated for completing this exercise is over. Files cannot be submitted anymore!',NULL,NULL),('common','expand','en','Expand',NULL,NULL),('common','expanded','en','Expanded',NULL,NULL),('common','expand_all','en','Expand All',NULL,NULL),('common','expand_content','en','Expand Content',NULL,NULL),('common','export','en','Export',NULL,NULL),('common','export_format','en','Export format',NULL,NULL),('common','export_html','en','Export as HTML File',NULL,NULL),('common','exp_html','en','Export HTML',NULL,NULL),('common','extracting','en','Extracting...',NULL,NULL),('common','ext_cat_settings','en','Edit Advanced Category Settings',NULL,NULL),('common','ext_link','en','Link',NULL,NULL),('common','eyeclosed','en','Eye Closed - Click to hide the input\'s contents',NULL,NULL),('common','eyeopened','en','Eye Open - Click to reveal the input\'s contents',NULL,NULL),('common','failure_message','en','Failure Message',NULL,NULL),('common','fax','en','Fax',NULL,NULL),('common','feed','en','Web Feed',NULL,NULL),('common','feedback','en','Feedback',NULL,NULL),('common','field_name','en','Field Name',NULL,NULL),('common','field_type','en','Field Type',NULL,NULL),('common','file','en','File',NULL,NULL),('common','filename','en','File Name',NULL,NULL),('common','filename_extension_missing','en','File name extension missing',NULL,NULL),('common','filename_hidden_backup_file','en','Hidden backup file',NULL,NULL),('common','filename_hidden_unix_file','en','Hidden Unix file',NULL,NULL),('common','filename_interoperability','en','Interoperability',NULL,NULL),('common','filename_special_characters','en','Due to the character / this object is not visible in web folders',NULL,NULL),('common','filename_special_filename','en','Objects with names . and .. are not visible in web folders',NULL,NULL),('common','filename_visibility','en','Visibility',NULL,NULL),('common','filename_windows_empty_extension','en','Due to the character . at the end of the name this object is not visible in Windows web folders',NULL,NULL),('common','filename_windows_special_characters','en','Due to one of the characters \\ / : * ? \" < > | this object is not visible in Windows web folders',NULL,NULL),('common','filename_windows_webdav_issue','en','Due to the character # this object is not visible in Windows web folders',NULL,NULL),('common','files','en','Files',NULL,NULL),('common','filesize','en','File Size',NULL,NULL),('common','filetype','en','File Type',NULL,NULL),('common','file_add','en','Upload File',NULL,NULL),('common','file_added','en','File uploaded.',NULL,NULL),('common','file_add_and_metadata','en','Upload File and Edit Metadata',NULL,NULL),('common','file_allowed_suffixes','en','Allowed file types:',NULL,NULL),('common','file_confirm_delete_all_versions','en','You have selected all file versions. Deleting all versions of this file will result in the deletion of the whole file object. Do you wish to continue?',NULL,NULL),('common','file_confirm_delete_versions','en','Are you sure you want to delete the following file version(s)?',NULL,NULL),('common','file_created','en','File has been added.',NULL,NULL),('common','file_edit','en','Edit File Information',NULL,NULL),('common','file_info','en','File Information',NULL,NULL),('common','file_is_infected','en','The file is infected by a virus.',NULL,NULL),('common','file_notice','en','Maximum upload size:',NULL,NULL),('common','file_not_found','en','File Not Found',NULL,NULL),('common','file_not_found_sec','en','This file cannot be found in ILIAS or has been blocked for security reasons.',NULL,NULL),('common','file_not_valid','en','File not valid!',NULL,NULL),('common','file_no_valid_file_type','en','This file type is not allowed.',NULL,NULL),('common','file_objects','en','File Objects',NULL,NULL),('common','file_rollback','en','Publish This Version',NULL,NULL),('common','file_rollback_done','en','File version %s has been published, assigned a new version number and can be found at the top of the ‘Versions’ table below.',NULL,NULL),('common','file_rollback_select_exact_one','en','Only one file version can be published at any one time. Please select only one file version to publish.',NULL,NULL),('common','file_some_invalid_file_types_removed','en','Some file types are not allowed and have been removed.',NULL,NULL),('common','file_suffix_repl','en','File Upload Suffix Replacement',NULL,NULL),('common','file_suffix_repl_info','en','Enter file types with suffix (separated by comma) that shall be be renamed with a ‘.sec’ when uploaded into webspace to prevent execution of this file. This is done per default for these suffixes:',NULL,NULL),('common','file_system_clean_temp_dir_cron','en','Clean Temp Directory',NULL,NULL),('common','file_system_clean_temp_dir_cron_info','en','This cron job cleans the ILIAS temp-directory of files which are older than 10 days. This prevents the accumulation of unused files which would otherwise lead to the temp directory taking up too much disk space.',NULL,NULL),('common','file_updated','en','File has been updated.',NULL,NULL),('common','file_upload_pending','en','Pending file',NULL,NULL),('common','file_valid','en','File is valid!',NULL,NULL),('common','file_version','en','Version Provided in File',NULL,NULL),('common','file_versions_deleted','en','The selected file versions were successfully deleted.',NULL,NULL),('common','file_version_create','en','Initial version',NULL,NULL),('common','file_version_intermediate_version','en','Intermediate Version',NULL,NULL),('common','file_version_new_version','en','New version',NULL,NULL),('common','file_version_published_version','en','Published Version',NULL,NULL),('common','file_version_replace','en','All versions replaced',NULL,NULL),('common','file_version_rollback','en','Rollback to version %s from %s',NULL,NULL),('common','fill_out_all_required_fields','en','Please fill out all required fields',NULL,NULL),('common','filter','en','Filter',NULL,NULL),('common','filter_users_without_access','en','Only users without access',NULL,NULL),('common','filter_users_without_disk_usage','en','Only users with no disk space used',NULL,NULL),('common','filter_users_with_access','en','Only users with access',NULL,NULL),('common','filter_users_with_disk_usage','en','Only users with disk space used',NULL,NULL),('common','first','en','First',NULL,NULL),('common','firstname','en','First Name',NULL,NULL),('common','flatview','en','Hide Sidebar',NULL,NULL),('common','fold','en','Folder',NULL,NULL),('common','folder','en','Folder',NULL,NULL),('common','folders','en','Folders',NULL,NULL),('common','fold_add','en','Add Folder',NULL,NULL),('common','fold_added','en','Folder added',NULL,NULL),('common','fold_copy_threads_info','en','Please decide which materials should be copied, linked or even omitted.',NULL,NULL),('common','fold_edit','en','Edit Folder',NULL,NULL),('common','fold_new','en','New Folder',NULL,NULL),('common','fold_wizard_page','en','Copy Folder (Step 2/2)',NULL,NULL),('common','follow_link_to_read_mails','en','click the following link to read these mails:',NULL,NULL),('common','forgot_password','en','Forgot your password?',NULL,NULL),('common','forgot_username','en','Forgot your username?',NULL,NULL),('common','form_input_not_valid','en','Some of the information entered is incomplete or invalid. Please correct your entry.',NULL,NULL),('common','forum','en','Forum',NULL,NULL),('common','forums','en','Forums',NULL,NULL),('common','forums_anonymized','en','Forum anonymized',NULL,NULL),('common','forums_anonymous','en','anonym',NULL,NULL),('common','forums_articles','en','Posts',NULL,NULL),('common','forums_closed','en','closed',NULL,NULL),('common','forums_disable_forum_notification','en','Disable Notification for this Forum',NULL,NULL),('common','forums_enable_forum_notification','en','Enable Notification for this Forum',NULL,NULL),('common','forums_forum_notification_enabled','en','You will be notified about new messages in this forum.',NULL,NULL),('common','forums_last_post','en','Latest Post',NULL,NULL),('common','forums_last_posting_asc','en','Last Post Ascending',NULL,NULL),('common','forums_last_posting_dsc','en','Last Post Descending',NULL,NULL),('common','forums_notification_settings','en','Forums Notification Settings',NULL,NULL),('common','forums_rating_asc','en','Rating Ascending',NULL,NULL),('common','forums_rating_dsc','en','Rating Descending',NULL,NULL),('common','forums_threads','en','Threads',NULL,NULL),('common','forums_thread_sorting_asc','en','Thread Title A→Z',NULL,NULL),('common','forums_thread_sorting_dsc','en','Thread Title Z→A',NULL,NULL),('common','forums_use_alias','en','You may use a pseudonym for your post. If you leave this field blank, your post will be marked as written by ‘%s’.',NULL,NULL),('common','forums_your_name','en','Your Name',NULL,NULL),('common','forum_direct_notification','en','Notification',NULL,NULL),('common','forum_notify_me','en','Notify me when a direct answer has been given to this post. Notification about any post in this thread or forum can be enabled in the upper right Actions menu.',NULL,NULL),('common','forum_post_replied','en','Your forum entry has been replied.',NULL,NULL),('common','frm','en','Forum',NULL,NULL),('common','frm_add','en','Add Forum',NULL,NULL),('common','frm_added','en','Forum added',NULL,NULL),('common','frm_edit','en','Edit Forum',NULL,NULL),('common','frm_import','en','Import Forum',NULL,NULL),('common','frm_latest_postings','en','Latest Posts',NULL,NULL),('common','frm_new','en','New Forum',NULL,NULL),('common','frm_no_threads','en','There are no threads available at the moment.',NULL,NULL),('common','frm_statistics_ranking','en','Number of Public Posts',NULL,NULL),('common','from','en','From',NULL,NULL),('common','fullname','en','Full name',NULL,NULL),('common','functions','en','Functions',NULL,NULL),('common','further_informations','en','Further Information',NULL,NULL),('common','gdf_add','en','Add Definition',NULL,NULL),('common','gdf_new','en','New Definition',NULL,NULL),('common','gender','en','Salutation',NULL,NULL),('common','gender_f','en','Ms.',NULL,NULL),('common','gender_m','en','Mr.',NULL,NULL),('common','gender_n','en','Not stated',NULL,NULL),('common','general','en','General',NULL,NULL),('common','general_settings','en','General Settings',NULL,NULL),('common','generate','en','Generate',NULL,NULL),('common','ghostscript_not_configured','en','Ghostscript is not configured. Please open the <a href=\"setup/setup.php?cmd=mastersettings\" target=\"_blank\">Setup</a> to configure it.',NULL,NULL),('common','glo','en','Glossary',NULL,NULL),('common','global','en','Global',NULL,NULL),('common','global_default','en','Global Default',NULL,NULL),('common','global_fixed','en','Global Fixed',NULL,NULL),('common','global_role_assignment','en','Global Role Assignment',NULL,NULL),('common','global_settings','en','Global settings',NULL,NULL),('common','global_user','en','Global users',NULL,NULL),('common','glossaries','en','Glossaries',NULL,NULL),('common','glossary','en','Glossary',NULL,NULL),('common','glo_add','en','Add Glossary',NULL,NULL),('common','glo_added','en','Glossary added',NULL,NULL),('common','glo_import','en','Import Glossary',NULL,NULL),('common','glo_mode','en','Mode',NULL,NULL),('common','glo_mode_desc','en','A virtual glossary works like a normal glossary. Additionally it contains the terms from all glossaries that are located on the same level in the repository like the virtual glossary (level) respectively from all glossaries that are located downwards in the repository from the position of the virtual glossary (subtree).',NULL,NULL),('common','glo_mode_normal','en','Standard Glossary',NULL,NULL),('common','glo_new','en','New Glossary',NULL,NULL),('common','go','en','Go',NULL,NULL),('common','grade','en','Grade',NULL,NULL),('common','group','en','Group',NULL,NULL),('common','groupings','en','Membership Limitations',NULL,NULL),('common','groupings_assigned_obj_crs','en','Assigned Courses',NULL,NULL),('common','groupings_assigned_obj_grp','en','Assigned Groups',NULL,NULL),('common','groups','en','Groups',NULL,NULL),('common','group_members','en','Group Members',NULL,NULL),('common','group_name','en','Group Name',NULL,NULL),('common','group_new_registrations','en','Join Requests',NULL,NULL),('common','group_password_registration_msg','en','If you know the group password, you can join this group. Please contact a group administrator, if you don\'t know the password.',NULL,NULL),('common','group_registration','en','Registration',NULL,NULL),('common','group_registration_mode','en','Registration Procedure',NULL,NULL),('common','group_registration_time','en','Registration Period',NULL,NULL),('common','group_req_direct','en','Join directly',NULL,NULL),('common','group_req_registration_msg','en','You have to request for membership to access this group. Please describe your interest for becoming member in the message form. You will be notified as soon as an administrator has accepted or declined your request.',NULL,NULL),('common','group_status','en','Group is',NULL,NULL),('common','grp','en','Group',NULL,NULL),('common','grpr','en','Group Link',NULL,NULL),('common','grpr_add','en','Add Group Link',NULL,NULL),('common','grpr_edit','en','Edit Group Link',NULL,NULL),('common','grpr_edit_info','en','Please choose one group for creating a new group link.',NULL,NULL),('common','grpr_new','en','Create Group Link',NULL,NULL),('common','grpr_settings','en','Group Link Settings',NULL,NULL),('common','grp_add','en','Add Group',NULL,NULL),('common','grp_added','en','Group added',NULL,NULL),('common','grp_btn_unsubscribe','en','Unsubscribe from Group',NULL,NULL),('common','grp_cancel_waiting_list','en','Do you really want to remove yourself from the waiting list of group \"%s\"?',NULL,NULL),('common','grp_copy_threads_info','en','Please decide which materials should be copied, linked or even omitted.',NULL,NULL),('common','grp_deleted_export_files','en','Deleted selected files.',NULL,NULL),('common','grp_dismiss_member','en','Are you sure you want to unsubscribe the following member(s) from the group?',NULL,NULL),('common','grp_dismiss_myself','en','Are you sure you want to unsubscribe from this group?',NULL,NULL),('common','grp_edit','en','Edit Group',NULL,NULL),('common','grp_err_administrator_required','en','Member could not be removed, at least one administrator per group is required !',NULL,NULL),('common','grp_header_edit_members','en','Edit members',NULL,NULL),('common','grp_list_members','en','List members',NULL,NULL),('common','grp_list_reg','en','Registration',NULL,NULL),('common','grp_list_reg_end','en','Registration End',NULL,NULL),('common','grp_list_reg_limit_full','en','No places left',NULL,NULL),('common','grp_list_reg_limit_places','en','Free places',NULL,NULL),('common','grp_list_reg_noreg','en','No Registration Possible',NULL,NULL),('common','grp_list_reg_period','en','Registration Period',NULL,NULL),('common','grp_list_reg_start','en','Registration Begin',NULL,NULL),('common','grp_list_users','en','List users',NULL,NULL),('common','grp_members_gallery','en','Group Members Gallery',NULL,NULL),('common','grp_mem_change_status','en','Change Participant Status',NULL,NULL),('common','grp_mem_send_mail','en','Send member a mail',NULL,NULL),('common','grp_msg_applicants_assigned','en','Applicant(s) assigned as group member(s)',NULL,NULL),('common','grp_msg_membership_annulled','en','Cancelled membership.',NULL,NULL),('common','grp_msg_member_assigned','en','User(s) assigned as group member(s)',NULL,NULL),('common','grp_new','en','New Group',NULL,NULL),('common','grp_registration','en','Join Group',NULL,NULL),('common','grp_registration_completed','en','You have joined the group',NULL,NULL),('common','grp_removed_from_waiting_list','en','You have been detached from the waiting list of group \"%s\".',NULL,NULL),('common','grp_select_one_file','en','Please select one file.',NULL,NULL),('common','grp_wizard_page','en','Copy Group (Step 2/2)',NULL,NULL),('common','header_action','en','Insert Heading - Click to insert a heading.',NULL,NULL),('common','header_searchable','en','Searchable',NULL,NULL),('common','header_title','en','Header Title',NULL,NULL),('common','header_visible_registration','en','Visible in Registration',NULL,NULL),('common','header_zip','en','Upload Zip-Archive of Multiple Files',NULL,NULL),('common','height','en','Height',NULL,NULL),('common','help','en','Help',NULL,NULL),('common','HH','en','HH:MM',NULL,NULL),('common','hide','en','Hide',NULL,NULL),('common','hide_all_details','en','Hide all details',NULL,NULL),('common','hide_details','en','Hide Details',NULL,NULL),('common','hide_filter','en','Hide Filter',NULL,NULL),('common','hide_own_online_status','en','Hide My Online Status',NULL,NULL),('common','hide_visible_sections','en','Hide More Information &raquo;',NULL,NULL),('common','hint','en','Hint',NULL,NULL),('common','history','en','History',NULL,NULL),('common','hist_lm_delete_pg','en','Page \"%1\" [%2] has been deleted.',NULL,NULL),('common','hist_lm_delete_st','en','Chapter \"%1\" [%2] has been deleted.',NULL,NULL),('common','hist_lm_pg_create','en','Page created.',NULL,NULL),('common','hist_lm_pg_update','en','Page changed.',NULL,NULL),('common','hist_lm_st_create','en','Chapter created.',NULL,NULL),('common','hist_webr_add','en','Added new Weblink with title: \"%1\"',NULL,NULL),('common','hist_webr_delete','en','Deleted Weblink with title: \"%1\"',NULL,NULL),('common','hist_webr_update','en','Modified Weblink with title: \"%1\"',NULL,NULL),('common','hits_per_page','en','Hits/Page',NULL,NULL),('common','hobby','en','Interests/Hobbies',NULL,NULL),('common','home','en','Public Area',NULL,NULL),('common','host','en','Host',NULL,NULL),('common','hour','en','Hour',NULL,NULL),('common','hours','en','Hours',NULL,NULL),('common','htlm','en','Learning Module HTML',NULL,NULL),('common','htlm_add','en','Add HTML Learning Module',NULL,NULL),('common','htlm_new','en','New HTML Learning Module',NULL,NULL),('common','http','en','HTTP',NULL,NULL),('common','https_not_possible','en','This server is not supporting HTTPS connections.',NULL,NULL),('common','http_not_possible','en','This server is not supporting http requests.',NULL,NULL),('common','http_path','en','HTTP Path',NULL,NULL),('common','i2passwd','en','ILIAS 2 password',NULL,NULL),('common','iass_import','en','Import Individual Assessment',NULL,NULL),('common','iass_new','en','Create Individual Assessment',NULL,NULL),('common','icon','en','Icon',NULL,NULL),('common','icon_settings','en','Custom Icons',NULL,NULL),('common','id','en','ID',NULL,NULL),('common','identifier','en','identifier',NULL,NULL),('common','if_no_title_then_filename','en','Leave blank to use file name as title.',NULL,NULL),('common','ignore_on_conflict','en','Insert/Update action will be followed strictly',NULL,NULL),('common','ignore_required_fields','en','Ignore required fields',NULL,NULL),('common','ignore_required_fields_info','en','If activated, you can submit this form without filling out all mandatory fields. The new user has to add the missing information on the personal profile after the next login.',NULL,NULL),('common','ilias_version','en','ILIAS version',NULL,NULL),('common','il_astpl_loc_initial','en','Initial Test',NULL,NULL),('common','il_astpl_loc_qualified','en','Qualifying Test',NULL,NULL),('common','il_blog_contributor','en','Blog Author',NULL,NULL),('common','il_blog_editor','en','Blog Editor',NULL,NULL),('common','il_chat_moderator','en','Chat Moderator',NULL,NULL),('common','il_crs_admin','en','Course Administrator',NULL,NULL),('common','il_crs_member','en','Course Member',NULL,NULL),('common','il_crs_non_member','en','Course non-member',NULL,NULL),('common','il_crs_tutor','en','Course Tutor',NULL,NULL),('common','il_frm_moderator','en','Forum moderator',NULL,NULL),('common','il_grp_admin','en','Group Administrator',NULL,NULL),('common','il_grp_member','en','Group Member',NULL,NULL),('common','il_grp_status_closed','en','Group closed',NULL,NULL),('common','il_grp_status_open','en','Group open',NULL,NULL),('common','il_iass_member','en','Individual Assessment Examinee',NULL,NULL),('common','il_lso_admin','en','Learning Sequence Admin',NULL,NULL),('common','il_lso_member','en','Learning Sequence Member',NULL,NULL),('common','il_lti_instructor','en','LTI Instructor',NULL,NULL),('common','il_lti_learner','en','LTI Learner',NULL,NULL),('common','il_orgu_employee','en','Employee',NULL,NULL),('common','il_orgu_superior','en','Superior',NULL,NULL),('common','image','en','Image',NULL,NULL),('common','import','en','Import',NULL,NULL),('common','important','en','Important',NULL,NULL),('common','imported','en','imported',NULL,NULL),('common','import_categories','en','Import Categories',NULL,NULL),('common','import_cat_localrol','en','Create local role for every new category',NULL,NULL),('common','import_cat_table','en','The following table is only meaningful if the checkbox is set',NULL,NULL),('common','import_failure_log','en','Import failure log',NULL,NULL),('common','import_file','en','Import File',NULL,NULL),('common','import_file_not_valid','en','The import file is not valid.',NULL,NULL),('common','import_finished','en','Number of imported messages.',NULL,NULL),('common','import_lm','en','Import ILIAS Learning module',NULL,NULL),('common','import_qpl','en','Import Question Pool Test',NULL,NULL),('common','import_questions_into_qpl','en','Import question(s) into question pool',NULL,NULL),('common','import_sahs','en','Import SCORM Package',NULL,NULL),('common','import_sahs_info','en','To correct typos or images, use the option to replace individual files via the file directory. Upload a SCORM export from your authoring tool here and not an ILIAS export file. Make sure that your authoring tool has retained the IDs in the manifest file. Attention: Even popular authoring tools cannot do this. SCORM learning modules of certain authoring tools discard learner data obtained if you change the number of answer options of questions or insert new questions. Check in a test installation whether learning statuses that have already been achieved are possible when learning modules that have already been started are called up again.',NULL,NULL),('common','import_sahs_new','en','Import New Version of SCORM Package',NULL,NULL),('common','import_svy','en','Import Survey',NULL,NULL),('common','import_tst','en','Import Test',NULL,NULL),('common','import_users','en','Import Users',NULL,NULL),('common','import_warning_log','en','Import warning log',NULL,NULL),('common','imprint','en','Legal Notice',NULL,NULL),('common','in','en','in',NULL,NULL),('common','inactive','en','Inactive',NULL,NULL),('common','inbox','en','Inbox',NULL,NULL),('common','include_local','en','include custom language file when updating language',NULL,NULL),('common','info','en','Information',NULL,NULL),('common','inform_user_mail','en','Send mail to inform user about changes',NULL,NULL),('common','info_access_and_status_info','en','Access- and status information',NULL,NULL),('common','info_access_permissions','en','Access Permissions',NULL,NULL),('common','info_activate_sure','en','Are you sure that you want to approve the following user(s) as active user(s)?',NULL,NULL),('common','info_assigned','en','assigned',NULL,NULL),('common','info_assign_sure','en','Are you sure you want to assign the following user(s)?',NULL,NULL),('common','info_available_roles','en','Available Roles',NULL,NULL),('common','info_change_user_view','en','Change User',NULL,NULL),('common','info_deactivate_sure','en','Are you sure that you want to deactivate the following user(s)?',NULL,NULL),('common','info_deleted','en','Object(s) deleted.',NULL,NULL),('common','info_delete_sure','en','Are you sure that you want to delete the following?',NULL,NULL),('common','info_delete_warning_no_trash','en','(WARNING: The selected object(s) will be irretrievably deleted from the system. The recovery of any such deleted objects will not be possible).',NULL,NULL),('common','info_err_user_not_exist','en','User with that login name or user_id does not exists',NULL,NULL),('common','info_from_role','en','Granted by Role / Ownership',NULL,NULL),('common','info_is_member','en','User is member',NULL,NULL),('common','info_is_not_member','en','User is not a member',NULL,NULL),('common','info_message','en','Information Message',NULL,NULL),('common','info_not_assigned','en','not assigned',NULL,NULL),('common','info_owner_of_object','en','Owner of object',NULL,NULL),('common','info_permission_origin','en','Original Position',NULL,NULL),('common','info_permission_source','en','Effective From*',NULL,NULL),('common','info_remark_interrupted','en','Role is interrupted at this position. The role\'s default permission settings in effect are located in that position.',NULL,NULL),('common','info_remove_sure','en','Are you sure that you want to remove the following item(s)?',NULL,NULL),('common','info_short','en','Info',NULL,NULL),('common','info_status_info','en','Permissions of User',NULL,NULL),('common','info_view_of_user','en','User Menu',NULL,NULL),('common','inline_file_extensions','en','Web-Enabled Files',NULL,NULL),('common','inline_file_extensions_info','en','Files with these extensions are displayed in the browser window.<br/>For example: <b>gif jpg mp3 pdf png</b><br/> All other files are offered for downloading.',NULL,NULL),('common','insert','en','Insert',NULL,NULL),('common','insert_object_here','en','Insert at Current Position',NULL,NULL),('common','install','en','Install',NULL,NULL),('common','installation_status','en','Installation Status',NULL,NULL),('common','installed','en','Installed',NULL,NULL),('common','installed_local','en','Installed With Custom file',NULL,NULL),('common','install_local','en','Install With Custom File',NULL,NULL),('common','instant_messengers','en','Instant Messengers',NULL,NULL),('common','institution','en','Institution',NULL,NULL),('common','inst_id','en','Installation ID',NULL,NULL),('common','inst_info','en','Installation Info',NULL,NULL),('common','inst_name','en','Installation Name',NULL,NULL),('common','internal_local_roles_only','en','Local roles (only automatically generated)',NULL,NULL),('common','invalid_visible_required_options_selected','en','All fields set to required has to be set to visible in registration, too.',NULL,NULL),('common','invisible_block','en','Invisible Block',NULL,NULL),('common','invisible_block_mess','en','You do not have the permission to view this block.',NULL,NULL),('common','in_use','en','User Language',NULL,NULL),('common','in_use_by','en','In use by',NULL,NULL),('common','ip_address','en','IP Address',NULL,NULL),('common','is_already_your','en','is already your',NULL,NULL),('common','italic_action','en','Insert Italic - Click to insert italic text.',NULL,NULL),('common','item','en','Item',NULL,NULL),('common','itgr_add','en','Add Item Group',NULL,NULL),('common','itgr_new','en','New Item Group',NULL,NULL),('common','java_server','en','Java-Server',NULL,NULL),('common','java_server_host','en','Host',NULL,NULL),('common','java_server_info','en','If activated, it is possible to search in PDF, HTML files and HTML-Learning modules',NULL,NULL),('common','java_server_port','en','Port',NULL,NULL),('common','java_server_readme','en','Setup information',NULL,NULL),('common','join','en','Join',NULL,NULL),('common','join_session','en','Attend',NULL,NULL),('common','kb','en','KByte',NULL,NULL),('common','keywords','en','Keywords',NULL,NULL),('common','label_search_options','en','Search Area',NULL,NULL),('common','langfile_found','en','Language file found',NULL,NULL),('common','language','en','Language',NULL,NULL),('common','languages','en','Languages',NULL,NULL),('common','languages_already_installed','en','Selected language(s) are already installed',NULL,NULL),('common','languages_already_uninstalled','en','Selected language(s) are already uninstalled',NULL,NULL),('common','languages_updated','en','All installed languages have been updated',NULL,NULL),('common','language_not_installed','en','is not installed. Please install that language first',NULL,NULL),('common','lang_dateformat','en','Y-m-d',NULL,NULL),('common','lang_path','en','Language Path',NULL,NULL),('common','lang_refresh_confirm','en','Do you really want to refresh all languages?',NULL,NULL),('common','lang_refresh_confirm_info','en','ILIAS found changed language variables. Refreshing a language will read the standard language file and probably a custom language file to the database. A standard file will not affect your changes. A custom file will overwrite your changes that are older than the file date.',NULL,NULL),('common','lang_refresh_confirm_selected','en','Do you really want to refresh the selected languages?',NULL,NULL),('common','lang_sep_decimal','en','.',NULL,NULL),('common','lang_sep_thousand','en',',',NULL,NULL),('common','lang_size_bytes','en','bytes',NULL,NULL),('common','lang_size_gb','en','GB',NULL,NULL),('common','lang_size_kb','en','KB',NULL,NULL),('common','lang_size_mb','en','MB',NULL,NULL),('common','lang_timeformat','en','H:i:s',NULL,NULL),('common','lang_timeformat_no_sec','en','H:i',NULL,NULL),('common','lang_uninstall_changes','en','Uninstall Local Changes',NULL,NULL),('common','lang_uninstall_changes_confirm','en','Do you really want to clear all local changes of the selected languages and reset them to the default of the current ILIAS version?',NULL,NULL),('common','lang_uninstall_confirm','en','Do you really want to uninstall the selected languages? This also means that all local changes to the respective languages are irretrievably lost if they have not been saved or exported beforehand.',NULL,NULL),('common','lastname','en','Last Name',NULL,NULL),('common','last_access','en','Last Access',NULL,NULL),('common','last_change','en','Last Change',NULL,NULL),('common','last_edited_on','en','Last edited on',NULL,NULL),('common','last_login','en','Last Login',NULL,NULL),('common','last_refresh','en','Last Refresh',NULL,NULL),('common','last_reminder','en','Last reminder',NULL,NULL),('common','last_update','en','Updated',NULL,NULL),('common','last_visited','en','Last Visited',NULL,NULL),('common','laugh','en','Laugh',NULL,NULL),('common','launch','en','Launch',NULL,NULL),('common','ldap','en','LDAP',NULL,NULL),('common','ldap_basedn','en','LDAP BaseDN',NULL,NULL),('common','ldap_configure','en','Configure LDAP Authentication',NULL,NULL),('common','ldap_port','en','LDAP Port',NULL,NULL),('common','ldap_read','en','Read access to LDAP settings',NULL,NULL),('common','ldap_server','en','LDAP Server URL',NULL,NULL),('common','ldap_tls','en','Use LDAP TLS',NULL,NULL),('common','ldap_version','en','LDAP protokoll version',NULL,NULL),('common','learning module','en','Learning Module',NULL,NULL),('common','learning_progress','en','Learning Progress',NULL,NULL),('common','leave_waiting_list','en','Leave Waiting List',NULL,NULL),('common','legend','en','Legend',NULL,NULL),('common','level','en','Level',NULL,NULL),('common','like','en','Like',NULL,NULL),('common','link','en','Link',NULL,NULL),('common','links_add_param','en','Add Parameter:',NULL,NULL),('common','links_dynamic','en','Dynamic Weblink Parameters',NULL,NULL),('common','links_dynamic_info','en','If enabled, it is possible to append dynamic parameters to Weblinks.<br /> E.g. the ILIAS user ID or the username.',NULL,NULL),('common','links_dyn_parameter','en','Dynamic Parameters',NULL,NULL),('common','links_existing_params','en','Existing Parameters:',NULL,NULL),('common','links_name','en','Parameter Name',NULL,NULL),('common','links_no_name_given','en','Please choose a parameter name.',NULL,NULL),('common','links_no_value_given','en','Please choose a parameter value.',NULL,NULL),('common','links_parameter_deleted','en','Parameter deleted.',NULL,NULL),('common','links_select_one','en','- Select one -',NULL,NULL),('common','links_session_id','en','ILIAS session id',NULL,NULL),('common','links_user_id','en','ILIAS user id',NULL,NULL),('common','links_user_name','en','ILIAS username',NULL,NULL),('common','links_value','en','Parameter Value',NULL,NULL),('common','link_action','en','Insert Link - Click to insert a link.',NULL,NULL),('common','link_all','en','Link all',NULL,NULL),('common','link_check','en','Weblink Check',NULL,NULL),('common','link_checker_refreshed','en','Refreshed view',NULL,NULL),('common','link_check_message_b','en','If enabled, you will be informed about invalid links by mail.',NULL,NULL),('common','link_check_message_disabled','en','The sending of mails is deactivated.',NULL,NULL),('common','link_check_message_enabled','en','The sending of mails is activated.',NULL,NULL),('common','link_check_subject','en','[ILIAS] Weblink check',NULL,NULL),('common','link_selected_items','en','Link',NULL,NULL),('common','list','en','List',NULL,NULL),('common','listaction_learning_progress_settings','en','Learning Progress Settings',NULL,NULL),('common','list_of_questions','en','List of Questions',NULL,NULL),('common','lm','en','Learning Module ILIAS',NULL,NULL),('common','lm_add','en','Add ILIAS Learning Module',NULL,NULL),('common','lm_added','en','ILIAS Learning Module added',NULL,NULL),('common','lm_new','en','New ILIAS Learning Module',NULL,NULL),('common','lm_type_scorm','en','SCORM 1.2',NULL,NULL),('common','lm_type_scorm2004','en','SCORM 2004 3rd/4th Edition',NULL,NULL),('common','lm_type_scorm2004_info','en','These are newer versions of SCORM with significantly enhanced functionality. The learning module is launched in an iFrame.',NULL,NULL),('common','lm_type_scorm_info','en','This is the most widely used version of SCORM. The learning module is launched in a frame.',NULL,NULL),('common','lng','en','Language',NULL,NULL),('common','lngf','en','Languages',NULL,NULL),('common','lo','en','Learning Object',NULL,NULL),('common','loaded_preview_renderers','en','Loaded Preview Renderers',NULL,NULL),('common','local','en','Local',NULL,NULL),('common','local_languages_already_installed','en','Selected custom language file(s) are already installed',NULL,NULL),('common','local_language_file','en','custom language file',NULL,NULL),('common','local_language_files','en','custom language files',NULL,NULL),('common','local_role_assignment','en','Local Role Assignment',NULL,NULL),('common','location','en','Location',NULL,NULL),('common','locator','en','Location:',NULL,NULL),('common','logic_or','en','or',NULL,NULL),('common','login','en','Login',NULL,NULL),('common','loginname_already_exists','en','This login name already exists.',NULL,NULL),('common','loginname_settings','en','Login Name Settings',NULL,NULL),('common','login_as','en','Logged in as',NULL,NULL),('common','login_data','en','Login data',NULL,NULL),('common','login_exists','en','There is already a user with this login name! Please choose another one.',NULL,NULL),('common','login_information','en','Login Information',NULL,NULL),('common','login_information_desc','en','Please enter a login information for the respective language.',NULL,NULL),('common','login_information_settings_saved','en','The login information were saved successfully',NULL,NULL),('common','login_invalid','en','The chosen login is invalid! Only the following characters are allowed (minimum 3 characters): A-Z a-z 0-9 _.-+*@!$%~',NULL,NULL),('common','login_to_ilias','en','Login to ILIAS',NULL,NULL),('common','login_to_ilias_via_cas','en','Login to ILIAS via Central Authentication Service',NULL,NULL),('common','login_to_ilias_via_saml','en','Login to ILIAS via SAML Authentication',NULL,NULL),('common','login_to_ilias_via_shibboleth','en','Login to ILIAS via',NULL,NULL),('common','logout','en','Logout',NULL,NULL),('common','logout_text','en','You logged off from ILIAS. Your session has been closed.',NULL,NULL),('common','logs','en','Log Data',NULL,NULL),('common','log_in','en','Login',NULL,NULL),('common','log_out','en','Logout',NULL,NULL),('common','love','en','Love',NULL,NULL),('common','lres','en','Learning Resources',NULL,NULL),('common','lso_add','en','Add Learning Sequence',NULL,NULL),('common','lso_admin_form_byline','en','General Settings for Learning Sequences',NULL,NULL),('common','lso_admin_form_title','en','Settings',NULL,NULL),('common','lso_admin_interval_byline','en','Poll Learning Progress every x seconds. Be careful! A low value will increase server-requests and have an impact on overall system performance. Please choose highest value possible!',NULL,NULL),('common','lso_admin_interval_label','en','Learning Progress Polling Interval (seconds)',NULL,NULL),('common','lso_copy','en','Copy Learning Sequence',NULL,NULL),('common','lso_copy_threads_info','en','Please decide which elements of the Learning Sequence should be copied, linked or omitted.',NULL,NULL),('common','lso_edit','en','Edit Learning Sequence',NULL,NULL),('common','lso_import','en','Import Learning Sequence',NULL,NULL),('common','lso_new','en','New Learning Sequence',NULL,NULL),('common','lso_wizard_page','en','Copy Learning Sequence (Step 2/2)',NULL,NULL),('common','lti_outcome','en','LTI Lernfortschritt Benachrichtigung',NULL,NULL),('common','lti_outcome_info','en','Sendet den Lernfortschrittstatus von LTI-Benutzern an LTI Tool Consumer.',NULL,NULL),('common','mail','en','Mail',NULL,NULL),('common','mails','en','Mails',NULL,NULL),('common','mails_at_the_ilias_installation','en','You received %1$s new mails at the ILIAS-Installation %2$s',NULL,NULL),('common','mails_pl','en','Mail(s)',NULL,NULL),('common','mail_addressbook','en','Contacts',NULL,NULL),('common','mail_attachment','en','Mail attachment',NULL,NULL),('common','mail_at_the_ilias_installation','en','You received %1$s new mail at the ILIAS-Installation %2$s',NULL,NULL),('common','mail_b_inbox','en','Inbox',NULL,NULL),('common','mail_c_trash','en','Trash',NULL,NULL),('common','mail_delete_error','en','Error while deleting',NULL,NULL),('common','mail_d_drafts','en','Drafts',NULL,NULL),('common','mail_edit_permission','en','User can change permission settings in Mail administration',NULL,NULL),('common','mail_e_sent','en','Sent',NULL,NULL),('common','mail_folders','en','Mail Folders',NULL,NULL),('common','mail_import_file','en','Export file',NULL,NULL),('common','mail_mails_of','en','Mail',NULL,NULL),('common','mail_maxsize_attach','en','Max. attachment size',NULL,NULL),('common','mail_member','en','Mail to Member',NULL,NULL),('common','mail_members','en','Mail to Members',NULL,NULL),('common','mail_not_sent','en','Mail not sent!',NULL,NULL),('common','mail_search_no','en','No entries found.',NULL,NULL),('common','mail_select_one','en','You must select one mail',NULL,NULL),('common','mail_send_error','en','Error sending mail',NULL,NULL),('common','mail_sent','en','Mail sent!',NULL,NULL),('common','mail_settings','en','Mail Settings',NULL,NULL),('common','mail_to_global_roles_not_allowed','en','%1$s (it is not allowed to send mails to global roles)',NULL,NULL),('common','mail_z_local','en','User Folders',NULL,NULL),('common','mainbar_aria_label','en','Mainbar',NULL,NULL),('common','mainbar_more_label','en','More',NULL,NULL),('common','main_menu','en','Main Menu',NULL,NULL),('common','manage_members','en','Manage Members',NULL,NULL),('common','marked_entries','en','Marked Entries',NULL,NULL),('common','matriculation','en','Matriculation number',NULL,NULL),('common','max_previews_per_object','en','Number of preview images per file',NULL,NULL),('common','max_previews_per_object_info','en','Defines the maximum number of preview images that are created per file.',NULL,NULL),('common','mcst','en','Mediacast',NULL,NULL),('common','mcst_add','en','Add Mediacast',NULL,NULL),('common','mcst_new','en','New Mediacast',NULL,NULL),('common','member','en','Member',NULL,NULL),('common','members','en','Members',NULL,NULL),('common','membership_leave','en','Leave',NULL,NULL),('common','member_status','en','Member Status',NULL,NULL),('common','mem_add_to_wl','en','Join Waiting List',NULL,NULL),('common','mem_alert_no_places','en','There are no free places available.',NULL,NULL),('common','mem_cron_min_members','en','Course/Group: Minimum Members Check',NULL,NULL),('common','mem_cron_min_members_info','en','The administrators will be notified if the minimum number is not met.',NULL,NULL),('common','mem_end','en','Registration End:',NULL,NULL),('common','mem_free_places','en','Free Places',NULL,NULL),('common','mem_max_users','en','Maximum of Users:',NULL,NULL),('common','mem_min_users','en','Minimum of Users',NULL,NULL),('common','mem_participants','en','Participants',NULL,NULL),('common','mem_reg_expired','en','The registration time is expired.',NULL,NULL),('common','mem_reg_not_started','en','The registration has not started',NULL,NULL),('common','mem_reg_period','en','Registration Period',NULL,NULL),('common','mem_reg_type','en','Registration Type',NULL,NULL),('common','mem_start','en','Registration Start:',NULL,NULL),('common','mem_unlimited','en','Unlimited',NULL,NULL),('common','mem_view_activate','en','Show Member View',NULL,NULL),('common','mem_view_close','en','Close Member View',NULL,NULL),('common','mem_view_long','en','Member View',NULL,NULL),('common','mem_waiting_list','en','Users on Waiting List:',NULL,NULL),('common','mem_waiting_list_position','en','Your Position on the Waiting List:',NULL,NULL),('common','mep','en','Media Pool',NULL,NULL),('common','mep_add','en','Add Media Pool',NULL,NULL),('common','mep_edit','en','Edit Media Pool Properties',NULL,NULL),('common','mep_new','en','New Media Pool',NULL,NULL),('common','mep_not_insert_already_exist','en','The following items have not been inserted because they are already in the media pool:',NULL,NULL),('common','message','en','Message',NULL,NULL),('common','message_content','en','Message Content',NULL,NULL),('common','message_no_delivered_files','en','You have not submitted any files.',NULL,NULL),('common','metabar_aria_label','en','Metabar',NULL,NULL),('common','meta_data','en','Metadata',NULL,NULL),('common','mgs_objects_linked_to_the_following_folders_p','en','The objects were linked to the following folder(s).',NULL,NULL),('common','mgs_objects_linked_to_the_following_folders_s','en','The object was linked to the following folder(s).',NULL,NULL),('common','migrate','en','Migrate',NULL,NULL),('common','minimize','en','Minimize',NULL,NULL),('common','minute','en','Minute',NULL,NULL),('common','minutes','en','Minutes',NULL,NULL),('common','missing','en','Missing',NULL,NULL),('common','missing_perm','en','Missing Permission',NULL,NULL),('common','missing_precondition','en','Missing Precondition',NULL,NULL),('common','mme_lost_item_reason','en','Item is no longer provided.',NULL,NULL),('common','mme_lost_item_title','en','No assignment',NULL,NULL),('common','mm_achievements','en','Achievements',NULL,NULL),('common','mm_administration','en','Administration',NULL,NULL),('common','mm_badges','en','Badges',NULL,NULL),('common','mm_calendar','en','Calendar',NULL,NULL),('common','mm_certificates','en','Certificates',NULL,NULL),('common','mm_comments','en','Comments',NULL,NULL),('common','mm_communication','en','Communication',NULL,NULL),('common','mm_contacts','en','Contacts',NULL,NULL),('common','mm_dashboard','en','Dashboard',NULL,NULL),('common','mm_enrolments','en','Course Memberships',NULL,NULL),('common','mm_favorites','en','Favourites',NULL,NULL),('common','mm_learning_history','en','Learning History',NULL,NULL),('common','mm_learning_progress','en','Learning Progress',NULL,NULL),('common','mm_mail','en','Mail',NULL,NULL),('common','mm_news','en','News',NULL,NULL),('common','mm_notes','en','Private Notes',NULL,NULL),('common','mm_organisation','en','Organisation',NULL,NULL),('common','mm_personal_and_shared_r','en','Personal and Shared Resources',NULL,NULL),('common','mm_personal_workspace','en','Personal Workspace',NULL,NULL),('common','mm_portfolio','en','Portfolio',NULL,NULL),('common','mm_private_chats','en','Private Chats',NULL,NULL),('common','mm_repository','en','Repository',NULL,NULL),('common','mm_repo_tree_view','en','Tree View',NULL,NULL),('common','mm_repo_tree_view_act','en','Activate Tree',NULL,NULL),('common','mm_repo_tree_view_deact','en','Deactivate Tree',NULL,NULL),('common','mm_skills','en','Competences',NULL,NULL),('common','mm_staff_list','en','Staff List',NULL,NULL),('common','mm_tags','en','Tags',NULL,NULL),('common','mm_task_derived_tasks','en','Tasks',NULL,NULL),('common','mob','en','Media Object',NULL,NULL),('common','moderators','en','Moderators',NULL,NULL),('common','module','en','module',NULL,NULL),('common','modules','en','Modules',NULL,NULL),('common','month','en','Month',NULL,NULL),('common','monthly','en','monthly',NULL,NULL),('common','months','en','Months',NULL,NULL),('common','month_01_long','en','January',NULL,NULL),('common','month_01_short','en','Jan',NULL,NULL),('common','month_02_long','en','February',NULL,NULL),('common','month_02_short','en','Feb',NULL,NULL),('common','month_03_long','en','March',NULL,NULL),('common','month_03_short','en','Mar',NULL,NULL),('common','month_04_long','en','April',NULL,NULL),('common','month_04_short','en','Apr',NULL,NULL),('common','month_05_long','en','May',NULL,NULL),('common','month_05_short','en','May',NULL,NULL),('common','month_06_long','en','June',NULL,NULL),('common','month_06_short','en','Jun',NULL,NULL),('common','month_07_long','en','July',NULL,NULL),('common','month_07_short','en','Jul',NULL,NULL),('common','month_08_long','en','August',NULL,NULL),('common','month_08_short','en','Aug',NULL,NULL),('common','month_09_long','en','September',NULL,NULL),('common','month_09_short','en','Sep',NULL,NULL),('common','month_10_long','en','October',NULL,NULL),('common','month_10_short','en','Oct',NULL,NULL),('common','month_11_long','en','November',NULL,NULL),('common','month_11_short','en','Nov',NULL,NULL),('common','month_12_long','en','December',NULL,NULL),('common','month_12_short','en','Dec',NULL,NULL),('common','mount_webfolder','en','Open as web folder',NULL,NULL),('common','move','en','Move',NULL,NULL),('common','moveChapter','en','Move',NULL,NULL),('common','movePage','en','Move',NULL,NULL),('common','move_selected_items','en','Move',NULL,NULL),('common','msg_bt_download_started','en','A ZIP archive with all download files is now created in the background. You can see the status of your background processes at the top right in the Notification Centre. You can also download the ZIP archive there.',NULL,NULL),('common','msg_cancel','en','Action cancelled',NULL,NULL),('common','msg_clear_clipboard','en','Clipboard cleared',NULL,NULL),('common','msg_cloned','en','Selected object(s) copied',NULL,NULL),('common','msg_copy_clipboard','en','Please select the location to which the selected objects should be pasted and click the button ‘Paste’.',NULL,NULL),('common','msg_copy_clipboard_container','en','Now, please select the desired location, where the selected objects should be pasted into and click the button ‘Continue’.',NULL,NULL),('common','msg_copy_clipboard_source','en','Now, please select the desired course or group, whose content should be copied and click the button ‘Next’.',NULL,NULL),('common','msg_cut_clipboard','en','Now, please select the desired location, where the selected objects should be pasted into and click the button ‘Paste’.',NULL,NULL),('common','msg_cut_copied','en','Selected object(s) moved.',NULL,NULL),('common','msg_deleted_export_files','en','Export file(s) deleted',NULL,NULL),('common','msg_deleted_role','en','Role deleted',NULL,NULL),('common','msg_deleted_roles_rolts','en','Roles and Role Templates deleted',NULL,NULL),('common','msg_failed','en','Sorry, action failed',NULL,NULL),('common','msg_form_save_error','en','The form data could not be saved. Please check the input fields for any error messages.',NULL,NULL),('common','msg_info_blacklisted','en','This file cannot be uploaded for security reasons.',NULL,NULL),('common','msg_input_char_limit_max','en','You have entered more characters than allowed.',NULL,NULL),('common','msg_input_char_limit_min','en','You have to enter the minimum of characters specified.',NULL,NULL),('common','msg_input_does_not_match_regexp','en','Please provide a valid value.',NULL,NULL),('common','msg_input_is_required','en','This input is required. Please enter a value.',NULL,NULL),('common','msg_is_last_role','en','You removed the last global role from the following users',NULL,NULL),('common','msg_last_role_for_registration','en','At least one role must be available in the registration form for new users. This role is currently the only one available.',NULL,NULL),('common','msg_linked','en','Selected object(s) linked.',NULL,NULL),('common','msg_link_clipboard_p','en','Now, please select the desired location, where the selected objects should be linked to and click the button Paste.',NULL,NULL),('common','msg_link_clipboard_s','en','Now, please select the desired location, where the selected object should be linked to and click the button Paste.',NULL,NULL),('common','msg_may_not_contain','en','This object may not contain objects of type:',NULL,NULL),('common','msg_min_one_role','en','Each user must have at least one global role!',NULL,NULL),('common','msg_multi_language_selected','en','You selected the same language for different translations!',NULL,NULL),('common','msg_not_available_for_anon','en','The page you have chosen is only accessible for registered users',NULL,NULL),('common','msg_not_in_itself','en','It’s not possible to paste the object in itself',NULL,NULL),('common','msg_no_default_language','en','No default language specified! You must define one translation as default translation.',NULL,NULL),('common','msg_no_delete_yourself','en','You cannot delete your own user account.',NULL,NULL),('common','msg_no_file','en','You didn\'t choose a file or the selected file was too big.',NULL,NULL),('common','msg_no_files_selected','en','No files selected',NULL,NULL),('common','msg_no_language_selected','en','No translation language specified! You must define a language for each translation',NULL,NULL),('common','msg_no_perm_assign_role_to_user','en','You have no permission to change user\'s role assignment',NULL,NULL),('common','msg_no_perm_assign_user_to_role','en','You have no permission to change the user assignment',NULL,NULL),('common','msg_no_perm_copy','en','You have no permission to create a copy of the following object(s):',NULL,NULL),('common','msg_no_perm_create_rolt','en','You have no permission to add role templates',NULL,NULL),('common','msg_no_perm_cut','en','You have no permission to cut the following object(s):',NULL,NULL),('common','msg_no_perm_delete','en','You have no permission to delete the following object(s):',NULL,NULL),('common','msg_no_perm_link','en','You have no permission to create a link from the following object(s):',NULL,NULL),('common','msg_no_perm_modify_rolt','en','You have no permission to modify role templates',NULL,NULL),('common','msg_no_perm_modify_user','en','You have no permission to modify user data',NULL,NULL),('common','msg_no_perm_paste','en','You have no permission to paste the following object(s):',NULL,NULL),('common','msg_no_perm_paste_object_in_folder','en','You have no permission to paste the object %s in the folder %s.',NULL,NULL),('common','msg_no_perm_perm','en','You have no permission to edit permission settings',NULL,NULL),('common','msg_no_perm_read','en','You have no permission to access this item.',NULL,NULL),('common','msg_no_perm_read_item','en','You have no permission to access item \'%s’.',NULL,NULL),('common','msg_no_perm_read_lm','en','You have no permission to read this learning module.',NULL,NULL),('common','msg_no_perm_write','en','You have no permission to write',NULL,NULL),('common','msg_no_search_result','en','No entries found',NULL,NULL),('common','msg_no_search_string','en','Please enter your query',NULL,NULL),('common','msg_no_title','en','Please enter a title.',NULL,NULL),('common','msg_obj_already_deleted','en','The object has already been deleted.',NULL,NULL),('common','msg_obj_created','en','Object created.',NULL,NULL),('common','msg_obj_exists','en','This object already exists in this folder',NULL,NULL),('common','msg_obj_exists_in_folder','en','The object %s already exists in the folder %s.',NULL,NULL),('common','msg_obj_may_not_contain_objects_of_type','en','The object %s may not contain objects of type: %s.',NULL,NULL),('common','msg_obj_modified','en','Modifications saved.',NULL,NULL),('common','msg_obj_no_download','en','cannot be downloaded.',NULL,NULL),('common','msg_obj_no_link','en','It is not possible to link container objects like categories, courses, groups or folder due to technical reasons. Instead you may link several single objects within such a container to other areas or create a category link, course link or group link.',NULL,NULL),('common','msg_obj_perm_download','en','You do not have sufficient rights to download the following objects:',NULL,NULL),('common','msg_paste_object_not_in_itself','en','It’s not possible to paste the Object \"%s\" in itself.',NULL,NULL),('common','msg_perm_adopted_from1','en','Permission settings adopted from',NULL,NULL),('common','msg_perm_adopted_from2','en','(Settings have been saved!)',NULL,NULL),('common','msg_perm_adopted_from_itself','en','You cannot adopt permission settings from the current role/role template itself.',NULL,NULL),('common','msg_removed','en','Object(s) removed from system.',NULL,NULL),('common','msg_roleassignment_changed','en','Role assignment changed',NULL,NULL),('common','msg_role_reserved_prefix','en','The prefix ‘il_’ is reserved for automatically generated roles. Please choose another name',NULL,NULL),('common','msg_sysrole_not_deletable','en','The system role cannot be deleted',NULL,NULL),('common','msg_sysrole_not_editable','en','The permission settings of the system role may not be changed. The system role grants all assigned users unlimited access to all objects and functions.',NULL,NULL),('common','msg_to_many_files','en','Too many files selected, allowed amount of files:',NULL,NULL),('common','msg_trash_empty','en','There are no deleted objects',NULL,NULL),('common','msg_undeleted','en','Object(s) restored.',NULL,NULL),('common','msg_unit_is_required','en','This input requires a unit. Please enter a correct value.',NULL,NULL),('common','msg_unknown_value','en','An unknown value has been passed.',NULL,NULL),('common','msg_userassignment_changed','en','User assignment changed',NULL,NULL),('common','msg_user_last_role1','en','The following users are assigned to this role only:',NULL,NULL),('common','msg_user_last_role2','en','Please delete the users or assign them to another role in order to delete this role.',NULL,NULL),('common','msg_wrong_filetypes','en','Allowed Files-Types:',NULL,NULL),('common','msg_wrong_format','en','The value you entered is not a valid format.',NULL,NULL),('common','my_bms','en','Bookmarks',NULL,NULL),('common','my_certificates','en','My Certificates',NULL,NULL),('common','my_contacts','en','My Contacts',NULL,NULL),('common','my_courses','en','My Courses',NULL,NULL),('common','my_courses_groups','en','My Courses and Groups',NULL,NULL),('common','my_staff','en','Staff',NULL,NULL),('common','name','en','Name',NULL,NULL),('common','nc_contact_requests_headline','en','Contact Requests',NULL,NULL),('common','nc_contact_requests_number_p','en','You have %s Contact Requests.',NULL,NULL),('common','nc_contact_requests_number_s','en','You have %s Contact Request.',NULL,NULL),('common','nc_contact_requests_prop_time','en','Time',NULL,NULL),('common','never','en','never',NULL,NULL),('common','new','en','New',NULL,NULL),('common','newline','en','New Line',NULL,NULL),('common','news','en','News',NULL,NULL),('common','new_language','en','New Language',NULL,NULL),('common','new_pass_equals_old_pass','en','The new password equals the old one.',NULL,NULL),('common','next','en','Next',NULL,NULL),('common','no','en','No',NULL,NULL),('common','noc','en','Notification Center',NULL,NULL),('common','none','en','None',NULL,NULL),('common','non_internal_local_roles_only','en','Local roles (only user defined)',NULL,NULL),('common','normal','en','Normal',NULL,NULL),('common','note','en','Note',NULL,NULL),('common','notes','en','Notes',NULL,NULL),('common','notes_and_comments','en','Notes and Comments',NULL,NULL),('common','notice','en','Notice',NULL,NULL),('common','notifications','en','Notifications',NULL,NULL),('common','not_available','en','Not Available',NULL,NULL),('common','not_implemented_yet','en','Not implemented yet',NULL,NULL),('common','not_installed','en','Not Installed',NULL,NULL),('common','not_logged_in','en','You are not logged in',NULL,NULL),('common','no_accessibility_control_concept_description','en','There is currently no Accessibility document available for this installation. Please contact your <a href=\"%1$s\">Contact Point for Accessibility Issues</a>.',NULL,NULL),('common','no_access_item','en','You have no permission to access this item.',NULL,NULL),('common','no_access_item_public','en','To access this item you need to be logged in and to have appropriate permissions.',NULL,NULL),('common','no_checkbox','en','You did not select any item.',NULL,NULL),('common','no_condition_selected','en','Please select one precondition.',NULL,NULL),('common','no_date','en','No date',NULL,NULL),('common','no_gallery_users_available','en','There are currently no users in the gallery.',NULL,NULL),('common','no_global_role_left','en','Every user has to be assigned to one role.',NULL,NULL),('common','no_import_file_found','en','No import file found',NULL,NULL),('common','no_items','en','This object is empty and contains no items.',NULL,NULL),('common','no_limit','en','No limit',NULL,NULL),('common','no_mkisofs_configured','en','You have to configure mkisofs utility in ILIAS setup to run ISO export',NULL,NULL),('common','no_owner','en','No Owner',NULL,NULL),('common','no_parent_access','en','No access to a superordinated object!',NULL,NULL),('common','no_permission','en','You do not have the necessary permission.',NULL,NULL),('common','no_roles_user_can_be_assigned_to','en','There are no global roles the user can be assigned to. Therefore you are not allowed to add users.',NULL,NULL),('common','no_start_file','en','No Start File.',NULL,NULL),('common','no_title','en','No Title',NULL,NULL),('common','no_users_selected','en','Please select one user.',NULL,NULL),('common','no_xml_file_found_in_zip','en','XML file within zip file not found:',NULL,NULL),('common','nr_following_sessions','en','%1d following session(s)...',NULL,NULL),('common','numberedlist_action','en','Insert Numbered List - Click to insert a numbered list.',NULL,NULL),('common','num_of_selected_files','en','%s file(s) selected',NULL,NULL),('common','num_users','en','Number of Users',NULL,NULL),('common','obj','en','Object',NULL,NULL),('common','object','en','Object',NULL,NULL),('common','objects','en','Objects',NULL,NULL),('common','object_added','en','Object added.',NULL,NULL),('common','object_copy_in_progress','en','Started Copying.',NULL,NULL),('common','object_duplicated','en','Object copied',NULL,NULL),('common','object_id','en','Object-ID',NULL,NULL),('common','object_imported','en','Object imported',NULL,NULL),('common','objf','en','Object definitions',NULL,NULL),('common','objs_bibl','en','Bibliographies',NULL,NULL),('common','objs_blog','en','Blogs',NULL,NULL),('common','objs_book','en','Booking Pools',NULL,NULL),('common','objs_cat','en','Categories',NULL,NULL),('common','objs_catr','en','Category Link',NULL,NULL),('common','objs_chtr','en','Chat Room',NULL,NULL),('common','objs_cld','en','Cloud Objects',NULL,NULL),('common','objs_cmix','en','Objects xAPI/cmi5',NULL,NULL),('common','objs_copa','en','Content Pages',NULL,NULL),('common','objs_crs','en','Courses',NULL,NULL),('common','objs_crsr','en','Course Link',NULL,NULL),('common','objs_dcl','en','Data Collections',NULL,NULL),('common','objs_etal','en','Employee Talks',NULL,NULL),('common','objs_exc','en','Exercises',NULL,NULL),('common','objs_file','en','Files',NULL,NULL),('common','objs_fold','en','Folders',NULL,NULL),('common','objs_frm','en','Forums',NULL,NULL),('common','objs_glo','en','Glossaries',NULL,NULL),('common','objs_grp','en','Groups',NULL,NULL),('common','objs_grpr','en','Group Links',NULL,NULL),('common','objs_htlm','en','HTML Learning Modules',NULL,NULL),('common','objs_iass','en','Individual Assessments',NULL,NULL),('common','objs_itgr','en','Item Groups',NULL,NULL),('common','objs_lm','en','ILIAS Learning Modules',NULL,NULL),('common','objs_lres','en','Learning Resources',NULL,NULL),('common','objs_lso','en','Learning Sequences',NULL,NULL),('common','objs_lti','en','LTI Consumers',NULL,NULL),('common','objs_mail','en','Mail',NULL,NULL),('common','objs_mcst','en','Mediacasts',NULL,NULL),('common','objs_mep','en','Media Pools',NULL,NULL),('common','objs_orgu','en','Organisational Units',NULL,NULL),('common','objs_poll','en','Polls',NULL,NULL),('common','objs_prg','en','Study Programmes',NULL,NULL),('common','objs_prgr','en','Links to Study Programmes',NULL,NULL),('common','objs_prtf','en','Portfolios',NULL,NULL),('common','objs_prtt','en','Portfolio Templates',NULL,NULL),('common','objs_qpl','en','Question Pools Test',NULL,NULL),('common','objs_qst','en','Questions',NULL,NULL),('common','objs_rcat','en','ECS Categories',NULL,NULL),('common','objs_rcrs','en','ECS Courses',NULL,NULL),('common','objs_rfil','en','ECS Files',NULL,NULL),('common','objs_rglo','en','ECS Glossaries',NULL,NULL),('common','objs_rgrp','en','ECS Groups',NULL,NULL),('common','objs_rlm','en','ECS Learning Modules',NULL,NULL),('common','objs_role','en','Roles',NULL,NULL),('common','objs_rtst','en','ECS Tests',NULL,NULL),('common','objs_rwik','en','ECS Wikis',NULL,NULL),('common','objs_sahs','en','SCORM Learning Modules',NULL,NULL),('common','objs_sess','en','Sessions',NULL,NULL),('common','objs_skee','en','Competence Trees',NULL,NULL),('common','objs_spl','en','Question Pools Survey',NULL,NULL),('common','objs_st','en','Chapters',NULL,NULL),('common','objs_svy','en','Surveys',NULL,NULL),('common','objs_tala','en','Talk Templates',NULL,NULL),('common','objs_talt','en','Talk Templates',NULL,NULL),('common','objs_tst','en','Tests',NULL,NULL),('common','objs_webr','en','Weblinks',NULL,NULL),('common','objs_wiki','en','Wikis',NULL,NULL),('common','obj_accs','en','Accessibility',NULL,NULL),('common','obj_accs_desc','en','Settings for accessibility features.',NULL,NULL),('common','obj_adm','en','Administration',NULL,NULL),('common','obj_adm_desc','en','Main system settings folder containing all panels to administrate your ILIAS installation.',NULL,NULL),('common','obj_adn','en','Administrative Notifications',NULL,NULL),('common','obj_adve','en','Editing',NULL,NULL),('common','obj_adve_desc','en','Administration settings for ILIAS page editor and TinyMCE.',NULL,NULL),('common','obj_ass','en','Asset',NULL,NULL),('common','obj_assf','en','Test and Assessment',NULL,NULL),('common','obj_assf_desc','en','Platform settings for the Test and Assessment tool',NULL,NULL),('common','obj_auth','en','Authentication and Registration',NULL,NULL),('common','obj_auth_desc','en','Configure your authentication mode (local, LDAP, ...) and new account registration settings here.',NULL,NULL),('common','obj_awra','en','‘Who is online?’-Tool',NULL,NULL),('common','obj_awra_desc','en','Manage ‘Who is online?’-Tool',NULL,NULL),('common','obj_bdga','en','Badges',NULL,NULL),('common','obj_bdga_desc','en','Administrate types, image templates and activity badges',NULL,NULL),('common','obj_bgtk','en','Background Task',NULL,NULL),('common','obj_bibl','en','Bibliography',NULL,NULL),('common','obj_bibs','en','Bibliography',NULL,NULL),('common','obj_bibs_desc','en','Bibliography Administration',NULL,NULL),('common','obj_blog','en','Blog',NULL,NULL),('common','obj_blog_duplicate','en','Copy Blog',NULL,NULL),('common','obj_book','en','Booking Pool',NULL,NULL),('common','obj_cadm','en','Contacts',NULL,NULL),('common','obj_cadm_desc','en','Contacts Administration',NULL,NULL),('common','obj_cals','en','Calendar',NULL,NULL),('common','obj_cals_desc','en','General Calendar settings.',NULL,NULL),('common','obj_cat','en','Category',NULL,NULL),('common','obj_catr','en','Category Link',NULL,NULL),('common','obj_cat_duplicate','en','Copy Category',NULL,NULL),('common','obj_cert','en','Certificates',NULL,NULL),('common','obj_cert_desc','en','Settings for certificates',NULL,NULL),('common','obj_chap','en','Chapter',NULL,NULL),('common','obj_chta','en','Chat Room',NULL,NULL),('common','obj_chtr','en','Chat Room',NULL,NULL),('common','obj_chtr_duplicate','en','Copy Chat Room',NULL,NULL),('common','obj_cld','en','Cloud Object',NULL,NULL),('common','obj_cmis','en','LRS',NULL,NULL),('common','obj_cmis_desc','en','Configure the Types of Learning Record Stores',NULL,NULL),('common','obj_cmix','en','xAPI/cmi5',NULL,NULL),('common','obj_cmps','en','Plugins',NULL,NULL),('common','obj_cmps_desc','en','General settings for Plugins',NULL,NULL),('common','obj_coms','en','Comments',NULL,NULL),('common','obj_coms_desc','en','Comments settings',NULL,NULL),('common','obj_copa','en','Content Page',NULL,NULL),('common','obj_cpad','en','Content Pages',NULL,NULL),('common','obj_cpad#_desc','en','Content Page Administration',NULL,NULL),('common','obj_cpad_desc','en','Content Page Administration',NULL,NULL),('common','obj_crs','en','Course',NULL,NULL),('common','obj_crsr','en','Course Link',NULL,NULL),('common','obj_crss','en','Course',NULL,NULL),('common','obj_crss_desc','en','General settings for Courses',NULL,NULL),('common','obj_crsv','en','Course Certificate',NULL,NULL),('common','obj_crs_duplicate','en','Copy Course',NULL,NULL),('common','obj_dbk','en','Digilib Book',NULL,NULL),('common','obj_dcl','en','Data Collection',NULL,NULL),('common','obj_dcl_duplicate','en','Copy Data Collection',NULL,NULL),('common','obj_dpro','en','Declaration of Data Protection',NULL,NULL),('common','obj_dpro_desc','en','Declaration of Data Protection Settings',NULL,NULL),('common','obj_dshs','en','Dashboard',NULL,NULL),('common','obj_dshs_desc','en','Dashboard settings',NULL,NULL),('common','obj_ecss','en','ECS',NULL,NULL),('common','obj_ecss_desc','en','General ECS Settings',NULL,NULL),('common','obj_etal','en','Employee Talk',NULL,NULL),('common','obj_exc','en','Exercise',NULL,NULL),('common','obj_excv','en','Exercise Certificate',NULL,NULL),('common','obj_exc_duplicate','en','Copy Exercise',NULL,NULL),('common','obj_extt','en','Third Party Software',NULL,NULL),('common','obj_extt_desc','en','Configure external software or services that are supported by ILIAS',NULL,NULL),('common','obj_facs','en','Files',NULL,NULL),('common','obj_facs_desc','en','Settings for files and file handling',NULL,NULL),('common','obj_file','en','File',NULL,NULL),('common','obj_file_duplicate','en','Duplicate File',NULL,NULL),('common','obj_file_inline','en','Inline File',NULL,NULL),('common','obj_fils','en','File Services',NULL,NULL),('common','obj_fils_desc','en','Configuration of File Service Settings.',NULL,NULL),('common','obj_fold','en','Folder',NULL,NULL),('common','obj_fold_duplicate','en','Copy Folder',NULL,NULL),('common','obj_frm','en','Forum',NULL,NULL),('common','obj_frma','en','Forum',NULL,NULL),('common','obj_frma_desc','en','Global Forum Settings',NULL,NULL),('common','obj_frm_duplicate','en','Copy Forum',NULL,NULL),('common','obj_glo','en','Glossary',NULL,NULL),('common','obj_glo_duplicate','en','Copy Glossary',NULL,NULL),('common','obj_grp','en','Group',NULL,NULL),('common','obj_grpr','en','Group Link',NULL,NULL),('common','obj_grps','en','Group',NULL,NULL),('common','obj_grps_desc','en','General settings for Groups',NULL,NULL),('common','obj_grp_duplicate','en','Copy Group',NULL,NULL),('common','obj_hlps','en','Help System',NULL,NULL),('common','obj_hlps_desc','en','Settings for the online help',NULL,NULL),('common','obj_htlm','en','Learning Module HTML',NULL,NULL),('common','obj_htlm_duplicate','en','Copy HTML Learning Module',NULL,NULL),('common','obj_iass','en','Individual Assessment',NULL,NULL),('common','obj_iass_duplicate','en','Copy Individual Assessment',NULL,NULL),('common','obj_iass_select','en','-- Please select one individual assessment --',NULL,NULL),('common','obj_itgr','en','Item Group',NULL,NULL),('common','obj_ldap_desc','en','Configure global LDAP Settings here.',NULL,NULL),('common','obj_ldoc','en','Legal Documents',NULL,NULL),('common','obj_lhts','en','Learning History',NULL,NULL),('common','obj_lhts_desc','en','Learning history settings',NULL,NULL),('common','obj_lm','en','Learning Module ILIAS',NULL,NULL),('common','obj_lm_duplicate','en','Copy Learning Module',NULL,NULL),('common','obj_lng','en','Language',NULL,NULL),('common','obj_lngf','en','Languages',NULL,NULL),('common','obj_lngf_desc','en','Manage your system languages here.',NULL,NULL),('common','obj_logs','en','Logging',NULL,NULL),('common','obj_logs_desc','en','General Logging Settings',NULL,NULL),('common','obj_lrss','en','Learning Modules',NULL,NULL),('common','obj_lrss_desc','en','Configure all types of learning modules.',NULL,NULL),('common','obj_lso','en','Learning Sequence',NULL,NULL),('common','obj_lsos','en','Learning Sequences',NULL,NULL),('common','obj_lsos_desc','en','General settings for Learning Sequences',NULL,NULL),('common','obj_lso_duplicate','en','Copy Learning Sequence',NULL,NULL),('common','obj_lti','en','LTI Consumer',NULL,NULL),('common','obj_ltis','en','LTI',NULL,NULL),('common','obj_ltis_desc','en','Learning Tools Interoperability',NULL,NULL),('common','obj_mail','en','Mail',NULL,NULL),('common','obj_mail_desc','en','Configure global mail settings here.',NULL,NULL),('common','obj_mcst','en','Mediacast',NULL,NULL),('common','obj_mcst_duplicate','en','Copy Mediacast',NULL,NULL),('common','obj_mcts','en','Mediacast',NULL,NULL),('common','obj_mcts_desc','en','General settings for mediacast.',NULL,NULL),('common','obj_mep','en','Media Pool',NULL,NULL),('common','obj_mep_duplicate','en','Copy Media Pool',NULL,NULL),('common','obj_mme','en','Main Menu',NULL,NULL),('common','obj_mob','en','Media Object',NULL,NULL),('common','obj_mobs','en','Media Objects and Pools',NULL,NULL),('common','obj_mobs_desc','en','Settings for media objects and media pools.',NULL,NULL),('common','obj_nota','en','Notifications',NULL,NULL),('common','obj_nota_desc','en','Notifications Administration',NULL,NULL),('common','obj_nots','en','Notes',NULL,NULL),('common','obj_nots_desc','en','Notes settings',NULL,NULL),('common','obj_not_found','en','Object Not Found',NULL,NULL),('common','obj_nwss','en','News and Web Feeds',NULL,NULL),('common','obj_nwss_desc','en','Settings for internal news and external web feeds.',NULL,NULL),('common','obj_objf','en','Object Definitions',NULL,NULL),('common','obj_objf_desc','en','Manage ILIAS object types and object permissions. (only for experts!)',NULL,NULL),('common','obj_orgu','en','Organisational Unit',NULL,NULL),('common','obj_orgu_description','en','Creating and editing organisational structure',NULL,NULL),('common','obj_page','en','Page',NULL,NULL),('common','obj_pdfg','en','PDF Generation',NULL,NULL),('common','obj_peac','en','Accordion',NULL,NULL),('common','obj_peadl','en','Advanced List',NULL,NULL),('common','obj_peadt','en','Advanced Table',NULL,NULL),('common','obj_pecd','en','Code',NULL,NULL),('common','obj_pech','en','Consultation Hour',NULL,NULL),('common','obj_pecl','en','Column Layout',NULL,NULL),('common','obj_peclp','en','Clipboard',NULL,NULL),('common','obj_pecom','en','Competences',NULL,NULL),('common','obj_pecrs','en','Course',NULL,NULL),('common','obj_pecrt','en','Certificate',NULL,NULL),('common','obj_pecs','en','Content Snippet',NULL,NULL),('common','obj_pedt','en','Data Table',NULL,NULL),('common','obj_pefl','en','File List',NULL,NULL),('common','obj_peim','en','interactive Media',NULL,NULL),('common','obj_pelh','en','Learning History',NULL,NULL),('common','obj_pemed','en','Image/Audio/Video',NULL,NULL),('common','obj_pemp','en','Map',NULL,NULL),('common','obj_pepd','en','Personal Data',NULL,NULL),('common','obj_pepe','en','Plugin Element',NULL,NULL),('common','obj_pepl','en','Page List',NULL,NULL),('common','obj_peplh','en','Placeholder',NULL,NULL),('common','obj_pequ','en','Questions',NULL,NULL),('common','obj_perl','en','Ressource List',NULL,NULL),('common','obj_pesc','en','Section',NULL,NULL),('common','obj_petmp','en','Page Template',NULL,NULL),('common','obj_peusr','en','User',NULL,NULL),('common','obj_pg','en','Page',NULL,NULL),('common','obj_poll','en','Poll',NULL,NULL),('common','obj_poll_dupliate:','en','Copy Poll',NULL,NULL),('common','obj_poll_duplicate','en','Copy Poll',NULL,NULL),('common','obj_prg','en','Study Programme',NULL,NULL),('common','obj_prgr','en','Link to Study Programme',NULL,NULL),('common','obj_prgrs','en','Links to Study Programmes',NULL,NULL),('common','obj_prgs','en','Study Programmes',NULL,NULL),('common','obj_prgs_desc','en','Study Programme Administration',NULL,NULL),('common','obj_prg_duplicate','en','Copy Study Programme',NULL,NULL),('common','obj_prg_select','en','-- Please select one study programme --',NULL,NULL),('common','obj_prss','en','Personal Resources',NULL,NULL),('common','obj_prss_desc','en','Personal resources settings',NULL,NULL),('common','obj_prtf','en','Portfolio',NULL,NULL),('common','obj_prtt','en','Portfolio Template',NULL,NULL),('common','obj_prtt_duplicate','en','Copy Portfolio Template',NULL,NULL),('common','obj_ps','en','Privacy and Security',NULL,NULL),('common','obj_ps_desc','en','Configure global privacy and security settings here.',NULL,NULL),('common','obj_qpl','en','Question Pool Test',NULL,NULL),('common','obj_qpl_duplicate','en','Copy Question Pool Test',NULL,NULL),('common','obj_qpl_select','en','-- Please select one question pool test --',NULL,NULL),('common','obj_rcat','en','ECS Category',NULL,NULL),('common','obj_rcrs','en','ECS Course',NULL,NULL),('common','obj_recf','en','Restored Objects',NULL,NULL),('common','obj_recf_desc','en','Contains restored objects from System Check.',NULL,NULL),('common','obj_rep','en','Repository',NULL,NULL),('common','obj_reps','en','Repository',NULL,NULL),('common','obj_reps_desc','en','General settings for the Repository',NULL,NULL),('common','obj_rfil','en','ECS File',NULL,NULL),('common','obj_rglo','en','ECS Glossary',NULL,NULL),('common','obj_rgrp','en','ECS Group',NULL,NULL),('common','obj_rlm','en','ECS Learning Module',NULL,NULL),('common','obj_role','en','Role',NULL,NULL),('common','obj_rolf','en','Roles',NULL,NULL),('common','obj_rolf_desc','en','Manage your roles here.',NULL,NULL),('common','obj_rolf_local','en','Local Roles',NULL,NULL),('common','obj_rolf_local_desc','en','Contains local roles of object no.',NULL,NULL),('common','obj_rolt','en','Role Template',NULL,NULL),('common','obj_root','en','Repository - Home',NULL,NULL),('common','obj_rtst','en','ECS Test',NULL,NULL),('common','obj_rwik','en','ECS Wiki',NULL,NULL),('common','obj_sahs','en','Learning Module SCORM',NULL,NULL),('common','obj_sahs_duplicate','en','Copy Learning Module',NULL,NULL),('common','obj_sco','en','SCO',NULL,NULL),('common','obj_scov','en','SCORM Certificate',NULL,NULL),('common','obj_seas','en','Search',NULL,NULL),('common','obj_seas_desc','en','Manage the search settings here.',NULL,NULL),('common','obj_sess','en','Session',NULL,NULL),('common','obj_sess_duplicate','en','Copy Session',NULL,NULL),('common','obj_skmg','en','Competence Management',NULL,NULL),('common','obj_skmg_desc','en','Manage competences and competence categories.',NULL,NULL),('common','obj_spl','en','Question Pool Survey',NULL,NULL),('common','obj_spl_select','en','-- Please select one question pool survey --',NULL,NULL),('common','obj_st','en','Chapter',NULL,NULL),('common','obj_sty','en','Style',NULL,NULL),('common','obj_stys','en','Layout and Styles',NULL,NULL),('common','obj_stys_desc','en','Manage system skin and style settings here',NULL,NULL),('common','obj_svy','en','Survey',NULL,NULL),('common','obj_svyf','en','Survey',NULL,NULL),('common','obj_svyf_desc','en','Platform settings for the Survey Tool',NULL,NULL),('common','obj_svy_duplicate','en','Copy Survey',NULL,NULL),('common','obj_sysc','en','System Check',NULL,NULL),('common','obj_sysc_desc','en','System Check and Repair Tools',NULL,NULL),('common','obj_tags','en','Tagging',NULL,NULL),('common','obj_tags_desc','en','Settings for tagging feature.',NULL,NULL),('common','obj_tala','en','Talk Templates',NULL,NULL),('common','obj_tala_desc','en','Talk Templates',NULL,NULL),('common','obj_tals','en','Employee Talk Series',NULL,NULL),('common','obj_talt','en','Talk Template',NULL,NULL),('common','obj_task','en','Task',NULL,NULL),('common','obj_tax','en','Taxonomy',NULL,NULL),('common','obj_taxf','en','Taxonomies',NULL,NULL),('common','obj_tool_setting_calendar','en','Calendar Block',NULL,NULL),('common','obj_tool_setting_calendar_active','en','Calendar',NULL,NULL),('common','obj_tool_setting_calendar_active_info','en','A calendar is available.',NULL,NULL),('common','obj_tool_setting_calendar_info','en','The ‘Calendar’ block is displayed in the ‘Contents’ tab.',NULL,NULL),('common','obj_tool_setting_custom_metadata','en','Manage Custom Metadata',NULL,NULL),('common','obj_tool_setting_custom_metadata_info','en','Custom Metadata sets can be managed in the \"Metadata\" tab.',NULL,NULL),('common','obj_tool_setting_news','en','News',NULL,NULL),('common','obj_tool_setting_news_info','en','The ‘News’ block will be displayed inside the ‘Content’ tab.',NULL,NULL),('common','obj_tos','en','Terms of Service',NULL,NULL),('common','obj_tos_desc','en','Terms of Service Settings',NULL,NULL),('common','obj_trac','en','Statistics and Learning Progress',NULL,NULL),('common','obj_trac_desc','en','Statistics and Learning Progress Settings and Overview',NULL,NULL),('common','obj_tst','en','Test',NULL,NULL),('common','obj_tstv','en','Test Certificate',NULL,NULL),('common','obj_tst_duplicate','en','Copy Test',NULL,NULL),('common','obj_type','en','Object Type',NULL,NULL),('common','obj_user','en','User',NULL,NULL),('common','obj_usr','en','User',NULL,NULL),('common','obj_usrf','en','User Management',NULL,NULL),('common','obj_usrf_desc','en','Manage user accounts here.',NULL,NULL),('common','obj_wbdv','en','WebDAV',NULL,NULL),('common','obj_wbdv_desc','en','Configuration of WebDAV Settings.',NULL,NULL),('common','obj_wbrs','en','Weblink',NULL,NULL),('common','obj_wbrs_desc','en','General settings for Web Links',NULL,NULL),('common','obj_webr','en','Weblink',NULL,NULL),('common','obj_webr_duplicate','en','Copy Weblink list',NULL,NULL),('common','obj_wfe','en','Workflow Engine',NULL,NULL),('common','obj_wfld','en','Folder',NULL,NULL),('common','obj_wiki','en','Wiki',NULL,NULL),('common','obj_wiki_duplicate','en','Copy Wiki',NULL,NULL),('common','obj_wiks','en','Wiki',NULL,NULL),('common','obj_wiks_desc','en','Global Wiki Settings',NULL,NULL),('common','of','en','Of',NULL,NULL),('common','offline','en','Offline',NULL,NULL),('common','offline_mode','en','Use offline',NULL,NULL),('common','ok','en','OK',NULL,NULL),('common','old','en','Old',NULL,NULL),('common','omit','en','Omit',NULL,NULL),('common','omit_all','en','Omit all',NULL,NULL),('common','online','en','Online',NULL,NULL),('common','online_time','en','Time online (DD:HH:MM:SS)',NULL,NULL),('common','only_active','en','Only Active',NULL,NULL),('common','only_inactive','en','Only Inactive',NULL,NULL),('common','on_waiting_list','en','You are on the waiting list',NULL,NULL),('common','open','en','Open',NULL,NULL),('common','operation','en','Operation',NULL,NULL),('common','optimize','en','Optimize',NULL,NULL),('common','option','en','Option',NULL,NULL),('common','optional_filters','en','Optional Filters',NULL,NULL),('common','optional_filter_hint','en','Please activate one of the optional filters.',NULL,NULL),('common','options','en','Options',NULL,NULL),('common','order_by','en','Order by',NULL,NULL),('common','order_by_date','en','By Date',NULL,NULL),('common','organization','en','Provider',NULL,NULL),('common','org_op_access_enrolments','en','View Course Membership Status',NULL,NULL),('common','org_op_manage_members','en','Manage Subordinate Members',NULL,NULL),('common','org_op_read_learning_progress','en','View Learning Progress of Subordinate Users',NULL,NULL),('common','org_permission_settings','en','Permissions of Positions in Organisational Units',NULL,NULL),('common','org_units','en','Organisational Units',NULL,NULL),('common','other','en','Other',NULL,NULL),('common','overview','en','Overview',NULL,NULL),('common','overwrite','en','Overwrite',NULL,NULL),('common','owner','en','Owner',NULL,NULL),('common','owner_updated','en','Owner updated.',NULL,NULL),('common','page','en','Page',NULL,NULL),('common','pages','en','Pages',NULL,NULL),('common','page_count','en','Page Count',NULL,NULL),('common','page_layout','en','Page Layout',NULL,NULL),('common','page_layouts','en','Page Layouts',NULL,NULL),('common','pagination_label_x_of_y','en','Page %1$d of %2$d',NULL,NULL),('common','parameter','en','Parameter',NULL,NULL),('common','parse','en','Parse',NULL,NULL),('common','participate','en','Subscribe',NULL,NULL),('common','passed','en','Passed',NULL,NULL),('common','passwd','en','Password',NULL,NULL),('common','passwd_generation','en','Password Generation',NULL,NULL),('common','passwd_invalid','en','The new password is invalid! Only the following characters are allowed (minimum 6 characters): A-Z a-z 0-9 _.-+?#*@!$%~',NULL,NULL),('common','passwd_not_match','en','Your entries for the new password don’t match! Please re-enter your new password.',NULL,NULL),('common','passwd_wrong','en','The password you entered is wrong!',NULL,NULL),('common','password','en','Password',NULL,NULL),('common','password_allow_chars','en','Allowed chars: %s',NULL,NULL),('common','password_assistance_info','en','Display a ‘Forgot Password?’ link on the ILIAS login page. Users can use this link to set a new password for their user account without needing assistance from a system administrator.',NULL,NULL),('common','password_change_on_first_login_demand','en','You have to change your password before you can start using ILIAS services.',NULL,NULL),('common','password_contains_invalid_chars','en','The password contains invalid characters',NULL,NULL),('common','password_contains_parts_of_login_err','en','The chosen password contains your username. Please insert a new password.',NULL,NULL),('common','password_empty','en','The password field must not be empty.',NULL,NULL),('common','password_expired','en','Your password is expired and has to be changed as the last change was %s day(s) ago.',NULL,NULL),('common','password_multiple_errors','en','Multiple criteria are not satisfied:',NULL,NULL),('common','password_must_chars_and_numbers','en','The password must contain both letters and numbers.',NULL,NULL),('common','password_must_contain_lcase_chars','en','The password must contain at least %s lower case letters.',NULL,NULL),('common','password_must_contain_ucase_chars','en','The password must contain at least %s capital letters.',NULL,NULL),('common','password_must_special_chars','en','The password must contain special characters.',NULL,NULL),('common','password_to_long','en','The password may have at most a length of %s characters.',NULL,NULL),('common','password_to_short','en','The password must have a length of at least of %s characters.',NULL,NULL),('common','paste','en','Paste',NULL,NULL),('common','pasteChapter','en','Paste',NULL,NULL),('common','pastePage','en','Paste',NULL,NULL),('common','paste_clipboard_items','en','Paste',NULL,NULL),('common','path','en','Path',NULL,NULL),('common','pathes','en','Paths',NULL,NULL),('common','path_not_set','en','Path not set',NULL,NULL),('common','path_to_convert','en','Path to Convert',NULL,NULL),('common','path_to_htmldoc','en','Path to HTMLdoc',NULL,NULL),('common','path_to_java','en','Path to Java',NULL,NULL),('common','path_to_unzip','en','Path to Unzip',NULL,NULL),('common','path_to_zip','en','Path to Zip',NULL,NULL),('common','pdf_export','en','PDF Export',NULL,NULL),('common','pd_items_news','en','Include News of Personal Items',NULL,NULL),('common','perma_link','en','Permanent Link',NULL,NULL),('common','permission','en','Permission',NULL,NULL),('common','permission_denied','en','Permission Denied',NULL,NULL),('common','permission_settings','en','Object Permission Settings',NULL,NULL),('common','perm_settings','en','Permissions',NULL,NULL),('common','personal_data','en','Personal Data',NULL,NULL),('common','personal_picture','en','Avatar',NULL,NULL),('common','personal_profile','en','Profile and Privacy',NULL,NULL),('common','personal_resources','en','Personal Resources',NULL,NULL),('common','personal_settings','en','Settings',NULL,NULL),('common','persons','en','Persons',NULL,NULL),('common','person_title','en','Title',NULL,NULL),('common','pg_add','en','Add page',NULL,NULL),('common','pg_new','en','New page',NULL,NULL),('common','phone','en','Phone',NULL,NULL),('common','phone_home','en','Phone, Home',NULL,NULL),('common','phone_mobile','en','Phone, Mobile',NULL,NULL),('common','phone_office','en','Phone, Office',NULL,NULL),('common','phrase','en','Phrase',NULL,NULL),('common','please_choose','en','-- Select --',NULL,NULL),('common','please_enter_target','en','Please enter a target',NULL,NULL),('common','please_enter_title','en','Please enter a title',NULL,NULL),('common','please_select','en','-- Please Select --',NULL,NULL),('common','please_select_a_delivered_file_to_delete','en','You must select at least one delivered file to delete it!',NULL,NULL),('common','please_select_a_delivered_file_to_download','en','You must select at least one delivered file to download it!',NULL,NULL),('common','please_wait','en','Please wait...',NULL,NULL),('common','port','en','Port',NULL,NULL),('common','portfolio','en','Portfolio',NULL,NULL),('common','position','en','Position',NULL,NULL),('common','position_permission_settings','en','Orgunit-Specific Permissions',NULL,NULL),('common','pos_bottom','en','Bottom',NULL,NULL),('common','pos_left','en','Left',NULL,NULL),('common','pos_right','en','Right',NULL,NULL),('common','pos_top','en','Top',NULL,NULL),('common','precondition','en','Precondition',NULL,NULL),('common','preconditions','en','Preconditions',NULL,NULL),('common','preconditions_obligatory_hint','en','You have to fulfill all of the following preconditions',NULL,NULL),('common','preconditions_optional_hint','en','You have to fulfill <b>%s</b> of the following preconditions',NULL,NULL),('common','precondition_not_accessible','en','You do not have sufficient permission to view the precondition(s) of this item.',NULL,NULL),('common','precondition_required_itemlist','en','Required Precondition',NULL,NULL),('common','precondition_toggle','en','Preconditions that need to be fulfilled to access this object',NULL,NULL),('common','predefined_template','en','Predefined role template',NULL,NULL),('common','preferences','en','Preferences',NULL,NULL),('common','presentation_table_more','en','Show More',NULL,NULL),('common','preview','en','Preview',NULL,NULL),('common','preview_create','en','Create Preview',NULL,NULL),('common','preview_delete','en','Delete Preview',NULL,NULL),('common','preview_image_size','en','Size of Preview Images',NULL,NULL),('common','preview_learner_info','en','If enabled, Course and Group administrators have the possibility to view the content form the perspective of a learner.',NULL,NULL),('common','preview_loading','en','Loading Preview...',NULL,NULL),('common','preview_none','en','Preview (not created yet)',NULL,NULL),('common','preview_not_possible','en','Creation of Previews is currently not possible, please read the documentation in %s.',NULL,NULL),('common','preview_renderers','en','Preview Renderers',NULL,NULL),('common','preview_settings','en','File Preview',NULL,NULL),('common','preview_show','en','Show Preview',NULL,NULL),('common','preview_status_creating','en','The preview gets created. This may take some time...',NULL,NULL),('common','preview_status_deleting','en','The preview gets deleted...',NULL,NULL),('common','preview_status_failed','en','Failed to create the preview.',NULL,NULL),('common','preview_status_missing','en','No preview exists for this file.',NULL,NULL),('common','preview_status_pending','en','The preview has not been created yet. Please try again later.',NULL,NULL),('common','previous','en','Previous',NULL,NULL),('common','prgr_add','en','Add Study Programme Link',NULL,NULL),('common','prgr_edit_info','en','Please choose one Study Programme for creating a new link.',NULL,NULL),('common','prgr_new','en','Create Study Programme Link',NULL,NULL),('common','prgr_settings','en','Settings of Study Programme Link',NULL,NULL),('common','prg_copy_threads_info','en','Please decide which Study Program elements should be copied, linked or even omitted.',NULL,NULL),('common','prg_wizard_page','en','Copy Study Program (Step 2/2)',NULL,NULL),('common','print','en','Print',NULL,NULL),('common','print_view','en','Print View',NULL,NULL),('common','private_notes','en','Private Notes',NULL,NULL),('common','pro','en','Pro',NULL,NULL),('common','proceed','en','Proceed',NULL,NULL),('common','profile','en','Profile',NULL,NULL),('common','profile_changed','en','Your profile has changed',NULL,NULL),('common','profile_incomplete','en','Your profile is incomplete. Please fill in all required data.',NULL,NULL),('common','profile_of','en','Profile of',NULL,NULL),('common','properties','en','Properties',NULL,NULL),('common','proxy','en','Proxy-Server',NULL,NULL),('common','proxy_connectable','en','Connection established.',NULL,NULL),('common','proxy_host','en','Host',NULL,NULL),('common','proxy_host_info','en','Please enter a host.',NULL,NULL),('common','proxy_not_connectable','en','ILIAS could not build a connection to the defined proxy.',NULL,NULL),('common','proxy_port','en','Port',NULL,NULL),('common','proxy_port_info','en','Please enter a port between 0 and 65535, e.g.8080.',NULL,NULL),('common','proxy_port_numeric','en','The entered port has to be a numeric value between 0 and 65535',NULL,NULL),('common','proxy_socket_error','en','Socket Error: %s',NULL,NULL),('common','proxy_status','en','Proxy',NULL,NULL),('common','proxy_status_info','en','To use a proxy in ILIAS (e.g. for web feeds or to check web links) please activate the checkbox above.',NULL,NULL),('common','ps_export_scorm','en','Personal Data in Protocol Data',NULL,NULL),('common','ps_password_lowercase_chars_num','en','Lower Case Letters',NULL,NULL),('common','ps_password_lowercase_chars_num_info','en','Enter the minimum number of lower case letters a password must contain. Set to 0 to disable this requirement.',NULL,NULL),('common','ps_password_must_not_contain_loginame','en','Prevent Username in Password',NULL,NULL),('common','ps_password_must_not_contain_loginame_info','en','Disallow passwords that contain the user’s username.',NULL,NULL),('common','ps_password_uppercase_chars_num','en','Capital Letters',NULL,NULL),('common','ps_password_uppercase_chars_num_info','en','Enter the minimum number of capital letters a password must contain. Set to 0 to disable this requirement.',NULL,NULL),('common','public','en','public',NULL,NULL),('common','public_notes','en','Public Notes',NULL,NULL),('common','public_profile','en','Profile',NULL,NULL),('common','public_room','en','Public Chat Room',NULL,NULL),('common','pub_section','en','Anonymous Access',NULL,NULL),('common','pub_section_info','en','If enabled, parts of the system (e.g. repository, workspace, user profiles) can be made available to the internet without authentication. The permissions of the ‘Anonymous’ role will control the access to repository resources.',NULL,NULL),('common','purpose','en','Purpose',NULL,NULL),('common','qpl','en','Question Pool Test',NULL,NULL),('common','qpl_add','en','Add Question Pool Test',NULL,NULL),('common','qpl_copy','en','Copy Question Pool Test',NULL,NULL),('common','qpl_new','en','New Question Pool Test',NULL,NULL),('common','query_data','en','Query data',NULL,NULL),('common','question','en','Question',NULL,NULL),('common','question_message','en','Question',NULL,NULL),('common','quit','en','Quit',NULL,NULL),('common','quote','en','Quote',NULL,NULL),('common','reached_session_limit','en','The limit of online users is reached. Please try again later.',NULL,NULL),('common','read','en','Read',NULL,NULL),('common','readcount_anonymous_users','en','Number of anonymous read accesses',NULL,NULL),('common','readcount_users','en','Number of non-anonymous read accesses',NULL,NULL),('common','recipient','en','Recipient',NULL,NULL),('common','reference_deleted','en','Destination not available',NULL,NULL),('common','reference_of','en','Reference of:',NULL,NULL),('common','referral_comment','en','How did you hear about ILIAS?',NULL,NULL),('common','refresh','en','Refresh',NULL,NULL),('common','refresh_languages','en','Refresh All Languages',NULL,NULL),('common','refuse','en','Refuse Request',NULL,NULL),('common','register','en','Register',NULL,NULL),('common','registered_since','en','Registered since',NULL,NULL),('common','registered_user','en','registered User',NULL,NULL),('common','registered_users','en','registered Users',NULL,NULL),('common','register_notification','en','\"%s\" has applied for session \"%s\".',NULL,NULL),('common','registration','en','New Account Registration',NULL,NULL),('common','reg_account_confirmation_successful','en','Your user account has been activated.',NULL,NULL),('common','reg_goto_parent_membership_info','en','Only members can access the target object.',NULL,NULL),('common','reg_mail_body_2_confirmation','en','This link is only valid for %s. After this period has passed, the link will expire and you will have to restart the registration process from the beginning.',NULL,NULL),('common','reg_mail_body_3_confirmation','en','If this e-mail means nothing to you, then it is possible that somebody else has entered your e-mail address either deliberately or accidentally, so please ignore this e-mail.',NULL,NULL),('common','reg_mail_body_forgot_password_info','en','To get your password, please use the function \'Forgot password?\' at the login screen to request a new password for this account.',NULL,NULL),('common','reg_mail_body_salutation','en','Hello',NULL,NULL),('common','reg_mail_body_text1','en','Welcome to ILIAS eLearning!',NULL,NULL),('common','reg_mail_body_text2','en','To access ILIAS use the following data:',NULL,NULL),('common','reg_mail_body_text3','en','Further personal information:',NULL,NULL),('common','reg_mail_subject','en','Your access data',NULL,NULL),('common','reg_mail_subject_confirmation','en','Your Confirmation Link',NULL,NULL),('common','reg_passwd_via_mail','en','Your password will be sent to your e-mail address given below.',NULL,NULL),('common','related_to','en','Related to',NULL,NULL),('common','remove','en','Remove',NULL,NULL),('common','remove_entries','en','Remove Entries',NULL,NULL),('common','remove_translation','en','Remove translation',NULL,NULL),('common','rename','en','Rename',NULL,NULL),('common','rename_file','en','Rename File',NULL,NULL),('common','renderer_supported_file_types','en','Supported File Types',NULL,NULL),('common','renderer_supported_repo_types','en','Supported ILIAS Objects',NULL,NULL),('common','renderer_type_builtin','en','Built-in',NULL,NULL),('common','repeat_scan','en','Repeating virus scan...',NULL,NULL),('common','repeat_scan_failed','en','Repeated scan failed.',NULL,NULL),('common','repeat_scan_succeded','en','Repeated scan succeeded.',NULL,NULL),('common','replace_file','en','Replace File',NULL,NULL),('common','reply','en','Reply',NULL,NULL),('common','report_accessibility_issue','en','Report Accessibility Issue',NULL,NULL),('common','report_accessibility_link','en','Reported Link:',NULL,NULL),('common','report_accessibility_link_mailto','en','Reported%20Link:',NULL,NULL),('common','repository','en','Repository',NULL,NULL),('common','repository_admin','en','Repository and Trash',NULL,NULL),('common','repository_admin_desc','en','Set permissions for repository items, restore or remove objects from system trash',NULL,NULL),('common','rep_main_page','en','Home',NULL,NULL),('common','required_field','en','Required',NULL,NULL),('common','require_email','en','Require e-mail',NULL,NULL),('common','require_gender','en','Require salutation',NULL,NULL),('common','require_hobby','en','Require hobby',NULL,NULL),('common','require_matriculation','en','Require matriculation number',NULL,NULL),('common','require_referral_comment','en','Require referral comment',NULL,NULL),('common','reset','en','Reset',NULL,NULL),('common','reset_filter','en','Reset Filter',NULL,NULL),('common','resources','en','Resources',NULL,NULL),('common','res_links','en','Repository Links',NULL,NULL),('common','res_links_short','en','Links',NULL,NULL),('common','right','en','Right',NULL,NULL),('common','rights','en','Rights',NULL,NULL),('common','role','en','Role',NULL,NULL),('common','roles','en','Roles',NULL,NULL),('common','roles_of_import_global','en','Global roles of import file',NULL,NULL),('common','roles_of_import_local','en','Local roles of import file',NULL,NULL),('common','role_added','en','Role added',NULL,NULL),('common','role_add_user','en','Add User(s) to role',NULL,NULL),('common','role_assignment','en','Role Assignment',NULL,NULL),('common','role_assignment_updated','en','Role assignment has been updated.',NULL,NULL),('common','role_edit','en','Edit Role',NULL,NULL),('common','role_mailto','en','Mail to all assigned Users',NULL,NULL),('common','role_new','en','New Role',NULL,NULL),('common','role_new_search','en','New search',NULL,NULL),('common','role_no_roles_selected','en','Please select a role',NULL,NULL),('common','role_protect_permissions','en','Protect Permissions',NULL,NULL),('common','role_protect_permissions_desc','en','The object permissions cannot be changed by systems operations anymore. Furthermore only administrator of higher levels may change the permissions.',NULL,NULL),('common','role_select_one_item','en','Please select one object.',NULL,NULL),('common','role_sure_delete_desk_items','en','Are you sure you want to delete the following assignments?',NULL,NULL),('common','role_templates_only','en','Role templates only',NULL,NULL),('common','rolf','en','Roles',NULL,NULL),('common','rolf_added','en','Role folder added',NULL,NULL),('common','rolf_create_role','en','Create New Role',NULL,NULL),('common','rolf_create_rolt','en','Create New Role Template',NULL,NULL),('common','rolf_delete','en','Delete Roles/Role templates',NULL,NULL),('common','rolf_edit_permission','en','Change permission settings',NULL,NULL),('common','rolf_edit_userassignment','en','Change user assignment of Roles',NULL,NULL),('common','rolf_read','en','Read access to Roles/role templates',NULL,NULL),('common','rolf_visible','en','Roles/role templates are visible',NULL,NULL),('common','rolf_write','en','Edit default permission settings of Roles/role templates',NULL,NULL),('common','rolt','en','Role Template',NULL,NULL),('common','rolt_added','en','Role template added',NULL,NULL),('common','rolt_edit','en','Edit Role Template',NULL,NULL),('common','rolt_new','en','New Role Template',NULL,NULL),('common','row','en','Row',NULL,NULL),('common','rows','en','Rows',NULL,NULL),('common','rpc_pdf_font','en','Fonts',NULL,NULL),('common','rpc_pdf_font_info','en','Additional fonts for the generation of PDF files. Other fonts than ‘Helvetica’ and ‘unifont’ must be installed on the ILIAS server.',NULL,NULL),('common','rpc_pdf_generation','en','PDF-Generation',NULL,NULL),('common','sad','en','Sad',NULL,NULL),('common','sahs','en','Learning Module SCORM',NULL,NULL),('common','sahs_added','en','SCORM Learning Module added',NULL,NULL),('common','sahs_export_file','en','ILIAS XML Export File (.zip)',NULL,NULL),('common','sahs_export_file_info','en','Use this option for a ZIP file that was exported directly from ILIAS. The file typically has titles such as 1675257903__4105__sahs_132295.zip.',NULL,NULL),('common','sahs_insert_chap_from_clip','en','Paste Chapters from Clipboard',NULL,NULL),('common','sahs_insert_page_from_clip','en','Paste Pages from Clipboard',NULL,NULL),('common','sahs_insert_sco_from_clip','en','Paste SCOs from Clipboard',NULL,NULL),('common','salutation','en','Salutation',NULL,NULL),('common','salutation_f','en','Ms',NULL,NULL),('common','salutation_m','en','Mr',NULL,NULL),('common','salutation_n','en','No salutation desired',NULL,NULL),('common','saml_login_form_info_txt','en','You can log in using the “Direct Login” button without having to enter your username or password.',NULL,NULL),('common','saml_login_form_txt','en','Login to ILIAS via SAML',NULL,NULL),('common','saml_log_in','en','Direct login',NULL,NULL),('common','save','en','Save',NULL,NULL),('common','saved_successfully','en','Saved Successfully',NULL,NULL),('common','save_and_back','en','Save And Back',NULL,NULL),('common','save_message','en','Save as Draft',NULL,NULL),('common','save_params_for_cron','en','Save Parameter for Cron Job',NULL,NULL),('common','save_refresh','en','Save and Refresh',NULL,NULL),('common','save_return','en','Save and Return',NULL,NULL),('common','save_settings','en','Save Settings',NULL,NULL),('common','save_user_related_data','en','Save user related access data',NULL,NULL),('common','saving','en','Saving...',NULL,NULL),('common','scorm_create_export_file_html','en','Create Export File (HTML)',NULL,NULL),('common','scorm_create_export_file_pdf','en','Create Export File (PDF)',NULL,NULL),('common','scorm_create_export_file_scrom12','en','Create Export File (SCORM 1.2)',NULL,NULL),('common','scorm_create_export_file_scrom2004','en','Create Export File (SCORM 2004 3rd Edition)',NULL,NULL),('common','scorm_create_export_file_scrom2004_4th','en','Create Export File (SCORM 2004 4th Edition)',NULL,NULL),('common','scorm_login_as_learner_id','en','SCORM 2004: set ILIAS Username as cmi.learner_id',NULL,NULL),('common','scorm_login_as_learner_id_info','en','If enabled, the Username instead of the User ID is set for cmi.learner_id.',NULL,NULL),('common','scorm_lp_auto_activate','en','Default setting for learning progress',NULL,NULL),('common','scorm_lp_auto_activate_info','en','If learning progress is activated in general, the settings for new SCORM learning modules are set to ‘Collection of SCORM Items’ and all SCOs are selected for learning progress determination. Adjustments are still possible for every SCORM learning module.',NULL,NULL),('common','scorm_new','en','Create SCORM Learning Module (Authoring Mode)',NULL,NULL),('common','scorm_without_session','en','SCORM 2004: enable storing data without session',NULL,NULL),('common','scorm_without_session_info','en','This ensures the storage of SCORM 2004 learning data even if ILIAS session expired. For SCORM 1.2, storage without session is always enabled.',NULL,NULL),('common','search','en','Search',NULL,NULL),('common','search_active','en','Include active users',NULL,NULL),('common','search_at_current_position','en','At Current Position',NULL,NULL),('common','search_engine','en','Readable .html URLs',NULL,NULL),('common','search_for','en','Search For',NULL,NULL),('common','search_globally','en','Globally',NULL,NULL),('common','search_in','en','Search in',NULL,NULL),('common','search_inactive','en','Include inactive users',NULL,NULL),('common','search_new','en','New Search',NULL,NULL),('common','search_result','en','Search Result',NULL,NULL),('common','search_results','en','Search Results',NULL,NULL),('common','search_user','en','Search User',NULL,NULL),('common','seas_max_hits','en','Max hits',NULL,NULL),('common','seas_max_hits_info','en','Please enter a number for the maximum number of search results.',NULL,NULL),('common','seas_settings','en','Search settings',NULL,NULL),('common','second','en','Second',NULL,NULL),('common','seconds','en','Seconds',NULL,NULL),('common','second_email','en','Second E-Mail',NULL,NULL),('common','select','en','Select',NULL,NULL),('common','selected','en','Selected',NULL,NULL),('common','selected_files','en','Selected files',NULL,NULL),('common','selected_items','en','Personal Items',NULL,NULL),('common','selected_items_back','en','Back to Personal Items',NULL,NULL),('common','selected_languages_updated','en','The selected languages have been updated (if installed):',NULL,NULL),('common','select_all','en','Select All',NULL,NULL),('common','select_at_least_one_object','en','Please choose at least one object.',NULL,NULL),('common','select_file','en','Select File',NULL,NULL),('common','select_files_from_computer','en','Select Files',NULL,NULL),('common','select_max_one_item','en','Please select one item only',NULL,NULL),('common','select_object_to_link','en','Please select the object which you want to link',NULL,NULL),('common','select_one','en','Please select one item.',NULL,NULL),('common','select_questionpool','en','Insert questions into',NULL,NULL),('common','select_question_pool_info','en','As long as the import file contains questions, these questions will be imported to the selected questionpool as well.',NULL,NULL),('common','sel_country','en','Country',NULL,NULL),('common','send','en','Send',NULL,NULL),('common','sender','en','Sender',NULL,NULL),('common','send_mail','en','Send mail',NULL,NULL),('common','sent','en','Sent',NULL,NULL),('common','sequence','en','Sequence',NULL,NULL),('common','sequences','en','Sequences',NULL,NULL),('common','server','en','Server',NULL,NULL),('common','server_data','en','Server Info',NULL,NULL),('common','server_disabled','en','The Chat is Disabled',NULL,NULL),('common','server_software','en','Server Software',NULL,NULL),('common','sess','en','Session',NULL,NULL),('common','session_config','en','Session Settings',NULL,NULL),('common','session_config_maintenance_disabled','en','Maintenance by client not allowed',NULL,NULL),('common','session_mail_subject_deletion','en','Deregistration of user \"%s\" from session \"%s\"',NULL,NULL),('common','session_mail_subject_entered','en','Joining of user \"%s\" in session \"%s\"',NULL,NULL),('common','session_mail_subject_registered','en','Registration of user \"%s\" for session \"%s\"',NULL,NULL),('common','session_max_count','en','Max Number of Active Sessions',NULL,NULL),('common','session_max_count_info','en','Defines the maximum number of sessions that can be created simultaneously. Set the value to ‘0’ to disable the feature.',NULL,NULL),('common','session_max_idle','en','Maximum Session Idle (in minutes)',NULL,NULL),('common','session_max_idle_after_first_request','en','Max session idle after first request (in minutes)',NULL,NULL),('common','session_max_idle_after_first_request_info','en','All sessions that idles for at least this period of time after first request will be destroyed if another session should be opened for another user and the maximum number of existing sessions is reached.',NULL,NULL),('common','session_max_idle_info','en','Defines the maximum period of idle time a user can idle before his session expires.',NULL,NULL),('common','session_min_idle','en','Max Session Idle (in Minutes) When Max Number of Active Sessions Reached',NULL,NULL),('common','session_min_idle_info','en','If a user has been idle for at least this period of time and the maximum number of active sessions allowed has been reached, then their session will be automatically ended when a different user starts a new session.',NULL,NULL),('common','session_reminder','en','Session Reminder',NULL,NULL),('common','session_reminder_alert','en','Your session expires in %1$s at %2$s!  Choose OK to continue your session. If you click Cancel you will not be reminded during the current browser session anymore.  Installation: %3$s.',NULL,NULL),('common','session_reminder_info','en','Receive a reminder before your online-session expires.',NULL,NULL),('common','session_reminder_lead_time','en','Leadtime',NULL,NULL),('common','session_reminder_lead_time_info','en','Please specify the lead time for the session reminder in minutes. The reminder displays a warning when only this time span is left before the session expires. Recommended value is 5 (minutes)<br / >The current length of a user session is %s.',NULL,NULL),('common','session_reminder_session_duration','en','(Session duration: %s).',NULL,NULL),('common','sess_fixed_duration','en','Fixed Session Duration',NULL,NULL),('common','sess_load_dependent_session_handling','en','Load-Dependent Session Settings',NULL,NULL),('common','sess_mode','en','Session Mode',NULL,NULL),('common','set','en','Set',NULL,NULL),('common','setSystemLanguage','en','Set System Language',NULL,NULL),('common','settings','en','Settings',NULL,NULL),('common','settings_for_all_members','en','Members will be notified automatically',NULL,NULL),('common','settings_per_users','en','Members are notified automatically. Deactivating notifications can be allowed for each member individually.',NULL,NULL),('common','settings_presentation_header','en','Presentation',NULL,NULL),('common','settings_saved','en','Settings saved.',NULL,NULL),('common','setUserLanguage','en','Set User Language',NULL,NULL),('common','set_offline','en','Set Offline',NULL,NULL),('common','set_online','en','Set Online',NULL,NULL),('common','set_skin_does_not_exist','en','Your selected skin does not exist anymore. You may change your style in the personal settings or contact your administrator. Current selection:',NULL,NULL),('common','set_style_does_not_exist','en','Your selected system style does not exist anymore. You may change your style in the personal settings or contact your administrator. Current selection:',NULL,NULL),('common','shib','en','Shibboleth',NULL,NULL),('common','shib_active','en','Enable Shibboleth Support',NULL,NULL),('common','shib_city','en','Attribute for city',NULL,NULL),('common','shib_country','en','Attribute for country',NULL,NULL),('common','shib_data_conv','en','Absolute Path to Data Manipulation API',NULL,NULL),('common','shib_data_conv_warning','en','The data manipulation API file you specified cannot be read',NULL,NULL),('common','shib_department','en','Attribute for department',NULL,NULL),('common','shib_email','en','Attribute for e-mail address',NULL,NULL),('common','shib_federation_name','en','Name of Your Shibboleth Federation',NULL,NULL),('common','shib_firstname','en','Attribute for first name',NULL,NULL),('common','shib_gender','en','Attribute for salutation (must be ‘n’, ‘m’ or ‘f’)',NULL,NULL),('common','shib_general_login_instructions','en','To log in via %s, please click on the login button and choose your organization of the following page.<br>If you have questions concerning this, please ask the %s',NULL,NULL),('common','shib_general_wayf_login_instructions','en','In case you are not associated with the given organizations and you need access to a course on this server, please contact the %s',NULL,NULL),('common','shib_idp_list','en','Provide a list of Identity Providers to let the user choose from on the ILIAS login page.<br>On each line there must be a comma-separated tuple for <strong>providerID of IdP</strong> (see the Shibboleth metadata file) and <strong>Name of IdP</strong> as it shall be displayed in the drop-down list.<br>As an optional third parameter you can add the <strong>location of a Shibboleth session initiator</strong> that shall be used in case your ILIAS installation is part of a multi federation setup.',NULL,NULL),('common','shib_institution','en','Attribute for institution',NULL,NULL),('common','shib_invalid_home_organization','en','Please choose a valid organization!',NULL,NULL),('common','shib_language','en','Attribute for language',NULL,NULL),('common','shib_lastname','en','Attribute for lastname',NULL,NULL),('common','shib_login','en','Unique Shibboleth attribute',NULL,NULL),('common','shib_login_button','en','Path to the image of a Shibboleth login button that is used to redirect users to the WAYF specified in the Shibboleth configuration',NULL,NULL),('common','shib_login_embedded_wayf','en','Design custom login area',NULL,NULL),('common','shib_login_embedded_wayf_description','en','This option allows you to enter any HTML code in the ‘Instructions Shown on Login Page’ text area below in order to, for example, embed your own JavaScript WAYF/Discovery Service or to customise the design of the login area to best suit your needs.',NULL,NULL),('common','shib_login_external_wayf','en','Use External WAYF Service',NULL,NULL),('common','shib_login_internal_wayf','en','Use ILIAS WAYF Service',NULL,NULL),('common','shib_login_type','en','Organization selection',NULL,NULL),('common','shib_matriculation','en','Attribute for Matriculation Number',NULL,NULL),('common','shib_member_of','en','I am a member of ...',NULL,NULL),('common','shib_phone_home','en','Attribute for home phone number',NULL,NULL),('common','shib_phone_mobile','en','Attribute for mobile phone number',NULL,NULL),('common','shib_phone_office','en','Attribute for office phone number',NULL,NULL),('common','shib_select_home_organization','en','For authentication via %s, please select your organization from the drop down list.',NULL,NULL),('common','shib_settings_saved','en','The Shibboleth settings were saved',NULL,NULL),('common','shib_street','en','Attribute for street',NULL,NULL),('common','shib_title','en','Attribute for title',NULL,NULL),('common','shib_update','en','Update this field on login',NULL,NULL),('common','shib_user_default_role','en','Default Role Assigned to Shibboleth Users',NULL,NULL),('common','shib_zipcode','en','Attribute for zipcode',NULL,NULL),('common','short_inst_name','en','Short Title',NULL,NULL),('common','short_inst_name_info','en','This title will appear in the browser header title bar. If no value is entered, ‘ILIAS’ is used.',NULL,NULL),('common','show','en','Show',NULL,NULL),('common','show_all_details','en','Show all details',NULL,NULL),('common','show_content','en','Show Content',NULL,NULL),('common','show_details','en','Show Details',NULL,NULL),('common','show_filter','en','Show Filter',NULL,NULL),('common','show_hidden_sections','en','Show More Information &raquo;',NULL,NULL),('common','show_list','en','Show List',NULL,NULL),('common','show_members','en','Display Members',NULL,NULL),('common','show_more','en','Show More',NULL,NULL),('common','show_owner','en','Show Owner',NULL,NULL),('common','show_preview','en','Show Preview',NULL,NULL),('common','show_users_online','en','Show active users',NULL,NULL),('common','show_who_is_online','en','Show who is online',NULL,NULL),('common','side_frame','en','Side Frame',NULL,NULL),('common','signature','en','Signature',NULL,NULL),('common','simultaneous_login_detected','en','Your access is denied because of a simultaneous login with the same account.',NULL,NULL),('common','size','en','Size',NULL,NULL),('common','skills','en','Competences',NULL,NULL),('common','skin_style','en','Default Skin / Style',NULL,NULL),('common','smtp','en','SMTP',NULL,NULL),('common','soap_connect_timeout','en','Connection Timeout',NULL,NULL),('common','soap_connect_timeout_info','en','The maximum time in seconds until a connect attempt to the SOAP-Webservice is interrupted.',NULL,NULL),('common','soap_user_administration','en','Administration via SOAP',NULL,NULL),('common','soap_user_administration_desc','en','If enabled, ILIAS can be administrated via SOAP.',NULL,NULL),('common','soap_wsdl_path','en','WSDL Path',NULL,NULL),('common','soap_wsdl_path_info','en','Please enter the path to the ilias wsdl file which should be used for the webservice. If you leave this field blank, the following path will be used per default:%s',NULL,NULL),('common','sorting_asc','en','Ascending',NULL,NULL),('common','sorting_creation_header','en','By Creation Date',NULL,NULL),('common','sorting_creation_info','en','Objects located within this container are arranged automatically by their creation date.',NULL,NULL),('common','sorting_desc','en','Descending',NULL,NULL),('common','sorting_direction','en','Sorting Direction',NULL,NULL),('common','sorting_header','en','Content Arrangement Options',NULL,NULL),('common','sorting_info_inherit','en','The content arrangement is adopted from a parent course/group.',NULL,NULL),('common','sorting_info_manual','en','Objects located within this container can be arranged manually in any order. Additionally, please set some rules for how new objects should be placed.',NULL,NULL),('common','sorting_info_title','en','Objects located within this container are arranged automatically by title into alphabetical order.',NULL,NULL),('common','sorting_manual_header','en','Manually',NULL,NULL),('common','sorting_save','en','Save Order',NULL,NULL),('common','sorting_title_header','en','Titles in Alphabetical Order',NULL,NULL),('common','sort_ascending','en','Sort Ascending',NULL,NULL),('common','sort_ascending_long','en','Change Sort Direction to Ascending',NULL,NULL),('common','sort_by_this_column','en','Sort by this column',NULL,NULL),('common','sort_descending','en','Sort Descending',NULL,NULL),('common','sort_descending_long','en','Change Sort Direction to Descending',NULL,NULL),('common','sort_inherit_prefix','en','Default',NULL,NULL),('common','spacer','en','Spacer',NULL,NULL),('common','spl','en','Question Pool Survey',NULL,NULL),('common','spl_add','en','Add Question Pool Survey',NULL,NULL),('common','spl_import','en','Import Question Pool Survey',NULL,NULL),('common','spl_new','en','New Question Pool Survey',NULL,NULL),('common','ssl','en','SSL (HTTPS)',NULL,NULL),('common','standard_fields','en','Standard Fields',NULL,NULL),('common','startpage','en','ILIAS Login Page',NULL,NULL),('common','statistic','en','Statistic',NULL,NULL),('common','statistics','en','Statistics',NULL,NULL),('common','status','en','Status',NULL,NULL),('common','status_no_permission','en','No permission granted',NULL,NULL),('common','stat_selected','en','Selected',NULL,NULL),('common','step','en','Step',NULL,NULL),('common','street','en','Street',NULL,NULL),('common','structure','en','Structure',NULL,NULL),('common','sty','en','Style',NULL,NULL),('common','subject','en','Subject',NULL,NULL),('common','submit','en','Submit',NULL,NULL),('common','subobjects','en','Sub-objects',NULL,NULL),('common','subscription','en','Subscription',NULL,NULL),('common','subtabs','en','SubTabs',NULL,NULL),('common','sub_request_deleted','en','Deleted membership request',NULL,NULL),('common','sub_request_saved','en','Saved membership request',NULL,NULL),('common','success_message','en','Success Message',NULL,NULL),('common','summary','en','Summary',NULL,NULL),('common','sure_delete_selected_users','en','Are you sure you want to delete the selected user(s)',NULL,NULL),('common','survey_defaults','en','Default Settings for Surveys',NULL,NULL),('common','survey_unlimited_invitation','en','Unlimited Invitation',NULL,NULL),('common','svy','en','Survey',NULL,NULL),('common','svy_add','en','Add survey',NULL,NULL),('common','svy_finished','en','You have completed the survey',NULL,NULL),('common','svy_new','en','New survey',NULL,NULL),('common','svy_not_finished','en','The survey has not been completed yet',NULL,NULL),('common','svy_not_started','en','You did not take part in this survey',NULL,NULL),('common','svy_run','en','Run',NULL,NULL),('common','svy_warning_survey_not_complete','en','The survey is incomplete',NULL,NULL),('common','switch_language','en','Switch Language',NULL,NULL),('common','system','en','System',NULL,NULL),('common','systemcheck_cron','en','Process System Check in Cron Job',NULL,NULL),('common','systemcheck_cronform','en','Activation of System Check in Cron Job',NULL,NULL),('common','system_check','en','System Check',NULL,NULL),('common','system_information','en','System Information',NULL,NULL),('common','system_language','en','System Language',NULL,NULL),('common','system_styles','en','System Styles',NULL,NULL),('common','table_mail_import','en','Mail import',NULL,NULL),('common','tabs','en','Tabs',NULL,NULL),('common','tagging_my_tags','en','My Tags',NULL,NULL),('common','tags','en','Tags',NULL,NULL),('common','take_over_structure','en','Adopt Structure',NULL,NULL),('common','take_over_structure_info','en','If activated, directories in the zip file will be mapped to categories or, if used in groups or courses, to folders.',NULL,NULL),('common','tals_etal','en','Talk',NULL,NULL),('common','talt_etal','en','Talk',NULL,NULL),('common','target','en','Target',NULL,NULL),('common','tax','en','Taxonomy',NULL,NULL),('common','tax_add','en','Add Taxonomy',NULL,NULL),('common','tax_new','en','New Taxonomy',NULL,NULL),('common','term','en','Term',NULL,NULL),('common','test','en','Test',NULL,NULL),('common','tests','en','Tests',NULL,NULL),('common','textbox','en','Textbox',NULL,NULL),('common','thread','en','Thread',NULL,NULL),('common','thumbnail','en','Thumbnail',NULL,NULL),('common','time','en','Time',NULL,NULL),('common','time_limit','en','Access',NULL,NULL),('common','time_limit_add_time_limit_for_selected','en','Please enter a time period for the selected user(s)',NULL,NULL),('common','time_limit_from','en','From (time limit)',NULL,NULL),('common','time_limit_message','en','Message (time limit)',NULL,NULL),('common','time_limit_not_valid','en','The period is not valid.',NULL,NULL),('common','time_limit_no_users_selected','en','Please select a user.',NULL,NULL),('common','time_limit_reached','en','Your user account is not active.',NULL,NULL),('common','time_limit_unlimited','en','Unlimited (time limit)',NULL,NULL),('common','time_limit_until','en','Until (time limit)',NULL,NULL),('common','title','en','Title',NULL,NULL),('common','title_required','en','Please insert a title.',NULL,NULL),('common','to','en','To',NULL,NULL),('common','today','en','Today',NULL,NULL),('common','toggleGlobalDefault','en','Toggle Global Default',NULL,NULL),('common','toggleGlobalFixed','en','Toggle Global Fixed',NULL,NULL),('common','toggle_dropdown','en','Toggle Dropdown',NULL,NULL),('common','toggle_off','en','OFF',NULL,NULL),('common','toggle_on','en','ON',NULL,NULL),('common','tomorrow','en','Tomorrow',NULL,NULL),('common','toolbar_more_actions','en','More Actions',NULL,NULL),('common','tools','en','Tools',NULL,NULL),('common','top_of_page','en','Top of page',NULL,NULL),('common','tos_accept_usr_agreement','en','Accept Terms of Service?',NULL,NULL),('common','tos_accept_usr_agreement_intro','en','There are new terms of service. You need to accept them before proceeding with the use of ILIAS. Read the following document carefully and give your consent or dissent at the bottom of the page.',NULL,NULL),('common','tos_force_accept_usr_agreement','en','You must accept the Terms of Service!',NULL,NULL),('common','tos_no_agreement_description','en','There is currently no Terms of Service document available for this installation. Please contact the <a href=\"%1$s\">system administrator</a>.',NULL,NULL),('common','tos_refuse_acceptance','en','Refuse to Accept Terms of Service',NULL,NULL),('common','tos_usr_agreement','en','Terms of Service',NULL,NULL),('common','tos_usr_agreement_footer_intro','en','You have declared your consent to these terms of service.',NULL,NULL),('common','tos_withdraw_consent_description','en','Withdraw your consent to our Terms of Service here.',NULL,NULL),('common','tos_withdraw_consent_description_external','en','Please return to your ILIAS installation and log in again to complete the process of withdrawing your consent to the Terms of Service.',NULL,NULL),('common','tos_withdraw_consent_description_internal','en','Please log in again to complete the process of withdrawing your consent to the Terms of Service.',NULL,NULL),('common','tos_withdraw_consent_header','en','Withdraw Terms of Service Consent',NULL,NULL),('common','tos_withdraw_consent_info','en','Withdraw your consent to our Terms of Service.',NULL,NULL),('common','tos_withdraw_consent_info_external','en','Please contact the administrator of your authentication system and inform them of your intention to withdraw your consent to the Terms of Service.',NULL,NULL),('common','total','en','Total',NULL,NULL),('common','to_client_list','en','Client Selection',NULL,NULL),('common','tracking_settings','en','Learning Progress Settings',NULL,NULL),('common','translation','en','Translation',NULL,NULL),('common','trash','en','Trash',NULL,NULL),('common','tree','en','Tree',NULL,NULL),('common','treeview','en','Show Sidebar',NULL,NULL),('common','tree_frame','en','Tree Frame',NULL,NULL),('common','tst','en','Test',NULL,NULL),('common','tst_add','en','Add test',NULL,NULL),('common','tst_edit_questions','en','Edit Questions',NULL,NULL),('common','tst_new','en','New test',NULL,NULL),('common','tst_results','en','Test Results',NULL,NULL),('common','tst_run','en','Run',NULL,NULL),('common','tst_statistical_evaluation','en','Statistics',NULL,NULL),('common','tst_statistics','en','Statistics',NULL,NULL),('common','tst_user_not_invited','en','You are not supposed to take this test.',NULL,NULL),('common','tst_warning_test_not_complete','en','The test is not complete!',NULL,NULL),('common','tutors','en','Tutors',NULL,NULL),('common','txt_registered','en','You have successfully registered your account with ILIAS. Please click on the button below to log in to ILIAS with your user account.',NULL,NULL),('common','txt_registered_passw_gen','en','YYou have successfully registered your account with ILIAS. You will receive an e-mail including your generated password shortly.',NULL,NULL),('common','txt_submitted','en','You have successfully registered your account with ILIAS. Your account request will be reviewed by our system administrators, and should be activated within 48 hours. You will not be able to log in until your account is activated.',NULL,NULL),('common','typ','en','Object Type Definition',NULL,NULL),('common','type','en','Type',NULL,NULL),('common','udf_added_field','en','Added new field.',NULL,NULL),('common','udf_delete_sure','en','Are you sure you want to delete this field and all assigned user data ?',NULL,NULL),('common','udf_duplicate_entries','en','The values have to be unique.',NULL,NULL),('common','udf_field_deleted','en','Deleted field.',NULL,NULL),('common','udf_name_already_exists','en','This field name already exists. Please choose a different name.',NULL,NULL),('common','udf_required_requires_visib_reg','en','When a field is ‘Required’, it must also be ‘Visible in Registration’',NULL,NULL),('common','udf_type_date','en','Date',NULL,NULL),('common','udf_type_datetime','en','Date and Time',NULL,NULL),('common','udf_type_select','en','Selection List (Single Choice)',NULL,NULL),('common','udf_type_text','en','Text Field (One Line)',NULL,NULL),('common','udf_type_wysiwyg','en','Text Area (WYSIWYG)',NULL,NULL),('common','udf_update_select_field','en','Edit Select Box',NULL,NULL),('common','udf_update_text_field','en','Edit Text Field',NULL,NULL),('common','udf_update_wysiwyg_field','en','Edit Text Area (WYSIWYG) Field',NULL,NULL),('common','uid','en','UID',NULL,NULL),('common','ums_create_new_account','en','Create New Account',NULL,NULL),('common','ums_explanation','en','Your external account could not be mapped to an ILIAS account. But ILIAS has found an account with your e-mail address. If this is your account, please login with your ILIAS password.',NULL,NULL),('common','ums_explanation_2','en','If this is not your account, please hit ‘Create New Account’.',NULL,NULL),('common','ums_explanation_3','en','Your external account could not be mapped to an ILIAS account. But ILIAS has found multiple accounts with your e-mail address. If one of those is your account, please login with your ILIAS password.',NULL,NULL),('common','ums_explanation_4','en','If none of them is your account, please hit ‘Create New Account’.',NULL,NULL),('common','unambiguousness','en','Distinguishing Mark',NULL,NULL),('common','unchecked','en','Unchecked',NULL,NULL),('common','uncheck_all','en','Uncheck all',NULL,NULL),('common','uninstall','en','Uninstall',NULL,NULL),('common','uninstalled','en','uninstalled.',NULL,NULL),('common','unknown','en','UNKNOWN',NULL,NULL),('common','unparticipate','en','Unsubscribe',NULL,NULL),('common','unread','en','Unread',NULL,NULL),('common','unzip','en','Unzip',NULL,NULL),('common','up','en','Up',NULL,NULL),('common','update','en','Edit',NULL,NULL),('common','update_applied','en','Update Applied',NULL,NULL),('common','update_language','en','Update Language',NULL,NULL),('common','update_on_conflict','en','Insert/Update action will be detected automatically',NULL,NULL),('common','update_orgunits','en','Update assigned organisational units',NULL,NULL),('common','update_orgunits_desc','en','If enabled, the field \'Organisational Units\' will be updated for all user accounts.',NULL,NULL),('common','upload','en','Upload',NULL,NULL),('common','uploaded_and_checked','en','The file has been uploaded and checked, you can now start to import it.',NULL,NULL),('common','uploading','en','Uploading...',NULL,NULL),('common','upload_error_file_not_found','en','Upload error: File not found.',NULL,NULL),('common','upload_pending','en','Pending',NULL,NULL),('common','upload_settings','en','Upload Settings',NULL,NULL),('common','upload_svg_rejection_message','en','An uploaded SVG file contains possibily malicious code and cannot be processed.',NULL,NULL),('common','upload_svg_rejection_message_base64','en','The file contains base64 encoded content.',NULL,NULL),('common','upload_svg_rejection_message_elements','en','The file contains elements or attributes which are not allowed or known.',NULL,NULL),('common','upload_svg_rejection_message_script','en','The file contains script-Elements.',NULL,NULL),('common','uri','en','URI',NULL,NULL),('common','url','en','URL',NULL,NULL),('common','url_not_found','en','File Not Found',NULL,NULL),('common','url_to_latex','en','URL to LaTeX CGI script',NULL,NULL),('common','user','en','User',NULL,NULL),('common','userdata','en','User Data',NULL,NULL),('common','userfolder_export_csv','en','Comma Separated Values',NULL,NULL),('common','userfolder_export_excel_x86','en','Microsoft Excel',NULL,NULL),('common','userfolder_export_file','en','File',NULL,NULL),('common','userfolder_export_files','en','Files',NULL,NULL),('common','userfolder_export_file_size','en','File size',NULL,NULL),('common','userfolder_export_xml','en','XML',NULL,NULL),('common','username','en','Username',NULL,NULL),('common','username_assistance','en','Username Assistance',NULL,NULL),('common','users','en','Users',NULL,NULL),('common','users_not_imported','en','The following users do not exist, their messages cannot become imported',NULL,NULL),('common','users_online','en','Active Users',NULL,NULL),('common','user_activated','en','User has been approved',NULL,NULL),('common','user_added','en','User added',NULL,NULL),('common','user_assignment','en','User Assignment',NULL,NULL),('common','user_avatar','en','User Avatar',NULL,NULL),('common','user_avatar_of','en','User Avatar of',NULL,NULL),('common','user_cant_receive_mail','en','%1$s – user is not allowed to use the mail system.',NULL,NULL),('common','user_comment','en','User comment',NULL,NULL),('common','user_deactivated','en','User has been disapproved',NULL,NULL),('common','user_defined_fields','en','Custom Fields',NULL,NULL),('common','user_defined_list','en','Custom User Data Fields',NULL,NULL),('common','user_deleted','en','User deleted',NULL,NULL),('common','user_detail','en','Detail Data',NULL,NULL),('common','user_ext_account','en','External Account',NULL,NULL),('common','user_ext_account_desc','en','Account used for external authentication. (CAS, SOAP or LDAP authentication)',NULL,NULL),('common','user_image','en','User Image',NULL,NULL),('common','user_imported','en','User import complete.',NULL,NULL),('common','user_imported_with_warnings','en','User import complete with warnings.',NULL,NULL),('common','user_import_failed','en','User import failed.',NULL,NULL),('common','user_language','en','User Language',NULL,NULL),('common','user_never_logged_in','en','Delete user accounts without login',NULL,NULL),('common','user_never_logged_in_info','en','All user accounts without login at all be deleted.',NULL,NULL),('common','user_never_logged_in_info_threshold_err_num','en','Only positive non decimal numbers are accepted.',NULL,NULL),('common','user_new_account_mail','en','New Account Mail',NULL,NULL),('common','user_new_account_mail_desc','en','This mail is sent automatically to users that have self-registered or to those who have been registered by an administrator with the setting ‘Send mail to inform user about changes’ enabled.',NULL,NULL),('common','user_not_found','en','User not found',NULL,NULL),('common','user_not_found_to_delete','en','A user could not be found to delete.',NULL,NULL),('common','user_not_known','en','Please insert a valid username.',NULL,NULL),('common','user_profile_other','en','Other Information',NULL,NULL),('common','user_send_new_account_mail','en','Send new account e-mail',NULL,NULL),('common','user_status','en','User Status',NULL,NULL),('common','user_toggle_noti','en','Member is not allowed to deactivate notification',NULL,NULL),('common','use_customized_instructions','en','Use customized instructions:',NULL,NULL),('common','use_default_instructions','en','Use default instructions.',NULL,NULL),('common','usr','en','User',NULL,NULL),('common','usrf','en','User Accounts',NULL,NULL),('common','usrf_profile_link','en','Link to user profile',NULL,NULL),('common','usrimport_action_ignored','en','Ignored action %1$s.',NULL,NULL),('common','usrimport_action_replaced','en','Replaced action %1$s by %2$s.',NULL,NULL),('common','usrimport_cant_delete','en','Can\'t perform ‘Delete’ action. No such user in database.',NULL,NULL),('common','usrimport_cant_insert','en','Can\'t perform ‘Insert’ action. User is already in database.',NULL,NULL),('common','usrimport_cant_update','en','Can\'t perform ‘Update’ action. No such user in database.',NULL,NULL),('common','usrimport_conflict_handling_info','en','When ‘Insert/Update action will be followed strictly’ is selected, ILIAS ignores an action, if it can not be performed (e. g. an ‘Insert’ action is not done, if there already is a user with the same login in the database.) When ‘Insert/Update action will be detected automatically’ is selected, ILIAS may update the database if an action can not be performed otherwise. (e. g. an ‘Insert’ action is replaced by an ‘Update’ action and the other way around, if a user with the same login exists in the database).',NULL,NULL),('common','usrimport_form_not_evaluabe','en','The form data couldn\'t be read.',NULL,NULL),('common','usrimport_global_role_for_action_required','en','At least one global role must be specified for \"%1$s\" action.',NULL,NULL),('common','usrimport_ignore_role','en','Ignore role',NULL,NULL),('common','usrimport_login_is_not_unique','en','Login is not unique.',NULL,NULL),('common','usrimport_no_insert_ext_account_exists','en','Can\'t perform ‘Insert’ action. External account already exists.',NULL,NULL),('common','usrimport_no_update_ext_account_exists','en','Can\'t perform ‘Update’ action. External account already exists.',NULL,NULL),('common','usrimport_with_specified_role_not_permitted','en','Import with specified role not permitted.',NULL,NULL),('common','usrimport_wrong_file_count','en','Too many files in import-folder. Please try again.',NULL,NULL),('common','usrimport_xml_anonymous_or_root_not_allowed','en','Neither the system-account nor the anonymous account can be changed through the import.',NULL,NULL),('common','usrimport_xml_attribute_missing','en','Attribute \"%2$s\" in element \"%1$s\" is missing.',NULL,NULL),('common','usrimport_xml_attribute_value_illegal','en','Value \"%3$s\" of attribute \"%2$s\" in element \"%1$s\" is illegal.',NULL,NULL),('common','usrimport_xml_attribute_value_inapplicable','en','Value \"%3$s\" of attribute \"%2$s\" in element \"%1$s\" is inapplicable for \"%4$s\" action.',NULL,NULL),('common','usrimport_xml_element_content_illegal','en','Content \"%2$s\" of element \"%1$s\" is illegal.',NULL,NULL),('common','usrimport_xml_element_for_action_required','en','Element \"%1$s\" must be specified for \"%2$s\" action.',NULL,NULL),('common','usrimport_xml_element_inapplicable','en','Element \"%1$s\" is inapplicable for \"%2$s\" action.',NULL,NULL),('common','usr_account_inactive','en','Inactive Account',NULL,NULL),('common','usr_active_only','en','Active Users only',NULL,NULL),('common','usr_add','en','Add User',NULL,NULL),('common','usr_edit','en','Edit User',NULL,NULL),('common','usr_field_change_components_listening','en','There is at least one component which is interested in the changed configuration. Would you like to confirm the changes with the consequences the component(s) announced below?',NULL,NULL),('common','usr_filter_coursemember','en','Member of course',NULL,NULL),('common','usr_filter_groupmember','en','Member of group',NULL,NULL),('common','usr_filter_lastlogin','en','Last login of user',NULL,NULL),('common','usr_filter_role','en','Assigned role',NULL,NULL),('common','usr_inactive_only','en','Inactive Users only',NULL,NULL),('common','usr_limited_access_only','en','Users with limited access only',NULL,NULL),('common','usr_name_undisclosed','en','Undisclosed',NULL,NULL),('common','usr_new','en','New User',NULL,NULL),('common','usr_settings_changeable_lua','en','Changeable in Local User Administration',NULL,NULL),('common','usr_settings_explanation_profile','en','Check ‘Visible’ to show fields in the registration form and personal settings. Check ‘Changeable’ to allow the user to change the values. Please note that visible fields can always be entered in the registration form. Required fields are required in the registration form and the personal settings. All data can be changed in the user administration independent on these settings.',NULL,NULL),('common','usr_settings_header_profile','en','Standard User Data Fields',NULL,NULL),('common','usr_settings_saved','en','Global user settings saved successfully!',NULL,NULL),('common','usr_settings_visib_lua','en','Visible in Local User Administration',NULL,NULL),('common','usr_skin_style','en','Skin / Style',NULL,NULL),('common','usr_without_courses','en','Users without courses assigned',NULL,NULL),('common','valid','en','Valid',NULL,NULL),('common','validate','en','Validate',NULL,NULL),('common','value','en','Value',NULL,NULL),('common','vcard','en','Visiting Card',NULL,NULL),('common','vcard_download','en','Download Visiting Card',NULL,NULL),('common','verification_failed','en','Verification failed',NULL,NULL),('common','verification_failure_log','en','Verification failure log',NULL,NULL),('common','verification_warning_log','en','Verification warning log',NULL,NULL),('common','version','en','Version',NULL,NULL),('common','versions','en','Versions',NULL,NULL),('common','view','en','View',NULL,NULL),('common','view_content','en','View Content',NULL,NULL),('common','view_learning_progress','en','View Learning Progress',NULL,NULL),('common','view_learning_progress_rec','en','View Learning Progress of Unit incl. Subunits',NULL,NULL),('common','visible','en','Visible',NULL,NULL),('common','visible_registration','en','Visible in Registration',NULL,NULL),('common','visitor','en','Visitor',NULL,NULL),('common','visitors','en','Visitors',NULL,NULL),('common','visits','en','Visits',NULL,NULL),('common','webdav','en','WebDAV',NULL,NULL),('common','webdav_add_instructions_btn_label','en','Add Mount Instructions Document',NULL,NULL),('common','webdav_chosen_language_already_used','en','There already is another document associated with the chosen language',NULL,NULL),('common','webdav_docs_mount_instructions','en','Mount Instructions Documents',NULL,NULL),('common','webdav_doc_delete','en','Delete WebDav Mount Instructions',NULL,NULL),('common','webdav_duplicate_detected_title','en','Following objects could not be displayed, because an object with the same Title is already being shown:',NULL,NULL),('common','webdav_enable_versioning','en','File Versioning',NULL,NULL),('common','webdav_forbidden_chars_title','en','Following files cannot be displayed, because they contain one or more forbidden characters (\\<>/:*?\"|#):',NULL,NULL),('common','webdav_form_document','en','Instructions Document',NULL,NULL),('common','webdav_form_document_info','en','Upload a txt or an html file here. After the upload the file will be parsed and processed. For more information',NULL,NULL),('common','webdav_form_document_title','en','Title',NULL,NULL),('common','webdav_form_document_title_info','en','This title will be dislayed as the title of the modal when the Mount Instructions are opened',NULL,NULL),('common','webdav_form_edit_doc_head','en','Edit Mount Instructions Document',NULL,NULL),('common','webdav_form_new_doc_head','en','Create new Mount Instructions Document',NULL,NULL),('common','webdav_general_settings','en','General Settings',NULL,NULL),('common','webdav_missing_lang','en','There is no english version of the WebDAV Mount Instructions',NULL,NULL),('common','webdav_mount_instructions','en','Mount Instructions',NULL,NULL),('common','webdav_problem_free_container','en','There are no objects that cause problems in this container.',NULL,NULL),('common','webdav_problem_info_duplicate','en','There is a file with the same title as the info file.',NULL,NULL),('common','webdav_pwd_instruction','en','We suggest to create a local password for opening the repository as web folder.<br />This password is only required for the web folder functionality.',NULL,NULL),('common','webdav_pwd_instruction_success','en','A new local password has been created. You can now open the repository as web folder.',NULL,NULL),('common','webdav_sure_delete_documents_s','en','Are you sure you want to delete the Mount Instructions with the following title:',NULL,NULL),('common','webdav_tbl_docs_head_title','en','Dokument title',NULL,NULL),('common','webdav_tbl_docs_title','en','List of uploaded WebDAV Mount Instructions',NULL,NULL),('common','webdav_upload_instructions','en','Upload Instructions',NULL,NULL),('common','webdav_versioning_info','en','If enabled, already existing files will get a new version instead of beeing overwritten.',NULL,NULL),('common','webfolder_dir_info','en','You got here, because your browser can\'t open web folders. Read the <a href=\"%1$s\">instructions for opening web folders</a>.',NULL,NULL),('common','webfolder_index_of','en','Index of %1$s',NULL,NULL),('common','webfolder_instructions','en','Web folder instructions',NULL,NULL),('common','webfolder_instructions_info','en','The web folder instructions are shown on browsers, which can not open a web folder directly. You can use HTML code, and the following placeholders: <b>[WEBFOLDER_TITLE]</b>, <b>[WEBFOLDER_URI]</b>, <b>[WEBFOLDER_URI]</b>, <b>[WEBFOLDER_URI_KONQUEROR]</b>, <b>[WEBFOLDER_URI_NAUTILUS]</b>, <b>[ADMIN_MAIL]</b>, <b>[WINDOWS]</b>...<b>[/WINDOWS]</b>, <b>[MAC]</b>...<b>[/MAC]</b>, <b>[LINUX]</b>...<b>[/LINUX]</b>. Clear the field to get the default instructions.',NULL,NULL),('common','webfolder_instructions_text','en','[WINDOWS]<h3>Instructions for connecting with Windows</h3>	<ol>	<li>Open Windows-Explorer (e.g. key combination Windows + E).</li>	<li>Rightclick on \"This PC\" and select \"Map network drive...\".</li>	<li>Enter the following address as address (you may copy and paste the URL):<br /><br />	<b>[WEBFOLDER_URI]</b><br /><br /></li>	<li>Click \"Finish\".</li>	<li>Enter your login and password, and select \"OK\".</li>	<li>You can now access the web folder from the start menu \"Computer\".</li>	</ol>	<br />	Your login and password is identical to your local ILIAS login and can be changed in your personal settings.[/WINDOWS]	[MAC]	<h3>Instructions for Mac OS X</h3>	<ol>	<li>Open the Finder.</li>	<li>Choose the menu \'Goto to &gt; Connect to server...\'.<br/>This opens the window \'connect to server\'.</li>	<li>Enter this URL as server URL:<br/><b>[WEBFOLDER_URI]</b><br/> und click on \'Connect\'.</li>	<li>Enter your login and password, and select \"OK\".</li>	</ol>	<br />	Your login and password is identical to your local ILIAS login and can be changed via \"Personal Settings\".[/MAC][LINUX]		<h3>Instructions for Linux with Konqueror</h3>		<ol>		<li>Open Konqueror Browser.</li>		<li>Enter this URL as server URL:<br />		<b>[WEBFOLDER_URI_KONQUEROR]</b><br/>and press enter.</li>		<li>Enter your login and password, and select \"OK\".</li>		</ol>		<h3>Instructions for Linux with Nautilus</h3>		<ol>		<li>Open Nautilus Browser.</li>		<li>Enter this URL as server URL:<br />		<b>[WEBFOLDER_URI_NAUTILUS]</b><br/>and press enter.</li>		<li>Enter your login and password, and select \"OK\".</li>		</ol>		<br />		Your login and password is identical to your local ILIAS login and can be changed in your personal settings.[/LINUX]				<h3>Tips &amp; Support</h3>		<ul>		<li>These steps need to be done <b>only once</b>. You may access your connection again later.</li>		</ul>		<ul>		<li>Connect to a higher folder. You can always navigate down the tree, but nut upwards.</li>		</ul>		<ul>		<li>If your computer can not open the WebDAV Connection, please contact ILIAS Support.</li>		</ul>',NULL,NULL),('common','webfolder_instructions_titletext','en','Open as web folder',NULL,NULL),('common','webfolder_mount_dir_with','en','Open this page as a web folder with <a href=\"%1$s\">Internet Explorer 6</a>, <a href=\"%2$s\">Konqueror</a>, <a href=\"%3$s\">Nautilus</a>, <a href=\"%4$s\">other Browser</a>.',NULL,NULL),('common','webr','en','Weblink',NULL,NULL),('common','webr_active','en','Active',NULL,NULL),('common','webr_add','en','Add Weblink',NULL,NULL),('common','webr_deleted_items','en','Deleted Weblink(s).',NULL,NULL),('common','webr_edit','en','Edit Weblink',NULL,NULL),('common','webr_sure_delete_items','en','Do you really want to delete the following Weblink(s)?',NULL,NULL),('common','webservices','en','SOAP',NULL,NULL),('common','web_resources','en','Weblinks',NULL,NULL),('common','week','en','Week',NULL,NULL),('common','weekly','en','weekly',NULL,NULL),('common','weeks','en','Weeks',NULL,NULL),('common','welcome','en','Welcome',NULL,NULL),('common','width','en','Width',NULL,NULL),('common','wiki','en','Wiki',NULL,NULL),('common','wiki_add','en','Add Wiki',NULL,NULL),('common','wiki_new','en','New Wiki',NULL,NULL),('common','with','en','with',NULL,NULL),('common','withdrawal_complete','en','Withdrawal of consent complete.',NULL,NULL),('common','withdrawal_complete_deleted','en','Withdrawal of consent complete, account deleted.',NULL,NULL),('common','withdrawal_complete_redirect','en','Withdrawal of consent complete. To have your account deleted, please contact your organisation.',NULL,NULL),('common','withdrawal_mail_info','en','The following email will be sent to an administrator after confirming the withdrawal of your consent:[BR][BR]',NULL,NULL),('common','withdrawal_mail_subject','en','Withdrawal of Consent to Terms of Service',NULL,NULL),('common','withdrawal_mail_text','en','Dear Sir/Madam,[BR][BR]I hereby withdraw my consent to your ILIAS installation’s Terms of Service. Please update/remove my account accordingly.[BR][BR]Name: %1$s[BR]Login: %2$s[BR]External Account: %3$s[BR][BR]Yours faithfully[BR]%1$s',NULL,NULL),('common','withdrawal_sure_account','en','Are you sure you want to confirm the withdrawal of your consent?',NULL,NULL),('common','withdrawal_sure_account_deletion','en','Are you sure you want to confirm the withdrawal of your consent? This will result in your user account being irrevocably deleted.',NULL,NULL),('common','withdrawal_sure_account_deletion_no_consent_yet','en','Are you sure that you do not want to accept the Terms of Service? This will result in your user account being irrevocably deleted.',NULL,NULL),('common','withdrawal_sure_account_no_consent_yet','en','Are you sure that you do not want to accept the Terms of Service?',NULL,NULL),('common','withdraw_consent','en','Withdraw Consent',NULL,NULL),('common','withdraw_consent_info_internal','en','If you click on ‘Withdraw Consent’, your account will be deleted.',NULL,NULL),('common','withdraw_usr_agreement','en','Withdraw Consent',NULL,NULL),('common','wizard_search_list','en','Your search produced the following hits. Please select one of them.',NULL,NULL),('common','wizard_title_info','en','Search for the object you want to duplicate. Please enter the object\'s title or a part of it and click on \'Continue\' to get matching search results.',NULL,NULL),('common','write','en','Write',NULL,NULL),('common','wrong_ip_detected','en','Your access is denied because of a wrong client ip.<br>You are currently using this IP address: %s<br>Please contact the system administrator.',NULL,NULL),('common','year','en','Year',NULL,NULL),('common','yearly','en','yearly',NULL,NULL),('common','years','en','Years',NULL,NULL),('common','yes','en','Yes',NULL,NULL),('common','yesterday','en','Yesterday',NULL,NULL),('common','zip','en','Zip Code / Post Code',NULL,NULL),('common','zipcode','en','Zip Code / Post Code',NULL,NULL),('common','zip_structure_error','en','Archive contains same file names. Upload aborted.',NULL,NULL),('common','zip_test_failed','en','Zip-Test failed. Please contact you ILIAS administrator.',NULL,NULL),('cond','cond_under_parent_control','en','Preconditions are under the control of the parent object.',NULL,NULL),('cont','cont_add_global_profile','en','Add Global Profile',NULL,NULL),('cont','cont_add_local_profile','en','Add Local Profile',NULL,NULL),('cont','cont_add_skill','en','Add Competence',NULL,NULL),('cont','cont_assign_competence','en','Assign Competences to Members',NULL,NULL),('cont','cont_assign_skills','en','Assign Competences',NULL,NULL),('cont','cont_block_limit','en','Limit Objects per Block',NULL,NULL),('cont','cont_block_limit_info','en','If a block contains more objects than the number set here, a \"Show More\" button will appear.',NULL,NULL),('cont','cont_cont_skills','en','Assigned Competences of Members',NULL,NULL),('cont','cont_deassign_competence','en','Deassign Competences',NULL,NULL),('cont','cont_filter','en','Filter',NULL,NULL),('cont','cont_filter_field','en','Field',NULL,NULL),('cont','cont_filter_fields','en','Filter Fields',NULL,NULL),('cont','cont_filter_record','en','Record',NULL,NULL),('cont','cont_found_objects','en','Found Objects',NULL,NULL),('cont','cont_item_list','en','List',NULL,NULL),('cont','cont_item_list_info','en','Objects located within this container are displayed in the form of a list.',NULL,NULL),('cont','cont_list_presentation','en','Content Display Options',NULL,NULL),('cont','cont_mem_skills','en','Competences',NULL,NULL),('cont','cont_news_edited','en','Edited',NULL,NULL),('cont','cont_news_settings','en','News Settings',NULL,NULL),('cont','cont_news_timeline','en','News Timeline',NULL,NULL),('cont','cont_news_timeline_auto_entries','en','Include Automatic Entries',NULL,NULL),('cont','cont_news_timeline_auto_entries_info','en','Include all news that are created automatically, e.g. forum posts, new files, etc.',NULL,NULL),('cont','cont_news_timeline_info','en','Activates News Timeline Tab',NULL,NULL),('cont','cont_news_timeline_landing_page','en','Landing Page',NULL,NULL),('cont','cont_news_timeline_landing_page_info','en','Timeline page will be the landing page.',NULL,NULL),('cont','cont_news_timeline_tab','en','Timeline',NULL,NULL),('cont','cont_no_title','en','Empty Title',NULL,NULL),('cont','cont_page_type_cont','en','Repository Page (Cours, Group, ...)',NULL,NULL),('cont','cont_page_type_cstr','en','Course Start Page (Learning Objectives View)',NULL,NULL),('cont','cont_path','en','Path',NULL,NULL),('cont','cont_published','en','Published',NULL,NULL),('cont','cont_publish_assignment','en','Publish Assignments',NULL,NULL),('cont','cont_really_deassign_skills','en','Do you really want to deassign all competences from the users?',NULL,NULL),('cont','cont_really_remove_skill_from_course','en','Do you really want to remove these competences from the list?',NULL,NULL),('cont','cont_select_fields','en','Select Fields',NULL,NULL),('cont','cont_show_more','en','Show More',NULL,NULL),('cont','cont_skill','en','Competence',NULL,NULL),('cont','cont_skill_assigned_comp','en','Competence Selection',NULL,NULL),('cont','cont_skill_assigned_profiles','en','Profile Selection',NULL,NULL),('cont','cont_skill_ass_profiles','en','Assigned Profiles of Members',NULL,NULL),('cont','cont_skill_deletion_not_possible','en','Deletion of global competence profiles is not possible. Please select only local competence profiles.',NULL,NULL),('cont','cont_skill_do_not_set','en','Do not set',NULL,NULL),('cont','cont_skill_members','en','Members',NULL,NULL),('cont','cont_skill_no_profile_selected','en','Please select a profile.',NULL,NULL),('cont','cont_skill_no_skill','en','No value (Reset)',NULL,NULL),('cont','cont_skill_no_skills_selected','en','No competences have been selected yet. Please add at least one competence first under \"Competence Selection\".',NULL,NULL),('cont','cont_skill_profile','en','Profile',NULL,NULL),('cont','cont_skill_profiles','en','Competence Profiles',NULL,NULL),('cont','cont_skill_publish','en','Publish',NULL,NULL),('cont','cont_skill_publish_auto','en','Automatic',NULL,NULL),('cont','cont_skill_publish_auto_info','en','Competence assignments for members are immediately visible for members.',NULL,NULL),('cont','cont_skill_publish_manual','en','Manual',NULL,NULL),('cont','cont_skill_publish_manual_info','en','Competence assignments for members must be published before they become visible for members.',NULL,NULL),('cont','cont_skill_really_delete_profiles_from_list','en','Do you really want to delete these profiles?',NULL,NULL),('cont','cont_skill_really_delete_profile_from_list','en','Do you really want to delete this profile?',NULL,NULL),('cont','cont_skill_really_remove_profiles_from_list','en','Do you really want to remove these profiles from the list?',NULL,NULL),('cont','cont_skill_really_remove_profile_from_list','en','Do you really want to remove this profile from the list?',NULL,NULL),('cont','cont_skill_records','en','Competence Records',NULL,NULL),('cont','cont_skill_removal_not_possible','en','Removing of local competence profiles is not possible. Please select only global competence profiles.',NULL,NULL),('cont','cont_std_filter_title_1','en','Title',NULL,NULL),('cont','cont_std_filter_title_2','en','Description',NULL,NULL),('cont','cont_std_filter_title_3','en','Title/Description',NULL,NULL),('cont','cont_std_filter_title_4','en','Keyword',NULL,NULL),('cont','cont_std_filter_title_5','en','Author',NULL,NULL),('cont','cont_std_filter_title_6','en','Copyright',NULL,NULL),('cont','cont_std_filter_title_7','en','Tutorial Support',NULL,NULL),('cont','cont_std_filter_title_8','en','Object Type',NULL,NULL),('cont','cont_std_filter_title_9','en','Online/Offline',NULL,NULL),('cont','cont_std_record_title','en','Standard',NULL,NULL),('cont','cont_tile_size','en','Tile Size',NULL,NULL),('cont','cont_tile_size_0','en','normal (up to four tiles in a row)',NULL,NULL),('cont','cont_tile_size_1','en','small (up to six tiles in a row)',NULL,NULL),('cont','cont_tile_size_2','en','large (up to three tiles in a row)',NULL,NULL),('cont','cont_tile_size_3','en','extra large (up to two tiles in a row)',NULL,NULL),('cont','cont_tile_size_4','en','full (one tile in a row)',NULL,NULL),('cont','cont_tile_view','en','Tiles',NULL,NULL),('cont','cont_tile_view_info','en','Objects located within this container are displayed in the form of thumbnail-style tiles. Images for these tiles can be uploaded in the settings of each individual object.',NULL,NULL),('contact','contact_awrn_ap_contacts','en','Approved Contacts',NULL,NULL),('contact','contact_awrn_ap_contacts_info','en','All contacts approved by the user are listed.',NULL,NULL),('contact','contact_awrn_req_contacts','en','Contact Requests',NULL,NULL),('contact','contact_awrn_req_contacts_info','en','All contact requests are listed.',NULL,NULL),('content','add_menu_entry','en','Add Menu Entry',NULL,NULL),('content','all','en','All',NULL,NULL),('content','all_pages','en','Entire Learning Module',NULL,NULL),('content','choose_public_mode','en','Access for Users not logged-in',NULL,NULL),('content','choose_public_pages','en','Choose public accessible pages',NULL,NULL),('content','citate','en','Citate',NULL,NULL),('content','citate_from','en','Citate From ...',NULL,NULL),('content','citate_page','en','Citate this Page',NULL,NULL),('content','citate_to','en','Citate To ...',NULL,NULL),('content','content_no_edit_lock','en','The page is currently locked by another user.',NULL,NULL),('content','content_page_history','en','Page History',NULL,NULL),('content','content_plugin_not_activated','en','The page content element plugin is currently not activated.',NULL,NULL),('content','content_some_export_ids_multiple_times','en','Some export IDs are used multiple times. This will lead to missing pages in the export.',NULL,NULL),('content','content_until','en','At least locked until',NULL,NULL),('content','cont_accented','en','Accented',NULL,NULL),('content','cont_activated','en','Activated',NULL,NULL),('content','cont_activate_html','en','Activate HTML Rendering',NULL,NULL),('content','cont_activate_js','en','Activate Javascript Mode',NULL,NULL),('content','cont_activate_media','en','Activate Media',NULL,NULL),('content','cont_activate_page','en','Activate Page',NULL,NULL),('content','cont_activation','en','Activation',NULL,NULL),('content','cont_active','en','Enable Menu',NULL,NULL),('content','cont_active_areas','en','Triggers',NULL,NULL),('content','cont_active_from','en','Activation Start',NULL,NULL),('content','cont_active_to','en','Activation End',NULL,NULL),('content','cont_act_number','en','Chapter Numeration',NULL,NULL),('content','cont_added_cell','en','Column added',NULL,NULL),('content','cont_added_comment','en','Comment has been added to history of learning module (see tab \'Content » History\').',NULL,NULL),('content','cont_added_tab','en','Panel added.',NULL,NULL),('content','cont_added_term','en','Term added',NULL,NULL),('content','cont_Additional','en','Additional Information',NULL,NULL),('content','cont_add_area','en','Add Area',NULL,NULL),('content','cont_add_cell','en','Add Column',NULL,NULL),('content','cont_add_change_comment','en','Add change comment',NULL,NULL),('content','cont_add_definition','en','Add Definition',NULL,NULL),('content','cont_add_elements','en','<b>Click</b> on a plus symbol to <b>add</b> a new element.',NULL,NULL),('content','cont_add_file','en','Add File',NULL,NULL),('content','cont_add_images','en','Add Images',NULL,NULL),('content','cont_add_popup','en','Add Popup',NULL,NULL),('content','cont_add_tab','en','Add Panel',NULL,NULL),('content','cont_add_url','en','Enter URL',NULL,NULL),('content','cont_adjust_size','en','Adjust Size',NULL,NULL),('content','cont_AdvancedKnowledge','en','Advanced Knowledge',NULL,NULL),('content','cont_advanced_settings','en','Advanced Settings',NULL,NULL),('content','cont_align','en','Alignment',NULL,NULL),('content','cont_alignment','en','Alignment',NULL,NULL),('content','cont_all_answers_correct','en','Correct!',NULL,NULL),('content','cont_all_closed','en','All Closed',NULL,NULL),('content','cont_all_languages','en','All Languages',NULL,NULL),('content','cont_all_pages','en','All Pages',NULL,NULL),('content','cont_all_topics','en','All Topics',NULL,NULL),('content','cont_all_usages','en','Include History',NULL,NULL),('content','cont_alphabetic','en','Alphabetic A, B, …',NULL,NULL),('content','cont_alphabetic_s','en','Alphabetic a, b, …',NULL,NULL),('content','cont_always','en','Always',NULL,NULL),('content','cont_anchor','en','Anchor',NULL,NULL),('content','cont_annex','en','Annex',NULL,NULL),('content','cont_anonymous_user_missing_perm','en','Anonymous users currently have no permission to access this learning module.',NULL,NULL),('content','cont_areas_deleted','en','Map areas deleted.',NULL,NULL),('content','cont_assign_characteristic','en','Assign Characteristic',NULL,NULL),('content','cont_assign_full','en','Assign Full Screen',NULL,NULL),('content','cont_assign_std','en','Assign Standard',NULL,NULL),('content','cont_assign_to_parent','en','Assign to Parent',NULL,NULL),('content','cont_Attention','en','Attention',NULL,NULL),('content','cont_autoindent','en','Auto Indent',NULL,NULL),('content','cont_automatically_set_store_tries','en','Option \"$1\" has been activated automatically, because option \"$2\" has been enabled.',NULL,NULL),('content','cont_autostart','en','Autostart',NULL,NULL),('content','cont_auto_glossaries','en','Auto-Linked Glossaries',NULL,NULL),('content','cont_auto_last_visited','en','Continue with Chapter Last Visited',NULL,NULL),('content','cont_auto_last_visited_info','en','When the SCORM learning module is opened again, the last section visited is displayed.',NULL,NULL),('content','cont_auto_suspend','en','Safeguard tracking data',NULL,NULL),('content','cont_auto_suspend_info','en','This option is for SCORM learning modules, which support SCORM 2004 in an inadequate way by not sending proper values for cmi.exit<br />It will ensure that tracking data is stored irrespectively of the user not closing the learning module properly for instance by simply closing the browser.',NULL,NULL),('content','cont_auto_time','en','Auto Animation Waiting Time',NULL,NULL),('content','cont_back','en','Back',NULL,NULL),('content','cont_Background','en','Background',NULL,NULL),('content','cont_base_image','en','Background Image',NULL,NULL),('content','cont_bb_tip','en','Tip: Styles can be applied quickly to selected text.',NULL,NULL),('content','cont_behavior','en','Behavior',NULL,NULL),('content','cont_biblio','en','Bibliographical Data',NULL,NULL),('content','cont_biblio_info','en','Enables the bibliographical data feature',NULL,NULL),('content','cont_blist','en','Bullet List',NULL,NULL),('content','cont_Block','en','Block',NULL,NULL),('content','cont_blocked_users','en','Blocked Users',NULL,NULL),('content','cont_blocked_users_mail_link','en','Click on the following link to open the learning module:',NULL,NULL),('content','cont_block_format','en','Section Format',NULL,NULL),('content','cont_Book','en','Book',NULL,NULL),('content','cont_bottom','en','Bottom',NULL,NULL),('content','cont_bullet_list','en','Bullet List',NULL,NULL),('content','cont_cach_mode','en','Mode',NULL,NULL),('content','cont_cach_mode_automatic','en','Automatic',NULL,NULL),('content','cont_cach_mode_automatic_info','en','All your consultation hours will be published.',NULL,NULL),('content','cont_cach_mode_manual','en','Manual',NULL,NULL),('content','cont_cach_mode_manual_info','en','Only the consultation hours of the following groups will be published.',NULL,NULL),('content','cont_cant_copy_folders','en','Folders cannot be copied to clipboard.',NULL,NULL),('content','cont_cant_del_full','en','Deletion of full screen file not possible.',NULL,NULL),('content','cont_cant_del_std','en','Deletion of standard view file not possible.',NULL,NULL),('content','cont_caption','en','Caption',NULL,NULL),('content','cont_caption_style','en','Caption Style Class',NULL,NULL),('content','cont_cc_emp','en','Emphatic',NULL,NULL),('content','cont_cc_imp','en','Important',NULL,NULL),('content','cont_cc_str','en','Strong',NULL,NULL),('content','cont_cc_sub','en','Subscript',NULL,NULL),('content','cont_cc_sup','en','Superscript',NULL,NULL),('content','cont_cell_properties','en','Table Cell Properties',NULL,NULL),('content','cont_center','en','Center',NULL,NULL),('content','cont_change_alignment','en','Change Alignment',NULL,NULL),('content','cont_change_notification_salutation','en','Hello %s,',NULL,NULL),('content','cont_change_notification_subject_lm','en','Learning Module \"%1$s\" has been changed: %2$s',NULL,NULL),('content','cont_change_object_reference','en','Change Object Reference',NULL,NULL),('content','cont_change_style','en','Change Style',NULL,NULL),('content','cont_change_type','en','Change Type',NULL,NULL),('content','cont_change_width','en','Change Width',NULL,NULL),('content','cont_chapters','en','Chapters',NULL,NULL),('content','cont_chapters_after_pages','en','Please note that pages have to precede all sub-chapters of the same level.',NULL,NULL),('content','cont_chapters_and_pages','en','Chapters and Pages',NULL,NULL),('content','cont_chapters_only','en','Chapters only',NULL,NULL),('content','cont_chap_and_pages','en','Chapters and Pages',NULL,NULL),('content','cont_chap_select_target_now','en','Chapter marked for moving. Select target now.',NULL,NULL),('content','cont_characteristic','en','Style Class',NULL,NULL),('content','cont_characteristic_table','en','Style Class',NULL,NULL),('content','cont_char_format','en','Character',NULL,NULL),('content','cont_char_style_acc','en','Accentuated',NULL,NULL),('content','cont_char_style_code','en','Code',NULL,NULL),('content','cont_char_style_com','en','Comment',NULL,NULL),('content','cont_char_style_quot','en','Quotation',NULL,NULL),('content','cont_check_values','en','Check Values sent from SCO',NULL,NULL),('content','cont_check_values_info','en','The Test Tool will check whether the values sent from the SCOs adhere to the SCORM standard. <br /> The SCORM Standard is very demanding concerning the saving of values. Not all learning modules meet the requirements of the standard. This Options allows checking if the module adheres to the Standard or not. Do not check this option if you just want to check if ILIAS can run this module or not.',NULL,NULL),('content','cont_choose_characteristic','en','Choose Characteristic',NULL,NULL),('content','cont_choose_characteristic_section','en','Sections',NULL,NULL),('content','cont_choose_characteristic_text','en','Text Elements',NULL,NULL),('content','cont_choose_file_source','en','Source',NULL,NULL),('content','cont_choose_from_clipboard','en','Choose from Clipboard',NULL,NULL),('content','cont_choose_from_pool','en','Select from Media Pool',NULL,NULL),('content','cont_choose_glo','en','Choose Glossary',NULL,NULL),('content','cont_choose_lm','en','Choose Learning Module',NULL,NULL),('content','cont_choose_local','en','Local directory',NULL,NULL),('content','cont_choose_media_pool','en','Select Pool',NULL,NULL),('content','cont_choose_mep','en','Choose Media Pool',NULL,NULL),('content','cont_choose_pages_or_chapters_only','en','Please select either pages or chapters only.',NULL,NULL),('content','cont_choose_upload_dir','en','Upload directory',NULL,NULL),('content','cont_choose_wiki','en','Choose Wiki',NULL,NULL),('content','cont_Circle','en','Circle',NULL,NULL),('content','cont_Citation','en','Citation',NULL,NULL),('content','cont_citation_selection_not_valid','en','You\'re selection is not valid',NULL,NULL),('content','cont_click_br_corner','en','Please click on the bottom right corner of the desired area.',NULL,NULL),('content','cont_click_center','en','Please click on center of the desired area.',NULL,NULL),('content','cont_click_circle','en','Please click on a circle point of the desired area.',NULL,NULL),('content','cont_click_edit','en','To <b>edit</b> a page element, <b>click</b> on it.',NULL,NULL),('content','cont_click_multi_select','en','<b>Click</b> on elements to <b>select</b> them.',NULL,NULL),('content','cont_click_next_or_save','en','Please click on the next point of the polygon or save the area. (It is not necessary to click again on the starting point of this polygon !)',NULL,NULL),('content','cont_click_next_point','en','Please click on the next point of the polygon.',NULL,NULL),('content','cont_click_starting_point','en','Please click on the starting point of the polygon.',NULL,NULL),('content','cont_click_tl_corner','en','Please click on the top left corner of the desired area.',NULL,NULL),('content','cont_code_import_file','en','Import',NULL,NULL),('content','cont_code_manual_editing','en','Manuelle Eingabe',NULL,NULL),('content','cont_colspan','en','Col. Span',NULL,NULL),('content','cont_col_ordering','en','Column Ordering',NULL,NULL),('content','cont_commented_by','en','Commented by',NULL,NULL),('content','cont_comments','en','Store Comments',NULL,NULL),('content','cont_comments_info','en','Some SCORM 2004 learning modules allow users providing comments within the module. This option allows saving those comments.',NULL,NULL),('content','cont_Confirmation','en','Confirmation',NULL,NULL),('content','cont_confirm_delete','en','Do you really want to delete this item(s)?',NULL,NULL),('content','cont_constrain_proportions','en','Constrain Proportions',NULL,NULL),('content','cont_content','en','Content',NULL,NULL),('content','cont_content_popup','en','Content Popup',NULL,NULL),('content','cont_content_popups','en','Content Popups',NULL,NULL),('content','cont_coords','en','Coordinates',NULL,NULL),('content','cont_copy_question_from_pool','en','Copy Question from Pool',NULL,NULL),('content','cont_copy_question_into_page','en','Copy into Page',NULL,NULL),('content','cont_copy_to_clipboard','en','Copy to clipboard',NULL,NULL),('content','cont_correct_after_first','en','First Try Correct',NULL,NULL),('content','cont_correct_answers_also','en','Also correct are:',NULL,NULL),('content','cont_correct_answers_shown','en','Correct solution see above.',NULL,NULL),('content','cont_correct_answer_also','en','Also correct is:',NULL,NULL),('content','cont_could_not_determine_resource_size','en','ILIAS could not automatically determine the resource size.',NULL,NULL),('content','cont_could_not_save_duplicate_pc_ids','en','Page could not be saved (duplicate PC IDs).',NULL,NULL),('content','cont_cp_question_diff_formats_info','en','Please note that some formatting is not supported in content modules.',NULL,NULL),('content','cont_create_link','en','Create Link',NULL,NULL),('content','cont_create_mob','en','Create Media Object',NULL,NULL),('content','cont_credits','en','Credits',NULL,NULL),('content','cont_current_chapter','en','Current Chapter',NULL,NULL),('content','cont_current_lang','en','Current Language',NULL,NULL),('content','cont_current_page','en','Current Page',NULL,NULL),('content','cont_current_style','en','Current Style',NULL,NULL),('content','cont_current_term','en','Current Term',NULL,NULL),('content','cont_current_usages','en','Current Usages',NULL,NULL),('content','cont_current_version','en','Current Version',NULL,NULL),('content','cont_custom','en','Custom',NULL,NULL),('content','cont_custom_menu_entries','en','Custom Menu Entries',NULL,NULL),('content','cont_custom_size','en','Fixed Size',NULL,NULL),('content','cont_dark','en','Dark',NULL,NULL),('content','cont_data_from_lms','en','adlcp:datafromlms',NULL,NULL),('content','cont_deactivated','en','Deactivated',NULL,NULL),('content','cont_deactivate_html','en','Deactivate HTML Rendering',NULL,NULL),('content','cont_deactivate_js','en','Activate Form Mode',NULL,NULL),('content','cont_deactivate_media','en','Deactivate Media',NULL,NULL),('content','cont_deactivate_page','en','Deactivate Page',NULL,NULL),('content','cont_debug','en','Enable Test Tool',NULL,NULL),('content','cont_debugging','en','Debugging',NULL,NULL),('content','cont_debug_deactivate','en','A Test Tool will be displayed in the presentation mode of the learning module. Based on the data provided by it the interaction of the learning module and ILIAS can be evaluated. To use the Test Tool, the navigation tree has to be switched on.',NULL,NULL),('content','cont_debug_deactivate12','en','A Test Tool will be displayed in the presentation mode of the learning module. Based on the data provided by it the interaction of the learning module and ILIAS can be evaluated.',NULL,NULL),('content','cont_debug_deactivated','en','The Test Tool is currently globally deactivated in the ILIAS administration: \'Administration » Repository and Objects » Learning Modules\'.',NULL,NULL),('content','cont_decimal','en','Decimal',NULL,NULL),('content','cont_default','en','Default',NULL,NULL),('content','cont_definition','en','Definition',NULL,NULL),('content','cont_definitions','en','Definitions',NULL,NULL),('content','cont_def_feedb_activated','en','Default feedback texts are currently activated in the learning module settings.',NULL,NULL),('content','cont_def_feedb_deactivated','en','Default feedback texts are currently deactivated in the learning module settings.',NULL,NULL),('content','cont_def_layout','en','Default Layout',NULL,NULL),('content','cont_def_lesson_mode','en','Record Tracking Data',NULL,NULL),('content','cont_def_map_areas','en','Default Link Areas',NULL,NULL),('content','cont_def_organization','en','default',NULL,NULL),('content','cont_delete_content','en','Delete Content',NULL,NULL),('content','cont_delete_selected','en','Delete',NULL,NULL),('content','cont_delete_style','en','Delete Style',NULL,NULL),('content','cont_delete_track_data','en','Delete Tracking Data',NULL,NULL),('content','cont_dependencies','en','Dependencies',NULL,NULL),('content','cont_de_activate','en','(De-)Activate',NULL,NULL),('content','cont_dir_created','en','Directory has been created.',NULL,NULL),('content','cont_dir_deleted','en','Directory has been deleted.',NULL,NULL),('content','cont_dir_file','en','Directory/File',NULL,NULL),('content','cont_dir_renamed','en','Directory has been renamed.',NULL,NULL),('content','cont_disable_def_feedback','en','Disable Default Question Feedback',NULL,NULL),('content','cont_disable_def_feedback_info','en','The standard feedback for a question is not displayed after answering a question.',NULL,NULL),('content','cont_download','en','Download',NULL,NULL),('content','cont_downloads','en','Enable Download',NULL,NULL),('content','cont_downloads_desc','en','Offers all public export files for download (e.g. for offline use or import).',NULL,NULL),('content','cont_downloads_public_desc','en','Allow download even for anonymous users (in public area)',NULL,NULL),('content','cont_download_no_download','en','Download will not be available to users, since the download feature is not activated.',NULL,NULL),('content','cont_download_no_menu','en','Download will not be available to users since the learning module menu is not activated.',NULL,NULL),('content','cont_download_title','en','Download Title',NULL,NULL),('content','cont_drag_and_drop_elements','en','To <b>move</b> a page element, <b>drag</b> it with the mouse to the intended location and <b/>drop<b> it.',NULL,NULL),('content','cont_drag_element_click_save','en','Drag and drop the element to the desired position. Then hit ‘Save’.',NULL,NULL),('content','cont_edit_base_image','en','Edit Background Image',NULL,NULL),('content','cont_edit_comp','en','Editing',NULL,NULL),('content','cont_edit_definition','en','Edit Definition',NULL,NULL),('content','cont_edit_file_list_properties','en','Edit File List Properties',NULL,NULL),('content','cont_edit_language_version','en','Edit Version',NULL,NULL),('content','cont_edit_lrs_settings','en','Edit Settings',NULL,NULL),('content','cont_edit_marker_position','en','Edit Marker Position',NULL,NULL),('content','cont_edit_mob','en','Edit Media Object',NULL,NULL),('content','cont_edit_mob_alias_prop','en','Edit Media Object Instance Properties',NULL,NULL),('content','cont_edit_mode','en','Edit Mode',NULL,NULL),('content','cont_edit_multi','en','Selection',NULL,NULL),('content','cont_edit_overlay_position','en','Edit Overlay Position',NULL,NULL),('content','cont_edit_par','en','Edit Text',NULL,NULL),('content','cont_edit_personal_data','en','Edit Personal Data',NULL,NULL),('content','cont_edit_popup_position','en','Edit Popup Position',NULL,NULL),('content','cont_edit_qover','en','Edit Question Overview',NULL,NULL),('content','cont_edit_shape_circle','en','Edit Shape (Circle)',NULL,NULL),('content','cont_edit_shape_polygon','en','Edit Shape (Polygon)',NULL,NULL),('content','cont_edit_shape_rectangle','en','Edit Shape (Rectangle)',NULL,NULL),('content','cont_edit_shape_whole_picture','en','Edit Shape (Whole Picture)',NULL,NULL),('content','cont_edit_src','en','Edit Source Code',NULL,NULL),('content','cont_edit_style','en','Edit Style',NULL,NULL),('content','cont_edit_table','en','Edit Table',NULL,NULL),('content','cont_edit_tabs','en','Properties',NULL,NULL),('content','cont_edit_term','en','Edit Term',NULL,NULL),('content','cont_edit_title','en','Change Title',NULL,NULL),('content','cont_ed_align_center','en','Align: Center',NULL,NULL),('content','cont_ed_align_left','en','Align: Left',NULL,NULL),('content','cont_ed_align_left_float','en','Align: Left Float',NULL,NULL),('content','cont_ed_align_right','en','Align: Right',NULL,NULL),('content','cont_ed_align_right_float','en','Align: Right Float',NULL,NULL),('content','cont_ed_atable','en','Advanced Table',NULL,NULL),('content','cont_ed_cell_left','en','Move Left',NULL,NULL),('content','cont_ed_cell_right','en','Move Right',NULL,NULL),('content','cont_ed_class','en','Style',NULL,NULL),('content','cont_ed_click_to_add_pg','en','Click here to add content.',NULL,NULL),('content','cont_ed_col_left','en','Move Column Left',NULL,NULL),('content','cont_ed_col_right','en','Move Column Right',NULL,NULL),('content','cont_ed_copy','en','Copy',NULL,NULL),('content','cont_ed_copy_clip','en','Copy to Clipboard',NULL,NULL),('content','cont_ed_cut','en','Cut',NULL,NULL),('content','cont_ed_delete','en','Delete',NULL,NULL),('content','cont_ed_delete_cell','en','Delete Column',NULL,NULL),('content','cont_ed_delete_col','en','Delete Column',NULL,NULL),('content','cont_ed_delete_item','en','Delete Item',NULL,NULL),('content','cont_ed_delete_row','en','Delete Row',NULL,NULL),('content','cont_ed_dtable','en','Data Table',NULL,NULL),('content','cont_ed_edit','en','Edit',NULL,NULL),('content','cont_ed_edit_data','en','Edit Data',NULL,NULL),('content','cont_ed_edit_files','en','Edit Files',NULL,NULL),('content','cont_ed_edit_multiple','en','Edit Paragraph Sequence',NULL,NULL),('content','cont_ed_edit_prop','en','Edit Properties',NULL,NULL),('content','cont_ed_enable','en','(De-)Activate Elements',NULL,NULL),('content','cont_ed_flist','en',' File List',NULL,NULL),('content','cont_ed_go','en','Go',NULL,NULL),('content','cont_ed_grid_col_width','en','Column Width',NULL,NULL),('content','cont_ed_grid_col_widths','en','Column Widths',NULL,NULL),('content','cont_ed_grid_col_width_info','en','Column width can span multiple 1/12 units of the row and depends on the overall screen size. Devices are given as examples. Their screen size determines the concrete behaviour. 12/12 equals to 100% width.',NULL,NULL),('content','cont_ed_insert_amdfrm','en','Insert Advanced Metadata',NULL,NULL),('content','cont_ed_insert_amdpl','en','Insert Page List',NULL,NULL),('content','cont_ed_insert_blog','en','Insert Blog',NULL,NULL),('content','cont_ed_insert_cach','en','Insert Consultation Hours',NULL,NULL),('content','cont_ed_insert_dtab','en','Insert Data Table',NULL,NULL),('content','cont_ed_insert_flst','en','Insert File List',NULL,NULL),('content','cont_ed_insert_grid','en','Insert Column Layout',NULL,NULL),('content','cont_ed_insert_grid_info','en','Adds a responsive column layout based on a grid with 12 units per row.',NULL,NULL),('content','cont_ed_insert_iim','en','Insert Interactive Image',NULL,NULL),('content','cont_ed_insert_incl','en','Insert Content Snippet',NULL,NULL),('content','cont_ed_insert_lay','en','Insert Layout Template',NULL,NULL),('content','cont_ed_insert_lhist','en','Insert Learning History',NULL,NULL),('content','cont_ed_insert_list','en','Insert Advanced List',NULL,NULL),('content','cont_ed_insert_lpe','en','Insert Login Page Element',NULL,NULL),('content','cont_ed_insert_map','en','Insert Map',NULL,NULL),('content','cont_ed_insert_mcrs','en','Insert My Courses',NULL,NULL),('content','cont_ed_insert_media','en','Insert Image/Media',NULL,NULL),('content','cont_ed_insert_par','en','Insert Text',NULL,NULL),('content','cont_ed_insert_pcqst','en','Insert Question',NULL,NULL),('content','cont_ed_insert_plach','en','Insert Placeholder',NULL,NULL),('content','cont_ed_insert_prof','en','Insert Personal Data',NULL,NULL),('content','cont_ed_insert_qover','en','Insert Question Overview',NULL,NULL),('content','cont_ed_insert_repobj','en','Insert Item Group',NULL,NULL),('content','cont_ed_insert_sec','en','Insert Section',NULL,NULL),('content','cont_ed_insert_skills','en','Insert Competences',NULL,NULL),('content','cont_ed_insert_src','en','Insert Code',NULL,NULL),('content','cont_ed_insert_tab','en','Insert Advanced Table',NULL,NULL),('content','cont_ed_insert_tabs','en','Insert Accordion/Carousel',NULL,NULL),('content','cont_ed_insert_templ','en','Insert Content Template',NULL,NULL),('content','cont_ed_insert_vrfc','en','Insert Certificate',NULL,NULL),('content','cont_ed_item_down','en','Move Item Down',NULL,NULL),('content','cont_ed_item_up','en','Move Item Up',NULL,NULL),('content','cont_ed_list','en',' Advanced List',NULL,NULL),('content','cont_ed_moveafter','en','Move After',NULL,NULL),('content','cont_ed_movebefore','en','Move Before',NULL,NULL),('content','cont_ed_new_col_after','en','New Columns After',NULL,NULL),('content','cont_ed_new_col_before','en','New Columns Before',NULL,NULL),('content','cont_ed_new_item_after','en','New Item After',NULL,NULL),('content','cont_ed_new_item_before','en','New Item Before',NULL,NULL),('content','cont_ed_new_row_after','en','New Rows After',NULL,NULL),('content','cont_ed_new_row_before','en','New Rows Before',NULL,NULL),('content','cont_ed_nr_cols','en','Number of Columns',NULL,NULL),('content','cont_ed_nr_rows','en','Number of Rows',NULL,NULL),('content','cont_ed_par','en','Text',NULL,NULL),('content','cont_ed_paste','en','Paste',NULL,NULL),('content','cont_ed_paste_clip','en','Paste From Clipboard',NULL,NULL),('content','cont_ed_pglprop','en','Page Layout Properties',NULL,NULL),('content','cont_ed_plachmedia','en','Placeholder Media',NULL,NULL),('content','cont_ed_plachprop','en','Placeholder Properties',NULL,NULL),('content','cont_ed_plachquestion','en','Placeholder Question',NULL,NULL),('content','cont_ed_plachtext','en','Placeholder Text',NULL,NULL),('content','cont_ed_plachverification','en','Placeholder Certificate',NULL,NULL),('content','cont_ed_row_down','en','Move Row Down',NULL,NULL),('content','cont_ed_row_up','en','Move Row Up',NULL,NULL),('content','cont_ed_select_pctext','en','Select Text Item',NULL,NULL),('content','cont_ed_split_page','en','Split to New Page',NULL,NULL),('content','cont_ed_split_page_next','en','Split to Next Page',NULL,NULL),('content','cont_ed_textitem','en',' Text Item',NULL,NULL),('content','cont_ed_width','en','Width',NULL,NULL),('content','cont_element_refers_removed_itgr','en','This content element refers to an item group that has been removed in the meantime.',NULL,NULL),('content','cont_empty_question','en','Question editing not finished. Please either click and edit or delete question.',NULL,NULL),('content','cont_enable_page_history','en','Page History',NULL,NULL),('content','cont_enable_page_history_info','en','Stores older versions of pages and allows roll back to older versions.',NULL,NULL),('content','cont_enable_time_scheduled_page_activation','en','Time Scheduled Page Activation',NULL,NULL),('content','cont_enable_time_scheduled_page_activation_info','en','If enabled, an activation period (date/time) can be selected in the learning module editor for each page.',NULL,NULL),('content','cont_end','en','End',NULL,NULL),('content','cont_enough_answers_correct','en','Correct, but not the best solution!',NULL,NULL),('content','cont_enter_a_dir_name','en','Please enter a directory name.',NULL,NULL),('content','cont_enter_a_file','en','Please select a file.',NULL,NULL),('content','cont_error','en','An Error Occured',NULL,NULL),('content','cont_Example','en','Example',NULL,NULL),('content','cont_Excursus','en','Excursus',NULL,NULL),('content','cont_export_all','en','Export all',NULL,NULL),('content','cont_export_id','en','Export ID',NULL,NULL),('content','cont_exp_ids_not_resp_format1','en','Export IDs may only use the following characters',NULL,NULL),('content','cont_exp_ids_not_resp_format2','en','Please check and correct your input.',NULL,NULL),('content','cont_exp_ids_not_resp_format3','en','The ID must not start with a number.',NULL,NULL),('content','cont_exp_id_used_multiple','en','Export ID used multiple times',NULL,NULL),('content','cont_file','en','File',NULL,NULL),('content','cont_FileListItem','en','File List Item (Standard)',NULL,NULL),('content','cont_files','en','Files',NULL,NULL),('content','cont_file_created','en','File has been created.',NULL,NULL),('content','cont_file_deleted','en','File has been deleted.',NULL,NULL),('content','cont_file_from_repository','en','File From Repository',NULL,NULL),('content','cont_file_from_workspace','en','File From Personal Resources',NULL,NULL),('content','cont_file_renamed','en','File has been renamed.',NULL,NULL),('content','cont_file_unzipped','en','File has been unzipped.',NULL,NULL),('content','cont_finish_editing','en','Finish Editing',NULL,NULL),('content','cont_finish_table_editing','en','Finish Data Table Editing',NULL,NULL),('content','cont_first_open','en','First Panel Opened',NULL,NULL),('content','cont_first_page','en','First Page',NULL,NULL),('content','cont_first_row_style','en','First Row Style Class',NULL,NULL),('content','cont_fix_tree','en','Fix structure',NULL,NULL),('content','cont_fix_tree_confirm','en','Please execute this command only if the tree structure of this learning module is corrupted, e.g. if blank items occur in the explorer view.',NULL,NULL),('content','cont_fn','en','Footnote',NULL,NULL),('content','cont_footer','en','Footer',NULL,NULL),('content','cont_footnote','en','Footnote',NULL,NULL),('content','cont_force_all_open','en','Force All Opened',NULL,NULL),('content','cont_format','en','Format',NULL,NULL),('content','cont_format_cells','en','Format Cells',NULL,NULL),('content','cont_fourth_edition','en','SCORM 2004 4th edition',NULL,NULL),('content','cont_fourth_edition_info','en','SCORM 2004 4th edition offers some advantages compared to the 3rd Edition: Data can be carried over between SCOs. Few learning modules actually use this feature and it has a negative Impact on performance.',NULL,NULL),('content','cont_free_pages','en','Free Pages',NULL,NULL),('content','cont_fullscreen','en','Full Screen',NULL,NULL),('content','cont_full_is_in_dir','en','Deletion not possible. Full screen file is in directory.',NULL,NULL),('content','cont_general_properties','en','General Properties',NULL,NULL),('content','cont_get_link','en','→ Select Target Object',NULL,NULL),('content','cont_glossaries','en','Glossaries',NULL,NULL),('content','cont_glo_assign','en','Assign Glossary',NULL,NULL),('content','cont_glo_create','en','Create Glossary',NULL,NULL),('content','cont_glo_detach','en','Detach Glossary',NULL,NULL),('content','cont_glo_properties','en','Glossary Properties',NULL,NULL),('content','cont_got_lock_release','en','This page has been locked for your editing until %1. Please release the page after you have done all your changes.',NULL,NULL),('content','cont_grid_cell','en','Column',NULL,NULL),('content','cont_grid_cell_confirm_deletion','en','Do you really want to delete the column(s)?',NULL,NULL),('content','cont_grid_nr_cells','en','Number of Columns',NULL,NULL),('content','cont_grid_t_main_side','en','Main and side block',NULL,NULL),('content','cont_grid_t_main_side_info','en','Creates a wide column on the left and a narrower column on the right. Switches to a one-column layout in Mobile View (small).',NULL,NULL),('content','cont_grid_t_manual','en','Manually created page layout',NULL,NULL),('content','cont_grid_t_manual_info','en','Enables the free design of the number and width of columns.',NULL,NULL),('content','cont_grid_t_three_column','en','Three-column-Layout',NULL,NULL),('content','cont_grid_t_three_column_info','en','Creates three columns of equal width next to each other. Switches to a one-column layout in Mobile View (small).',NULL,NULL),('content','cont_grid_t_two_by_two','en','Two-time-two-box',NULL,NULL),('content','cont_grid_t_two_by_two_info','en','Creates two rows with two columns of equal width. Switches to a one-column layout in mobile view (small) and to a four-column layout on extra-wide screens (extra large).',NULL,NULL),('content','cont_grid_t_two_column','en','Two-column-layout',NULL,NULL),('content','cont_grid_t_two_column_info','en','Creates two equally wide columns next to each other. Switches to a one-column layout in Mobile View (small).',NULL,NULL),('content','cont_grid_width_l','en','Large',NULL,NULL),('content','cont_grid_width_l_info','en','E.g. desktop',NULL,NULL),('content','cont_grid_width_m','en','Medium',NULL,NULL),('content','cont_grid_width_m_info','en','E.g. tablet',NULL,NULL),('content','cont_grid_width_s','en','Small',NULL,NULL),('content','cont_grid_width_s_info','en','E.g. smartphone',NULL,NULL),('content','cont_grid_width_xl','en','Extra Large',NULL,NULL),('content','cont_grid_width_xl_info','en','E.g. wide desktop',NULL,NULL),('content','cont_hacc_needs_height','en','Please set a content height for horizontal accordions.',NULL,NULL),('content','cont_hacc_needs_width','en','Please set a content width for horizontal accordions.',NULL,NULL),('content','cont_has_row_header','en','Has a Header Row',NULL,NULL),('content','cont_header','en','Header',NULL,NULL),('content','cont_Headline1','en','Headline 1',NULL,NULL),('content','cont_Headline2','en','Headline 2',NULL,NULL),('content','cont_Headline3','en','Headline 3',NULL,NULL),('content','cont_height','en','Height in pixels',NULL,NULL),('content','cont_help_no_valid_tooltip_id','en','The tooltip ID you have entered was not valid.',NULL,NULL),('content','cont_hidenavig','en','Hide Navigation Tree',NULL,NULL),('content','cont_hidenavig_info','en','The navigation tree on the left can be hidden, if the SCORM Learning module contains sufficient functionality to navigate between sections of content or the top navigation bar is displayed.',NULL,NULL),('content','cont_hide_adv','en','Hide Advanced Knowledge',NULL,NULL),('content','cont_hide_head_foot_print','en','Hide custom header and footer in print view',NULL,NULL),('content','cont_highlight_class','en','Highlight Class',NULL,NULL),('content','cont_highlight_mode','en','Highlight Mode',NULL,NULL),('content','cont_hover','en','Hover',NULL,NULL),('content','cont_href','en','href',NULL,NULL),('content','cont_html_export_ids','en','HTML Export IDs',NULL,NULL),('content','cont_html_export_ids_info','en','Allows maintaining extra IDs for ILIAS learning modules that are used for naming HTML files when HTML export is done.',NULL,NULL),('content','cont_html_table','en','HTML Table',NULL,NULL),('content','cont_id_ref','en','identifierref',NULL,NULL),('content','cont_ie_compatibility','en','Internet Explorer 7 Compatibility Mode',NULL,NULL),('content','cont_ie_compatibility_info','en','Reduces problems with displaying older SCORM Learning Modules that were optimised for the Internet Explorer. If the Compatibility Mode is switched off in newer versions of the Internet Explorer, this setting does not become effective.',NULL,NULL),('content','cont_ie_force_render','en','Force Internet Explorer to re-render',NULL,NULL),('content','cont_ie_force_render_info','en','Learning modules with many frames or iFrames will be displayed correctly after rendering the content once more.',NULL,NULL),('content','cont_iim_add_overlay','en','Add Overlay',NULL,NULL),('content','cont_iim_add_trigger','en','Add Trigger',NULL,NULL),('content','cont_iim_add_trigger_text','en','Please add a trigger. Afterwards edit size and position on the right screen.',NULL,NULL),('content','cont_iim_background_image','en','Background Image',NULL,NULL),('content','cont_iim_background_image_and_caption','en','Background Image and Caption',NULL,NULL),('content','cont_iim_edit','en','Edit Interactive Image',NULL,NULL),('content','cont_iim_edit_trigger','en','Edit Trigger',NULL,NULL),('content','cont_iim_finish_editing','en','Finish Editing Interactive Image',NULL,NULL),('content','cont_iim_horizontal','en','Horizontal',NULL,NULL),('content','cont_iim_lg','en','Large',NULL,NULL),('content','cont_iim_md','en','Medium',NULL,NULL),('content','cont_iim_no_overlay','en','No Overlay',NULL,NULL),('content','cont_iim_overview','en','Overview',NULL,NULL),('content','cont_iim_select_overlay','en','Select Overlay',NULL,NULL),('content','cont_iim_select_trigger','en','To edit an existing trigger, click it on the right screen.',NULL,NULL),('content','cont_iim_size','en','Size',NULL,NULL),('content','cont_iim_sm','en','Small',NULL,NULL),('content','cont_iim_trigger','en','Trigger',NULL,NULL),('content','cont_iim_tr_add_popup','en','Add Content-Popup',NULL,NULL),('content','cont_iim_tr_properties_info','en','The trigger will be presented on the right side. You may alter position and size using the mouse.',NULL,NULL),('content','cont_iim_vertical','en','Vertical',NULL,NULL),('content','cont_imagemap','en','Image Map',NULL,NULL),('content','cont_import','en','Import',NULL,NULL),('content','cont_import_id','en','identifier',NULL,NULL),('content','cont_import_lang','en','Target Language',NULL,NULL),('content','cont_import_tracking','en','Import Tracking Data',NULL,NULL),('content','cont_import_trans','en','Import Translation',NULL,NULL),('content','cont_import_validation_errors','en','Some errors occurred during validation of the learning module. The presentation of the learning module may be ok, but it is likely that you are not able to edit the pages that contain errors.',NULL,NULL),('content','cont_Information','en','Information',NULL,NULL),('content','cont_initial_attached_content','en','Initial Extra Content',NULL,NULL),('content','cont_insert_amd_page_list','en','Insert Page List',NULL,NULL),('content','cont_insert_as_chapter','en','Insert as Chapter',NULL,NULL),('content','cont_insert_as_subchapter','en','Insert as Sub-chapter',NULL,NULL),('content','cont_insert_blog','en','Add Blog Post',NULL,NULL),('content','cont_insert_chapter','en','Insert Chapter',NULL,NULL),('content','cont_insert_chapter_from_clip','en','Paste Chapters from Clipboard',NULL,NULL),('content','cont_insert_consultation_hours','en','Insert Consultation Hours',NULL,NULL),('content','cont_insert_file_item','en','Insert File Item',NULL,NULL),('content','cont_insert_file_list','en','Insert File List',NULL,NULL),('content','cont_insert_list','en','Insert Advanced List',NULL,NULL),('content','cont_insert_login_page','en','Add Login Page Element',NULL,NULL),('content','cont_insert_map','en','Insert Map',NULL,NULL),('content','cont_insert_mob','en','Insert Media Object',NULL,NULL),('content','cont_insert_my_courses','en','Insert My Courses',NULL,NULL),('content','cont_insert_page','en','Insert Page',NULL,NULL),('content','cont_insert_pagelayout','en','Insert Page from Template',NULL,NULL),('content','cont_insert_page_from_clip','en','Paste Pages from Clipboard',NULL,NULL),('content','cont_insert_par','en','Insert Text',NULL,NULL),('content','cont_insert_profile','en','Publish Personal Data',NULL,NULL),('content','cont_insert_resources','en','Insert Item Group',NULL,NULL),('content','cont_insert_section','en','Insert Section',NULL,NULL),('content','cont_insert_skills','en','Insert Competence',NULL,NULL),('content','cont_insert_src','en','Insert source code',NULL,NULL),('content','cont_insert_subchapter','en','Insert Sub-chapter',NULL,NULL),('content','cont_insert_subchapter_from_clip','en','Paste Sub-chapters from Clipboard',NULL,NULL),('content','cont_insert_table','en','Insert Table',NULL,NULL),('content','cont_insert_verification','en','Add Certificate',NULL,NULL),('content','cont_inst_map_areas','en','Instance Link Areas',NULL,NULL),('content','cont_Interaction','en','Interaction',NULL,NULL),('content','cont_interactions','en','Store Results of Interactions',NULL,NULL),('content','cont_interactions_info','en','Typically results from interactions in learning modules are simply stored without being read / loaded again. If you ensured this is how your learning module operates, this option will improve performance.',NULL,NULL),('content','cont_interactions_info_12','en','Results from interactions in SCORM 1.2 learning modules are simply stored. This option will improve performance.',NULL,NULL),('content','cont_internal_link','en','internal link',NULL,NULL),('content','cont_internal_links','en','Internal Links',NULL,NULL),('content','cont_invalid_new_module','en','Incompatible module! Please make sure imsmanifest.xml is not changed',NULL,NULL),('content','cont_is_visible','en','isvisible',NULL,NULL),('content','cont_item','en','Item',NULL,NULL),('content','cont_keyword','en','Keyword',NULL,NULL),('content','cont_language','en','Language',NULL,NULL),('content','cont_languages','en','Languages',NULL,NULL),('content','cont_last_try','en','Last Try',NULL,NULL),('content','cont_last_update','en','Last Update',NULL,NULL),('content','cont_last_visited_page','en','Last Visited Page',NULL,NULL),('content','cont_latest_rev','en','Latest Revision',NULL,NULL),('content','cont_layout','en','Layout',NULL,NULL),('content','cont_layout_1window','en','One Window',NULL,NULL),('content','cont_layout_1window_desc','en','Content in the main frame. FAQ, glossary and media links open in separate window.',NULL,NULL),('content','cont_layout_2window','en','Two Windows',NULL,NULL),('content','cont_layout_2window_desc','en','Content in the left frame. FAQ, glossary and media links open in right frame.',NULL,NULL),('content','cont_layout_3window','en','Three Windows',NULL,NULL),('content','cont_layout_3window_desc','en','Content in the left frame. FAQ and media links open in top-right frame, glossary links in bottom-right frame.',NULL,NULL),('content','cont_layout_fullscreen','en','Full Screen',NULL,NULL),('content','cont_layout_fullscreen_desc','en','Content in the main frame. FAQ, glossary and media links open in separate window. No ILIAS main menu and no navigation bar.',NULL,NULL),('content','cont_layout_per_page','en','Layout per Page',NULL,NULL),('content','cont_layout_per_page_info','en','Allow to set individual layouts for each page. This automatically activates the ‘Synchronize Frames’ setting, too.',NULL,NULL),('content','cont_layout_presentation','en','Presentation',NULL,NULL),('content','cont_layout_presentation_desc','en','Content in the main frame. FAQ, glossary and media links open in separate window. No ILIAS main menu.',NULL,NULL),('content','cont_layout_template','en','Layout Template',NULL,NULL),('content','cont_layout_toc2win','en','Table of Contents',NULL,NULL),('content','cont_layout_toc2windyn','en','Table of Contents Dynamic',NULL,NULL),('content','cont_layout_toc2windyn_desc','en','Table of contents in the left, content in the right frame. FAQ, glossary and media links open dynamically a frame at bottom-right.',NULL,NULL),('content','cont_layout_toc2win_desc','en','Table of contents in the left, content in the right frame. FAQ, glossary and media links open in separate window.',NULL,NULL),('content','cont_left','en','Left',NULL,NULL),('content','cont_left_float','en','Left, Floating',NULL,NULL),('content','cont_license','en','License',NULL,NULL),('content','cont_license_info','en','Enables the license feature',NULL,NULL),('content','cont_light','en','Light',NULL,NULL),('content','cont_Link','en','Link',NULL,NULL),('content','cont_linked_mobs','en','Linked media objects',NULL,NULL),('content','cont_links','en','Links',NULL,NULL),('content','cont_link_area','en','Link Area',NULL,NULL),('content','cont_link_ext','en','External Link',NULL,NULL),('content','cont_link_glo_in_lm','en','Should all glossary terms be linked in the learning module now?',NULL,NULL),('content','cont_link_int','en','Internal Link',NULL,NULL),('content','cont_link_no','en','No Link',NULL,NULL),('content','cont_link_select','en','Internal Link',NULL,NULL),('content','cont_link_to_external','en','Link to External Website',NULL,NULL),('content','cont_link_to_internal','en','Link to ILIAS Resource',NULL,NULL),('content','cont_link_to_wiki','en','Link to Wiki Page (Insert Brackets)',NULL,NULL),('content','cont_link_type','en','Link Type',NULL,NULL),('content','cont_link_user','en','User Profile',NULL,NULL),('content','cont_List','en','List',NULL,NULL),('content','cont_lists','en','Lists',NULL,NULL),('content','cont_list_files','en','List Files',NULL,NULL),('content','cont_list_indent','en','Indent List',NULL,NULL),('content','cont_list_item_style','en','List Item Style',NULL,NULL),('content','cont_list_outdent','en','Outdent List',NULL,NULL),('content','cont_list_properties','en','List Properties',NULL,NULL),('content','cont_Literature','en','Literature',NULL,NULL),('content','cont_lk_chapter','en','Chapter',NULL,NULL),('content','cont_lk_chapter_new','en','Chapter in New Tab',NULL,NULL),('content','cont_lk_file','en','File/Document',NULL,NULL),('content','cont_lk_media_faq','en','Media in FAQ Tool',NULL,NULL),('content','cont_lk_media_inline','en','Media (Inline)',NULL,NULL),('content','cont_lk_media_media','en','Media in Media Tool',NULL,NULL),('content','cont_lk_media_new','en','Media in New Tab',NULL,NULL),('content','cont_lk_page','en','Page',NULL,NULL),('content','cont_lk_page_faq','en','Page in FAQ Tool',NULL,NULL),('content','cont_lk_page_new','en','Page in New Tab',NULL,NULL),('content','cont_lk_term','en','Glossary Term',NULL,NULL),('content','cont_lk_term_new','en','Glossary Term in New Tab',NULL,NULL),('content','cont_lm_comments_desc','en','Allow users to share comments on every page of the learning module.',NULL,NULL),('content','cont_lm_default_layout','en','Default Layout of Learning Module',NULL,NULL),('content','cont_lm_mail_permanent_link','en','Click on the following link to access the learning module:',NULL,NULL),('content','cont_lm_menu','en','Menu',NULL,NULL),('content','cont_lm_properties','en','Learning Module Settings',NULL,NULL),('content','cont_lm_starting_point','en','Starting Point for ILIAS Learning Modules',NULL,NULL),('content','cont_lm_starting_point_info','en','Page being opened when clicking a learning modules title.',NULL,NULL),('content','cont_localfile','en','Local File',NULL,NULL),('content','cont_localization','en','Localization',NULL,NULL),('content','cont_localization_info','en','Language used for predefined texts, e.g. ‘Previous’ and ’Next’.',NULL,NULL),('content','cont_location','en','Location',NULL,NULL),('content','cont_lpe_cas_login_form','en','CAS Login Form',NULL,NULL),('content','cont_lpe_dpro_agreement_link','en','Declaration of Data Protection Link',NULL,NULL),('content','cont_lpe_language_selection','en','Language Selection',NULL,NULL),('content','cont_lpe_login_form','en','Login Form',NULL,NULL),('content','cont_lpe_openid_connect_login','en','OpenID Connect Login',NULL,NULL),('content','cont_lpe_openid_login_form','en','OpenID Login Form',NULL,NULL),('content','cont_lpe_registration_link','en','New Registration Link',NULL,NULL),('content','cont_lpe_saml_login','en','SAML Login',NULL,NULL),('content','cont_lpe_shib_login_form','en','Shibboleth Login Form',NULL,NULL),('content','cont_lpe_user_agreement_link','en','User Agreement Link',NULL,NULL),('content','cont_lrs_settings','en','Settings',NULL,NULL),('content','cont_lvalue','en','Data element',NULL,NULL),('content','cont_maintenance','en','Maintenance',NULL,NULL),('content','cont_manifest','en','Manifest',NULL,NULL),('content','cont_manual_item_group','en','Manually Create Item Group',NULL,NULL),('content','cont_map_file_not_generated','en','Sorry. Unable to generate map file for editing.',NULL,NULL),('content','cont_marker','en','Marker',NULL,NULL),('content','cont_mastery_score','en','adlcp:masteryscore',NULL,NULL),('content','cont_mastery_score_12','en','overwrite mastery_score',NULL,NULL),('content','cont_mastery_score_12_info','en','If a SCO does not autonomously determines a status, a SCO is considered passed if the score reached at least a certain level - the mastery_score. This value can be overwritten here e.g. to reduce the requirement level. If the field is empty, the information in the SCORM manifest are valid. The following values are provided in the manifest-file:',NULL,NULL),('content','cont_mastery_score_2004','en','overwrite scaled_passing_score',NULL,NULL),('content','cont_mastery_score_2004_info','en','Central learning objectives of this learning module are considered as passed if the score reached at least a certain level - the scaled_passing_score. This value - to be stated as a percentage value - can be overwritten here e.g. to reduce the requirement level. If the field is empty, the information in the SCORM manifest are valid. The following values are provided in the manifest-file:',NULL,NULL),('content','cont_master_language_only','en','Master Language for Translation',NULL,NULL),('content','cont_master_language_only_no_media','en','Master Language without Media',NULL,NULL),('content','cont_max_time_allowed','en','adlcp:maxtimeallowed',NULL,NULL),('content','cont_Media','en','Images/Media',NULL,NULL),('content','cont_media_placeh','en','Click and edit to insert media',NULL,NULL),('content','cont_media_placehl','en','Media Placeholder',NULL,NULL),('content','cont_media_source','en','Media Source',NULL,NULL),('content','cont_merge_cells','en','Merge Cells',NULL,NULL),('content','cont_missing_preconditions','en','You need to fulfill the following preconditions to access the chapter \"%s\".',NULL,NULL),('content','cont_missing_snippet','en','Missing Content Snippet. The snippet has been deleted.',NULL,NULL),('content','cont_Mnemonic','en','Mnemonic',NULL,NULL),('content','cont_mob_def_prop','en','Default Properties',NULL,NULL),('content','cont_mob_from_media_pool','en','Choose From Media Pool',NULL,NULL),('content','cont_mob_inst_prop','en','Instance Properties',NULL,NULL),('content','cont_mob_usages','en','Usage',NULL,NULL),('content','cont_more_character_styles','en','...more character styles',NULL,NULL),('content','cont_more_functions','en','More',NULL,NULL),('content','cont_moved_srt_files','en','Moved subtitles files to media objects.',NULL,NULL),('content','cont_multi_srt_files','en','SRT Files',NULL,NULL),('content','cont_mycourses_sortorder','en','Default Sorting',NULL,NULL),('content','cont_mycourses_sortorder_alphabetical','en','Alphabetical',NULL,NULL),('content','cont_mycourses_sortorder_info','en','This is a default setting. Every user can choose a personal order which affects all \"My Courses\"-elements of any portfolio.',NULL,NULL),('content','cont_mycourses_sortorder_location','en','By Location',NULL,NULL),('content','cont_name','en','Name',NULL,NULL),('content','cont_never','en','Never',NULL,NULL),('content','cont_new_area','en','New Link Area',NULL,NULL),('content','cont_new_chap','en','New Chapter',NULL,NULL),('content','cont_new_dir','en','New Directory',NULL,NULL),('content','cont_new_file','en','New File',NULL,NULL),('content','cont_new_marker','en','New Marker',NULL,NULL),('content','cont_new_mob','en','New Media Object',NULL,NULL),('content','cont_new_module_added','en','New version of module uploaded successfully',NULL,NULL),('content','cont_new_page','en','New Page',NULL,NULL),('content','cont_new_popup','en','New Popup',NULL,NULL),('content','cont_new_question','en','New Question',NULL,NULL),('content','cont_new_tab','en','New Panel',NULL,NULL),('content','cont_new_term','en','New Term',NULL,NULL),('content','cont_new_trigger_area','en','New Trigger Area',NULL,NULL),('content','cont_next_rev','en','Next Revision',NULL,NULL),('content','cont_nlist','en','Numbered List',NULL,NULL),('content','cont_nomenu','en','Hide Top Navigation Bar',NULL,NULL),('content','cont_nomenu_info','en','If the SCORM learning module has its own options for exiting and navigating, the top navigation menu required by the SCORM specification can be hidden.',NULL,NULL),('content','cont_none','en','None',NULL,NULL),('content','cont_notification_activated','en','Notification Activated (Whole LM)',NULL,NULL),('content','cont_notification_activate_lm','en','Activate Notification for Learning Module',NULL,NULL),('content','cont_notification_activate_page','en','Activate Notification for Page',NULL,NULL),('content','cont_notification_comment_lm','en','the following Learning Module Page has been commented',NULL,NULL),('content','cont_notification_comment_subject_lm','en','A comment was added to %s: %s',NULL,NULL),('content','cont_notification_deactivated','en','Notification Deactivated',NULL,NULL),('content','cont_notification_deactivate_lm','en','Deactivate Notification for Learning Module',NULL,NULL),('content','cont_notification_deactivate_page','en','Deactivate Notification for Page',NULL,NULL),('content','cont_notification_update_lm','en','the following Learning Module has been updated',NULL,NULL),('content','cont_notify_on_blocked_users','en','Notifications on Blocked Users',NULL,NULL),('content','cont_notify_on_blocked_users_info','en','You will be notified if users are blocked when they run out of tries.',NULL,NULL),('content','cont_not_saved_edit_lock_expired','en','Sorry, but another user obtained the edit lock for this page in the meantime. You may close this message and copy the content to your clipboard.',NULL,NULL),('content','cont_no_access','en','No Access',NULL,NULL),('content','cont_no_block','en','No Section',NULL,NULL),('content','cont_no_caption','en','No Caption',NULL,NULL),('content','cont_no_download_file_available','en','There is currently no public download file available.',NULL,NULL),('content','cont_no_glossary','en','No glossary assigned.',NULL,NULL),('content','cont_no_manifest','en','No imsmanifest.xml file found in main directory.',NULL,NULL),('content','cont_no_page','en','No Page found.',NULL,NULL),('content','cont_no_page_access_unansw_q','en','You need to answer all questions of previous pages correctly to gain access to this page.',NULL,NULL),('content','cont_no_page_in_chapter','en','Sorry, but there is currently no activated content within this chapter.',NULL,NULL),('content','cont_no_parameters','en','No Parameters',NULL,NULL),('content','cont_no_read','en','No read permission',NULL,NULL),('content','cont_no_subdir_in_zip','en','Zip command failed or import file invalid.<br>It does not contain a sub-folder \'%s\'.',NULL,NULL),('content','cont_no_text','en','No Text',NULL,NULL),('content','cont_nr_cols','en','Number of Columns',NULL,NULL),('content','cont_nr_col_footer','en','Footer Columns',NULL,NULL),('content','cont_nr_col_header','en','Header Columns',NULL,NULL),('content','cont_nr_items','en','Number of Items',NULL,NULL),('content','cont_nr_of_tries_exceeded','en','Number of tries exceeded.',NULL,NULL),('content','cont_nr_rows','en','Number of Rows',NULL,NULL),('content','cont_nr_row_footer','en','Footer Rows',NULL,NULL),('content','cont_nr_row_header','en','Header Rows',NULL,NULL),('content','cont_numbered_list','en','Numbered List',NULL,NULL),('content','cont_Numbers','en','Numbers',NULL,NULL),('content','cont_number_of_tabs','en','Number of Panels',NULL,NULL),('content','cont_number_std','en','Standard',NULL,NULL),('content','cont_number_type','en','Number Type',NULL,NULL),('content','cont_objectives','en','Store Learning Objectives Data',NULL,NULL),('content','cont_objectives_info','en','If you ensured that this learning module runs properly, this option improves performance.',NULL,NULL),('content','cont_obj_removed','en','Objects removed.',NULL,NULL),('content','cont_online','en','Online',NULL,NULL),('content','cont_online_help_ids','en','Screen-IDs',NULL,NULL),('content','cont_online_info','en','Set the SCORM learning module online to make it visible and available for users. If not, only users with \'Edit\'-permission will have access to it.',NULL,NULL),('content','cont_open','en','Presentation of Learning Module',NULL,NULL),('content','cont_open_clipboard','en','Open Clipboard',NULL,NULL),('content','cont_open_iframe','en','In iFrame',NULL,NULL),('content','cont_open_iframe_info','en','The learning module starts in the same window (iFrame) next to the ILIAS main menu.',NULL,NULL),('content','cont_open_normal','en','In a new Tab',NULL,NULL),('content','cont_open_normal_info','en','The learning module starts in a new tab or alternatively in a new window without the ILIAS main menu.',NULL,NULL),('content','cont_open_window','en','Always in a new window',NULL,NULL),('content','cont_open_window_info','en','The learning module must start in a new window without the ILIAS main menu.',NULL,NULL),('content','cont_operation_not_allowed','en','This operation is not allowed.',NULL,NULL),('content','cont_organization','en','Organization',NULL,NULL),('content','cont_organizations','en','Organizations',NULL,NULL),('content','cont_orig_size','en','Original Size',NULL,NULL),('content','cont_other_resources','en','Content (Other Remaining Resources)',NULL,NULL),('content','cont_out_of_focus_message','en','This page is not related to your current learning objective anymore.',NULL,NULL),('content','cont_out_of_focus_message_last_page','en','This is the last page of the content related to your current learning objective.',NULL,NULL),('content','cont_overlays_have_been_deleted','en','Overlays have been deleted.',NULL,NULL),('content','cont_overlay_image','en','Overlay Image',NULL,NULL),('content','cont_overlay_images','en','Overlay Images',NULL,NULL),('content','cont_ov_all_correct','en','You have correctly answered all questions.',NULL,NULL),('content','cont_ov_preview','en','The question overview does not work in the page editor context. Use the SCO or SCORM level preview instead.',NULL,NULL),('content','cont_ov_some_correct','en','You have correctly answered [x] out of [y] questions.',NULL,NULL),('content','cont_ov_wrong_answered','en','The following questions were not answered or answered wrong',NULL,NULL),('content','cont_pages','en','Pages',NULL,NULL),('content','cont_pages_and_subchapters','en','Subchapters and Pages',NULL,NULL),('content','cont_page_activation','en','Page Activation',NULL,NULL),('content','cont_page_activation_on','en','The content will be activated on %s.',NULL,NULL),('content','cont_page_compare','en','Compare Selected Revisions',NULL,NULL),('content','cont_page_created','en','Page created',NULL,NULL),('content','cont_page_currently_deactivated','en','Sorry, but this page is currently deactivated.',NULL,NULL),('content','cont_page_deactivated','en','Page is deactivated.',NULL,NULL),('content','cont_page_deactivated_elements','en','Page contains deactivated elements.',NULL,NULL),('content','cont_page_header','en','Page Header',NULL,NULL),('content','cont_page_layout','en','Page Layout',NULL,NULL),('content','cont_page_lock_released','en','Editing finished. Page lock has been released.',NULL,NULL),('content','cont_page_notification_activated','en','Notification Activated (Single Page)',NULL,NULL),('content','cont_page_template','en','Page Template',NULL,NULL),('content','cont_page_toc','en','Page Overview',NULL,NULL),('content','cont_page_translation_does_not_exist','en','The translation page does not exist yet and will be created by copying the content of the current master page. Language of the translation page',NULL,NULL),('content','cont_paragraph_styles','en','Paragraph Styles',NULL,NULL),('content','cont_parameter','en','Parameter',NULL,NULL),('content','cont_parameters','en','parameters',NULL,NULL),('content','cont_par_format','en','Paragraph',NULL,NULL),('content','cont_paste_from_clipboard','en','Paste from clipboard',NULL,NULL),('content','cont_paste_from_spreadsheet','en','Paste From Spreadsheet',NULL,NULL),('content','cont_paste_table','en','Paste Table',NULL,NULL),('content','cont_pc_amdpl','en','Page List',NULL,NULL),('content','cont_pc_blog','en','Blog',NULL,NULL),('content','cont_pc_carousel','en','Carousel',NULL,NULL),('content','cont_pc_code','en','Code',NULL,NULL),('content','cont_pc_deleted','en','Deleted Content',NULL,NULL),('content','cont_pc_dtab','en','Data Table',NULL,NULL),('content','cont_pc_flist','en','File List',NULL,NULL),('content','cont_pc_grid','en','Column Layout',NULL,NULL),('content','cont_pc_hacc','en','Accordion (Horizontal)',NULL,NULL),('content','cont_pc_iim','en','Interactive Image',NULL,NULL),('content','cont_pc_incl','en','Content Snippet',NULL,NULL),('content','cont_pc_lay','en','Layout Template',NULL,NULL),('content','cont_pc_list','en','Advanced List',NULL,NULL),('content','cont_pc_map','en','Map',NULL,NULL),('content','cont_pc_media','en','Image/Media',NULL,NULL),('content','cont_pc_mob','en','Media',NULL,NULL),('content','cont_pc_modified','en','Modified Content',NULL,NULL),('content','cont_pc_new','en','New Content',NULL,NULL),('content','cont_pc_par','en','Text',NULL,NULL),('content','cont_pc_plach','en','Placeholder',NULL,NULL),('content','cont_pc_prof','en','Personal Data',NULL,NULL),('content','cont_pc_qover','en','Question Overview',NULL,NULL),('content','cont_pc_qst','en','Question',NULL,NULL),('content','cont_pc_repobj','en','Item Group',NULL,NULL),('content','cont_pc_res','en','Item Group',NULL,NULL),('content','cont_pc_sec','en','Section',NULL,NULL),('content','cont_pc_skills','en','Competence',NULL,NULL),('content','cont_pc_src','en','Source Code',NULL,NULL),('content','cont_pc_tab','en','Advanced Table',NULL,NULL),('content','cont_pc_tabs','en','Accordion/Carousel',NULL,NULL),('content','cont_pc_vacc','en','Accordion (Vertical)',NULL,NULL),('content','cont_pc_vrfc','en','Certificate',NULL,NULL),('content','cont_permission_handling','en','Permission Handling',NULL,NULL),('content','cont_permission_object','en','Permission Object',NULL,NULL),('content','cont_permission_object_desc','en','The section will only be presented for users that have the given permission on the permission object.',NULL,NULL),('content','cont_personal_clipboard','en','Personal Clipboard',NULL,NULL),('content','cont_pg_title','en','Page Title',NULL,NULL),('content','cont_please_enter_a_term','en','Please enter a term.',NULL,NULL),('content','cont_please_select','en','please select',NULL,NULL),('content','cont_please_try_again','en','Please try again!',NULL,NULL),('content','cont_Poly','en','Polygon',NULL,NULL),('content','cont_popups_have_been_deleted','en','Popups have been deleted.',NULL,NULL),('content','cont_position','en','Position',NULL,NULL),('content','cont_prerequisites','en','adlcp:prerequisites',NULL,NULL),('content','cont_prereq_type','en','adlcp:prerequisites.type',NULL,NULL),('content','cont_presentation','en','Presentation',NULL,NULL),('content','cont_presentation_view','en','Presentation View',NULL,NULL),('content','cont_preview','en','Preview',NULL,NULL),('content','cont_previous_rev','en','Previous Revision',NULL,NULL),('content','cont_print_no_page_selected','en','Please select at least one page.',NULL,NULL),('content','cont_print_selection','en','Print View Selection',NULL,NULL),('content','cont_print_view','en','Print View',NULL,NULL),('content','cont_print_view_pre_glo','en','Prevent Glossary Appendix in Print View',NULL,NULL),('content','cont_profile_mode','en','Mode',NULL,NULL),('content','cont_profile_mode_inherit','en','Automatic',NULL,NULL),('content','cont_profile_mode_inherit_info','en','Use your profile settings',NULL,NULL),('content','cont_profile_mode_manual','en','Manual',NULL,NULL),('content','cont_profile_mode_manual_info','en','Use the following data:',NULL,NULL),('content','cont_profile_mode_template_inherit_info','en','Use the profile settings',NULL,NULL),('content','cont_progress_icons','en','Progress Icons',NULL,NULL),('content','cont_progress_icons_info','en','Show progress icons instead of chapter page icons in presentation mode.',NULL,NULL),('content','cont_prtf_page','en','Portfolio Page',NULL,NULL),('content','cont_prtt_page','en','Portfolio Tempalte Page',NULL,NULL),('content','cont_public_access','en','Public Access',NULL,NULL),('content','cont_purpose','en','Purpose',NULL,NULL),('content','cont_qover_list_wrong_q','en','List of Wrong Answered Questions',NULL,NULL),('content','cont_qover_list_wrong_q_info','en','A list of wrong or not answered questions will be displayed.',NULL,NULL),('content','cont_qover_short_message','en','Status Message',NULL,NULL),('content','cont_qover_short_message_info','en','A message ‘You have correctly answered C out of Y questions of this unit.’ will be displayed.',NULL,NULL),('content','cont_qtries','en','Number of Tries for Questions',NULL,NULL),('content','cont_qtries_info','en','Default value for number of tries for newly created questions.',NULL,NULL),('content','cont_question_placeh','en','Click and edit to insert question',NULL,NULL),('content','cont_question_placehl','en','Question Placeholder',NULL,NULL),('content','cont_question_stats','en','Statistic',NULL,NULL),('content','cont_question_type','en','Question Type',NULL,NULL),('content','cont_quit_text_editing','en','Finish Text Editing',NULL,NULL),('content','cont_rand_start','en','Random Start',NULL,NULL),('content','cont_really_delete_overlays','en','Do you really want to delete the following overlays?',NULL,NULL),('content','cont_really_delete_popups','en','Do you really want to delete the following popups?',NULL,NULL),('content','cont_really_delete_triggers','en','Do you really want to delete the following triggers?',NULL,NULL),('content','cont_Rect','en','Rectangle',NULL,NULL),('content','cont_reference','en','Reference',NULL,NULL),('content','cont_ref_helptext','en','(e.g. http://www.server.org/myimage.jpg)',NULL,NULL),('content','cont_ref_images','en','Referenced Images',NULL,NULL),('content','cont_Remark','en','Remark',NULL,NULL),('content','cont_remove_format','en','Remove Format',NULL,NULL),('content','cont_rename_dir','en','Rename Directory',NULL,NULL),('content','cont_replace_mob_feature','en','Replace Media Objects in Content',NULL,NULL),('content','cont_replace_mob_feature_info','en','Activates a feature that allows you to replace a media object while keeping the other properties of a media instance in the content.',NULL,NULL),('content','cont_repository_item','en','Repository Item',NULL,NULL),('content','cont_reset_nr_of_tries','en','Reset Number of Tries',NULL,NULL),('content','cont_resize_img','en','Resize Image File',NULL,NULL),('content','cont_resource','en','Resource',NULL,NULL),('content','cont_resources','en','Item Group',NULL,NULL),('content','cont_resources_of_type','en','Item Group by Type',NULL,NULL),('content','cont_resource_size','en','Original Resource Size / No Size Declaration',NULL,NULL),('content','cont_resource_size_info','en','Without size declaration the size can be controlled by the content style. If neither a size is declared nor the content style contains a rule that determines the size, only images will be displayed in their default size.',NULL,NULL),('content','cont_resource_type','en','type',NULL,NULL),('content','cont_restrict_forw_nav','en','Restrict Forward Navigation',NULL,NULL),('content','cont_restrict_forw_nav_info','en','A subsequent page can only be accessed when all test questions have been answered correctly on the current learning module page.',NULL,NULL),('content','cont_revision','en','Revision',NULL,NULL),('content','cont_right','en','Right',NULL,NULL),('content','cont_right_float','en','Right, Floating',NULL,NULL),('content','cont_rollback','en','Rollback',NULL,NULL),('content','cont_rollback_confirmation','en','Do you really want to restore this old version of the page?',NULL,NULL),('content','cont_roman','en','Roman I, II, …',NULL,NULL),('content','cont_roman_s','en','Roman i, ii, …',NULL,NULL),('content','cont_rowspan','en','Row Span',NULL,NULL),('content','cont_rte_settings','en','RTE Settings',NULL,NULL),('content','cont_rvalue','en','Value',NULL,NULL),('content','cont_saved_export_ids','en','Saved HTML Export IDs.',NULL,NULL),('content','cont_saved_interactive_image','en','Created Interactive Image',NULL,NULL),('content','cont_saved_map_area','en','Saved map area',NULL,NULL),('content','cont_saved_map_data','en','Saved map data',NULL,NULL),('content','cont_save_all_titles','en','Save Titles',NULL,NULL),('content','cont_save_positions','en','Save Positions',NULL,NULL),('content','cont_save_positions_and_classes','en','Save Positions and Style Classes',NULL,NULL),('content','cont_save_spans','en','Save Spans',NULL,NULL),('content','cont_save_types','en','Save Types',NULL,NULL),('content','cont_save_widths','en','Save Widths',NULL,NULL),('content','cont_saving','en','Saving...',NULL,NULL),('content','cont_scheduled_activation','en','Scheduled Activation',NULL,NULL),('content','cont_score','en','Score',NULL,NULL),('content','cont_scorm_ed_properties','en','Learning Module Properties',NULL,NULL),('content','cont_scorm_options','en','SCORM Options',NULL,NULL),('content','cont_scorm_type','en','adlcp:scormtype',NULL,NULL),('content','cont_sco_glossary','en','Unit Glossary',NULL,NULL),('content','cont_screen_ids','en','Screen-IDs',NULL,NULL),('content','cont_sc_auto_continue','en','Redirect Users',NULL,NULL),('content','cont_sc_auto_continue_info','en','After finishing their last activity users will be automatically redirected to the next SCO. This function is not supported by all SCORM 1.2 Learning Modules.',NULL,NULL),('content','cont_sc_auto_review_2004','en','End data recording',NULL,NULL),('content','cont_sc_auto_review_completed','en','if achieved status is completed',NULL,NULL),('content','cont_sc_auto_review_completed_and_passed','en','if achieved status is completed and passed',NULL,NULL),('content','cont_sc_auto_review_completed_not_failed_or_passed','en','if achieved status is completed or passed, but not failed',NULL,NULL),('content','cont_sc_auto_review_completed_or_passed','en','if achieved status is completed or passed',NULL,NULL),('content','cont_sc_auto_review_info_2004','en','If users have reached a status selected here for an SCO (Sharable Content Object), this status is fixed. Users can no longer change the status later.<br />If the learning module uses \'Sequencing & Navigation\' according to SCORM 2004, the option \"Never (complies to SCORM specification)\" should be selected.',NULL,NULL),('content','cont_sc_auto_review_no','en','never (complies with SCORM specification)',NULL,NULL),('content','cont_sc_auto_review_passed','en','if achieved status is passed',NULL,NULL),('content','cont_sc_auto_review_passed_or_failed','en','if achieved status is passed or failed',NULL,NULL),('content','cont_sc_id_setting','en','student_id according to SCORM 1.2',NULL,NULL),('content','cont_sc_id_setting_2004','en','learner_id according to SCORM 2004',NULL,NULL),('content','cont_sc_id_setting_info','en','In the case that a numeric id for student_id (SCORM 1.2) or learner_id (SCORM 2004) causes problems for the learning module, use the option \'ILIAS user name\'. The addition RefID or ObjID may be useful for learning modules that connect to an external server.',NULL,NULL),('content','cont_sc_id_setting_user_id','en','ILIAS User ID (Standard)',NULL,NULL),('content','cont_sc_id_setting_user_id_plus_obj_id','en','ILIAS User ID plus ObjID of the Learning Module',NULL,NULL),('content','cont_sc_id_setting_user_id_plus_ref_id','en','ILIAS User ID plus RefID of the Learning Module',NULL,NULL),('content','cont_sc_id_setting_user_login','en','ILIAS Login Name',NULL,NULL),('content','cont_sc_id_setting_user_login_plus_obj_id','en','ILIAS Login Name plus ObjID of the Learning Module',NULL,NULL),('content','cont_sc_id_setting_user_login_plus_ref_id','en','ILIAS Login Name plus RefID of the Learning Module',NULL,NULL),('content','cont_sc_less_mode_browse','en','Preview mode',NULL,NULL),('content','cont_sc_less_mode_browse_info','en','The SCORM mode is set to \"browse\".',NULL,NULL),('content','cont_sc_less_mode_normal','en','Learn mode',NULL,NULL),('content','cont_sc_less_mode_normal_info','en','The SCORM mode is set to \"normal\".',NULL,NULL),('content','cont_sc_max_attempt_exceed','en','Max. number of attempts for this module has been reached.',NULL,NULL),('content','cont_sc_name_setting','en','student_name according to SCORM 1.2',NULL,NULL),('content','cont_sc_name_setting_2004','en','learner_name according to SCORM 2004',NULL,NULL),('content','cont_sc_name_setting_first_lastname','en','First name and Last name',NULL,NULL),('content','cont_sc_name_setting_first_name','en','First name',NULL,NULL),('content','cont_sc_name_setting_fullname','en','Title, First name and Last name',NULL,NULL),('content','cont_sc_name_setting_info','en','The name of the learner can be displayed in the learning module in several ways. In the case that the learning modules are on an external server, it may be useful not to disclose the name.',NULL,NULL),('content','cont_sc_name_setting_last_firstname','en','Last name, First name',NULL,NULL),('content','cont_sc_name_setting_no_name','en','no name',NULL,NULL),('content','cont_sc_name_setting_salutation_lastname','en','Salutation and Last name',NULL,NULL),('content','cont_sc_new_version','en','Upload new version',NULL,NULL),('content','cont_sc_preview','en','Preview',NULL,NULL),('content','cont_sc_stat_browsed','en','Browsed',NULL,NULL),('content','cont_sc_stat_completed','en','Completed',NULL,NULL),('content','cont_sc_stat_failed','en','Failed',NULL,NULL),('content','cont_sc_stat_incomplete','en','Incomplete',NULL,NULL),('content','cont_sc_stat_not_attempted','en','Not attempted',NULL,NULL),('content','cont_sc_stat_passed','en','Passed',NULL,NULL),('content','cont_sc_stat_running','en','Running',NULL,NULL),('content','cont_sc_store_if_previous_score_was_lower','en','if achieved score in previous attempt was higher or equal',NULL,NULL),('content','cont_sc_title','en','title',NULL,NULL),('content','cont_sc_usession','en','Prevent from Logging-Out Automatically',NULL,NULL),('content','cont_sc_usession_info','en','Periodical requests will be sent to ILIAS to keep the session alive. Otherwise ILIAS will categorize working on the learning module as idleness, terminate the session and loose the tracking data.',NULL,NULL),('content','cont_sc_version','en','Version of Learning Module',NULL,NULL),('content','cont_sc_version_info','en','The version number is provided automatically by the version management of the learning module.',NULL,NULL),('content','cont_second','en','Second',NULL,NULL),('content','cont_sec_protected','en','Protected',NULL,NULL),('content','cont_sec_protected_text','en','The following section is protected and can not be edited.',NULL,NULL),('content','cont_select','en','Select',NULL,NULL),('content','cont_selected_items_have_been_copied','en','Selected items have been copied to the clipboard. Click target placeholders to paste them into the learning module.',NULL,NULL),('content','cont_selected_items_have_been_cut','en','Selected items have been cut to the clipboard. Click target placeholders to paste them into the learning module.',NULL,NULL),('content','cont_selected_pg_chap','en','Selected Pages/Chapters',NULL,NULL),('content','cont_selected_terms','en','Selected Terms',NULL,NULL),('content','cont_selected_topic','en','Selected Topic',NULL,NULL),('content','cont_selection','en','Selection',NULL,NULL),('content','cont_select_file','en','Select File',NULL,NULL),('content','cont_select_from_upload_dir','en','-- Select from the upload directory --',NULL,NULL),('content','cont_select_item','en','Select at least one item.',NULL,NULL),('content','cont_select_max_one_item','en','Please select one item only.',NULL,NULL),('content','cont_select_media_pool','en','Select Media Pool',NULL,NULL),('content','cont_select_none','en','Clear Selection',NULL,NULL),('content','cont_select_other_qpool','en','Select Other Pool',NULL,NULL),('content','cont_select_par_or_section','en','Please select at least one paragraph or section.',NULL,NULL),('content','cont_self_assessment','en','Self Assessment',NULL,NULL),('content','cont_sel_el_use_paste','en','Selected elements are now in the clipboard. Please click the desired target placeholder and select ‘Paste’.',NULL,NULL),('content','cont_Separator','en','Separator',NULL,NULL),('content','cont_sequencing','en','Sequencing and Navigation',NULL,NULL),('content','cont_sequencing_info','en','Enable the sequencing and navigation behaviour as defined by the learning module: Navigational options will be determined from the results of interactions with the content. Please check whether or not your learning module does actually contain this kind of sequencing & navigation data, since this is rare.',NULL,NULL),('content','cont_settings','en','Settings for learning modules',NULL,NULL),('content','cont_set_alignment','en','Set Alignment',NULL,NULL),('content','cont_set_layout','en','Set Layout',NULL,NULL),('content','cont_set_link','en','Edit Link',NULL,NULL),('content','cont_set_manuall','en','Set Manually',NULL,NULL),('content','cont_set_properties','en','Set Properties',NULL,NULL),('content','cont_set_start_file','en','Set Start File',NULL,NULL),('content','cont_set_styles','en','Set Styles',NULL,NULL),('content','cont_set_tab_style_info','en','Activate checkboxes in table cells to set style.',NULL,NULL),('content','cont_shape','en','Shape',NULL,NULL),('content','cont_shift_click_to_select','en','To select page elements for <b>deleting, copying etc</b>, press <b>Shift</b> ⇧ and <b>click</b> on the respective page elements.',NULL,NULL),('content','cont_short_title','en','Short Title',NULL,NULL),('content','cont_short_titles','en','Short Titles',NULL,NULL),('content','cont_short_title_info','en','Short titles are used in the left-hand tree presentation and for labels in the previous/next navigation.',NULL,NULL),('content','cont_show_activation_info','en','Show Activation Info',NULL,NULL),('content','cont_show_activation_info_info','en','If the scheduled activation is not yet reached, the page will not be skipped. The information when the page will be activated will be displayed to the user.',NULL,NULL),('content','cont_show_adv','en','Show Advanced Knowledge',NULL,NULL),('content','cont_show_content_after_focus','en','Continue with the Learning Module',NULL,NULL),('content','cont_show_fullscreen','en','Show Fullscreen',NULL,NULL),('content','cont_show_info','en','Show Info',NULL,NULL),('content','cont_show_line_numbers','en','Show line numbers',NULL,NULL),('content','cont_show_print_view','en','Show Print View',NULL,NULL),('content','cont_size','en','Size (Bytes)',NULL,NULL),('content','cont_skip_chapter','en','Skip this chapter',NULL,NULL),('content','cont_snippets_used','en','Used Content Snippets',NULL,NULL),('content','cont_snippet_from_another_installation','en','Snippet comes from another installation.',NULL,NULL),('content','cont_span','en','Span',NULL,NULL),('content','cont_Special','en','Special',NULL,NULL),('content','cont_special_page','en','Special Content Page',NULL,NULL),('content','cont_split_cell','en','Split Cell',NULL,NULL),('content','cont_spreadsheet_table','en','Spreadsheet Table',NULL,NULL),('content','cont_sqst','en','Survey Question (Assigned Material)',NULL,NULL),('content','cont_src','en','Source code',NULL,NULL),('content','cont_src_other','en','other',NULL,NULL),('content','cont_standard','en','Standard',NULL,NULL),('content','cont_StandardCenter','en','Standard Center',NULL,NULL),('content','cont_StandardTable','en','Standard Table',NULL,NULL),('content','cont_start','en','Start',NULL,NULL),('content','cont_startfile','en','Start File',NULL,NULL),('content','cont_start_file_set_to','en','%s has been set as start file.',NULL,NULL),('content','cont_start_value','en','Start Value',NULL,NULL),('content','cont_start_value_info','en','Enter start value as decimal number. Default is 1.',NULL,NULL),('content','cont_status','en','Status',NULL,NULL),('content','cont_std_is_in_dir','en','Deletion not possible. Standard view file is in directory.',NULL,NULL),('content','cont_std_view','en','Standard View',NULL,NULL),('content','cont_structure','en','structure',NULL,NULL),('content','cont_style','en','Style',NULL,NULL),('content','cont_st_title','en','Chapter Title',NULL,NULL),('content','cont_subchapters','en','Subchapters',NULL,NULL),('content','cont_submit_answers','en','Submit',NULL,NULL),('content','cont_subtitle_file','en','SRT ZIP File',NULL,NULL),('content','cont_subtitle_files','en','Media Subtitles',NULL,NULL),('content','cont_sur_block_format','en','Surrounding Section',NULL,NULL),('content','cont_switch_to_media_pool','en','Switch to other Media Pool',NULL,NULL),('content','cont_syntax_help','en','Syntax Help',NULL,NULL),('content','cont_table','en','Table',NULL,NULL),('content','cont_TableContent','en','Table Content',NULL,NULL),('content','cont_table_adv_settings','en','Erweiterte Einstellungen',NULL,NULL),('content','cont_table_border','en','Table Border',NULL,NULL),('content','cont_table_border_info','en','Keep this empty to make content style settings effective. Values must include unit (like px).',NULL,NULL),('content','cont_table_cellpadding','en','Table Cell Padding',NULL,NULL),('content','cont_table_cellpadding_info','en','Keep this empty to make content style settings effective. Values must include unit (like px).',NULL,NULL),('content','cont_table_cell_edit_info_1','en','Click on a table cell to select or deselect it.',NULL,NULL),('content','cont_table_cell_edit_info_2','en','Click on a row or column header to select or deselect the corresponding row or column.',NULL,NULL),('content','cont_table_cell_edit_info_3','en','Click on a second cell while holding shift to select all the cells in between.',NULL,NULL),('content','cont_table_cell_properties','en','Table Cell Properties',NULL,NULL),('content','cont_table_edit_cells','en','Edit Cells',NULL,NULL),('content','cont_table_import_info','en','Please enter the table data separated by semicolon or TAB character for each column. Start a new row for each table row. Spreadsheet applications will usually use TAB characters for separation when transfered via clipboard. It should be possible to paste this data directly into the input field. No further formattings will be imported.',NULL,NULL),('content','cont_table_properties','en','Table Properties',NULL,NULL),('content','cont_table_style','en','Style',NULL,NULL),('content','cont_table_width','en','Table Width',NULL,NULL),('content','cont_tabs','en','Panels',NULL,NULL),('content','cont_tabs_acc_hor','en','Horizontal Accordion',NULL,NULL),('content','cont_tabs_acc_ver','en','Vertical Accordion',NULL,NULL),('content','cont_tabs_carousel','en','Carousel',NULL,NULL),('content','cont_tabs_confirm_deletion','en','Are you sure that all panels and their content should be deleted?',NULL,NULL),('content','cont_tab_add_above','en','Add Panel Above',NULL,NULL),('content','cont_tab_add_below','en','Add Panel Below',NULL,NULL),('content','cont_tab_cont_height','en','Content Height',NULL,NULL),('content','cont_tab_cont_width','en','Content Width',NULL,NULL),('content','cont_tab_delete','en','Delete Panel',NULL,NULL),('content','cont_tab_move_bottom','en','Move To Bottom',NULL,NULL),('content','cont_tab_move_down','en','Move Downwards',NULL,NULL),('content','cont_tab_move_top','en','Move To Top',NULL,NULL),('content','cont_tab_move_up','en','Move Upwards',NULL,NULL),('content','cont_target','en','Target',NULL,NULL),('content','cont_target_missing','en','Target Missing',NULL,NULL),('content','cont_target_within_source','en','Target must not be within source object.',NULL,NULL),('content','cont_template','en','Template',NULL,NULL),('content','cont_term','en','Term',NULL,NULL),('content','cont_terms','en','Terms',NULL,NULL),('content','cont_tex','en','Latex Code',NULL,NULL),('content','cont_text_acc','en','Accent:',NULL,NULL),('content','cont_text_code','en','Code:',NULL,NULL),('content','cont_text_com','en','Comment:',NULL,NULL),('content','cont_text_editing','en','Edit Text',NULL,NULL),('content','cont_text_emp','en','Emphasised',NULL,NULL),('content','cont_text_fn','en','Footnote:',NULL,NULL),('content','cont_text_iln_link','en','Internal Link',NULL,NULL),('content','cont_text_imp','en','Important',NULL,NULL),('content','cont_text_keyword','en','Keyword',NULL,NULL),('content','cont_text_placeh','en','Click and edit to insert text',NULL,NULL),('content','cont_text_placehl','en','Text Placeholder',NULL,NULL),('content','cont_text_quot','en','Quotation',NULL,NULL),('content','cont_text_str','en','Strongly Emphasised',NULL,NULL),('content','cont_text_sub','en','Subscript',NULL,NULL),('content','cont_text_sup','en','Superscript',NULL,NULL),('content','cont_text_tex','en','LaTeX Code',NULL,NULL),('content','cont_text_xln','en','External Link',NULL,NULL),('content','cont_third_and_more','en','Third or More',NULL,NULL),('content','cont_time','en','Time',NULL,NULL),('content','cont_time_from_lms','en','Processing Time Determination by ILIAS',NULL,NULL),('content','cont_time_from_lms_info','en','Frequently SCORM learning modules are returning faulted data on processing time. To avoid this issue ILIAS can determine the processing time adhering to the strict standards of SCORM.',NULL,NULL),('content','cont_time_limit_action','en','adlcp:timelimitaction',NULL,NULL),('content','cont_toc','en','Content',NULL,NULL),('content','cont_toc_mode','en','Table of Contents Items',NULL,NULL),('content','cont_tool_faq','en','FAQ',NULL,NULL),('content','cont_tool_media','en','Media',NULL,NULL),('content','cont_top','en','Top',NULL,NULL),('content','cont_topic','en','Topic',NULL,NULL),('content','cont_total_time','en','Total Time',NULL,NULL),('content','cont_to_focus_beginning','en','Back to Content related to the Learning Objective',NULL,NULL),('content','cont_to_focus_return_crs','en','Back to Course',NULL,NULL),('content','cont_tracking_bysco','en','By Chapter',NULL,NULL),('content','cont_tracking_byuser','en','By User',NULL,NULL),('content','cont_tracking_data','en','Tracking Data',NULL,NULL),('content','cont_tracking_items','en','Tracking Items',NULL,NULL),('content','cont_tracking_modify','en','Modify Data',NULL,NULL),('content','cont_transl_master_language_not_allowed','en','To import a translation you need to activate at least one additional language under \'Settings » Multilingualism\'.',NULL,NULL),('content','cont_trans_import_info','en','If you exported this module as XML/Master Language for Translation to another installation, you can now re-import translated export files from this second installation here.',NULL,NULL),('content','cont_tree_fixed','en','Tree structure has been fixed.',NULL,NULL),('content','cont_tries','en','Question Behaviour',NULL,NULL),('content','cont_tries_remaining','en','Tries Remaining',NULL,NULL),('content','cont_tries_reset_on_visit','en','Reset on Page Visit',NULL,NULL),('content','cont_tries_reset_on_visit_info','en','Each time a page with an embedded test question is called up, the maximum number of answer attempts is possible. The test questions can be answered again each time.',NULL,NULL),('content','cont_tries_store','en','Store Answer Status',NULL,NULL),('content','cont_tries_store_info','en','The number of answer attempts is recorded and saved. Correctly answered questions can no longer be answered. After reaching the maximum number of attempts, a further answer attempt is no longer possible.',NULL,NULL),('content','cont_trigger_area','en','Trigger Area',NULL,NULL),('content','cont_type','en','Type',NULL,NULL),('content','cont_type_not_allowed','en','Content type not allowed at this position',NULL,NULL),('content','cont_unlocked','en','Unlocked',NULL,NULL),('content','cont_unlock_allow_continue','en','Unlock / Allow to Continue',NULL,NULL),('content','cont_update_amd_page_list','en','Edit Page List',NULL,NULL),('content','cont_update_blog','en','Edit Blog Post',NULL,NULL),('content','cont_update_consultation_hours','en','Edit Consultation Hours',NULL,NULL),('content','cont_update_login_page','en','Edit Login Page Element',NULL,NULL),('content','cont_update_map','en','Edit Map',NULL,NULL),('content','cont_update_my_courses','en','Edit My Courses',NULL,NULL),('content','cont_update_profile','en','Edit Published Data',NULL,NULL),('content','cont_update_resources','en','Update Item Group',NULL,NULL),('content','cont_update_section','en','Update Section',NULL,NULL),('content','cont_update_skills','en','Edit Competence',NULL,NULL),('content','cont_update_verification','en','Edit Certificate',NULL,NULL),('content','cont_uploaded_file','en','Existing File',NULL,NULL),('content','cont_upload_dir','en','Upload directory',NULL,NULL),('content','cont_upload_dir_info','en','Server directory from which large SCORM and HTML packages can be copied instead of being uploaded. Only ILIAS administrators will see a selection of files from this directory. Please enter a full server path without trailing slash.',NULL,NULL),('content','cont_upload_file','en','Upload File',NULL,NULL),('content','cont_upload_multi_srt_howto','en','This feature allows you to upload multiple subtitle (srt) files in a zip file for all media objects. Your .zip file should contain all .srt files on the top level (no subdirectories). The file names should end with \'_&lt;lang code&gt;.srt\' where lang code is e.g. \'en\', \'it\', \'de\'. The rest of the filename should correspond to the name of the video file, e.g. \'my_video.mp4\' ➜ \'my_video_en.srt\'.',NULL,NULL),('content','cont_url_info','en','URL of a media file or Youtube URL.',NULL,NULL),('content','cont_usage','en','Usage',NULL,NULL),('content','cont_user','en','User',NULL,NULL),('content','cont_users_answered','en','Users Answered',NULL,NULL),('content','cont_users_have_mob_in_clip1','en','This media object is in the clipboard of',NULL,NULL),('content','cont_users_have_mob_in_clip2','en','user(s).',NULL,NULL),('content','cont_user_blocked','en','User out of tries in learning module \"%s\".',NULL,NULL),('content','cont_user_blocked2','en','A user has run out of tries for answering a question in the learning module. The user will not be able to navigate further through the learning module without your intervention.',NULL,NULL),('content','cont_user_blocked3','en','Open the learning module in edit mode and enter the screen:',NULL,NULL),('content','cont_user_search_did_not_match','en','Your search did not match any users.',NULL,NULL),('content','cont_use_same_resource_as_above','en','Use the same resource as above',NULL,NULL),('content','cont_validate_file','en','Validate File',NULL,NULL),('content','cont_verification_object','en','Certificate',NULL,NULL),('content','cont_verification_placeh','en','Click and edit to insert certificate',NULL,NULL),('content','cont_verification_placehl','en','Certificate Placeholder',NULL,NULL),('content','cont_Verse','en','Verse/Stanza',NULL,NULL),('content','cont_version','en','version',NULL,NULL),('content','cont_versions','en','Versions',NULL,NULL),('content','cont_WholePicture','en','Whole Picture',NULL,NULL),('content','cont_whole_glossary','en','Whole Glossary',NULL,NULL),('content','cont_width','en','Width in pixels',NULL,NULL),('content','cont_width_height_info','en','The presentation can be set to a fixed size. 950 pixels for width and 650 pixels for height are proven values for setting the size. If no value is entered the browser will determine the size of the presentation.',NULL,NULL),('content','cont_wiki_link_dialog','en','Wiki Page (Dialog)',NULL,NULL),('content','cont_wiki_page','en','Wiki Page',NULL,NULL),('content','cont_wiki_page_link','en','Wiki Page Link',NULL,NULL),('content','cont_wrong_answers','en','Incorrect Items',NULL,NULL),('content','cont_wrong_answers_single','en','Incorrect Choice.',NULL,NULL),('content','cont_xml_base','en','xml:base',NULL,NULL),('content','cont_zip_file_invalid','en','File is not a valid import file.<br>It does not contain a file \'%s\'.',NULL,NULL),('content','copied_to_clipboard','en','Copied object(s) to clipboard.',NULL,NULL),('content','dgl_pagebreak','en','Pagebreak',NULL,NULL),('content','glo_add_new_term','en','Add New Term',NULL,NULL),('content','glo_content_settings','en','Content',NULL,NULL),('content','glo_definition_abbr','en','Def.',NULL,NULL),('content','glo_editing_view','en','Editing View',NULL,NULL),('content','glo_full_definitions','en','Full Definitions',NULL,NULL),('content','glo_full_definitions_info','en','Terms and definitions are fully displayed in the main view.',NULL,NULL),('content','glo_hide_taxonomy','en','Hide Taxonomy',NULL,NULL),('content','glo_list_usages','en','List Usages',NULL,NULL),('content','glo_mode_normal_info','en','All terms created within this glossary will be included.',NULL,NULL),('content','glo_online_info','en','Only if the glossary is online, users are able to use the glossary.',NULL,NULL),('content','glo_presentation_mode','en','Presentation Mode',NULL,NULL),('content','glo_presentation_view','en','Presentation View',NULL,NULL),('content','glo_quick_navigation','en','Quick Navigation',NULL,NULL),('content','glo_show_taxonomy','en','Show Taxonomy',NULL,NULL),('content','glo_show_taxonomy_info','en','The taxonomy will be visible in the presentation view of the glossary and can be used to select referenced terms.',NULL,NULL),('content','glo_style','en','Glossary Style',NULL,NULL),('content','glo_table_form','en','In Table Form',NULL,NULL),('content','glo_table_form_info','en','Terms and definition are first shown in a two-column overview. Clicking the term opens the full content of a term on a separate screen.',NULL,NULL),('content','glo_term_is_used_n_times','en','The term is used %s time(s) in content modules.',NULL,NULL),('content','glo_term_must_belong_to_glo','en','The action can only be performed on terms, which are defined in this glossary.',NULL,NULL),('content','glo_term_used_in','en','The following resources linking to that term',NULL,NULL),('content','glo_text_snippet_length','en','Definition Snippet Length',NULL,NULL),('content','glo_text_snippet_length_info','en','Length of the text snippet of the definition that is shown in the overview.',NULL,NULL),('content','glo_usages','en','Glossary is used in...',NULL,NULL),('content','glo_used_in_scorm','en','The glossary is used by the SCORM module. If deleted, references to the glossary cannot be resolved anymore.',NULL,NULL),('content','help_assign_help_ids','en','Chapter/Screen-IDs Assignment',NULL,NULL),('content','htlm_import','en','Import HTML Learning Module',NULL,NULL),('content','import_sco_object','en','Import SCO',NULL,NULL),('content','info_stop_offline_mode_sure','en','Note: The learning progress achieved in offline mode are lost. Are you sure?',NULL,NULL),('content','lm_activate_rating','en','Activate Rating For Pages',NULL,NULL),('content','lm_editing_view','en','Editing View',NULL,NULL),('content','lm_import','en','Import ILIAS Learning Module',NULL,NULL),('content','lm_menu_edit_entry','en','Edit menu entry',NULL,NULL),('content','lm_menu_entry_target','en','Target',NULL,NULL),('content','lm_menu_entry_title','en','Title',NULL,NULL),('content','lm_menu_new_entry','en','Create a new menu entry',NULL,NULL),('content','lm_menu_select_internal_object','en','Select internal object >>',NULL,NULL),('content','lm_menu_select_object_to_add','en','Please select the object you want to add to the menu',NULL,NULL),('content','lm_no_download_files','en','There are currently no files for download available.',NULL,NULL),('content','lm_only_one_download_per_type','en','Only one file per type (XML, HTML) can be released publicly.',NULL,NULL),('content','lm_rate_page','en','Rate page',NULL,NULL),('content','lm_rating','en','Rate Learning Module',NULL,NULL),('content','mep_folder_created','en','Added new folder.',NULL,NULL),('content','mob_upload_dir','en','Upload Directory',NULL,NULL),('content','mob_upload_dir_info','en','Server directory from which multiple files can be used to create media objects in media pools. Only ILIAS administrators will see a selection of files from this directory. Please enter a full server path without trailing slash.',NULL,NULL),('content','msg_entry_added','en','Menu entry added',NULL,NULL),('content','msg_entry_removed','en','Menu entry removed',NULL,NULL),('content','msg_entry_updated','en','Menu entry updated',NULL,NULL),('content','msg_no_page_access','en','You do not have the permission to access this page.',NULL,NULL),('content','msg_page_not_public','en','Page is not public',NULL,NULL),('content','msg_page_no_public_access','en','The page you called is not available in the public area. Only registered users may view this page. Please login first to access this page.',NULL,NULL),('content','offline_mode_manager','en','Offline use',NULL,NULL),('content','offline_mode_users','en','Users in offline mode',NULL,NULL),('content','offline_mode_users_info','en','Users can be manually taken from the Off-line Mode and after doing so these users can again use the online-version of the learning module. This makes sense if e.g. the laptop with the learning modules was stolen.',NULL,NULL),('content','Pages','en','Pages',NULL,NULL),('content','page_does_not_exist','en','We are sorry, but this page does not exist.',NULL,NULL),('content','par','en','Paragraph',NULL,NULL),('content','pg','en','Page',NULL,NULL),('content','public_section','en','Public Area',NULL,NULL),('content','sahs_empty_objectives_are_not_allowed','en','Please enter a learning objective.',NULL,NULL),('content','sahs_insert_pg_from_clip','en','Import Pages from ILIAS Learning Module',NULL,NULL),('content','sahs_insert_st_from_clip','en','Import Chapters from ILIAS Learning Module',NULL,NULL),('content','sahs_insert_st_from_clip_inside_chap','en','Import Chapters from ILIAS Learning Module (inside chapter)',NULL,NULL),('content','saved_media_object','en','Media object saved.',NULL,NULL),('content','save_new','en','Save and New',NULL,NULL),('content','scplayer_collapsetree','en','Collapse All',NULL,NULL),('content','scplayer_continue','en','Continue',NULL,NULL),('content','scplayer_debugger','en','Show test tool',NULL,NULL),('content','scplayer_exit','en','Exit',NULL,NULL),('content','scplayer_exitall','en','Exit All',NULL,NULL),('content','scplayer_expandtree','en','Expand All',NULL,NULL),('content','scplayer_hidetree','en','Hide Tree',NULL,NULL),('content','scplayer_next','en','Next',NULL,NULL),('content','scplayer_phpmysqlcheck','en','You need enabled JSON-support to use the JavaScript-RTE',NULL,NULL),('content','scplayer_previous','en','Previous',NULL,NULL),('content','scplayer_showtree','en','Show Tree',NULL,NULL),('content','scplayer_start','en','Start',NULL,NULL),('content','scplayer_suspendall','en','Suspend All',NULL,NULL),('content','selected_pages_only','en','Only Selected Pages',NULL,NULL),('content','selectFooter','en','Select As Footer',NULL,NULL),('content','selectHeader','en','Select As Header',NULL,NULL),('content','select_a_file','en','Please select a file.',NULL,NULL),('content','seq_close','en','Please close the player-window.',NULL,NULL),('content','seq_endsession','en','The current course session has ended.',NULL,NULL),('content','seq_error','en','An internal error in the sequencer occurred.',NULL,NULL),('content','seq_toc','en','From the Table Of Contents on the left, choose an activity to begin the course.',NULL,NULL),('content','set_public_mode','en','Set public access mode',NULL,NULL),('content','st','en','Chapter',NULL,NULL),('content','start_lm','en','Launch Learning Module',NULL,NULL),('content','text_repr','en','Text Representation',NULL,NULL),('content','text_repr_info','en','Used for image ‘alt’ attribute.',NULL,NULL),('copa','copa_activation_online_info','en','Set the Content Page online to make it visible and available to other users. If not, only administrators will have access to it.',NULL,NULL),('copa','copa_add','en','Add Content Page',NULL,NULL),('copa','copa_btn_lp_toggle_state_completed','en','Set Not Completed',NULL,NULL),('copa','copa_btn_lp_toggle_state_not_completed','en','Set Completed',NULL,NULL),('copa','copa_copy','en','Copy Content Page',NULL,NULL),('copa','copa_edit','en','Edit Content Page',NULL,NULL),('copa','copa_import','en','Import Content Page',NULL,NULL),('copa','copa_new','en','Create Content Page',NULL,NULL),('copa','copa_page_type_copa','en','Content Page',NULL,NULL),('copa','copa_prop_reading_time','en','Reading Time',NULL,NULL),('copa','copa_value_reading_time_f_p','en','%s Minutes',NULL,NULL),('copa','copa_value_reading_time_f_s','en','%s Minute',NULL,NULL),('copa','obj_copa_duplicate','en','Duplicate Content Page',NULL,NULL),('copg','copg_active_to_small','en','This date must be higher than the starting date.',NULL,NULL),('copg','copg_allow_html','en','Enable HTML/Javascript',NULL,NULL),('copg','copg_allow_html_info','en','User may use HTML or Javascript page content. This may lead to security issues. Do not activate, if features can be used by users which you consider not being trustworthy. The support to add HTML content this way may be discontinued in a future version.',NULL,NULL),('copg','copg_an_error_occured','en','An error occured.',NULL,NULL),('copg','copg_confirm_el_deletion','en','Do you really want to delete the selected elements?',NULL,NULL),('copg','copg_cron_days','en','Delete pages older than',NULL,NULL),('copg','copg_cron_days_info','en','Page history entries older than this period will be deleted.',NULL,NULL),('copg','copg_cron_keep_entries','en','Keep Minimum',NULL,NULL),('copg','copg_cron_keep_entries_info','en','This number is the minimum of entries that will be kept, even if they are older than the deletion period.',NULL,NULL),('copg','copg_days','en','Days',NULL,NULL),('copg','copg_details','en','Details',NULL,NULL),('copg','copg_edit_iframe_title','en','Text Editing of Page Editor',NULL,NULL),('copg','copg_entries','en','Entries',NULL,NULL),('copg','copg_error','en','Error',NULL,NULL),('copg','copg_error_occured_modal','en','An error occured while processing the page. Hit \"Reload Page\" to return to the previously saved state.',NULL,NULL),('copg','copg_est_reading_time','en','Estimated Reading Time',NULL,NULL),('copg','copg_history_cleanup_cron','en','Page Editor History Cleanup',NULL,NULL),('copg','copg_history_cleanup_cron_info','en','Removes older entries from the page history.',NULL,NULL),('copg','copg_list_item_style','en','List Item',NULL,NULL),('copg','copg_list_style','en','List',NULL,NULL),('copg','copg_list_styles','en','List Formats',NULL,NULL),('copg','copg_more_character_formats','en','More Styles for Characters',NULL,NULL),('copg','copg_obj_types','en','Object Types',NULL,NULL),('copg','copg_page_element_not_found','en','Page element not found.',NULL,NULL),('copg','copg_page_type_stys','en','Layout Page',NULL,NULL),('copg','copg_par_format_selection','en','Paragraph Format Selection',NULL,NULL),('copg','copg_pc_mob_does_not_exist','en','This media object does not exist.',NULL,NULL),('copg','copg_questions_not_supported_here','en','Questions are not supported in this context.',NULL,NULL),('copg','copg_reload_page','en','Reload Page',NULL,NULL),('copg','copg_remove_formats','en','Remove Formatting',NULL,NULL),('copg','copg_sec_link_info','en','Select a target for linking the block. Attention: In this case, the content of the block must not contain any further links itself!',NULL,NULL),('copg','copg_snippet_cannot_be_edited','en','This is a predefined content snippet and cannot be edited here.',NULL,NULL),('copg','copg_unsupported_media_type','en','This media object has an unsupported media type.',NULL,NULL),('copg','copg_x_minutes','en','%s minute(s)',NULL,NULL),('cpad','cpad_reading_time_status','en','Reading Time',NULL,NULL),('cpad','cpad_reading_time_status_desc','en','If enabled, the estimated reading time for content page objects will be determined and displayed.',NULL,NULL),('cptch','cptch_freetype_support_needed','en','To use this feature you need to enable freetype support in your PHP.',NULL,NULL),('cptch','cptch_wrong_input','en','Wrong Input',NULL,NULL),('cron','cron_action_activate','en','Activate',NULL,NULL),('cron','cron_action_activate_success','en','Cron job activated.',NULL,NULL),('cron','cron_action_activate_sure','en','Are you sure you want to activate the cron job \"%s\"?',NULL,NULL),('cron','cron_action_activate_sure_multi','en','Are you sure you want to activate the following cron jobs?',NULL,NULL),('cron','cron_action_deactivate','en','Deactivate',NULL,NULL),('cron','cron_action_deactivate_success','en','Cron job deactivated.',NULL,NULL),('cron','cron_action_deactivate_sure','en','Are you sure you want to deactivate the cron job \"%s\"?',NULL,NULL),('cron','cron_action_deactivate_sure_multi','en','Are you sure you want to deactivate the following cron jobs?',NULL,NULL),('cron','cron_action_edit','en','Edit',NULL,NULL),('cron','cron_action_edit_success','en','Schedule updated.',NULL,NULL),('cron','cron_action_reset','en','Reset',NULL,NULL),('cron','cron_action_reset_success','en','Cron job reset.',NULL,NULL),('cron','cron_action_reset_sure','en','Are you sure you want to reset the cron job \"%s\"?',NULL,NULL),('cron','cron_action_reset_sure_multi','en','Are you sure you want to reset the following cron jobs?',NULL,NULL),('cron','cron_action_run','en','Run Cron Job',NULL,NULL),('cron','cron_action_run_fail','en','Cron Job failed.',NULL,NULL),('cron','cron_action_run_success','en','Cron Job run successfully.',NULL,NULL),('cron','cron_action_run_sure','en','Are you sure you want to run the cron job \"%s\"?',NULL,NULL),('cron','cron_changed_by_crontab','en','SYSTEM',NULL,NULL),('cron','cron_component','en','Component',NULL,NULL),('cron','cron_job_id','en','ID',NULL,NULL),('cron','cron_last_run','en','Last Run',NULL,NULL),('cron','cron_no_executable_job_selected','en','Please select at least one executable cron job.',NULL,NULL),('cron','cron_result','en','Result',NULL,NULL),('cron','cron_result_info','en','Result Info',NULL,NULL),('cron','cron_result_status_crashed','en','Crashed',NULL,NULL),('cron','cron_result_status_fail','en','Failed',NULL,NULL),('cron','cron_result_status_invalid_configuration','en','Invalid Configuration',NULL,NULL),('cron','cron_result_status_no_action','en','Ok, no processing',NULL,NULL),('cron','cron_result_status_ok','en','Ok',NULL,NULL),('cron','cron_result_status_reset','en','Reset',NULL,NULL),('cron','cron_running_since','en','Running since',NULL,NULL),('cron','cron_schedule','en','Schedule',NULL,NULL),('cron','cron_schedule_daily','en','Daily',NULL,NULL),('cron','cron_schedule_in_days','en','Every %s days',NULL,NULL),('cron','cron_schedule_in_hours','en','Every %s hours',NULL,NULL),('cron','cron_schedule_in_minutes','en','Every %s minutes',NULL,NULL),('cron','cron_schedule_monthly','en','Monthly',NULL,NULL),('cron','cron_schedule_quarterly','en','Quarterly',NULL,NULL),('cron','cron_schedule_type','en','Schedule',NULL,NULL),('cron','cron_schedule_value','en','Interval',NULL,NULL),('cron','cron_schedule_weekly','en','Weekly',NULL,NULL),('cron','cron_schedule_yearly','en','Yearly',NULL,NULL),('cron','cron_status','en','Status',NULL,NULL),('cron','cron_status_active','en','Active',NULL,NULL),('cron','cron_status_inactive','en','Inactive',NULL,NULL),('cron','cron_status_info','en','Status Info',NULL,NULL),('cron','cro_job_rc_job_auto_deactivation_time_limit','en','Cron job deactivated because it has been inactive for 3 hours',NULL,NULL),('cron','cro_job_rc_job_manual_reset','en','Cron job re-activated by admin',NULL,NULL),('cron','cro_job_rc_job_no_result','en','Cron job did not return a proper result',NULL,NULL),('crs','activation_times_not_valid','en','The availability period is not valid.',NULL,NULL),('crs','assigned','en','Assigned',NULL,NULL),('crs','contact_email_not_valid','en','the contact e-mail is not valid.',NULL,NULL),('crs','crs_accept_subscriber','en','Registration confirmed for \"%s\"',NULL,NULL),('crs','crs_accept_subscriber_body','en','we are pleased to confirm your registration for the course \"%s\".',NULL,NULL),('crs','crs_access','en','Access',NULL,NULL),('crs','crs_activate_notification','en','Activate Notification',NULL,NULL),('crs','crs_activation','en','Activation',NULL,NULL),('crs','crs_activation_limited_visibility_info','en','If chosen, the course is visible even outside of the given availability but members cannot access the course.',NULL,NULL),('crs','crs_activation_online_info','en','Set the course online to make it visible and available for course members. If not, only course administrators and roles with permission \"Edit Settings\" have access to it.',NULL,NULL),('crs','crs_added','en','Added new course',NULL,NULL),('crs','crs_added_member','en','Your registration for course \"%s\"',NULL,NULL),('crs','crs_added_member_body','en','we are pleased to announce your registration for the course \"%s\".',NULL,NULL),('crs','crs_added_new_archive','en','A new archive has been added',NULL,NULL),('crs','crs_added_objective','en','A new learning objective has been created.',NULL,NULL),('crs','crs_added_starters','en','Assigned start object(s).',NULL,NULL),('crs','crs_added_to_list','en','You have been assigned to the waiting list. You are assigned to position %s on the waiting list.',NULL,NULL),('crs','crs_add_archive_html','en','Create a HTML Archive',NULL,NULL),('crs','crs_add_archive_xml','en','Create a XML Archive',NULL,NULL),('crs','crs_add_grouping','en','Add Membership Limitation',NULL,NULL),('crs','crs_add_html_archive','en','Add HTML archive',NULL,NULL),('crs','crs_add_objective','en','Add Objective',NULL,NULL),('crs','crs_add_remove_from_desktop','en','Add to Favourites',NULL,NULL),('crs','crs_add_remove_from_desktop_info','en','Objects within the course can be added to favourites.',NULL,NULL),('crs','crs_add_starter','en','Add Start Object',NULL,NULL),('crs','crs_add_to_group','en','Add to Group',NULL,NULL),('crs','crs_admin','en','Administrator',NULL,NULL),('crs','crs_administrators','en','Administrators',NULL,NULL),('crs','crs_admission_link_failure_availability','en','Can\'t register: Course is not online.',NULL,NULL),('crs','crs_admission_link_failure_invalid_code','en','Can\'t register: Link is invalid.',NULL,NULL),('crs','crs_admission_link_failure_membership_limited','en','Can\'t register: Course membership is limited.',NULL,NULL),('crs','crs_admission_link_failure_offline','en','Can\'t register: Course is offline.',NULL,NULL),('crs','crs_admission_link_failure_registration_period','en','Can\'t register: Course is out of registration period.',NULL,NULL),('crs','crs_admission_link_success_registration','en','Successfully registered to course \"%s\".',NULL,NULL),('crs','crs_agree','en','Acceptance',NULL,NULL),('crs','crs_agreement_header','en','User Agreement',NULL,NULL),('crs','crs_agreement_required','en','You have to accept the user agreement, if you want to register to this course.',NULL,NULL),('crs','crs_at_least_one_admin','en','There has to be at least one course administrator.',NULL,NULL),('crs','crs_auto_notification','en','Welcome Mail',NULL,NULL),('crs','crs_auto_notification_info','en','New members receive an e-mail notification when added to the course.',NULL,NULL),('crs','crs_awrn_current_course','en','Current Course',NULL,NULL),('crs','crs_awrn_current_course_info','en','If the user navigates to a course in the repository, all members of the course are listed.',NULL,NULL),('crs','crs_awrn_support_contacts','en','Tutorial Support',NULL,NULL),('crs','crs_awrn_support_contacts_info','en','All tutorial support contacts of courses with membership of the current user are listed. Users are defined as tutorial support contacts in the Members tab of the respective course.',NULL,NULL),('crs','crs_blocked','en','Access Refused',NULL,NULL),('crs','crs_blocked_member','en','Membership blocked in course \"%s\"',NULL,NULL),('crs','crs_blocked_member_body','en','your membership for course \"%s\" has been blocked.',NULL,NULL),('crs','crs_breadcrumb_crs_only','en','Start with Course',NULL,NULL),('crs','crs_breadcrumb_full_path','en','Full Path',NULL,NULL),('crs','crs_cancellation_end','en','Set Latest Exit Date',NULL,NULL),('crs','crs_cancellation_end_info','en','Members can leave the course until the date selected.',NULL,NULL),('crs','crs_cancellation_end_rbac_info','en','The cancellation deadline was on %s. It is therefore no longer possible to cancel your participation in this course.',NULL,NULL),('crs','crs_cancel_subscription','en','User left course \"%s\"',NULL,NULL),('crs','crs_cancel_subscription_body','en','%s has cancelled his/her membership for the course \"%s\".',NULL,NULL),('crs','crs_cancel_subscription_body2','en','There might be other members on a waiting list of your course. You should check for the waiting list now. To view the members of your course, click here:',NULL,NULL),('crs','crs_cancel_subscr_request','en','Delete Membership Request',NULL,NULL),('crs','crs_cannot_find_role','en','Can\'t find this role.',NULL,NULL),('crs','crs_cdf_edit_member','en','Edit Course-Specific User Data',NULL,NULL),('crs','crs_cdf_tbl_last_edit','en','Updated (Course-specific Data)',NULL,NULL),('crs','crs_checklist_objective','en','Checklist Objective',NULL,NULL),('crs','crs_contact','en','Contact',NULL,NULL),('crs','crs_contact_consultation','en','Consultation',NULL,NULL),('crs','crs_contact_email','en','E-Mail',NULL,NULL),('crs','crs_contact_email_info','en','Enter one or more (comma separated) e-mail addresses.',NULL,NULL),('crs','crs_contact_name','en','Name',NULL,NULL),('crs','crs_contact_phone','en','Telephone',NULL,NULL),('crs','crs_contact_responsibility','en','Responsibility',NULL,NULL),('crs','crs_content','en','Course Content',NULL,NULL),('crs','crs_copy','en','Copy Course',NULL,NULL),('crs','crs_course_group_notification_link','en','Link:',NULL,NULL),('crs','crs_course_period_not_valid','en','The period is not valid.',NULL,NULL),('crs','crs_course_status_of_users','en','Passing the Course',NULL,NULL),('crs','crs_create_date','en','Create date',NULL,NULL),('crs','crs_custom_user_fields','en','Course-Specific User Data',NULL,NULL),('crs','crs_custom_user_fields_infobox','en','Create additional data fields for course members to fill in when joining. You can show this information as an additional column in the \"Members\" tab.',NULL,NULL),('crs','crs_custom_user_fields_table_title','en','Relevant User Data of This Course',NULL,NULL),('crs','crs_dates','en','Dates',NULL,NULL),('crs','crs_deactivate_notification','en','Deactivate Notification',NULL,NULL),('crs','crs_delete_objectve_sure','en','Are you sure, you want to delete the selected objectives?',NULL,NULL),('crs','crs_details','en','Course Details',NULL,NULL),('crs','crs_dismiss_member','en','Membership terminated in \"%s\"',NULL,NULL),('crs','crs_dismiss_member_body','en','your membership has been terminated in course \"%s\".',NULL,NULL),('crs','crs_edit_lo_introduction','en','Edit Introduction',NULL,NULL),('crs','crs_edit_timings','en','Edit Timings',NULL,NULL),('crs','crs_enable_map','en','Enable Course Map',NULL,NULL),('crs','crs_end','en','End',NULL,NULL),('crs','crs_export','en','Course export',NULL,NULL),('crs','crs_file','en','Title',NULL,NULL),('crs','crs_file_download','en','Files for Download',NULL,NULL),('crs','crs_file_name','en','File Name',NULL,NULL),('crs','crs_file_size_info','en','Filesize',NULL,NULL),('crs','crs_from','en','From',NULL,NULL),('crs','crs_general_info','en','General Information',NULL,NULL),('crs','crs_general_informations','en','General Information',NULL,NULL),('crs','crs_groupings','en','Course groupings',NULL,NULL),('crs','crs_grouping_deleted','en','Deleted course grouping.',NULL,NULL),('crs','crs_grouping_delete_sure','en','Do you really want to delete the following membership limitations?',NULL,NULL),('crs','crs_grouping_select_one','en','Please select a course grouping.',NULL,NULL),('crs','crs_groups_nr','en','Number of Memberships',NULL,NULL),('crs','crs_grp_added_grouping','en','Added new membership limitation.',NULL,NULL),('crs','crs_grp_already_assigned','en','You are already member of this grouping of courses.',NULL,NULL),('crs','crs_grp_assignments','en','Assignments of Course Members to Groups',NULL,NULL),('crs','crs_grp_assign_crs','en','Assigned Objects of Membership Limitation',NULL,NULL),('crs','crs_grp_enter_title','en','Please enter a title.',NULL,NULL),('crs','crs_grp_info_reg','en','You can only register to one of this courses:',NULL,NULL),('crs','crs_grp_matriculation_required','en','This course grouping requires an unique matriculation number. <br />Please insert this value in your personal settings.',NULL,NULL),('crs','crs_grp_no_courses_assigned','en','None',NULL,NULL),('crs','crs_grp_table_assigned_courses','en','Assigned courses',NULL,NULL),('crs','crs_header_archives','en','Course Archives',NULL,NULL),('crs','crs_header_delete_members','en','Would you like to remove the following members from this course?',NULL,NULL),('crs','crs_header_edit_members','en','Edit Members',NULL,NULL),('crs','crs_hide_all_obj','en','Collapse All',NULL,NULL),('crs','crs_html','en','HTML',NULL,NULL),('crs','crs_import','en','Import Course',NULL,NULL),('crs','crs_important_info','en','Important Information',NULL,NULL),('crs','crs_info_agree','en','I accept, that the above data types are visible for course administrators.',NULL,NULL),('crs','crs_info_agreement','en','The following data types are visible for course administrators:',NULL,NULL),('crs','crs_info_download','en','Files for Download',NULL,NULL),('crs','crs_info_reg','en','Admittance',NULL,NULL),('crs','crs_info_reg_confirmation','en','You have to request for membership to access this course. Please describe your interest for becoming member in the message form. You will be notified as soon as an administrator has accepted or declined your request.',NULL,NULL),('crs','crs_info_reg_deactivated','en','Course admittance is closed.',NULL,NULL),('crs','crs_info_reg_direct','en','You can join this course directly.',NULL,NULL),('crs','crs_info_reg_password','en','If a course administrator has given you the course password, you can join this course.',NULL,NULL),('crs','crs_info_settings','en','Course Information',NULL,NULL),('crs','crs_info_start','en','Please work through all of the course items stated below.<br />After you have processed all marked objects new course items will be activated.',NULL,NULL),('crs','crs_intro_course_group_notification_for','en','this is the news digest for your courses and groups, which have an active notification.',NULL,NULL),('crs','crs_intro_course_group_notification_index','en','There are news for the period of %1$s to %2$s for the following courses and groups:',NULL,NULL),('crs','crs_item_presetting_info','en','Choose this option to offer the learners suggested editing times.',NULL,NULL),('crs','crs_join_request','en','Send',NULL,NULL),('crs','crs_lhist_objective_completed','en','Mastered $3$ in $1$.',NULL,NULL),('crs','crs_lim_assigned','en','Already assigned to associated course \"%s\".',NULL,NULL),('crs','crs_link_hide_next_sessions','en','Hide upcoming sessions',NULL,NULL),('crs','crs_link_hide_prev_sessions','en','Hide previous sessions',NULL,NULL),('crs','crs_link_show_all_next_sessions','en','Show all upcoming sessions',NULL,NULL),('crs','crs_link_show_all_prev_sessions','en','Show all previous sessions',NULL,NULL),('crs','crs_lobj_pm_min_goal','en','Required Score',NULL,NULL),('crs','crs_lobj_pm_score','en','Your Result',NULL,NULL),('crs','crs_loc_btn_new_assignment','en','New Test Assignment',NULL,NULL),('crs','crs_loc_confirm_delete_tst','en','Do you really want to deassign the test of this learning objective oriented course?',NULL,NULL),('crs','crs_loc_delete_assignment','en','Deassign Test',NULL,NULL),('crs','crs_loc_err_no_active_it','en','Learning Objectives without Initial Test',NULL,NULL),('crs','crs_loc_err_no_active_lo','en','No active Learning Objective',NULL,NULL),('crs','crs_loc_err_no_active_mat','en','Learning objectives without assigned content',NULL,NULL),('crs','crs_loc_err_no_active_qst','en','Objectives without questions',NULL,NULL),('crs','crs_loc_err_no_active_qt','en','Learning Objectives without Qualifying Test',NULL,NULL),('crs','crs_loc_err_nr_tries_exceeded','en','The number of passes per objective exceeds the possible number of passes of the Qualifying Test.',NULL,NULL),('crs','crs_loc_err_stat_no_it','en','No Initial test available',NULL,NULL),('crs','crs_loc_err_stat_no_materials','en','No Course Materials available',NULL,NULL),('crs','crs_loc_err_stat_no_qt','en','No final test available',NULL,NULL),('crs','crs_loc_err_stat_tst_offline','en','Not all tests are online.',NULL,NULL),('crs','crs_loc_form_assign','en','Use Existing Test',NULL,NULL),('crs','crs_loc_form_assign_initial_info','en','Select a test from this course to serve as Initial Test',NULL,NULL),('crs','crs_loc_form_assign_it','en','Test Assignment',NULL,NULL),('crs','crs_loc_form_assign_qualified_info','en','--',NULL,NULL),('crs','crs_loc_form_available_tsts','en','Available Tests',NULL,NULL),('crs','crs_loc_form_create_objectives','en','Create Learning Objectives',NULL,NULL),('crs','crs_loc_form_random_limits_it','en','Define Questions of Initial Test',NULL,NULL),('crs','crs_loc_form_random_limits_qt','en','Define Questions of Qualifying Test',NULL,NULL),('crs','crs_loc_form_tst_new','en','Create New Test',NULL,NULL),('crs','crs_loc_form_tst_new_initial_info','en','Create a new test to serve as initial test',NULL,NULL),('crs','crs_loc_form_tst_new_qualified_info','en','--',NULL,NULL),('crs','crs_loc_itest_info','en','Initial Test',NULL,NULL),('crs','crs_loc_itst_for_objective','en','Initial Test \"%1$s\"',NULL,NULL),('crs','crs_loc_learning_objective','en','Learning Objective',NULL,NULL),('crs','crs_loc_mem_show_res','en','Show Test Results',NULL,NULL),('crs','crs_loc_num_qst','en','Number of Questions',NULL,NULL),('crs','crs_loc_objectives_passed_confirmation','en','You have already passed all learning objectives. Starting a new test run will reset all results. Do you really want to start a new test run?',NULL,NULL),('crs','crs_loc_objective_passed_confirmation','en','You have already passed this learning objective. Starting a new test run will reset the result. Do you really want to start a new test run?',NULL,NULL),('crs','crs_loc_passes_info','en','Maximum Number of test attempts',NULL,NULL),('crs','crs_loc_passes_left','en','Remaining number of test attempts',NULL,NULL),('crs','crs_loc_passes_reached','en','No further test attempts possible',NULL,NULL),('crs','crs_loc_perc','en','Required Percentage of Points',NULL,NULL),('crs','crs_loc_progress_do_qualifying','en','Please take the final test.',NULL,NULL),('crs','crs_loc_progress_do_qualifying_again','en','Please work through the learning objective materials again.',NULL,NULL),('crs','crs_loc_progress_no_result_do_initial','en','Please take the initial test.',NULL,NULL),('crs','crs_loc_progress_no_result_no_initial','en','Please work through the following learning materials and then take the qualifying test.',NULL,NULL),('crs','crs_loc_progress_objective_complete','en','You completed the learning objective.',NULL,NULL),('crs','crs_loc_progress_result_itest','en','Result of Initial Test',NULL,NULL),('crs','crs_loc_progress_result_qtest','en','Result',NULL,NULL),('crs','crs_loc_qst_resume_tst_itest','en','You have already started an initial test to another learning objective. Either you finish the started test or you stop it and start this one. But running two initial tests at the same time is not supported.',NULL,NULL),('crs','crs_loc_qst_resume_tst_qtest','en','You have already started a qualifying test to another learning objective. Either you finish the started test or you stop it and start this one. But running two qualifying tests at the same time is not supported.',NULL,NULL),('crs','crs_loc_qtest_info','en','Final Test',NULL,NULL),('crs','crs_loc_qtst_for_objective','en','Qualifying Test \"%1$s\"',NULL,NULL),('crs','crs_loc_rand_assign_qpl','en','Assignment from Question Pool',NULL,NULL),('crs','crs_loc_rand_qpl','en','Available Question Pools',NULL,NULL),('crs','crs_loc_settings_err_qstart','en','The option \"Final Test as Start Object\" has been deactivated, since it can only be chosen for courses without initial test.',NULL,NULL),('crs','crs_loc_settings_itest_tbl','en','Settings for the Initial Test',NULL,NULL),('crs','crs_loc_settings_it_start_object','en','Initial Test is Start Object',NULL,NULL),('crs','crs_loc_settings_it_type','en','Initial Test',NULL,NULL),('crs','crs_loc_settings_passed_mode','en','Mastered Learning Objectives',NULL,NULL),('crs','crs_loc_settings_passed_mode_hide','en','Test questions for mastered learning objectives will be hidden',NULL,NULL),('crs','crs_loc_settings_passed_mode_mark','en','Test questions for mastered learning objectives will be flagged',NULL,NULL),('crs','crs_loc_settings_qtest_tbl','en','Settings for the Final Test',NULL,NULL),('crs','crs_loc_settings_qt_all','en','Final Test',NULL,NULL),('crs','crs_loc_settings_qt_start_object','en','Final Test is Start Object',NULL,NULL),('crs','crs_loc_settings_reset','en','Test Results',NULL,NULL),('crs','crs_loc_settings_reset_enable','en','Allow ‘Reset Test Results’',NULL,NULL),('crs','crs_loc_settings_reset_enable_info','en','If activated, all users are able to reset their individual test results and start the course again.',NULL,NULL),('crs','crs_loc_settings_tbl','en','Settings for the Learning Objectives-Driven Course',NULL,NULL),('crs','crs_loc_settings_tbl_its_nq_all','en','Initial Placement Test (all Objectives)',NULL,NULL),('crs','crs_loc_settings_tbl_its_q_all','en','Initial Qualifying Test (all Objecives)',NULL,NULL),('crs','crs_loc_settings_tbl_it_nq','en','Initial Placement Test (per Objective)',NULL,NULL),('crs','crs_loc_settings_tbl_it_q','en','Initial Qualifying Test (per Objective)',NULL,NULL),('crs','crs_loc_settings_tbl_qt','en','Final Test (per objective)',NULL,NULL),('crs','crs_loc_settings_tbl_qts_all','en','Final Test (all objectives)',NULL,NULL),('crs','crs_loc_settings_type_it_none','en','No Initial Test',NULL,NULL),('crs','crs_loc_settings_type_it_none_info','en','Course members work self-directed through the learning objectives. They can take the final test to assess whether they mastered the learning objectives already or if additional learning and training is needed.',NULL,NULL),('crs','crs_loc_settings_type_it_placement_all','en','Comprehensive Placement Test Covering all Objectives',NULL,NULL),('crs','crs_loc_settings_type_it_placement_all_info','en','Participants take one initial test comprising questions on all learning objectives. Learning material is recommended on the basis of a participant\'s individual results.',NULL,NULL),('crs','crs_loc_settings_type_it_placement_sel','en','Separate Placement Test for Each Objective',NULL,NULL),('crs','crs_loc_settings_type_it_placement_sel_info','en','Participants take a separate initial test for each learning objective comprising only questions of that very objective. Learning material is recommended on the basis of a participant\'s individual results.',NULL,NULL),('crs','crs_loc_settings_type_it_qualifying_all','en','Comprehensive Achievement Test Covering all Objectives',NULL,NULL),('crs','crs_loc_settings_type_it_qualifying_all_info','en','The initial test assess if a participant already achieved mastery of the learning objectives. The test contains questions covering all learning objectives.',NULL,NULL),('crs','crs_loc_settings_type_it_qualifying_sel','en','Separate Achievement Test for Each Objective',NULL,NULL),('crs','crs_loc_settings_type_it_qualifying_sel_info','en','Participants are presented with a separate initial test for each learning objective. This test contains only questions of that very objective and checks whether or not  the participant has already achieved mastery of this objective.',NULL,NULL),('crs','crs_loc_settings_type_q_all','en','Comprehensive Final Test Covering all Objectives',NULL,NULL),('crs','crs_loc_settings_type_q_all_info','en','Mastery of all learning objectives is examined in one single final test.',NULL,NULL),('crs','crs_loc_settings_type_q_selected','en','Separate Final Test for Each Objective',NULL,NULL),('crs','crs_loc_settings_type_q_selected_info','en','Participants are presented with a separate mastery test for each learning objective.',NULL,NULL),('crs','crs_loc_subtab_creation','en','Create',NULL,NULL),('crs','crs_loc_suggested','en','Please work through the following learning materials.',NULL,NULL),('crs','crs_loc_tab_itest','en','Initial Test',NULL,NULL),('crs','crs_loc_tab_itests','en','Initial Tests',NULL,NULL),('crs','crs_loc_tab_materials','en','Material',NULL,NULL),('crs','crs_loc_tab_objectives','en','Learning Objectives',NULL,NULL),('crs','crs_loc_tab_qtest','en','Final Test',NULL,NULL),('crs','crs_loc_tab_qtests','en','Final Tests',NULL,NULL),('crs','crs_loc_tab_start','en','Start Objects',NULL,NULL),('crs','crs_loc_tbl_tst_qst_qpl','en','Questions / Question Pools',NULL,NULL),('crs','crs_loc_tbl_tst_type','en','Selection of Test Questions',NULL,NULL),('crs','crs_loc_test_results_of','en','Test results of:',NULL,NULL),('crs','crs_loc_tst_assignment','en','Test Assignment',NULL,NULL),('crs','crs_loc_tst_new_run','en','Start New Attempt on Test',NULL,NULL),('crs','crs_loc_tst_num_qst','en','Number of Questions:',NULL,NULL),('crs','crs_loc_tst_qpls','en','Available Question Pools:',NULL,NULL),('crs','crs_loc_tst_resume','en','Continue Test Attempt',NULL,NULL),('crs','crs_loc_tst_start','en','Start Test',NULL,NULL),('crs','crs_loc_tt_info','en','You have reached %1$d%%. The test is passed with %2$d%%.',NULL,NULL),('crs','crs_loc_type_initial_all_info','en','Based on individual results of the initial test, ILIAS recommends learning content for the not-yet-sufficient learning objectives. The final achievement test assesses whether a test participant already mastered the learning objectives or if additional learning and training is needed.',NULL,NULL),('crs','crs_loc_type_qualified_info','en','The course starts with a test to assess if a course member already mastered the learning objectives. For all passed learning objectives, users do not have to work through any of the learning content or take more tests. For all not-yet-sufficient learning objectives, ILIAS recommends learning content. The mastery of the remaining learning objectives is tested in an additional test run.',NULL,NULL),('crs','crs_mail_all','en','For all Participants',NULL,NULL),('crs','crs_mail_all_info','en','Members, administrators and tutors can use the feature ‘Mail to Members’ in the ‘Members’ tab.',NULL,NULL),('crs','crs_mail_context_member_info','en','For the contact e-mails on the info screen of a course',NULL,NULL),('crs','crs_mail_context_member_title','en','Course: Info Page',NULL,NULL),('crs','crs_mail_context_tutor_info','en','For the participant e-mails on the member and learning progress screens of a course',NULL,NULL),('crs','crs_mail_context_tutor_title','en','Course: Mail to Member',NULL,NULL),('crs','crs_mail_permanent_link','en','Click on the following link to find all of the information you need regarding the course:',NULL,NULL),('crs','crs_mail_tutors_only','en','For Tutors and Administrators only',NULL,NULL),('crs','crs_mail_tutors_only_info','en','Only administrators and tutors can use the feature ‘Mail to Members’ in the ‘Members’ tab.',NULL,NULL),('crs','crs_mail_type','en','Mail to Members',NULL,NULL),('crs','crs_map_location','en','Course Map Location',NULL,NULL),('crs','crs_map_settings','en','Map',NULL,NULL),('crs','crs_materials','en','Materials',NULL,NULL),('crs','crs_max_and_min_members_invalid','en','The minimum number must be smaller than the maximum number of members.',NULL,NULL),('crs','crs_max_and_min_members_needed','en','Set a minimum or maximum number of members - or both.',NULL,NULL),('crs','crs_max_members_needed','en','The waiting list feature requires you to set the maximum number of members allowed to sign up for the course.',NULL,NULL),('crs','crs_max_members_reached','en','The maximum number of members has been reached',NULL,NULL),('crs','crs_member','en','Member',NULL,NULL),('crs','crs_members','en','Members',NULL,NULL),('crs','crs_members_deleted','en','Selected members were successfully removed from course.',NULL,NULL),('crs','crs_members_groups','en','Memberships in Groups',NULL,NULL),('crs','crs_members_map','en','Course Members Map',NULL,NULL),('crs','crs_members_print_title','en','Course Members',NULL,NULL),('crs','crs_member_administration','en','Edit Participants',NULL,NULL),('crs','crs_member_passed_status_changed','en','Passed Status Changed',NULL,NULL),('crs','crs_mem_contact','en','Tutorial Support',NULL,NULL),('crs','crs_mem_contacts','en','Tutorial Support',NULL,NULL),('crs','crs_mem_send_mail','en','Send Mail',NULL,NULL),('crs','crs_mem_tbl_header','en','Course Participants',NULL,NULL),('crs','crs_min_one_admin','en','There has to be at least one administrator assigned to this course.',NULL,NULL),('crs','crs_msg_no_self_registration_period_if_self_enrolment_disabled','en','The limited registration period can not be defined if the \"No Self-enrolment\" setting is active.',NULL,NULL),('crs','crs_my_courses_groups_enabled','en','My Courses and Groups',NULL,NULL),('crs','crs_my_courses_groups_enabled_info','en','If activated, the section \'My Courses and Groups\' is visible.',NULL,NULL),('crs','crs_news','en','Course News',NULL,NULL),('crs','crs_new_status','en','Your new status is:',NULL,NULL),('crs','crs_new_subscription','en','User registered for course \"%s\"',NULL,NULL),('crs','crs_new_subscription_body','en','%s has registered for course \"%s\".',NULL,NULL),('crs','crs_new_subscription_request','en','Request to join course \"%s\"',NULL,NULL),('crs','crs_new_subscription_request_body','en','%s has requested membership for course \"%s\".',NULL,NULL),('crs','crs_new_subscription_request_body2','en','To confirm this registration, go to:',NULL,NULL),('crs','crs_notification','en','Notification',NULL,NULL),('crs','crs_notification_activated','en','Notification Activated',NULL,NULL),('crs','crs_notification_deactivated','en','Notification Deactivated',NULL,NULL),('crs','crs_notification_explanation_admin','en','You receive mail from ILIAS because you are course administrator / tutor with notification enabled.',NULL,NULL),('crs','crs_notification_list_title','en','Notification',NULL,NULL),('crs','crs_notification_salutation','en','Dear course participant,',NULL,NULL),('crs','crs_notify','en','Notify for new registrations',NULL,NULL),('crs','crs_not_available','en','-Not available-',NULL,NULL),('crs','crs_no_archives_selected','en','Please select an archive',NULL,NULL),('crs','crs_no_archive_selected','en','No archives selected',NULL,NULL),('crs','crs_no_notify','en','No notify for new registrations',NULL,NULL),('crs','crs_no_objectives_created','en','No Course Materials created',NULL,NULL),('crs','crs_no_objective_lms_found','en','This course does not contain learning material that could be assigned to the learning objective.',NULL,NULL),('crs','crs_no_objective_selected','en','Please select one objective.',NULL,NULL),('crs','crs_no_subscribers_selected','en','Please select a user',NULL,NULL),('crs','crs_no_users_added','en','No members added',NULL,NULL),('crs','crs_no_users_selected','en','You did not select a user',NULL,NULL),('crs','crs_nr','en','Nr.',NULL,NULL),('crs','crs_number_users_added','en','The following number of users has been assigned to the course:',NULL,NULL),('crs','crs_objectives','en','Learning Objectives',NULL,NULL),('crs','crs_objectives_assigned_lm','en','The selected materials have been assigned.',NULL,NULL),('crs','crs_objectives_deleted','en','Delete learning objectives',NULL,NULL),('crs','crs_objectives_edit_question_assignments','en','Edit Question Assignment',NULL,NULL),('crs','crs_objectives_reseted','en','Reseted results.',NULL,NULL),('crs','crs_objectives_reset_sure','en','You want to delete all results of this course. <br />All test results will be deleted.',NULL,NULL),('crs','crs_objective_accomplished','en','Accomplished',NULL,NULL),('crs','crs_objective_action_itest','en','Assign Questions of Initial Test',NULL,NULL),('crs','crs_objective_action_materials','en','Assign Material',NULL,NULL),('crs','crs_objective_action_qtest','en','Assign Questions of Final Test',NULL,NULL),('crs','crs_objective_action_qtest_sep','en','Assign Final Test',NULL,NULL),('crs','crs_objective_add_mat','en','Assign Materials',NULL,NULL),('crs','crs_objective_all_points','en','Total Points',NULL,NULL),('crs','crs_objective_assigned_materials','en','Assigned Learning Materials',NULL,NULL),('crs','crs_objective_err_limit','en','Please enter a percentage number between 1 and 100.',NULL,NULL),('crs','crs_objective_final_test','en','Questions Assigned to Final Test',NULL,NULL),('crs','crs_objective_limit_err','en','The required points should not be higher than the total points.',NULL,NULL),('crs','crs_objective_modified','en','Updated learning objective.',NULL,NULL),('crs','crs_objective_not_accomplished','en','Not accomplished',NULL,NULL),('crs','crs_objective_overview_objectives','en','Overview',NULL,NULL),('crs','crs_objective_overview_question_assignment','en','Overview Question Assignment',NULL,NULL),('crs','crs_objective_points','en','Point(s)',NULL,NULL),('crs','crs_objective_pretest','en','After initial test',NULL,NULL),('crs','crs_objective_qst_summary','en','Overview Question Assignment',NULL,NULL),('crs','crs_objective_random_warn','en','You can not use random tests in combination with learning objectives.',NULL,NULL),('crs','crs_objective_result','en','After final test',NULL,NULL),('crs','crs_objective_result_details','en','⬅︎ Show Results',NULL,NULL),('crs','crs_objective_result_summary_initial','en','Placement Test: %1$s (%2$s required)',NULL,NULL),('crs','crs_objective_result_summary_qualifying','en','Achievement Test: %1$s (%2$s required)',NULL,NULL),('crs','crs_objective_saved_sorting','en','Saved sorting.',NULL,NULL),('crs','crs_objective_self_assessment','en','Questions Assigned to Initial Test',NULL,NULL),('crs','crs_objective_status','en','Objective Status',NULL,NULL),('crs','crs_objective_status_configure','en','Checklist for Course',NULL,NULL),('crs','crs_objective_status_itest','en','Assign Initial Test',NULL,NULL),('crs','crs_objective_status_materials','en','Create Course Content',NULL,NULL),('crs','crs_objective_status_materials_info','en','The course is currently empty. Add course materials that can be assigned to learning objectives.',NULL,NULL),('crs','crs_objective_status_objectives','en','Configure Learning Objectives',NULL,NULL),('crs','crs_objective_status_objective_creation','en','Create Learning Objective',NULL,NULL),('crs','crs_objective_status_qtest','en','Assign Final Test',NULL,NULL),('crs','crs_objective_status_settings','en','Course Settings',NULL,NULL),('crs','crs_objective_tbl_col_final_tsts','en','Final Tests',NULL,NULL),('crs','crs_objective_wiz_final','en','Final Test Questions',NULL,NULL),('crs','crs_objective_wiz_final_info','en','Assignment of final test questions.',NULL,NULL),('crs','crs_objective_wiz_final_limit','en','Limits for Final Test',NULL,NULL),('crs','crs_objective_wiz_final_limit_info','en','Here you can define the limits for the final test questions.',NULL,NULL),('crs','crs_objective_wiz_materials','en','Assign Course Material',NULL,NULL),('crs','crs_objective_wiz_materials_info','en','You can assign course materials that are recommended for processing the learning objective.',NULL,NULL),('crs','crs_objective_wiz_self','en','Initial Test Questions',NULL,NULL),('crs','crs_objective_wiz_self_info','en','Please set the initial test questions. Initial tests are intended to examine the previous knowledge of the course members.',NULL,NULL),('crs','crs_objective_wiz_self_limit','en','Limits for Initial Test',NULL,NULL),('crs','crs_objective_wiz_self_limit_info','en','Please define the limits for initial test questions.',NULL,NULL),('crs','crs_objective_wiz_title','en','Describe Learning Objective',NULL,NULL),('crs','crs_objective_wiz_title_info','en','Please choose a title and a short description of the learning objective.',NULL,NULL),('crs','crs_obj_final_req_info','en','If this number of points is achieved, the learning objective is passed.',NULL,NULL),('crs','crs_obj_initial_req_info','en','If this number of points is achieved, no course materials will be recommended for further editing.',NULL,NULL),('crs','crs_obj_required_points','en','Required Points',NULL,NULL),('crs','crs_open','en','Open Course',NULL,NULL),('crs','crs_other_resources','en','Other Resources',NULL,NULL),('crs','crs_page_type_lobj','en','Learning Objective Page',NULL,NULL),('crs','crs_passed','en','Passed',NULL,NULL),('crs','crs_passed_status_manual_by','en','Manual by',NULL,NULL),('crs','crs_passed_status_system','en','System',NULL,NULL),('crs','crs_password_not_valid','en','Your password is not valid',NULL,NULL),('crs','crs_password_required','en','This registration procedure requires a password.',NULL,NULL),('crs','crs_pdf','en','PDF',NULL,NULL),('crs','crs_period','en','Period of Event',NULL,NULL),('crs','crs_period_end_mail_placeholder','en','Period End',NULL,NULL),('crs','crs_period_info','en','Information about the start and end date of the event, which is supported by the course',NULL,NULL),('crs','crs_period_start_mail_placeholder','en','Period Start',NULL,NULL),('crs','crs_presentation_type','en','Presentation Type',NULL,NULL),('crs','crs_print_list','en','Generate List',NULL,NULL),('crs','crs_ref_delete_confirmation_info','en','Would you like to remove the following members from this course? If these members are to be removed from courses linked into this course, please activate the respective checkboxes.',NULL,NULL),('crs','crs_ref_member_update','en','Add new members',NULL,NULL),('crs','crs_ref_member_update_info','en','All new members of the parent course are automatically entered in the course to which this course link refers.',NULL,NULL),('crs','crs_ref_missing_access','en','The option cannot be selected because you do not have \"Manage Members\" permission for either course.',NULL,NULL),('crs','crs_ref_missing_parent_crs','en','The option cannot be selected because this course link does not have a parent course.',NULL,NULL),('crs','crs_reg','en','Registration Settings',NULL,NULL),('crs','crs_registration','en','Course Registration',NULL,NULL),('crs','crs_registration_confirmation_info','en','Users who wish to join the course can send a membership request/message to a course administrator.',NULL,NULL),('crs','crs_registration_deactivated','en','Only course administrators can add users to the course.',NULL,NULL),('crs','crs_registration_limited','en','Limited Registration Period',NULL,NULL),('crs','crs_registration_limited_info','en','Members can only register for this course during a specific period of time.',NULL,NULL),('crs','crs_registration_period','en','Period',NULL,NULL),('crs','crs_registration_type','en','Registration Procedure',NULL,NULL),('crs','crs_reg_code','en','Admission via Link',NULL,NULL),('crs','crs_reg_code_enabled_info','en','Irrespective of the main registration procedure and permissions that have been selected, this option allows users to gain admission directly by using the following link.',NULL,NULL),('crs','crs_reg_code_link','en','Link for Direct Admission',NULL,NULL),('crs','crs_reg_max_info','en','Set the maximum number of users that can join this course.',NULL,NULL),('crs','crs_reg_no_selfreg','en','No Self-Enrolment',NULL,NULL),('crs','crs_reg_password_info','en','Users need to type in this password in order to join the course.',NULL,NULL),('crs','crs_reg_selfreg','en','Self-Enrolment',NULL,NULL),('crs','crs_reg_subject','en','Message',NULL,NULL),('crs','crs_reg_until','en','Registration Period',NULL,NULL),('crs','crs_reg_user_already_subscribed','en','You have already requested membership for this course',NULL,NULL),('crs','crs_reject_subscriber','en','Registration refused for \"%s\"',NULL,NULL),('crs','crs_reject_subscriber_body','en','we regret to say that your registration has been refused for the course \"%s\".',NULL,NULL),('crs','crs_reset_results','en','Reset Results',NULL,NULL),('crs','crs_role_status','en','Role / Status',NULL,NULL),('crs','crs_search_users','en','Search Users',NULL,NULL),('crs','crs_selected_users','en','Selected Participants',NULL,NULL),('crs','crs_select_archive_language','en','Please select a language for the archive',NULL,NULL),('crs','crs_select_one_archive','en','Please select one archive',NULL,NULL),('crs','crs_select_starter','en','Select Start Object',NULL,NULL),('crs','crs_settings','en','Course Settings',NULL,NULL),('crs','crs_settings_saved','en','Settings saved',NULL,NULL),('crs','crs_shorten_breadcrumb','en','Breadcrumb',NULL,NULL),('crs','crs_show_all_obj','en','Expand All',NULL,NULL),('crs','crs_show_members','en','Show Members',NULL,NULL),('crs','crs_show_members_info','en','Allow course members to see a list of all course participants via the ‘Members’ tab.',NULL,NULL),('crs','crs_show_member_export','en','Participants List',NULL,NULL),('crs','crs_show_member_export_info','en','Course members may generate and print a list of participants.',NULL,NULL),('crs','crs_show_member_export_settings','en','Participants List',NULL,NULL),('crs','crs_size','en','File size',NULL,NULL),('crs','crs_sort_activation','en','Sort by Activation',NULL,NULL),('crs','crs_sort_manual','en','Sort Manually',NULL,NULL),('crs','crs_sort_timing_info','en','Sort course items be their activation time or timings settings.',NULL,NULL),('crs','crs_sort_title','en','Titles in Alphabetical Order',NULL,NULL),('crs','crs_start','en','Start',NULL,NULL),('crs','crs_starters_already_assigned','en','This object was already assigned.',NULL,NULL),('crs','crs_starter_deleted','en','Removed assignment.',NULL,NULL),('crs','crs_starter_delete_sure','en','Are you sure you want to delete the following start objects?',NULL,NULL),('crs','crs_start_objects','en','Start Objects',NULL,NULL),('crs','crs_status','en','Status',NULL,NULL),('crs','crs_status_changed','en','Changed status in \"%s\"',NULL,NULL),('crs','crs_status_changed_body','en','your status in course \"%s\" has been changed.',NULL,NULL),('crs','crs_status_determination','en','Determination of Status \'Passed\'',NULL,NULL),('crs','crs_status_determination_lp','en','Through Learning Progress',NULL,NULL),('crs','crs_status_determination_lp_info','en','When the learning progress changes to ‘Completed’, the course status ‘Passed’ will be set automatically. Tutors still can overwrite the status manually.',NULL,NULL),('crs','crs_status_determination_manual','en','Only Manual by Tutors',NULL,NULL),('crs','crs_status_determination_sync','en','The course status will be automatically set to \'passed\' once a learner completed all activities which determine the learning progress. Progress that was made before the change of settings will be accounted for, manually set \'passed\' course status remain unchanged. Do you want to set the course status of all members based on their current learning progress now?',NULL,NULL),('crs','crs_structure','en','Course structure',NULL,NULL),('crs','crs_subject_course_group_notification','en','Daily Mail for %s',NULL,NULL),('crs','crs_subscriber','en','Subscriber',NULL,NULL),('crs','crs_subscribers_deleted','en','Deleted subscriber(s)',NULL,NULL),('crs','crs_subscribe_member','en','Your registration for course \"%s\"',NULL,NULL),('crs','crs_subscribe_member_body','en','we are pleased to confirm your registration for the course \"%s\".',NULL,NULL),('crs','crs_subscribe_wl','en','Your registration for course \"%s\"',NULL,NULL),('crs','crs_subscribe_wl_body','en','you have been assigned to the waiting list of course \"%s\". You are assigned to position %s on the list.  You will receive a message from a course administrator when your request has been approved or rejected.',NULL,NULL),('crs','crs_subscription','en','Subscription',NULL,NULL),('crs','crs_subscription_failed_limit','en','The maximum number of participants has been exceeded.',NULL,NULL),('crs','crs_subscription_max_members','en','Maximum Number',NULL,NULL),('crs','crs_subscription_max_members_short','en','Limited Number of Members',NULL,NULL),('crs','crs_subscription_max_members_short_info','en','The minimal respectively maximial number of members can be set. A waiting list can be set up.',NULL,NULL),('crs','crs_subscription_min_members','en','Minimum Number',NULL,NULL),('crs','crs_subscription_min_members_err','en','The minimum number is not allowed to be greater than the maximum number of participants.',NULL,NULL),('crs','crs_subscription_min_members_info','en','Define the number of users that is minimally required for this course to be held at all. If this number is not met either after the date until which users can register or unsubscribe from the course a mail will be send to those course administrators or tutors that have activated the \'Notification\' flag in the \'Members\'-tab.',NULL,NULL),('crs','crs_subscription_options_confirmation','en','Request Membership',NULL,NULL),('crs','crs_subscription_options_direct','en','Self Registration',NULL,NULL),('crs','crs_subscription_options_password','en','Join with Course Password',NULL,NULL),('crs','crs_subscription_successful','en','You have joined the course',NULL,NULL),('crs','crs_sure_delete_selected_archives','en','Are you sure to delete the selected archives?',NULL,NULL),('crs','crs_syllabus','en','Syllabus',NULL,NULL),('crs','crs_sys_default','en','System Default',NULL,NULL),('crs','crs_table_start_objects','en','Start Objects',NULL,NULL),('crs','crs_target_group','en','Target Group',NULL,NULL),('crs','crs_tile_and_objective_view_not_supported','en','You cannot activate both \"Tile Presentation\" and \"Learning Objectives Presentation\" at the same time.',NULL,NULL),('crs','crs_tile_and_session_limit_not_supported','en','You cannot activate both \"Tile Presentation\" and \"Session Limitation\" at the same time.',NULL,NULL),('crs','crs_timings_activate_optional','en','Optional mode for course timings',NULL,NULL),('crs','crs_timings_activate_optional_own','en','Optional mode for my course timings',NULL,NULL),('crs','crs_timings_availability_enabled','en','Temporarily Available',NULL,NULL),('crs','crs_timings_changeable','en','Time Target Changeable',NULL,NULL),('crs','crs_timings_changed','en','Timings Modified',NULL,NULL),('crs','crs_timings_days_after_subsription','en','Day(s) after course subscription',NULL,NULL),('crs','crs_timings_disabled','en','Timings Disabled',NULL,NULL),('crs','crs_timings_disabled_info','en','Choose this option to disable any timings.',NULL,NULL),('crs','crs_timings_early_begin','en','Earliest Start',NULL,NULL),('crs','crs_timings_edit_personal','en','Edit Personal Timings',NULL,NULL),('crs','crs_timings_end','en','Finish Time',NULL,NULL),('crs','crs_timings_from_until','en','(From/Until)',NULL,NULL),('crs','crs_timings_info_active','en','(Active)',NULL,NULL),('crs','crs_timings_in_days','en','(In Days)',NULL,NULL),('crs','crs_timings_not_changed','en','Timings not Modified',NULL,NULL),('crs','crs_timings_optional_checked','en','Optional mode was activated for this user',NULL,NULL),('crs','crs_timings_optional_off','en','Optional mode is not active.',NULL,NULL),('crs','crs_timings_optional_on','en','Optional mode is active.',NULL,NULL),('crs','crs_timings_optional_on_and_passed','en','Optional mode is active and cannot be changed because user is passed.',NULL,NULL),('crs','crs_timings_optional_unchecked','en','Optional mode was deactivated for this user',NULL,NULL),('crs','crs_timings_planed_info','en','Planed Editing Time',NULL,NULL),('crs','crs_timings_planed_start','en','Planed',NULL,NULL),('crs','crs_timings_presetting','en','Time Target Enabled',NULL,NULL),('crs','crs_timings_short_active','en','Enabled',NULL,NULL),('crs','crs_timings_short_active_tt','en','Activate Timings',NULL,NULL),('crs','crs_timings_short_changeable','en','Changeable',NULL,NULL),('crs','crs_timings_short_changeable_tt','en','Timings changeable by participants',NULL,NULL),('crs','crs_timings_short_end','en','End Date',NULL,NULL),('crs','crs_timings_short_limit_start_end','en','Latest End Date',NULL,NULL),('crs','crs_timings_short_limit_start_end_tt','en','Latest end',NULL,NULL),('crs','crs_timings_short_limit_start_end_tt_rel','en','Latest end in days after course subscription',NULL,NULL),('crs','crs_timings_short_start_end','en','Suggestion',NULL,NULL),('crs','crs_timings_short_start_end_rel','en','Suggested Start (in days)',NULL,NULL),('crs','crs_timings_short_start_end_tt','en','Suggested start',NULL,NULL),('crs','crs_timings_short_start_end_tt_rel','en','Suggested start after course subscription',NULL,NULL),('crs','crs_timings_start','en','Start Time',NULL,NULL),('crs','crs_timings_start_end_info','en','(Start/End)',NULL,NULL),('crs','crs_timings_suggested_info','en','Suggested Editing Time',NULL,NULL),('crs','crs_timings_sug_begin','en','Suggested Start',NULL,NULL),('crs','crs_timings_sug_end','en','Suggested End',NULL,NULL),('crs','crs_timings_time_frame','en','Time Frame',NULL,NULL),('crs','crs_timings_time_frame_tt','en','Time frame in days',NULL,NULL),('crs','crs_timings_update_error','en','Your settings are not valid, please verify the timings for the following course materials:',NULL,NULL),('crs','crs_timings_warning_timing_exists','en','Timings are configured for this object. If you active the availability settings, these timing settings will be reseted.',NULL,NULL),('crs','crs_timing_err_start_end','en','The end date must be greater than or equals the start date.',NULL,NULL),('crs','crs_to','en','Until',NULL,NULL),('crs','crs_tutor','en','Tutor',NULL,NULL),('crs','crs_tutors','en','Tutors',NULL,NULL),('crs','crs_unblocked','en','Free entrance',NULL,NULL),('crs','crs_unblocked_member','en','Access granted in course \"%s\"',NULL,NULL),('crs','crs_unblocked_member_body','en','your membership in course \"%s\" has been restored.',NULL,NULL),('crs','crs_unlimited','en','Unlimited',NULL,NULL),('crs','crs_unsubscribed_from_crs','en','You have been unsubscribed from this course.',NULL,NULL),('crs','crs_unsubscribe_member','en','Your cancellation of membership in course \"%s\"',NULL,NULL),('crs','crs_unsubscribe_member_body','en','We confirm your cancellation of membership in course \"%s\".',NULL,NULL),('crs','crs_unsubscribe_member_explanation','en','You receive this message because you unsubscribed from the course mentioned above.',NULL,NULL),('crs','crs_unsubscribe_sure','en','Are you sure you want to unsubscribe from this course?',NULL,NULL),('crs','crs_update_subscr_request','en','Update Membership Request',NULL,NULL),('crs','crs_users_added','en','Added user to the course',NULL,NULL),('crs','crs_users_already_assigned','en','The user is already assigned to this course',NULL,NULL),('crs','crs_users_removed_from_list','en','The selected users have been removed from the waiting list',NULL,NULL),('crs','crs_user_agreement','en','Released Data Types',NULL,NULL),('crs','crs_user_agreement_info','en','Personal Data Visible to Course Administrators',NULL,NULL),('crs','crs_user_already_assigned','en','The chosen user is already assigned to this course.',NULL,NULL),('crs','crs_usr_agreement','en','User Agreement',NULL,NULL),('crs','crs_view_info_objective','en','Course for individualised studying: Performance on learning objectives organises the course work. Content might be recommended based on individual performance in an initial test. A final test can be used to prove learning objective mastery.',NULL,NULL),('crs','crs_view_info_timing','en','Presentation mode for timings settings.',NULL,NULL),('crs','crs_view_info_timing_absolute','en','Start and end date will be set absolute.',NULL,NULL),('crs','crs_view_info_timing_relative','en','Start and end date will be set relative to the subscription date.',NULL,NULL),('crs','crs_view_mode','en','Course Presentation',NULL,NULL),('crs','crs_view_objective','en','Learning Objectives-Driven Course',NULL,NULL),('crs','crs_view_timing','en','Timings View',NULL,NULL),('crs','crs_view_timings','en','Timings View Type',NULL,NULL),('crs','crs_view_timing_absolute','en','Absolute Dates',NULL,NULL),('crs','crs_view_timing_relative','en','Relative Dates',NULL,NULL),('crs','crs_visibility','en','Visibility',NULL,NULL),('crs','crs_visibility_limitless','en','Unlimited',NULL,NULL),('crs','crs_visibility_until','en','Limited Period of Availability',NULL,NULL),('crs','crs_visibility_until_info','en','The course will be visible to it\'s members in a specific period of time.',NULL,NULL),('crs','crs_visibility_unvisible','en','The course is not visible.',NULL,NULL),('crs','crs_waiting_list','en','Waiting List',NULL,NULL),('crs','crs_waiting_list_autofill','en','With Auto-Fill',NULL,NULL),('crs','crs_waiting_list_autofill_info','en','Users are moved automatically from the waiting list to the active list of course members if cancellations create free spaces.  This should not be used in conjunction with the ‘Request Membership‘ registration procedure, as auto-fill will bypass it.',NULL,NULL),('crs','crs_waiting_list_no_autofill','en','Without Auto-Fill',NULL,NULL),('crs','crs_wait_info','en','If the maximum number of course members has already been reached, subsequent registrations will be placed on a waiting list.',NULL,NULL),('crs','crs_warn_no_max_set_on_waiting_list','en','The maximum number of course members has unfortunately already been reached. You can add your request to join to the waiting list. You will receive a message from a course administrator when your request has been approved or rejected.',NULL,NULL),('crs','crs_warn_wl_set_on_waiting_list','en','There are already users on the waiting list for this course.  You can, however, still request to join the waiting list. You will receive a message from a course administrator when your request has been approved or rejected.',NULL,NULL),('crs','crs_wiz_back','en','Back',NULL,NULL),('crs','crs_wiz_next','en','Save',NULL,NULL),('crs','crs_xml','en','XML',NULL,NULL),('crs','edit_timings_list','en','Edit Timings',NULL,NULL),('crs','event','en','Session',NULL,NULL),('crs','events','en','Sessions',NULL,NULL),('crs','event_add_new_event','en','Added new session',NULL,NULL),('crs','event_assign_materials_info','en','Assigned materials will be displayed directly below the session.',NULL,NULL),('crs','event_assign_materials_table','en','Assigned Materials',NULL,NULL),('crs','event_blank_columns','en','Additional Columns',NULL,NULL),('crs','event_btn_add','en','Add Session',NULL,NULL),('crs','event_btn_add_edit','en','Add Session and Assign Materials',NULL,NULL),('crs','event_csv_export','en','CSV Export',NULL,NULL),('crs','event_date_time','en','Date and Time',NULL,NULL),('crs','event_desc','en','Description',NULL,NULL),('crs','event_details_workflow','en','Details/Workflow',NULL,NULL),('crs','event_digit','en','Digit',NULL,NULL),('crs','event_edit_members','en','Participants',NULL,NULL),('crs','event_etime_smaller_stime','en','The finish time is earlier than the start time. Please enter a valid time span.',NULL,NULL),('crs','event_file','en','File',NULL,NULL),('crs','event_files','en','Assigned Files',NULL,NULL),('crs','event_fulltime_info','en','All Day Event',NULL,NULL),('crs','event_lecturer','en','Name',NULL,NULL),('crs','event_list_registered_only','en','Only Registered',NULL,NULL),('crs','event_location','en','Location',NULL,NULL),('crs','event_materials','en','Session Materials',NULL,NULL),('crs','event_not_participated','en','Not Participated',NULL,NULL),('crs','event_overview','en','Participation in Sessions',NULL,NULL),('crs','event_participated','en','Participated',NULL,NULL),('crs','event_registered','en','You have been registered to this session.',NULL,NULL),('crs','event_section_information','en','Session Information',NULL,NULL),('crs','event_table_create','en','New Session',NULL,NULL),('crs','event_table_update','en','Edit Session',NULL,NULL),('crs','event_tbl_admin','en','Administrator',NULL,NULL),('crs','event_tbl_admins','en','Administrators',NULL,NULL),('crs','event_tbl_member','en','Member',NULL,NULL),('crs','event_tbl_members','en','Members',NULL,NULL),('crs','event_tbl_participated','en','Attended',NULL,NULL),('crs','event_tbl_registered','en','Registered',NULL,NULL),('crs','event_tbl_tutor','en','Tutor',NULL,NULL),('crs','event_tbl_tutors','en','Tutors',NULL,NULL),('crs','event_title','en','Title',NULL,NULL),('crs','event_tutor_data','en','Presentation by',NULL,NULL),('crs','event_unregister','en','Unregister',NULL,NULL),('crs','event_unregistered','en','You have been unregistered.',NULL,NULL),('crs','event_updated','en','Settings saved',NULL,NULL),('crs','event_user_selection','en','Selection of Users',NULL,NULL),('crs','event_user_selection_include_filter','en','Include \"%1$s\"',NULL,NULL),('crs','event_user_selection_include_requests','en','Include all users on list \"Join Requests\"',NULL,NULL),('crs','event_user_selection_include_role','en',' Include all users with role \"%1$s\"',NULL,NULL),('crs','event_user_selection_include_waiting_list','en','Include all users on \"Waiting List\"',NULL,NULL),('crs','export_members','en','Export Data of Participants',NULL,NULL),('crs','grouping_change_assignment','en','Change Assignment',NULL,NULL),('crs','grp_grp_already_assigned','en','You are already member of this grouping of groups.',NULL,NULL),('crs','grp_not_all_users_assigned_msg','en','%s user(s) assigned as group member(s), %s user(s) were already in the group.',NULL,NULL),('crs','mem_cron_min_members_intro','en','The following courses and groups do not meet the minimum number of members (yet).',NULL,NULL),('crs','mem_cron_min_members_reason','en','You receive this message because you have activated the notification in the members-tab.',NULL,NULL),('crs','mem_cron_min_members_subject','en','Course/Group: Minimum Members Check',NULL,NULL),('crs','mem_cron_min_members_task','en','Please inform the participants if the course will not take place because of not enough attendants. Adjust the settings afterwards.',NULL,NULL),('crs','obj_count_members','en','Number of members',NULL,NULL),('crs','sess_attendance_list','en','Attendance List',NULL,NULL),('crs','sess_gen_attendance_list','en','Generate List',NULL,NULL),('crs','sess_join_info','en','Please click Attend if you want to take part at this session.',NULL,NULL),('crs','sess_limit','en','Limit Number of Sessions Shown',NULL,NULL),('crs','sess_limit_info','en','Participants are not presented with a list of all sessions, but rather a limited number of sessions.',NULL,NULL),('crs','sess_num_next','en','Number of Future Sessions (from tomorrow)',NULL,NULL),('crs','sess_num_prev','en','Number of Past Sessions (until yesterday)',NULL,NULL),('crs','sess_print_attendance_list','en','Print List',NULL,NULL),('crs','sess_signature','en','Signature',NULL,NULL),('crs','subscription_times_not_valid','en','The registration period is not valid.',NULL,NULL),('crs','timings','en','Timings',NULL,NULL),('crs','timings_cron_reminder_exceeded_start','en','The processing period is overdue at:',NULL,NULL),('crs','timings_cron_reminder_exceeded_subject','en','You have exceeded the processing period.',NULL,NULL),('crs','timings_cron_reminder_freshly_start','en','The processing period started at:',NULL,NULL),('crs','timings_cron_reminder_started_subject','en','The processing period has started.',NULL,NULL),('crs','timings_edit','en','Edit Timings',NULL,NULL),('crs','timings_of','en','Timings Off',NULL,NULL),('crs','timings_reminder_notifications','en','Course Timings Notifications',NULL,NULL),('crs','timings_reminder_notifications_info','en','Notify course members when they exceed timing materials.',NULL,NULL),('crs','timings_timings','en','Timings',NULL,NULL),('crs','timings_timings_off','en','Switch Timings Administration Off',NULL,NULL),('crs','timings_timings_on','en','Switch Timings Administration On',NULL,NULL),('crs','timings_usr_edit','en','Edit Timings',NULL,NULL),('crs','timing_accepted','en','Accepted',NULL,NULL),('crs','timing_accept_table','en','Timings: Remarks',NULL,NULL),('crs','timing_not_accepted','en','Not Accepted',NULL,NULL),('crs','timing_remark','en','Remark',NULL,NULL),('crs','timing_tutor_visible','en','Remark is visible for course tutors',NULL,NULL),('crs','timing_user_accept','en','Accept Timings',NULL,NULL),('crs','timing_user_accepted','en','Timings Accepted',NULL,NULL),('crs','tutor_email','en','E-Mail',NULL,NULL),('crs','tutor_name','en','Name',NULL,NULL),('crs','tutor_phone','en','Phone',NULL,NULL),('crs','user_fields','en','User Fields',NULL,NULL),('crsv','crsv_create','en','Create Course Certificate',NULL,NULL),('crsv','crsv_create_info','en','Select a completed course to generate a certificate for it',NULL,NULL),('dash','dash_activation','en','activation',NULL,NULL),('dash','dash_added_to_favs','en','Recommendation has been added to personal favourites.',NULL,NULL),('dash','dash_avail_presentation','en','Available Presentations',NULL,NULL),('dash','dash_avail_sortation','en','Available Sortations',NULL,NULL),('dash','dash_click_here','en','Click here',NULL,NULL),('dash','dash_dashboard','en','Dashboard',NULL,NULL),('dash','dash_default_presentation','en','Default Presentation',NULL,NULL),('dash','dash_default_sortation','en','Default Sortation',NULL,NULL),('dash','dash_enable_cal','en','Calendar',NULL,NULL),('dash','dash_enable_favourites','en','Favourites',NULL,NULL),('dash','dash_enable_learning_sequences','en','Learning Sequences',NULL,NULL),('dash','dash_enable_mail','en','Mail',NULL,NULL),('dash','dash_enable_memberships','en','My Courses and Groups',NULL,NULL),('dash','dash_enable_news','en','News',NULL,NULL),('dash','dash_enable_recommended_content','en','Recommended Content',NULL,NULL),('dash','dash_enable_study_programmes','en','Study Programmes',NULL,NULL),('dash','dash_enable_task','en','Tasks',NULL,NULL),('dash','dash_favourites','en','Favourites',NULL,NULL),('dash','dash_info_sure_remove_from_favs','en','Are you sure you want to remove the following objects from your Favourites?',NULL,NULL),('dash','dash_item_removed','en','Recommendation has been removed from the list.',NULL,NULL),('dash','dash_learning_sequences','en','My Learning Sequences',NULL,NULL),('dash','dash_list','en','List',NULL,NULL),('dash','dash_main_panel','en','Main Panel',NULL,NULL),('dash','dash_make_favourite','en','Add to Favourites',NULL,NULL),('dash','dash_memberships','en','My Courses and Groups',NULL,NULL),('dash','dash_member_main_alt','en','Courses and groups can also be configured as a separate main menu entry.',NULL,NULL),('dash','dash_presentation','en','Presentation',NULL,NULL),('dash','dash_recommended_content','en','Recommended Content',NULL,NULL),('dash','dash_remove_from_list','en','Remove from List',NULL,NULL),('dash','dash_side_panel','en','Side Panel',NULL,NULL),('dash','dash_sortation','en','Sortation',NULL,NULL),('dash','dash_sort_by_alphabet','en','Sort by Alphabet',NULL,NULL),('dash','dash_sort_by_location','en','Sort by Location',NULL,NULL),('dash','dash_sort_by_start_date','en','Sort by Period of Event',NULL,NULL),('dash','dash_sort_by_type','en','Sort by Type',NULL,NULL),('dash','dash_study_programmes','en','My Study Programmes',NULL,NULL),('dash','dash_tile','en','Tile',NULL,NULL),('dash','dash_view_courses_groups','en','Section ‘My Courses and Groups’',NULL,NULL),('dash','dash_view_favourites','en','Section ‘Favourites’',NULL,NULL),('dash','favourites_disabled_info','en','Add to favorites is deactivated. You may change this inside the repository settings.',NULL,NULL),('dash','memberships_disabled_info','en','Subscriptions are deactivated. You may change this inside the course settings.',NULL,NULL),('dash','topitem_block','en','Block',NULL,NULL),('dateplaner','add_appointment','en','Add Appointment',NULL,NULL),('dateplaner','apply','en','Apply',NULL,NULL),('dateplaner','app_consultation_hours','en','Consultation Hours',NULL,NULL),('dateplaner','app_day','en','Day',NULL,NULL),('dateplaner','app_month','en','Month',NULL,NULL),('dateplaner','app_week','en','Week',NULL,NULL),('dateplaner','back','en','Back',NULL,NULL),('dateplaner','back_to_crs','en','Go to Course',NULL,NULL),('dateplaner','back_to_grp','en','Go to Group',NULL,NULL),('dateplaner','back_to_pd','en','Back',NULL,NULL),('dateplaner','btn_ical','en','Subscribe',NULL,NULL),('dateplaner','cal_accepted','en','Accepted',NULL,NULL),('dateplaner','cal_add_appointment','en','Create Appointment',NULL,NULL),('dateplaner','cal_add_calendar','en','Add Calendar',NULL,NULL),('dateplaner','cal_add_category','en','Create New Calendar',NULL,NULL),('dateplaner','cal_add_milestone','en','Add Milestone',NULL,NULL),('dateplaner','cal_adm_notification_info','en','Choose this option, to send optional mail notifications to course/group participants about changed appointments.',NULL,NULL),('dateplaner','cal_adm_notification_user_info','en','Choose this option, to send optional mail notifications to selected users.',NULL,NULL),('dateplaner','cal_agenda','en','Agenda',NULL,NULL),('dateplaner','cal_all_day','en','All Day',NULL,NULL),('dateplaner','cal_appointments','en','Appointment(s)',NULL,NULL),('dateplaner','cal_apps','en','Number of Appointments',NULL,NULL),('dateplaner','cal_app_info','en','Appointment Information',NULL,NULL),('dateplaner','cal_app_other_materials_num','en','View other materials',NULL,NULL),('dateplaner','cal_assigned_appointments','en','Assigned Appointments',NULL,NULL),('dateplaner','cal_back_to_cal','en','Back to Calendar',NULL,NULL),('dateplaner','cal_back_to_list','en','Back to List',NULL,NULL),('dateplaner','cal_back_to_search','en','Back to Search',NULL,NULL),('dateplaner','cal_batch_file_downloads','en','Batch Download of Calendar Files',NULL,NULL),('dateplaner','cal_batch_file_downloads_info','en','Display a button in calendars to allow all files related to the current calendar/appointment view to be downloaded as a batch.',NULL,NULL),('dateplaner','cal_booked_out','en','booked up',NULL,NULL),('dateplaner','cal_booking_cancellation_body','en','your appointment with %s has been cancelled.',NULL,NULL),('dateplaner','cal_booking_cancellation_subject','en','The appointment \"%s\" has been cancelled',NULL,NULL),('dateplaner','cal_booking_cancellation_user','en','This is a copy from the original mail to user:',NULL,NULL),('dateplaner','cal_booking_confirmation_body','en','your appointment with %s has been booked.',NULL,NULL),('dateplaner','cal_booking_confirmation_link','en','Link to the appointment:',NULL,NULL),('dateplaner','cal_booking_confirmation_subject','en','The appointment \"%s\" has been booked',NULL,NULL),('dateplaner','cal_booking_confirmation_user','en','This is a copy from the original mail to user:',NULL,NULL),('dateplaner','cal_booking_confirmed','en','The appointment has been booked successfully.',NULL,NULL),('dateplaner','cal_booking_failed_info','en','This appointment is booked out. Please choose another appointment.',NULL,NULL),('dateplaner','cal_book_free','en','available',NULL,NULL),('dateplaner','cal_cache','en','Calendar Cache',NULL,NULL),('dateplaner','cal_cache_disabled','en','Disabled',NULL,NULL),('dateplaner','cal_cache_enabled','en','Enabled',NULL,NULL),('dateplaner','cal_cache_info','en','If activated, personal calendar appointments and appointments in the repository are calculated only every x-minutes.',NULL,NULL),('dateplaner','cal_cache_settings','en','Cache',NULL,NULL),('dateplaner','cal_calendar_color','en','Color',NULL,NULL),('dateplaner','cal_calendar_download','en','Calendar Files',NULL,NULL),('dateplaner','cal_calendar_name','en','Calendar Name',NULL,NULL),('dateplaner','cal_calendar_subscription_modal_title','en','Calendar Subscription',NULL,NULL),('dateplaner','cal_cal_deleted','en','The calendars have been deleted',NULL,NULL),('dateplaner','cal_cal_details','en','Calendar Details',NULL,NULL),('dateplaner','cal_cal_shared_with','en','Users calendar is shared with',NULL,NULL),('dateplaner','cal_cal_synchronize','en','Synchronise Calendar',NULL,NULL),('dateplaner','cal_cal_sync_success','en','Synchronised calendar successfully',NULL,NULL),('dateplaner','cal_cal_type','en','Calendar Type',NULL,NULL),('dateplaner','cal_cancel_booking','en','Cancel Booking',NULL,NULL),('dateplaner','cal_cancel_booking_confirmed','en','The booking has been cancelled successfully.',NULL,NULL),('dateplaner','cal_cancel_booking_info','en','Please confirm the cancellation of this booking.',NULL,NULL),('dateplaner','cal_category_selection','en','Calendar Selection',NULL,NULL),('dateplaner','cal_cg_notification','en','Course/Group Notification',NULL,NULL),('dateplaner','cal_cg_registrations','en','Registration for Course/Group Appointments',NULL,NULL),('dateplaner','cal_cg_registration_info','en','Gives users the possibility to register to course and group appointments.',NULL,NULL),('dateplaner','cal_changed_events_header','en','New and Changed Appointments',NULL,NULL),('dateplaner','cal_change_calendar_view','en','Change Calendar View',NULL,NULL),('dateplaner','cal_change_responsible_users','en','Change Responsible Users',NULL,NULL),('dateplaner','cal_ch_add_grp','en','Create new Consultation Hour Group',NULL,NULL),('dateplaner','cal_ch_add_sequence','en','Add Consultation Hours Sequence',NULL,NULL),('dateplaner','cal_ch_app_bookings','en','Bookings',NULL,NULL),('dateplaner','cal_ch_app_grp','en','Consultation Hour Groups',NULL,NULL),('dateplaner','cal_ch_app_list','en','Consultation Hour Appointments',NULL,NULL),('dateplaner','cal_ch_assigned_apps','en','Number of Appointments',NULL,NULL),('dateplaner','cal_ch_assign_participants','en','Assign Users',NULL,NULL),('dateplaner','cal_ch_book','en','Book Appointment',NULL,NULL),('dateplaner','cal_ch_booking','en','Resource Booking',NULL,NULL),('dateplaner','cal_ch_bookings','en','Participants',NULL,NULL),('dateplaner','cal_ch_bookings_tbl','en','Booked Appointments',NULL,NULL),('dateplaner','cal_ch_booking_message_tbl','en','Comment',NULL,NULL),('dateplaner','cal_ch_booking_owner','en','Owner',NULL,NULL),('dateplaner','cal_ch_booking_reminder_body','en','your appointment with \"%s\" starts soon.',NULL,NULL),('dateplaner','cal_ch_booking_reminder_subject','en','Reminder for \"%s\"',NULL,NULL),('dateplaner','cal_ch_canceled_bookings','en','The selected bookings have been canceled.',NULL,NULL),('dateplaner','cal_ch_cancel_booking','en','Cancel Booking',NULL,NULL),('dateplaner','cal_ch_cancel_booking_info','en','‘Cancel Booking’ sends notification mails to the users. If you do not want to notify the users, choose the option ‘Delete Booking’.',NULL,NULL),('dateplaner','cal_ch_cancel_booking_sure','en','Do you really want to cancel the following bookings?',NULL,NULL),('dateplaner','cal_ch_ch','en','Consultation Hours',NULL,NULL),('dateplaner','cal_ch_cron_reminder','en','Send Consultation Hour Reminder',NULL,NULL),('dateplaner','cal_ch_cron_reminder_days','en','Number of Days',NULL,NULL),('dateplaner','cal_ch_cron_reminder_info','en','If enabled, notification mails about upcoming consultation hour events will be send.',NULL,NULL),('dateplaner','cal_ch_current_bookings','en','Current Bookings',NULL,NULL),('dateplaner','cal_ch_deadline','en','Latest Registration',NULL,NULL),('dateplaner','cal_ch_deadline_info','en','Please define the number of hours until the registration is blocked.',NULL,NULL),('dateplaner','cal_ch_deleted_bookings','en','The selected bookings have been deleted.',NULL,NULL),('dateplaner','cal_ch_delete_app_booking_info','en','The following appointments have existing bookings. If you delete these appointments, the users will not be notified.',NULL,NULL),('dateplaner','cal_ch_delete_booking','en','Delete Booking',NULL,NULL),('dateplaner','cal_ch_delete_booking_info','en','‘Delete Booking’ will not notify users by e-mail. If you want to notify users, please choose the action ‘Cancel Booking’.',NULL,NULL),('dateplaner','cal_ch_delete_booking_sure','en','Do you really want to delete the following bookings?',NULL,NULL),('dateplaner','cal_ch_duration','en','Duration of Each Appointment',NULL,NULL),('dateplaner','cal_ch_export_apps','en','Booked Appointments',NULL,NULL),('dateplaner','cal_ch_field_ch','en','Consultation Hour Appointments',NULL,NULL),('dateplaner','cal_ch_form','en','Enable Consultation Hours',NULL,NULL),('dateplaner','cal_ch_form_header','en','Consultation Hours',NULL,NULL),('dateplaner','cal_ch_form_info','en','This option enables the management of personal consultation hours in the calendar.',NULL,NULL),('dateplaner','cal_ch_grps','en','Consultation Hour Groups',NULL,NULL),('dateplaner','cal_ch_grp_add_tbl','en','Create new Consultation Hour Group',NULL,NULL),('dateplaner','cal_ch_grp_delete_sure','en','Do you really want to delete the following consultation hour groups?',NULL,NULL),('dateplaner','cal_ch_grp_header','en','Consultation Hour Group',NULL,NULL),('dateplaner','cal_ch_grp_multiple','en','Bookings per User',NULL,NULL),('dateplaner','cal_ch_grp_multiple_info','en','You can define the maximum number of bookings per user.',NULL,NULL),('dateplaner','cal_ch_grp_no_assignment','en','-- Not Assigned --',NULL,NULL),('dateplaner','cal_ch_grp_selection','en','Assignment to Consultation Hour Groups',NULL,NULL),('dateplaner','cal_ch_grp_update_tbl','en','Edit Consultation Hour Group',NULL,NULL),('dateplaner','cal_ch_manager','en','Consultation Hour Manager',NULL,NULL),('dateplaner','cal_ch_manager_info','en','Login of the user who will manage your consultation hours.',NULL,NULL),('dateplaner','cal_ch_max_books','en','Bookings per User',NULL,NULL),('dateplaner','cal_ch_multi_edit_sequence','en','Edit multiple appointments',NULL,NULL),('dateplaner','cal_ch_num_appointments','en','Number of Appointments',NULL,NULL),('dateplaner','cal_ch_num_appointments_info','en','Please define the number of sequent appointments.',NULL,NULL),('dateplaner','cal_ch_num_bookings','en','Booking per Appointment',NULL,NULL),('dateplaner','cal_ch_personal_book','en','Personal Bookings',NULL,NULL),('dateplaner','cal_ch_personal_ch','en','Personal Consultation Hours',NULL,NULL),('dateplaner','cal_ch_reject_booking','en','Cancel Booking',NULL,NULL),('dateplaner','cal_ch_target_object','en','Repository Object',NULL,NULL),('dateplaner','cal_ch_target_object_info','en','Consultation hours will be displayed in a block to the right of the course / group content. To restrict the display of consultation hours to specific courses or groups, please enter the Ref-ID of the said objects. You find the Ref-ID in the URL of the respective objects. Add more than one Ref-ID separated by comma. Regardless of that, consultation hours may also appear in your e-portfolios.',NULL,NULL),('dateplaner','cal_ch_unknown_repository_object','en','The given repository object ref-id is not valid.',NULL,NULL),('dateplaner','cal_ch_unknown_user','en','The given login does not match any user.',NULL,NULL),('dateplaner','cal_ch_user_assignment_failed_info','en','The following users could not be assigned to appointments, since the maximum number of bookings is exceeded.',NULL,NULL),('dateplaner','cal_confirm_booking','en','Confirm Booking',NULL,NULL),('dateplaner','cal_confirm_booking_info','en','Please confirm the booking for this appointment.',NULL,NULL),('dateplaner','cal_confirm_reg_info','en','Please confirm the registration for this appointment.',NULL,NULL),('dateplaner','cal_confirm_unreg_info','en','Please confirm the cancellation of this registration.',NULL,NULL),('dateplaner','cal_consultation_hours_for','en','Consultation hours for',NULL,NULL),('dateplaner','cal_consultation_hours_for_user','en','Consultation Hours for %1',NULL,NULL),('dateplaner','cal_contained_in','en','Contained in',NULL,NULL),('dateplaner','cal_create','en','Create',NULL,NULL),('dateplaner','cal_created_appointment','en','Created new appointment.',NULL,NULL),('dateplaner','cal_created_milestone','en','Milestone added.',NULL,NULL),('dateplaner','cal_created_milestone_resp_q','en','Milestone added. Please select users that are responsible to meet the milestone.',NULL,NULL),('dateplaner','cal_cronjob_remote_description','en','If activated, appointments of the calendar type \"Web calendar\" are automatically synchronised after the specified time interval.',NULL,NULL),('dateplaner','cal_cronjob_remote_title','en','External Calendar Synchronisation',NULL,NULL),('dateplaner','cal_crs_info','en','Course Information',NULL,NULL),('dateplaner','cal_crs_new_notification_body','en','a new appointment has been created in course \"%s\".',NULL,NULL),('dateplaner','cal_crs_new_notification_sub','en','New Appointment in Course \"%s\"',NULL,NULL),('dateplaner','cal_crs_notification_body','en','an appointment has been changed in course \"%s\".',NULL,NULL),('dateplaner','cal_crs_notification_sub','en','Changed Appointment in Course \"%s\"',NULL,NULL),('dateplaner','cal_crs_timing_end','en','Suggested End',NULL,NULL),('dateplaner','cal_crs_timing_start','en','Suggested Start',NULL,NULL),('dateplaner','cal_daily','en','Daily',NULL,NULL),('dateplaner','cal_date_booked','en','booked',NULL,NULL),('dateplaner','cal_date_format_info','en','Please choose a format for the input of dates.',NULL,NULL),('dateplaner','cal_day_end','en','Day End',NULL,NULL),('dateplaner','cal_day_of_month','en','Day of the month',NULL,NULL),('dateplaner','cal_day_overview','en','Day Overview',NULL,NULL),('dateplaner','cal_day_s','en','Day(s)',NULL,NULL),('dateplaner','cal_day_selection','en','Select Day',NULL,NULL),('dateplaner','cal_day_start','en','Day Start',NULL,NULL),('dateplaner','cal_day_week_view','en','Day/Week View Settings',NULL,NULL),('dateplaner','cal_deadline','en','Deadline',NULL,NULL),('dateplaner','cal_declined','en','Declined',NULL,NULL),('dateplaner','cal_default_calendar','en','Personal Appointments',NULL,NULL),('dateplaner','cal_default_settings','en','Default settings',NULL,NULL),('dateplaner','cal_def_date_format','en','Default Date Input Format',NULL,NULL),('dateplaner','cal_def_date_format_info','en','Please choose a format for the input of dates.',NULL,NULL),('dateplaner','cal_def_day_end','en','Default Day End',NULL,NULL),('dateplaner','cal_def_day_start','en','Default Day Start',NULL,NULL),('dateplaner','cal_def_show_weeks','en','Show Weeks',NULL,NULL),('dateplaner','cal_def_timezone','en','Default Timezone',NULL,NULL),('dateplaner','cal_def_timezone_info','en','Please choose a default timezone for the presentation of appointments.',NULL,NULL),('dateplaner','cal_def_time_format','en','Default Time Format',NULL,NULL),('dateplaner','cal_def_time_format_info','en','Please choose a format for the input and presentation of time.',NULL,NULL),('dateplaner','cal_def_view','en','Default Calendar View',NULL,NULL),('dateplaner','cal_def_week_start','en','Default Week Start',NULL,NULL),('dateplaner','cal_deleted_app','en','The selected appointments have been deleted.',NULL,NULL),('dateplaner','cal_delete_app_sure','en','Do you really want to delete the following appointments?',NULL,NULL),('dateplaner','cal_delete_cal','en','Delete Calendar',NULL,NULL),('dateplaner','cal_delete_recurrences','en','Delete all recurrences',NULL,NULL),('dateplaner','cal_delete_recurrence_rule','en','Delete Series of Appoinments',NULL,NULL),('dateplaner','cal_delete_single','en','Delete only this appointment',NULL,NULL),('dateplaner','cal_del_app_sure','en','Do you really want to delete the selected appointments?',NULL,NULL),('dateplaner','cal_del_cal_sure','en','Do you really want to delete the chosen calendars?',NULL,NULL),('dateplaner','cal_details','en','Appointment Details',NULL,NULL),('dateplaner','cal_download_all_files','en','Download all Files',NULL,NULL),('dateplaner','cal_download_files','en','Download Files',NULL,NULL),('dateplaner','cal_download_files_started','en','A ZIP archive with all download files is now created in the background. You can see the status of your background processes at the top right in the Notification Centre. You can also download the ZIP archive there.',NULL,NULL),('dateplaner','cal_down_no_files','en','Nothing to download! The events listed do not contain any files.',NULL,NULL),('dateplaner','cal_dstart_dend_warn','en','Please check your input. The start of a day should be before the end of the day.',NULL,NULL),('dateplaner','cal_duration','en','Duration',NULL,NULL),('dateplaner','cal_edit_appointment','en','Edit Appointment',NULL,NULL),('dateplaner','cal_edit_category','en','Edit Calendar',NULL,NULL),('dateplaner','cal_edit_milestone','en','Edit Milestone',NULL,NULL),('dateplaner','cal_edit_recurrences','en','Edit all Appointments',NULL,NULL),('dateplaner','cal_edit_single','en','Edit this Appointment',NULL,NULL),('dateplaner','cal_edit_single_or_all_info','en','Do you want to edit only this appointment or all in its series?',NULL,NULL),('dateplaner','cal_enable_group_milestones','en','Enable Milestones',NULL,NULL),('dateplaner','cal_enable_group_milestones_desc','en','This option enables milestone planning in the calendar.',NULL,NULL),('dateplaner','cal_err_invalid_notification_rcps','en','The list of notification recipients is not valid. Please choose only ILIAS user account names or valid e-mail addresses.',NULL,NULL),('dateplaner','cal_every','en','Every:',NULL,NULL),('dateplaner','cal_exc_deadline','en','Deadline',NULL,NULL),('dateplaner','cal_exc_info','en','Assignment Information',NULL,NULL),('dateplaner','cal_exc_inst_files','en','Instruction Files',NULL,NULL),('dateplaner','cal_exc_open','en','Open Assignment',NULL,NULL),('dateplaner','cal_exc_peer_review_deadline','en','Feedback Deadline',NULL,NULL),('dateplaner','cal_export_timezone','en','Timezone for Calendar Export',NULL,NULL),('dateplaner','cal_export_timezone_tz','en','Use ILIAS-Timezone',NULL,NULL),('dateplaner','cal_export_timezone_utc','en','Use Timezone UTC (compatible with MS Outlook)',NULL,NULL),('dateplaner','cal_fifth','en','Fifth',NULL,NULL),('dateplaner','cal_first','en','First',NULL,NULL),('dateplaner','cal_fourth','en','Fourth',NULL,NULL),('dateplaner','cal_fullday','en','Date/Time',NULL,NULL),('dateplaner','cal_fullday_title','en','All Day Event',NULL,NULL),('dateplaner','cal_global_settings','en','Global Settings',NULL,NULL),('dateplaner','cal_grp_curr_crs','en','Current Course',NULL,NULL),('dateplaner','cal_grp_curr_crs_cons','en','Consultation Hours',NULL,NULL),('dateplaner','cal_grp_curr_grp','en','Current Group',NULL,NULL),('dateplaner','cal_grp_info','en','Group Information',NULL,NULL),('dateplaner','cal_grp_new_notification_body','en','a new appointment has been created in group \"%s\".',NULL,NULL),('dateplaner','cal_grp_new_notification_sub','en','New Appointment in Group \"%s\"',NULL,NULL),('dateplaner','cal_grp_notification_body','en','an appointment has been changed in group \"%s\".',NULL,NULL),('dateplaner','cal_grp_notification_sub','en','Changed Appointment in Group \"%s\"',NULL,NULL),('dateplaner','cal_grp_others','en','Others',NULL,NULL),('dateplaner','cal_grp_personal','en','Personal',NULL,NULL),('dateplaner','cal_ical_infoscreen','en','Subscribe',NULL,NULL),('dateplaner','cal_ical_url','en','iCal-URL',NULL,NULL),('dateplaner','cal_ical_url_google','en','iCal-URL for Google Calendar',NULL,NULL),('dateplaner','cal_imported_success','en','Imported %1$s appointments.',NULL,NULL),('dateplaner','cal_import_appointments','en','Import Appointments',NULL,NULL),('dateplaner','cal_import_file','en','Import File',NULL,NULL),('dateplaner','cal_import_file_info','en','Choose the file, that contains your calendar appointments.',NULL,NULL),('dateplaner','cal_import_tbl','en','Import Appointments',NULL,NULL),('dateplaner','cal_in','en','in',NULL,NULL),('dateplaner','cal_last','en','Last',NULL,NULL),('dateplaner','cal_list','en','List',NULL,NULL),('dateplaner','cal_mail_notification_body','en','you have been invited to an appointment.',NULL,NULL),('dateplaner','cal_mail_notification_subject','en','Appointment Invitation: \"%s\"',NULL,NULL),('dateplaner','cal_manage','en','Manage Calendars',NULL,NULL),('dateplaner','cal_materials','en','Materials',NULL,NULL),('dateplaner','cal_milestone_settings','en','Milestones',NULL,NULL),('dateplaner','cal_monthly','en','Monthly',NULL,NULL),('dateplaner','cal_month_overview','en','Month Overview',NULL,NULL),('dateplaner','cal_month_s','en','Month(s)',NULL,NULL),('dateplaner','cal_month_selection','en','Select Month',NULL,NULL),('dateplaner','cal_ms_details','en','Milestone Details',NULL,NULL),('dateplaner','cal_ms_users_responsible','en','Users Responsible',NULL,NULL),('dateplaner','cal_new_app','en','New Appointment',NULL,NULL),('dateplaner','cal_new_ms','en','New Milestone',NULL,NULL),('dateplaner','cal_notification','en','Mail Notification',NULL,NULL),('dateplaner','cal_notification_crsgrp','en','Notification for Course/Group Participants',NULL,NULL),('dateplaner','cal_notification_info','en','If enabled, all course/group participants will be notified per mail about this appointment.',NULL,NULL),('dateplaner','cal_notification_users','en','Notification for Selected Users',NULL,NULL),('dateplaner','cal_no_ending','en','No End Date',NULL,NULL),('dateplaner','cal_no_events_block','en','There are no dates available for you.',NULL,NULL),('dateplaner','cal_no_events_info','en','No events found for the selected time period.',NULL,NULL),('dateplaner','cal_no_recurrence','en','No Recurrence',NULL,NULL),('dateplaner','cal_on','en','On:',NULL,NULL),('dateplaner','cal_on_the','en','On the:',NULL,NULL),('dateplaner','cal_open_calendar','en','Open Calendar',NULL,NULL),('dateplaner','cal_origin','en','Origin',NULL,NULL),('dateplaner','cal_owner','en','Owner',NULL,NULL),('dateplaner','cal_period','en','Period',NULL,NULL),('dateplaner','cal_recurrences','en','Recurrences',NULL,NULL),('dateplaner','cal_recurrence_confirm_deletion','en','Please decide wether you want to delete single appointments or the complete series of appointments.',NULL,NULL),('dateplaner','cal_rec_err_limit','en','Please enter a valid number of appointments.',NULL,NULL),('dateplaner','cal_registrations','en','Appointment Registrations',NULL,NULL),('dateplaner','cal_reg_register','en','Register',NULL,NULL),('dateplaner','cal_reg_registered','en','You have been registered.',NULL,NULL),('dateplaner','cal_reg_registered_users','en','Registered Users',NULL,NULL),('dateplaner','cal_reg_unregister','en','Unregister',NULL,NULL),('dateplaner','cal_reg_unregistered','en','You have been unregistered.',NULL,NULL),('dateplaner','cal_remote_url','en','URL',NULL,NULL),('dateplaner','cal_repeat_until','en','Repeat until',NULL,NULL),('dateplaner','cal_repo_obj','en','Repository Objects',NULL,NULL),('dateplaner','cal_responsible','en','Responsible',NULL,NULL),('dateplaner','cal_save_responsible_users','en','Save Responsible Users',NULL,NULL),('dateplaner','cal_search','en','Search Term',NULL,NULL),('dateplaner','cal_search_info_share','en','Please enter the name of the desired user/role for sharing the calendar.',NULL,NULL),('dateplaner','cal_second','en','Second',NULL,NULL),('dateplaner','cal_server_tz','en','Server Timezone',NULL,NULL),('dateplaner','cal_sess_info','en','Session Information',NULL,NULL),('dateplaner','cal_setting_global_crs_act','en','Activation in Courses',NULL,NULL),('dateplaner','cal_setting_global_crs_act_info','en','If selected, the calendar is active in courses by default. In any case the calendar activation can be enabled/disabled in the course settings.',NULL,NULL),('dateplaner','cal_setting_global_crs_vis','en','Show in Courses',NULL,NULL),('dateplaner','cal_setting_global_crs_vis_info','en','If enabled, a calendar block is shown in courses by default. In any case the calendar block can be enabled/disabled in the course settings.',NULL,NULL),('dateplaner','cal_setting_global_grp_act','en','Activation in Groups',NULL,NULL),('dateplaner','cal_setting_global_grp_act_info','en','If selected, the calendar is active in groups by default. In any case the calendar activation can be enabled/disabled in the group settings.',NULL,NULL),('dateplaner','cal_setting_global_grp_vis','en','Show in Groups',NULL,NULL),('dateplaner','cal_setting_global_grp_vis_info','en','If enabled, a calendar block is shown in groups by default. In any case the calendar block can be enabled/disabled in the group settings.',NULL,NULL),('dateplaner','cal_setting_global_vis_repos','en','Repository Calendar',NULL,NULL),('dateplaner','cal_share','en','Share',NULL,NULL),('dateplaner','cal_shared_access_read_only','en','Read-only',NULL,NULL),('dateplaner','cal_shared_access_read_write','en','Read and Write',NULL,NULL),('dateplaner','cal_shared_access_table_col','en','Access',NULL,NULL),('dateplaner','cal_shared_calendars','en','Shared Calendars (Invitations)',NULL,NULL),('dateplaner','cal_shared_header','en','Shared Calendars',NULL,NULL),('dateplaner','cal_shared_selected_usr','en','The calendar has been shared with the selected users/roles.',NULL,NULL),('dateplaner','cal_share_accept','en','Accept Invitation',NULL,NULL),('dateplaner','cal_share_cal','en','Share Calendar (Read-only)',NULL,NULL),('dateplaner','cal_share_cal_editable','en','Share Calendar (Read and Write)',NULL,NULL),('dateplaner','cal_share_decline','en','Decline Invitation',NULL,NULL),('dateplaner','cal_share_search_header','en','Share Calendar',NULL,NULL),('dateplaner','cal_share_search_role_header','en','Role Selection',NULL,NULL),('dateplaner','cal_share_search_usr_header','en','User Selection',NULL,NULL),('dateplaner','cal_show_weeks','en','Show Weeks',NULL,NULL),('dateplaner','cal_show_weeks_info','en','Show ‘weeks’ column in calendar side block.',NULL,NULL),('dateplaner','cal_start','en','Start',NULL,NULL),('dateplaner','cal_subscription','en','Subscription',NULL,NULL),('dateplaner','cal_subscription_header','en','Calendar Address',NULL,NULL),('dateplaner','cal_subscription_info','en','Please use the following address to access your calendar from other applications. You can copy and paste this into any calendar product that supports the ical format.',NULL,NULL),('dateplaner','cal_subscription_url','en','Calendar URL:',NULL,NULL),('dateplaner','cal_sync_cache','en','Calendar Cache',NULL,NULL),('dateplaner','cal_sync_cache_info','en','If activated, new/modified calendar appointments are calculated only every x minutes.',NULL,NULL),('dateplaner','cal_sync_disabled','en','Disabled',NULL,NULL),('dateplaner','cal_sync_enabled','en','Enabled',NULL,NULL),('dateplaner','cal_table_categories','en','Calendar Selection',NULL,NULL),('dateplaner','cal_task_completion','en','Task Completion',NULL,NULL),('dateplaner','cal_third','en','Third',NULL,NULL),('dateplaner','cal_timezone_info','en','Please choose the nearest city in your time zone to make sure that appointments within ILIAS are displayed properly in your local time.',NULL,NULL),('dateplaner','cal_time_format_info','en','Please choose a format for the input and presentation of time.',NULL,NULL),('dateplaner','cal_type_crs','en','Course Calendar',NULL,NULL),('dateplaner','cal_type_exc','en','Exercise Calendar',NULL,NULL),('dateplaner','cal_type_grp','en','Group Calendar',NULL,NULL),('dateplaner','cal_type_info','en','Please choose a calendar type. ‘Public Calendars’ are visible for all ILIAS users.',NULL,NULL),('dateplaner','cal_type_local','en','Local Calendar',NULL,NULL),('dateplaner','cal_type_personal','en','Private Calendar',NULL,NULL),('dateplaner','cal_type_remote','en','Web Calendar',NULL,NULL),('dateplaner','cal_type_rl','en','Calendar Location',NULL,NULL),('dateplaner','cal_type_sess','en','Session Calendar',NULL,NULL),('dateplaner','cal_type_system','en','Public Calendar',NULL,NULL),('dateplaner','cal_type_tals','en','Talks',NULL,NULL),('dateplaner','cal_unshare','en','Cancel Sharing',NULL,NULL),('dateplaner','cal_unshared_selected_usr','en','Stopped sharing the calendar with the selected users.',NULL,NULL),('dateplaner','cal_unshare_cal','en','Stop Sharing',NULL,NULL),('dateplaner','cal_upcoming_events_header','en','Upcoming Events',NULL,NULL),('dateplaner','cal_user_date_format','en','Date Input Format',NULL,NULL),('dateplaner','cal_user_notification','en','User Notification',NULL,NULL),('dateplaner','cal_user_notification_info','en','Selected users will be notified about this appointment by e-mail. Please enter ILIAS user names or e-mail addresses.',NULL,NULL),('dateplaner','cal_user_settings','en','Calendar Settings',NULL,NULL),('dateplaner','cal_user_timezone','en','ILIAS Time Zone',NULL,NULL),('dateplaner','cal_user_time_format','en','Time Format',NULL,NULL),('dateplaner','cal_usr_info','en','Appointment Information',NULL,NULL),('dateplaner','cal_usr_show_weeks','en','Show Week Column',NULL,NULL),('dateplaner','cal_usr_show_weeks_info','en','Activates weeks column in calendar side block.',NULL,NULL),('dateplaner','cal_webcal_sync','en','External Calendar Synchronisation',NULL,NULL),('dateplaner','cal_webcal_sync_info','en','Automatically synchronise external calendars every x hours.',NULL,NULL),('dateplaner','cal_weekday','en','Weekday',NULL,NULL),('dateplaner','cal_weekly','en','Weekly',NULL,NULL),('dateplaner','cal_week_abbrev','en','W',NULL,NULL),('dateplaner','cal_week_month_view','en','Week/Month View Settings',NULL,NULL),('dateplaner','cal_week_overview','en','Week Overview',NULL,NULL),('dateplaner','cal_week_s','en','Week(s)',NULL,NULL),('dateplaner','cal_week_selection','en','Select Week',NULL,NULL),('dateplaner','cal_week_start','en','Week Start',NULL,NULL),('dateplaner','cal_where','en','Location',NULL,NULL),('dateplaner','cal_yearly','en','Yearly',NULL,NULL),('dateplaner','cal_year_s','en','Year(s)',NULL,NULL),('dateplaner','consultation_hours_block_title','en','Consultation Hours',NULL,NULL),('dateplaner','created','en','Created',NULL,NULL),('dateplaner','crs_cal_activation_end','en','Course Availability ends',NULL,NULL),('dateplaner','crs_cal_activation_start','en','Course Availability starts',NULL,NULL),('dateplaner','crs_cal_end','en','Course ends',NULL,NULL),('dateplaner','crs_cal_reg_end','en','Registration End',NULL,NULL),('dateplaner','crs_cal_reg_start','en','Registration Start',NULL,NULL),('dateplaner','crs_cal_start','en','Course starts',NULL,NULL),('dateplaner','c_date','en','Create Event',NULL,NULL),('dateplaner','date','en','Date',NULL,NULL),('dateplaner','date_format','en','m/d/Y H:i',NULL,NULL),('dateplaner','end_date','en','End Date',NULL,NULL),('dateplaner','err_end_before_start','en','The appointment must not start before the end.',NULL,NULL),('dateplaner','err_missing_title','en','Please enter an appointment title.',NULL,NULL),('dateplaner','free','en','Free',NULL,NULL),('dateplaner','Fr_long','en','Friday',NULL,NULL),('dateplaner','Fr_short','en','Fr',NULL,NULL),('dateplaner','group','en','Group',NULL,NULL),('dateplaner','grp_cal_end','en','Group ends',NULL,NULL),('dateplaner','grp_cal_reg_end','en','Registration End',NULL,NULL),('dateplaner','grp_cal_reg_start','en','Registration Start',NULL,NULL),('dateplaner','grp_cal_start','en','Group starts',NULL,NULL),('dateplaner','hour','en','hour',NULL,NULL),('dateplaner','ical_export','en','iCal Export',NULL,NULL),('dateplaner','inbox','en','Inbox',NULL,NULL),('dateplaner','keep','en','Keep',NULL,NULL),('dateplaner','keyword','en','Keyword',NULL,NULL),('dateplaner','keywords','en','Keywords',NULL,NULL),('dateplaner','last_change','en','Last changed',NULL,NULL),('dateplaner','month','en','Month',NULL,NULL),('dateplaner','more','en','More',NULL,NULL),('dateplaner','Mo_long','en','Monday',NULL,NULL),('dateplaner','Mo_short','en','Mo',NULL,NULL),('dateplaner','of','en','of',NULL,NULL),('dateplaner','properties','en','Properties',NULL,NULL),('dateplaner','remote_pass_info','en','Please enter your account data if the access to the web calendar is protected.',NULL,NULL),('dateplaner','r_14','en','Every 14 days',NULL,NULL),('dateplaner','r_4_weeks','en','Every 4 weeks',NULL,NULL),('dateplaner','Sa_long','en','Saturday',NULL,NULL),('dateplaner','Sa_short','en','Sa',NULL,NULL),('dateplaner','Su_long','en','Sunday',NULL,NULL),('dateplaner','Su_short','en','Su',NULL,NULL),('dateplaner','Text','en','Text',NULL,NULL),('dateplaner','Th_long','en','Thursday',NULL,NULL),('dateplaner','Th_short','en','Th',NULL,NULL),('dateplaner','to','en','to',NULL,NULL),('dateplaner','today','en','Today',NULL,NULL),('dateplaner','Tu_long','en','Tuesday',NULL,NULL),('dateplaner','Tu_short','en','Tu',NULL,NULL),('dateplaner','week','en','Week',NULL,NULL),('dateplaner','We_long','en','Wednesday',NULL,NULL),('dateplaner','We_short','en','We',NULL,NULL),('dateplaner','wk_short','en','WK',NULL,NULL),('dateplaner','year','en','Year',NULL,NULL),('dcl','add_value','en','Add New Entry',NULL,NULL),('dcl','dcl_activate_notification','en','Enable Notification',NULL,NULL),('dcl','dcl_activate_view','en','Activate this view',NULL,NULL),('dcl','dcl_add','en','Create Data Collection',NULL,NULL),('dcl','dcl_additional_info_desc','en','The text will be displayed directly above the table.',NULL,NULL),('dcl','dcl_add_new_field','en','Add New Field',NULL,NULL),('dcl','dcl_add_new_record','en','Add New Entry',NULL,NULL),('dcl','dcl_add_new_table','en','Add New Table',NULL,NULL),('dcl','dcl_add_new_view','en','Add New View',NULL,NULL),('dcl','dcl_add_perm','en','User can add entries',NULL,NULL),('dcl','dcl_add_perm_desc','en','Users can add entries in this table.',NULL,NULL),('dcl','dcl_all_entries','en','All entries',NULL,NULL),('dcl','dcl_any','en','Any',NULL,NULL),('dcl','dcl_asc','en','Ascending Order (ASC)',NULL,NULL),('dcl','dcl_boolean','en','Boolean',NULL,NULL),('dcl','dcl_boolean_desc','en','Checkbox for \"True\" or \"False\"',NULL,NULL),('dcl','dcl_cant_delete_last_table','en','You can\'t completely remove this table as it is the only table of this Data Collection. It\'s content and structure got removed instead.',NULL,NULL),('dcl','dcl_changed_by','en','Changed by',NULL,NULL),('dcl','dcl_change_notification_dcl_delete_record','en','The following data record has been deleted',NULL,NULL),('dcl','dcl_change_notification_dcl_new_record','en','The following data record has been created',NULL,NULL),('dcl','dcl_change_notification_dcl_update_record','en','The following data record has been updated',NULL,NULL),('dcl','dcl_change_notification_link','en','Link to the Data Collection',NULL,NULL),('dcl','dcl_change_notification_subject','en','Data Collection \"%s\" has been changed',NULL,NULL),('dcl','dcl_change_why_you_receive_this_email','en','You receive this message because you have activated the notification about this data collection.',NULL,NULL),('dcl','dcl_checked','en','Checked.',NULL,NULL),('dcl','dcl_comments','en','Comments',NULL,NULL),('dcl','dcl_comments_desc','en','Displays the number of comments for a Entry.',NULL,NULL),('dcl','dcl_confirm_delete_detailed_view_text','en','The detailed view definition of entries of this table will be removed irreversibly, the entries and fields themselves will not be changed.',NULL,NULL),('dcl','dcl_confirm_delete_detailed_view_title','en','Do you really want to delete this detailed view?',NULL,NULL),('dcl','dcl_confirm_delete_field','en','Do you really want to delete this field?',NULL,NULL),('dcl','dcl_confirm_delete_fields','en','Do you really want to delete these fields?',NULL,NULL),('dcl','dcl_confirm_delete_record','en','Delete this Entry?',NULL,NULL),('dcl','dcl_confirm_delete_records','en','Are you sure you want to delete the following Entries?',NULL,NULL),('dcl','dcl_confirm_delete_table','en','Do you really want to delete this table with it\'s content and structure?',NULL,NULL),('dcl','dcl_confirm_storing_records','en','Please validate and confirm your input.',NULL,NULL),('dcl','dcl_confirm_storing_records_no_permission','en','You have no permission to change the record afterwards.',NULL,NULL),('dcl','dcl_copy','en','Copy Data Collection',NULL,NULL),('dcl','dcl_create_date','en','Creation Date',NULL,NULL),('dcl','dcl_create_entry_rules','en','Entry Creation',NULL,NULL),('dcl','dcl_create_field','en','Create Field',NULL,NULL),('dcl','dcl_create_fields','en','Click a table in the tab \"Tables\" and create new fields by using the button \"Add New Field\".',NULL,NULL),('dcl','dcl_creation_date','en','Creation Date',NULL,NULL),('dcl','dcl_creation_date_description','en','The date on which the entry was created.',NULL,NULL),('dcl','dcl_datatype','en','Datatype',NULL,NULL),('dcl','dcl_datetime','en','Date Entry',NULL,NULL),('dcl','dcl_datetime_desc','en','Field for a date.',NULL,NULL),('dcl','dcl_date_selection','en','Date Selection',NULL,NULL),('dcl','dcl_date_selection_desc','en','Offer selection of date options.',NULL,NULL),('dcl','dcl_deactivate_view','en','Deactivate this view',NULL,NULL),('dcl','dcl_default_sort_field','en','Default sort field',NULL,NULL),('dcl','dcl_default_sort_field_desc','en','The table will be sorted by this field by default.',NULL,NULL),('dcl','dcl_default_sort_field_order','en','Default sort field order',NULL,NULL),('dcl','dcl_deleted_records','en','Successfully deleted %s Entries',NULL,NULL),('dcl','dcl_delete_fields','en','Delete fields',NULL,NULL),('dcl','dcl_delete_fields_no_selection','en','Please select at least one field to delete',NULL,NULL),('dcl','dcl_delete_perm','en','User can delete entries',NULL,NULL),('dcl','dcl_delete_records','en','Delete Entries',NULL,NULL),('dcl','dcl_delete_tables','en','Delete Tables',NULL,NULL),('dcl','dcl_delete_tables_no_selection','en','Please select at least one table to delete',NULL,NULL),('dcl','dcl_delete_views','en','Delete Views',NULL,NULL),('dcl','dcl_delete_views_no_selection','en','Please select at least one view to delete',NULL,NULL),('dcl','dcl_desc','en','Descending Order (DESC)',NULL,NULL),('dcl','dcl_description','en','Field Description',NULL,NULL),('dcl','dcl_detailed_view','en','Single',NULL,NULL),('dcl','dcl_display_action_menu','en','Enable possibility to copy or link the referenced module',NULL,NULL),('dcl','dcl_display_record_alt','en','Display this entry',NULL,NULL),('dcl','dcl_edit','en','Edit Data Collection',NULL,NULL),('dcl','dcl_editable_in_table_gui','en','Please vote in the table view.',NULL,NULL),('dcl','dcl_edit_entry_rules','en','Entry Editing',NULL,NULL),('dcl','dcl_edit_field','en','Edit Field',NULL,NULL),('dcl','dcl_edit_perm','en','User can edit entries',NULL,NULL),('dcl','dcl_edit_record','en','Edit Entry',NULL,NULL),('dcl','dcl_edit_table','en','Edit Table Settings',NULL,NULL),('dcl','dcl_empty_detailed_view','en','Delete this detailed view',NULL,NULL),('dcl','dcl_empty_detailed_view_success','en','The detailed view definition has been deleted successfully.',NULL,NULL),('dcl','dcl_error_parsing_expression','en','Error parsing expression',NULL,NULL),('dcl','dcl_err_formula_field_not_found','en','Field with title \'%s\' not found',NULL,NULL),('dcl','dcl_export_enabled','en','Allow export function for all users',NULL,NULL),('dcl','dcl_export_enabled_desc','en','All users can export the data of this table. You have to specify in the table overview which fields will get exported.',NULL,NULL),('dcl','dcl_export_finished','en','Export finished',NULL,NULL),('dcl','dcl_export_started','en','Asynchronous Export started',NULL,NULL),('dcl','dcl_fieldtitle','en','Field Title',NULL,NULL),('dcl','dcl_field_datatype','en','Field Data Type',NULL,NULL),('dcl','dcl_field_description','en','Description',NULL,NULL),('dcl','dcl_field_required','en','Required',NULL,NULL),('dcl','dcl_field_title_change_warning','en','You changed the title of the field hence some placeholders in the view definition might be broken. Those have to be fixed manually should the occasion arise.',NULL,NULL),('dcl','dcl_field_title_unique','en','There exists already a field with this title. Title must be unique.',NULL,NULL),('dcl','dcl_field_visible','en','Visible',NULL,NULL),('dcl','dcl_file','en','Fileupload',NULL,NULL),('dcl','dcl_file_desc','en','Field to upload arbitrary files. They can be downloaded with a link.',NULL,NULL),('dcl','dcl_file_format_description','en','The file needs to be an excel .XLSX file with the data you want to import on the first sheet. In the first row there have to be exactly the names of the fields (case sensitive) you want to import and in the following rows you can add the values. It is strongly recommended to simulate your import first. When importing reference or selection fields with multi selection, commas and/or semicolons can be used as delimiters.',NULL,NULL),('dcl','dcl_file_not_readable','en','The file could not be read. Please make sure to upload an XLSX file.',NULL,NULL),('dcl','dcl_filter','en','Available in filter',NULL,NULL),('dcl','dcl_filter_changeable','en','Filter changeable',NULL,NULL),('dcl','dcl_formula','en','Formula',NULL,NULL),('dcl','dcl_formula_desc','en','You can aggregate several entries in a record with a formula.',NULL,NULL),('dcl','dcl_formula_detail_desc','en','Entries are generated automatically, you are not able to edit the entry.',NULL,NULL),('dcl','dcl_height','en','Height',NULL,NULL),('dcl','dcl_hello','en','Dear',NULL,NULL),('dcl','dcl_id','en','ID',NULL,NULL),('dcl','dcl_id_description','en','The internal ID.',NULL,NULL),('dcl','dcl_ilias_reference','en','Link to an ILIAS module',NULL,NULL),('dcl','dcl_ilias_reference_desc','en','Searchfield to select an ILIAS object.',NULL,NULL),('dcl','dcl_ilias_reference_link','en','Show as link in table view',NULL,NULL),('dcl','dcl_import','en','Import Data Collection',NULL,NULL),('dcl','dcl_import_enabled','en','Allow import function for all users',NULL,NULL),('dcl','dcl_import_enabled_desc','en','All users can import data to tables, as long as they have the required write access.',NULL,NULL),('dcl','dcl_import_records .xls','en','Excel-Import',NULL,NULL),('dcl','dcl_import_terminated','en','The import terminated. Entries added',NULL,NULL),('dcl','dcl_invalid_regex_config','en','The regular expression configured for this field is invalid. Check the settings to solve the problem.',NULL,NULL),('dcl','dcl_in_export','en','In Export',NULL,NULL),('dcl','dcl_last_edited_by','en','Last edited by',NULL,NULL),('dcl','dcl_last_edited_by_description','en','The user that edited this entry last.',NULL,NULL),('dcl','dcl_last_edit_by','en','Last edited by',NULL,NULL),('dcl','dcl_last_update','en','Last Edited',NULL,NULL),('dcl','dcl_last_update_description','en','The date the entry was last edited.',NULL,NULL),('dcl','dcl_learning_progress','en','Show the learning progress of the linked module of the viewer',NULL,NULL),('dcl','dcl_legend_placeholders','en','Placeholders',NULL,NULL),('dcl','dcl_length','en','Length',NULL,NULL),('dcl','dcl_length_info','en','Number of characters a user can enter (maximum 4000). For more than 200 characters, use the additional option Text Area.',NULL,NULL),('dcl','dcl_limited','en','Limited Add / Edit / Delete Period',NULL,NULL),('dcl','dcl_limited_desc','en','Users can only edit entries in the given time span.',NULL,NULL),('dcl','dcl_limit_end','en','End',NULL,NULL),('dcl','dcl_limit_start','en','Start',NULL,NULL),('dcl','dcl_link_detail_page','en','Link to detailed view',NULL,NULL),('dcl','dcl_list_fields','en','Fields',NULL,NULL),('dcl','dcl_list_visibility_and_filter','en','Overview',NULL,NULL),('dcl','dcl_locked','en','Locked',NULL,NULL),('dcl','dcl_locked_tooltip','en','Disable this field for users to edit. Does not include roles with the permission \'Edit Settings\'',NULL,NULL),('dcl','dcl_manage','en','Manage',NULL,NULL),('dcl','dcl_max_digits','en','Maximum Number of Digits',NULL,NULL),('dcl','dcl_max_import','en','The maximum amount of imported entries is reached.',NULL,NULL),('dcl','dcl_max_text_length','en','Maximum Length',NULL,NULL),('dcl','dcl_mob','en','Media Object',NULL,NULL),('dcl','dcl_mob_desc','en','Field to upload an image, audio, or video file. They will be displayed directly in the datacollection. Allowed datatypes: %s',NULL,NULL),('dcl','dcl_msg_fields_deleted','en','Deleted fields',NULL,NULL),('dcl','dcl_msg_field_modified','en','Field updated',NULL,NULL),('dcl','dcl_msg_info_alternatives','en','You do not have enough permissions to view this record, or there is no detailed view defined for this view. Choose a view from the list below to view the record anyway.',NULL,NULL),('dcl','dcl_msg_mc_to_sc_confirmation','en','Swichting from multiple selection to single selection might lead to a loss of data in existing entries. Are you sure to continue?',NULL,NULL),('dcl','dcl_msg_no_perm_edit','en','No permission given to edit this Entry',NULL,NULL),('dcl','dcl_msg_no_perm_view','en','No permission given to view this Entry',NULL,NULL),('dcl','dcl_msg_tables_deleted','en','Tables deleted',NULL,NULL),('dcl','dcl_msg_tables_delete_all','en','Could not delete: At least one Table must exist',NULL,NULL),('dcl','dcl_msg_tableviews_deleted','en','Views deleted',NULL,NULL),('dcl','dcl_msg_tableviews_delete_all','en','Could not delete: At least one View must exist',NULL,NULL),('dcl','dcl_msg_tableviews_order_updated','en','Order of views updated',NULL,NULL),('dcl','dcl_msg_tableview_created','en','Views created',NULL,NULL),('dcl','dcl_msg_tableview_deleted','en','View deleted',NULL,NULL),('dcl','dcl_msg_tableview_updated','en','View updated',NULL,NULL),('dcl','dcl_msg_table_created','en','Table created',NULL,NULL),('dcl','dcl_msg_table_edited','en','Table Settings saved',NULL,NULL),('dcl','dcl_multiple_selection','en','Multiple Selection',NULL,NULL),('dcl','dcl_new','en','Create New Data Collection',NULL,NULL),('dcl','dcl_new_field','en','New Field',NULL,NULL),('dcl','dcl_new_table','en','New Table',NULL,NULL),('dcl','dcl_next_record','en','Next Entry',NULL,NULL),('dcl','dcl_notification_activated','en','Notification Activated',NULL,NULL),('dcl','dcl_notification_activate_dcl','en','Activate Notification for Data Collection',NULL,NULL),('dcl','dcl_notification_deactivated','en','Notification Deactivated',NULL,NULL),('dcl','dcl_notification_deactivate_dcl','en','Deactivate Notification for Data Collection',NULL,NULL),('dcl','dcl_notification_info','en','Each user decides about notification',NULL,NULL),('dcl','dcl_notimage_exception','en','The file has to be a picture.',NULL,NULL),('dcl','dcl_noturl_exception','en','You have to enter a Link (beginning with http:// or www.) or an e-mail address.',NULL,NULL),('dcl','dcl_not_checked','en','Not checked.',NULL,NULL),('dcl','dcl_not_supported_in_import','en','This type of field is not supported in the import',NULL,NULL),('dcl','dcl_no_content_warning','en','Attention, the Data Collection is online but does not have content yet!',NULL,NULL),('dcl','dcl_no_entry','en','No entry',NULL,NULL),('dcl','dcl_no_export_content_available','en','No data available for export.',NULL,NULL),('dcl','dcl_no_export_data_available','en','No data or fields available for export.',NULL,NULL),('dcl','dcl_no_export_fields_available','en','No fields activated for export. Mark at least one field as exportable in the <a href=\"%s\">table settings</a>.',NULL,NULL),('dcl','dcl_no_fields_yet','en','There are no fields defined for this table thus you cannot create any entries yet.',NULL,NULL),('dcl','dcl_no_read_access_on_any_standard_view','en','You don\'t have read access on any standard view of a table.',NULL,NULL),('dcl','dcl_no_search_results_found_for','en','No modules have been found for',NULL,NULL),('dcl','dcl_no_such_reference','en','The following value is not available in the reference table:',NULL,NULL),('dcl','dcl_no_warnings','en','The import terminated with no warnings.',NULL,NULL),('dcl','dcl_number','en','Integer',NULL,NULL),('dcl','dcl_number_desc','en','Field for integer values (max. 9 digits). No decimals or fractions.',NULL,NULL),('dcl','dcl_online_info','en','Only if the Data Collection is online, users are able to use the Data Collection.',NULL,NULL),('dcl','dcl_order','en','Order',NULL,NULL),('dcl','dcl_owner','en','Owner',NULL,NULL),('dcl','dcl_owner_description','en','The owner of the entry.',NULL,NULL),('dcl','dcl_owner_name','en','Owner (Name)',NULL,NULL),('dcl','dcl_own_entries','en','Only own entries',NULL,NULL),('dcl','dcl_page_type_dclf','en','Details View',NULL,NULL),('dcl','dcl_permissions_form','en','User actions',NULL,NULL),('dcl','dcl_please_select','en','--- Please select ---',NULL,NULL),('dcl','dcl_plugin','en','Plugin',NULL,NULL),('dcl','dcl_plugin_desc','en','DataCollection Field-Plugins',NULL,NULL),('dcl','dcl_plugin_hooks','en','Available Plugins',NULL,NULL),('dcl','dcl_plugin_no_hooks_available','en','No active field-type plugins found',NULL,NULL),('dcl','dcl_prev_record','en','Previous Entry',NULL,NULL),('dcl','dcl_prop_expression','en','Expression',NULL,NULL),('dcl','dcl_prop_expression_info','en','Supported operators: <b>%s</b><br>Supported functions: <b>%s</b><br>Use brackets <b>‘(’, ‘)’</b> to group calculations.<br>Concatenate strings and placeholders with &: <b>‘The result is ’ & [[Int 1]] * [[Int2]]</b><br>Using functions: <b>SUM([[Int 1]];[[Int 2]])</b><br>When using date fields and number fields in a formula, the number fields are considered seconds and must be multiplied by 86400, for example.<br><br>Available fields (click on title to copy field inside expression):<br>%s',NULL,NULL),('dcl','dcl_public_comments','en','Activate Public Comments',NULL,NULL),('dcl','dcl_public_comments_desc','en','Users can comment on entries of the table.',NULL,NULL),('dcl','dcl_rating','en','Rating',NULL,NULL),('dcl','dcl_rating_desc','en','Users can rate entries with up to five stars.',NULL,NULL),('dcl','dcl_rbac_roles_without_read_access_on_any_standard_view','en','The following rbac roles have read access on the data collection, but no read access on any standard view of a table:',NULL,NULL),('dcl','dcl_record','en','Entry',NULL,NULL),('dcl','dcl_record_deleted','en','Entry deleted',NULL,NULL),('dcl','dcl_record_from_total','en','%d of %d',NULL,NULL),('dcl','dcl_reference','en','Reference',NULL,NULL),('dcl','dcl_reference_desc','en','Field to reference options stored in a different field of a table.',NULL,NULL),('dcl','dcl_reference_link','en','Show as link to referenced entry',NULL,NULL),('dcl','dcl_reference_link_info','en','Detailed View must be active in referenced table',NULL,NULL),('dcl','dcl_reference_title','en','Reference to table and field',NULL,NULL),('dcl','dcl_regex','en','Regular Expression',NULL,NULL),('dcl','dcl_regex_info','en','(without delimiter)',NULL,NULL),('dcl','dcl_required','en','Required Field',NULL,NULL),('dcl','dcl_row_not_found','en',' - This field couldn\'t be found in the table.',NULL,NULL),('dcl','dcl_save','en','Save Table',NULL,NULL),('dcl','dcl_save_confirmation','en','Save confirmation',NULL,NULL),('dcl','dcl_save_confirmation_desc','en','Users have to confirm a new DataCollection entry.',NULL,NULL),('dcl','dcl_save_order','en','Save Order',NULL,NULL),('dcl','dcl_save_record','en','Save Entry',NULL,NULL),('dcl','dcl_select','en','Select for Presentation',NULL,NULL),('dcl','dcl_selection_options','en','Options',NULL,NULL),('dcl','dcl_selection_type','en','Type',NULL,NULL),('dcl','dcl_selection_type_combobox','en','Combobox (Dropdown)',NULL,NULL),('dcl','dcl_selection_type_multi','en','Multiple Selection',NULL,NULL),('dcl','dcl_selection_type_single','en','Single Selection',NULL,NULL),('dcl','dcl_simulate_import','en','Simulate Import',NULL,NULL),('dcl','dcl_simulate_info','en','Simulating the import will not add any fields into the Data Collection but may give you feedback on problems with the import file, thus helping you to prevent corrupted entries.',NULL,NULL),('dcl','dcl_skipped_delete_records','en','%s Entries were not deleted due to permission settings',NULL,NULL),('dcl','dcl_status','en','Your Status',NULL,NULL),('dcl','dcl_std_field_not_importable','en',' - Standard fields are not importable.',NULL,NULL),('dcl','dcl_std_filter','en','Default Filter',NULL,NULL),('dcl','dcl_supported_filetypes','en','Allowed file-extensions',NULL,NULL),('dcl','dcl_supported_filetypes_desc','en','You can set the allowed extensions comma seperated. For example: pdf, docx',NULL,NULL),('dcl','dcl_switch_table','en','Switch Table',NULL,NULL),('dcl','dcl_switch_view','en','Change View',NULL,NULL),('dcl','dcl_table','en','Table',NULL,NULL),('dcl','dcl_tables','en','Tables',NULL,NULL),('dcl','dcl_tables_confirm_delete','en','Do you really want to delete the following Tables?',NULL,NULL),('dcl','dcl_tableview','en','View',NULL,NULL),('dcl','dcl_tableviews','en','Views',NULL,NULL),('dcl','dcl_tableviews_confirm_delete','en','Do you really want to delete the following Views?',NULL,NULL),('dcl','dcl_tableviews_table','en','Views of Selected Table',NULL,NULL),('dcl','dcl_tableview_add','en','Add New View',NULL,NULL),('dcl','dcl_tableview_confirm_delete','en','Do you really want to delete the following View?',NULL,NULL),('dcl','dcl_tableview_copy','en','View successfully copied',NULL,NULL),('dcl','dcl_tableview_default_value','en','Default Value',NULL,NULL),('dcl','dcl_tableview_default_value_fail','en','Some numeric default values couldn\'t be saved because they contained letters. Please try again.',NULL,NULL),('dcl','dcl_tableview_fieldsettings','en','Fieldspecific Settings',NULL,NULL),('dcl','dcl_tableview_fieldtitle','en','Field Title',NULL,NULL),('dcl','dcl_tableview_field_access','en','Field Access',NULL,NULL),('dcl','dcl_tableview_locked','en','Locked',NULL,NULL),('dcl','dcl_tableview_locked_visible','en','Locked & Visible',NULL,NULL),('dcl','dcl_tableview_not_visible','en','Not Visible',NULL,NULL),('dcl','dcl_tableview_required','en','Required',NULL,NULL),('dcl','dcl_tableview_required_visible','en','Required & Visible',NULL,NULL),('dcl','dcl_tableview_visible','en','Visible',NULL,NULL),('dcl','dcl_table_create','en','Create Table',NULL,NULL),('dcl','dcl_table_edit','en','Update Table',NULL,NULL),('dcl','dcl_table_id','en','Table ID',NULL,NULL),('dcl','dcl_table_info','en','Users with the permission ‘edit settings’ (see tab ‘Permission’) always have permission to add/edit/delete entries. Users with permission ‘edit entry’ (see tab ‘Permissions’) only have permissions according to the settings specified in the form below.',NULL,NULL),('dcl','dcl_table_info_title','en','Info',NULL,NULL),('dcl','dcl_table_list_fields','en','Fields Of Selected Table',NULL,NULL),('dcl','dcl_table_list_tables','en','Available Tables',NULL,NULL),('dcl','dcl_table_settings_saved','en','Table Settings have been saved.',NULL,NULL),('dcl','dcl_table_title_not_matching','en','The titles of the excel sheet and the Data Collection table do not match. Rename the sheet for a successfull import.',NULL,NULL),('dcl','dcl_table_title_unique','en','There exists already a table with this title. Title must be unique.',NULL,NULL),('dcl','dcl_text','en','Text Entry',NULL,NULL),('dcl','dcl_text_area','en','Textarea',NULL,NULL),('dcl','dcl_text_desc','en','Textfield for text, links or e-mail addresses.',NULL,NULL),('dcl','dcl_text_email_detail_desc','en','Please enter a valid URL or E-Mail address.',NULL,NULL),('dcl','dcl_text_email_title','en','Title',NULL,NULL),('dcl','dcl_text_email_title_info','en','A Title for the above URL or E-Mail address (optional).',NULL,NULL),('dcl','dcl_text_selection','en','Text Selection',NULL,NULL),('dcl','dcl_text_selection_desc','en','Offer selection of text options.',NULL,NULL),('dcl','dcl_title_standardview','en','Standard Views',NULL,NULL),('dcl','dcl_unique','en','Unique',NULL,NULL),('dcl','dcl_unique_desc','en','The value in this field needs to be unique among all entires.',NULL,NULL),('dcl','dcl_unique_exception','en','The value you entered is already taken by another Entry.',NULL,NULL),('dcl','dcl_unknown_exception','en','The value you entered is not valid.',NULL,NULL),('dcl','dcl_update_field','en','Update Field',NULL,NULL),('dcl','dcl_update_record','en','Update Entry',NULL,NULL),('dcl','dcl_url','en','URL or E-Mail',NULL,NULL),('dcl','dcl_view_configuration','en','View Configuration',NULL,NULL),('dcl','dcl_view_own_records_perm','en','View only own entries',NULL,NULL),('dcl','dcl_view_settings','en','View Settings',NULL,NULL),('dcl','dcl_view_viewdefinition','en','Detailed View',NULL,NULL),('dcl','dcl_visible','en','Visible for all users',NULL,NULL),('dcl','dcl_visible_desc','en','Users can access this table.',NULL,NULL),('dcl','dcl_width','en','Width',NULL,NULL),('dcl','dcl_wrong_input_type','en','The value you entered does not match the specification (Wrong Type).',NULL,NULL),('dcl','dcl_wrong_length','en','The text you entered is to long.',NULL,NULL),('dcl','dcl_wrong_regex','en','The text you entered does not match the specification for this field (Regular Expression).',NULL,NULL),('dcl','dlc_xls_async_export','en','Asynchronous XLSX-Export',NULL,NULL),('dcl','fieldtitle_allow_chars','en','Not allowed chars: %s',NULL,NULL),('dcl','fileupload_not_migrated','en','File has not yet been migration and cannot be displayed. Please contact your System-Administrator.',NULL,NULL),('didactic','activate_exclusive_template','en','Grey Out Default',NULL,NULL),('didactic','activate_exclusive_template_info','en','The standard template won\'t be available wherever this template is active.',NULL,NULL),('didactic','activate_local_didactic_template','en','Scope of Application',NULL,NULL),('didactic','activate_local_didactic_template_info','en','Usage of this didactical template will be limited to these sub-areas.',NULL,NULL),('didactic','didactic_activated_msg','en','Activated didactic templates',NULL,NULL),('didactic','didactic_adm_tab','en','Didactic Templates',NULL,NULL),('didactic','didactic_applicable_for','en','Applicable for',NULL,NULL),('didactic','didactic_auto_generated','en','Automatically Generated',NULL,NULL),('didactic','didactic_available_templates','en','Available Didactic Templates',NULL,NULL),('didactic','didactic_back_to_overview','en','Back to Overview',NULL,NULL),('didactic','didactic_cannot_delete_auto_generated','en','It is not allowed to delete automatic generated didactic templates.',NULL,NULL),('didactic','didactic_cannot_delete_auto_generated_confirmation','en','At least one of the selected didactic templates is automatic generated and cannot be deleted.',NULL,NULL),('didactic','didactic_confirm_apply_new_template','en','Do you really want to apply the chosen didactic template? All current permission settings will get lost!',NULL,NULL),('didactic','didactic_confirm_delete_msg','en','Do you really want to delete the following didactic templates?',NULL,NULL),('didactic','didactic_copy_suc_message','en','Copied didactic template',NULL,NULL),('didactic','didactic_deactivated_msg','en','Deactivated didactic templates',NULL,NULL),('didactic','didactic_default_type','en','Default',NULL,NULL),('didactic','didactic_default_type_info','en','Default set of permissions will be applied.',NULL,NULL),('didactic','didactic_delete_msg','en','Deleted didactic templates.',NULL,NULL),('didactic','didactic_do_export','en','Export',NULL,NULL),('didactic','didactic_edit_tpl','en','Edit Didactic Template',NULL,NULL),('didactic','didactic_filter_without_icon','en','without Icon',NULL,NULL),('didactic','didactic_filter_with_icon','en','with Icon',NULL,NULL),('didactic','didactic_global','en','Global',NULL,NULL),('didactic','didactic_icon','en','Icon',NULL,NULL),('didactic','didactic_icon_error','en','Icons cannot be assigned to non-container objects.',NULL,NULL),('didactic','didactic_icon_info','en','The Icon is shown for all objects, which use this object template. \"Custom Icons\" of objects overwrite the didactic template icons. Icons can only be used for didactic templates assigned to container objects.',NULL,NULL),('didactic','didactic_import_btn','en','Import Didactic Template',NULL,NULL),('didactic','didactic_import_failed','en','Importing the didactic template failed with message:',NULL,NULL),('didactic','didactic_import_success','en','Successfully imported didactic template',NULL,NULL),('didactic','didactic_import_table_title','en','Import of a didactic template',NULL,NULL),('didactic','didactic_install_info','en','General Information',NULL,NULL),('didactic','didactic_local','en','Local',NULL,NULL),('didactic','didactic_not_changed','en','The didactic template setting is unchanged.',NULL,NULL),('didactic','didactic_scope','en','Scope',NULL,NULL),('didactic','didactic_scope_list_header','en','Limited to:',NULL,NULL),('didactic','didactic_selected_tpl_option','en','Applied didactic template:',NULL,NULL),('didactic','didactic_template_applied','en','Applied didactic template.',NULL,NULL),('didactic','didactic_template_update_import','en','Update Didactic Template',NULL,NULL),('didactic','didactic_template_update_import_info','en','Properties will be changed according to this import. Objects which already applied this template will not be changed.',NULL,NULL),('didactic','dtpl_obj_type_info','en','This didactic template can be applied on this object type.',NULL,NULL),('didactic','effective_form','en','Template Effective From',NULL,NULL),('didactic','grp_closed','en','Closed Group',NULL,NULL),('didactic','grp_closed_info','en','Group is not visible for non-members.',NULL,NULL),('didactic','more_translations','en','More Translations',NULL,NULL),('didactic','sess_closed','en','Closed Session',NULL,NULL),('didactic','sess_closed_info','en','Session is not visible for non-participants.',NULL,NULL),('dpro','dpro_accept_usr_agreement_anonymous','en','Declaration of Data Protection',NULL,NULL),('dpro','dpro_accept_usr_agreement_anonymous_intro','en','Before you proceed to ILIAS you accept the following Declaration of Data Protection.',NULL,NULL),('dpro','dpro_account_reg_not_possible','en','Self-registration is currently not possible because there is no Declaration of Data Protection agreement available. Please contact your <a href=\"%1$s\">system administrator</a> for further information.',NULL,NULL),('dpro','dpro_agree_date','en','Declaration of Data Protection agreed on',NULL,NULL),('dpro','dpro_last_reset_date','en','The Declaration of Data Protection were reset on %s. Only reset the Declaration of Data Protection if changes have been made to the document(s) and you require all users to agree to the documents.',NULL,NULL),('dpro','dpro_mode','en','Agreement Mode',NULL,NULL),('dpro','dpro_mode_desc','en','Please configure when and how the Declaration of Data Protection should be accepted.',NULL,NULL),('dpro','dpro_no_acceptance','en','Never, only informative',NULL,NULL),('dpro','dpro_no_documents_exist','en','There are currently no Declaration of Data Protection documents available.',NULL,NULL),('dpro','dpro_no_documents_exist_cant_save','en','There are currently no Declaration of Data Protection documents available. Please add at least one document in order to activate this service.',NULL,NULL),('dpro','dpro_once','en','Accept once',NULL,NULL),('dpro','dpro_reset_for_all_users','en','Reset the Declaration of Data Protection',NULL,NULL),('dpro','dpro_status_enable','en','Enable the Declaration of Data Protection',NULL,NULL),('dpro','dpro_status_enable_desc','en','Display relevant language-based Declaration of Data Protection documents at the end of the registration form for new users and, if applicable, upon the user’s first login. Users are required to accept the Declaration of Data Protection before they can enter ILIAS.',NULL,NULL),('dpro','dpro_sure_reset_tos','en','Are you sure you want to reset the Declaration of Data Protection for all users in the system? This also applies, for example, to those accounts that are used for the SOAP web services.',NULL,NULL),('dpro','dpro_withdrawal_usr_deletion','en','Account deletion upon Declaration of Data Protection withdrawal',NULL,NULL),('dpro','dpro_withdrawal_usr_deletion_desc','en','If a user withdraws their acceptance from a previously accepted Declaration of Data Protection document, this will result in the deletion of the user’s account.',NULL,NULL),('ecs','cert_serial','en','Certificate Serial Number',NULL,NULL),('ecs','ecs_abr','en','Abbreviation',NULL,NULL),('ecs','ecs_account_duration','en','Activation Period Extension',NULL,NULL),('ecs','ecs_account_duration_info','en','New ECS-User accounts are limited to the session duration. After assigning a user to a course the activation period will be extended by the given number months.',NULL,NULL),('ecs','ecs_activate','en','Activate',NULL,NULL),('ecs','ecs_active','en','Enable ECS Functionality',NULL,NULL),('ecs','ecs_active_header','en','Import/Export Allowed',NULL,NULL),('ecs','ecs_add_new_ecs','en','Add New ECS',NULL,NULL),('ecs','ecs_apache_pass','en','Password',NULL,NULL),('ecs','ecs_apache_user','en','Username',NULL,NULL),('ecs','ecs_approval_rcp','en','Notification About Approved Courses',NULL,NULL),('ecs','ecs_approval_rcp_info','en','Enter one or more login names of users (comma separated) that will be informed about new approved courses per e-mail.',NULL,NULL),('ecs','ecs_attribute_name','en','Attribute Name',NULL,NULL),('ecs','ecs_auth_type','en','Authentication Type',NULL,NULL),('ecs','ecs_auth_type_apache','en','Username/Password',NULL,NULL),('ecs','ecs_auth_type_cert','en','Certificate-Base',NULL,NULL),('ecs','ecs_availability','en','Availability',NULL,NULL),('ecs','ecs_available_ecs','en','Available ECS',NULL,NULL),('ecs','ecs_back_settings','en','ECS Settings',NULL,NULL),('ecs','ecs_campus_connect_title','en','CampusConnect Mappings',NULL,NULL),('ecs','ecs_category_mapping','en','Assignment to Categories',NULL,NULL),('ecs','ecs_cat_export','en','Category Releases',NULL,NULL),('ecs','ecs_cat_export_disabled','en','Do not release this Category',NULL,NULL),('ecs','ecs_cat_export_enabled','en','Release this Category',NULL,NULL),('ecs','ecs_cat_export_obj_settings','en','Category Release Settings',NULL,NULL),('ecs','ecs_cat_mapping_by_type','en','By Type',NULL,NULL),('ecs','ecs_cat_mapping_by_type_info','en','Choose this mode to assign by object type.',NULL,NULL),('ecs','ecs_cat_mapping_duration','en','Date Range',NULL,NULL),('ecs','ecs_cat_mapping_duration_info','en','Choose this mode for assigning Course Links based on date ranges (e.g start time of a course).',NULL,NULL),('ecs','ecs_cat_mapping_fixed','en','Fixed Values',NULL,NULL),('ecs','ecs_cat_mapping_fixed_info','en','Choose this mode for assigning Course Links to categories based on fixed values.',NULL,NULL),('ecs','ecs_cat_mapping_type','en','Assignment Type',NULL,NULL),('ecs','ecs_cat_mapping_values','en','Attribute Value',NULL,NULL),('ecs','ecs_ca_cert','en','CA Certificate',NULL,NULL),('ecs','ecs_cc_mapping_overview','en','Mapping Overview',NULL,NULL),('ecs','ecs_cert_key','en','Certificate Key',NULL,NULL),('ecs','ecs_cert_valid_until','en','Certificate valid until',NULL,NULL),('ecs','ecs_check_import_id','en','The import id is not valid. Please check this setting.',NULL,NULL),('ecs','ecs_client_cert','en','Client Certificate',NULL,NULL),('ecs','ecs_cmap_add_attribute_btn','en','Add Attribute',NULL,NULL),('ecs','ecs_cmap_all_in_one','en','Course in one Category',NULL,NULL),('ecs','ecs_cmap_all_in_one_cat','en','Course Category',NULL,NULL),('ecs','ecs_cmap_all_in_one_info','en','Create all new courses in one category.',NULL,NULL),('ecs','ecs_cmap_attributes','en','Mapping Attributes',NULL,NULL),('ecs','ecs_cmap_atts_table','en','Attribute Mapping Configuration',NULL,NULL),('ecs','ecs_cmap_att_courseType','en','Course Type',NULL,NULL),('ecs','ecs_cmap_att_degreeProgramme','en','Degree Programme',NULL,NULL),('ecs','ecs_cmap_att_lecturer','en','Lecturer',NULL,NULL),('ecs','ecs_cmap_att_module','en','Module',NULL,NULL),('ecs','ecs_cmap_att_organisation','en','Organisation',NULL,NULL),('ecs','ecs_cmap_att_orgunit','en','Organisational Unit',NULL,NULL),('ecs','ecs_cmap_att_term','en','Term',NULL,NULL),('ecs','ecs_cmap_att_title','en','Title',NULL,NULL),('ecs','ecs_cmap_att_venue','en','Venue',NULL,NULL),('ecs','ecs_cmap_def_cat','en','Default Category',NULL,NULL),('ecs','ecs_cmap_def_cat_info','en','Please enter the id of a category where all courses will be created that cannot be handled by other rules.',NULL,NULL),('ecs','ecs_cmap_delete_attribute_btn','en','Delete Last Attribute',NULL,NULL),('ecs','ecs_cmap_delete_rule','en','Delete Mapping',NULL,NULL),('ecs','ecs_cmap_enable','en','Course Allocation',NULL,NULL),('ecs','ecs_cmap_form_all_values','en','All Values',NULL,NULL),('ecs','ecs_cmap_form_create_subdirs','en','Create Subdirectories',NULL,NULL),('ecs','ecs_cmap_form_current_dir','en','Current Directory',NULL,NULL),('ecs','ecs_cmap_form_dir_relation','en','Directory Reference',NULL,NULL),('ecs','ecs_cmap_form_filter','en','Filter Settings',NULL,NULL),('ecs','ecs_cmap_form_filter_by_values','en','Filter by Attribute Values',NULL,NULL),('ecs','ecs_cmap_form_filter_info','en','Manual values, comma separated',NULL,NULL),('ecs','ecs_cmap_form_subdir_name','en','Subdirectory Name',NULL,NULL),('ecs','ecs_cmap_form_subdir_type','en','Subdirectory Title',NULL,NULL),('ecs','ecs_cmap_form_subdir_value','en','Subdirectory Value',NULL,NULL),('ecs','ecs_cmap_mapping_form_title','en','Course Assignment for Category:',NULL,NULL),('ecs','ecs_cmap_multiple_atts','en','Multiple Attributes',NULL,NULL),('ecs','ecs_cmap_overview','en','Mapping Overview',NULL,NULL),('ecs','ecs_cms_directory_trees_tbl','en','CMS Directory Trees',NULL,NULL),('ecs','ecs_cms_dir_tree','en','CMS Directory Trees',NULL,NULL),('ecs','ecs_cms_id','en','Root-ID in Campus Management System',NULL,NULL),('ecs','ecs_cms_tree_deleted','en','The campus management tree assignments have been deleted.',NULL,NULL),('ecs','ecs_cms_tree_synchronize','en','Synchronize Tree',NULL,NULL),('ecs','ecs_cms_tree_synchronized','en','The tree has been synchronized.',NULL,NULL),('ecs','ecs_communities','en','Participants',NULL,NULL),('ecs','ecs_confirm_delete_tree','en','Do you really want to delete all assignments for this campus management tree?',NULL,NULL),('ecs','ecs_connection_settings','en','Connection Settings',NULL,NULL),('ecs','ecs_consent_modal_title','en','Consent for data transfer',NULL,NULL),('ecs','ecs_consent_reset_confirm_title','en','Reset user consent for this participant',NULL,NULL),('ecs','ecs_cron_task_scheduler','en','ECS Task Scheduler',NULL,NULL),('ecs','ecs_cron_task_scheduler_info','en','ECS tasks will be carried out according to the schedule settings. This will only take place if an ECS server has been configured via ‘Administration » Extending ILIAS » ECS’.',NULL,NULL),('ecs','ecs_crs_alloc','en','Course Allocation',NULL,NULL),('ecs','ecs_crs_alloc_set','en','Edit Course Allocation',NULL,NULL),('ecs','ecs_crs_export','en','Course Releases',NULL,NULL),('ecs','ecs_crs_export_disabled','en','Do not release this Course',NULL,NULL),('ecs','ecs_crs_export_enabled','en','Release this Course',NULL,NULL),('ecs','ecs_crs_export_obj_settings','en','Course Release Settings',NULL,NULL),('ecs','ecs_deactivate','en','Deactivate',NULL,NULL),('ecs','ecs_delete_setting','en','Are you sure you want to delete the following ECS?',NULL,NULL),('ecs','ecs_deprecated_token','en','Support for Deprecated Authentication Token',NULL,NULL),('ecs','ecs_deprecated_token_info','en','Offers support for installations (e.g ILIAS installations of version 4.x) which use a deprecated token authentication mechanism.',NULL,NULL),('ecs','ecs_dir_alloc','en','Directory Allocation',NULL,NULL),('ecs','ecs_dir_alloc_set','en','Edit Directory Allocation',NULL,NULL),('ecs','ecs_dns','en','Domainname',NULL,NULL),('ecs','ecs_duration','en','Duration',NULL,NULL),('ecs','ecs_econ_rcp','en','Notification About New E-Content',NULL,NULL),('ecs','ecs_econ_rcp_info','en','Enter one or more login names of users (comma separated) that will be informed about new ECS content per e-mail.',NULL,NULL),('ecs','ecs_edit_category_mapping','en','Edit Assignment',NULL,NULL),('ecs','ecs_email','en','E-Mail',NULL,NULL),('ecs','ecs_enable_participant','en','Allow Im/Export',NULL,NULL),('ecs','ecs_error_extract_serial','en','Cannot read serial number of certificate. Please check the client certificate path.',NULL,NULL),('ecs','ecs_err_invalid_by_type','en','Please select a type when assigning by type.',NULL,NULL),('ecs','ecs_err_invalid_dates','en','The starting must be earlier than the finish time.',NULL,NULL),('ecs','ecs_err_invalid_type','en','Please state a valid category object id.',NULL,NULL),('ecs','ecs_err_missing_value','en','Please check your input: Attribute values.',NULL,NULL),('ecs','ecs_event_appointment','en','Event Date',NULL,NULL),('ecs','ecs_export','en','Course Releases',NULL,NULL),('ecs','ecs_export_auth_type','en','Authentication method for users with external user attribute',NULL,NULL),('ecs','ecs_export_auth_type_ilias','en','User authentication via LDAP',NULL,NULL),('ecs','ecs_export_auth_type_info','en','Please choose the authentication method for users to authenticate via ECS, for whom an external user attribute was transferred via ECS.',NULL,NULL),('ecs','ecs_export_auth_type_none','en','Do not allow users with external user attribute',NULL,NULL),('ecs','ecs_export_auth_type_shib','en','User authentication via Shibboleth',NULL,NULL),('ecs','ecs_export_created_body_a','en','A new course has been released',NULL,NULL),('ecs','ecs_export_disabled','en','Do not release this Course',NULL,NULL),('ecs','ecs_export_enabled','en','Release this Course',NULL,NULL),('ecs','ecs_export_local_account','en','Local ILIAS accounts',NULL,NULL),('ecs','ecs_export_local_account_info','en','If enabled, will allow the creation of local accounts via ECS. ECS users without external user attribute will receive a local user account on your installation.',NULL,NULL),('ecs','ecs_export_obj_settings','en','Course Release Settings',NULL,NULL),('ecs','ecs_export_types','en','Exportable Object Types',NULL,NULL),('ecs','ecs_field_begin','en','Begin',NULL,NULL),('ecs','ecs_field_community','en','Community',NULL,NULL),('ecs','ecs_field_courseID','en','Course ID',NULL,NULL),('ecs','ecs_field_courseType','en','Course Type',NULL,NULL),('ecs','ecs_field_credits','en','Credits',NULL,NULL),('ecs','ecs_field_cycle','en','Cycle',NULL,NULL),('ecs','ecs_field_day','en','Day',NULL,NULL),('ecs','ecs_field_end','en','End',NULL,NULL),('ecs','ecs_field_lecturer','en','Lecturer(s)',NULL,NULL),('ecs','ecs_field_part_id','en','Participant ID',NULL,NULL),('ecs','ecs_field_room','en','Room',NULL,NULL),('ecs','ecs_field_semester_hours','en','Semester Periods per Week',NULL,NULL),('ecs','ecs_field_start','en','Start',NULL,NULL),('ecs','ecs_field_study_courses','en','Study Course(s)',NULL,NULL),('ecs','ecs_field_term','en','Term',NULL,NULL),('ecs','ecs_field_time','en','Time',NULL,NULL),('ecs','ecs_file_export','en','File Releases',NULL,NULL),('ecs','ecs_file_export_disabled','en','Do not release this File',NULL,NULL),('ecs','ecs_file_export_enabled','en','Release this File',NULL,NULL),('ecs','ecs_file_export_obj_settings','en','File Release Settings',NULL,NULL),('ecs','ecs_firstname','en','First name',NULL,NULL),('ecs','ecs_form_consent','en','Consent',NULL,NULL),('ecs','ecs_form_consent_option_title','en','I hereby consent to the transfer of the following data to the above-mentioned target system:',NULL,NULL),('ecs','ecs_form_target_platform','en','Target system',NULL,NULL),('ecs','ecs_general_info','en','General Information',NULL,NULL),('ecs','ecs_global_role_info','en','The chosen role will be assigned to newly created ECS user accounts.',NULL,NULL),('ecs','ecs_glo_export','en','Glossary Releases',NULL,NULL),('ecs','ecs_glo_export_disabled','en','Do not release this Glossary',NULL,NULL),('ecs','ecs_glo_export_enabled','en','Release this Glossary',NULL,NULL),('ecs','ecs_glo_export_obj_settings','en','Glossary Release Settings',NULL,NULL),('ecs','ecs_grp_export','en','Group Releases',NULL,NULL),('ecs','ecs_grp_export_disabled','en','Do not release this Group',NULL,NULL),('ecs','ecs_grp_export_enabled','en','Release this Group',NULL,NULL),('ecs','ecs_grp_export_obj_settings','en','Group Release Settings',NULL,NULL),('ecs','ecs_ignore_field','en','Disable export/update of this field',NULL,NULL),('ecs','ecs_import','en','Imported Objects',NULL,NULL),('ecs','ecs_imported_content','en','Imported E-Content',NULL,NULL),('ecs','ecs_imported_from','en','Imported From',NULL,NULL),('ecs','ecs_import_auth_mode','en','Allow accounts of authentication method %s for transmission via ECS',NULL,NULL),('ecs','ecs_import_auth_type_default','en','Allow accounts authentication method \"Default\" for transmission via ECS',NULL,NULL),('ecs','ecs_import_cms','en','Campus Management',NULL,NULL),('ecs','ecs_import_id','en','Import ID',NULL,NULL),('ecs','ecs_import_id_info','en','Please enter the ID of the category, where new Course Links will be created',NULL,NULL),('ecs','ecs_import_types','en','Importable Object Types',NULL,NULL),('ecs','ecs_import_user_credentials_by_auth_mode','en','Configuration of authentication methods for transmission via ECS',NULL,NULL),('ecs','ecs_import_user_credentials_by_auth_mode_info','en','Enable this option to allow accounts of authentication method \"Default\" to access participant\'s resources via ECS.',NULL,NULL),('ecs','ecs_institution','en','Institution',NULL,NULL),('ecs','ecs_invalid_import_type_cms','en','The import type ‘Campus Management’ can be chosen only once.',NULL,NULL),('ecs','ecs_key_password','en','Key Password',NULL,NULL),('ecs','ecs_lastname','en','Last name',NULL,NULL),('ecs','ecs_lm_export','en','Learning Module Releases',NULL,NULL),('ecs','ecs_lm_export_disabled','en','Do not release this Learning Module',NULL,NULL),('ecs','ecs_lm_export_enabled','en','Release this Learning Module',NULL,NULL),('ecs','ecs_lm_export_obj_settings','en','Learning Module Release Settings',NULL,NULL),('ecs','ecs_local_information','en','Further Information',NULL,NULL),('ecs','ecs_local_settings','en','Local Settings',NULL,NULL),('ecs','ecs_login','en','Username or External user account',NULL,NULL),('ecs','ecs_mappings','en','ECS Data Mapping',NULL,NULL),('ecs','ecs_mapping_crs','en','Mapping for Courses',NULL,NULL),('ecs','ecs_mapping_exp_tbl','en','Mapping ILIAS Custom Metadata to ECS-Data',NULL,NULL),('ecs','ecs_mapping_rcrs','en','Mapping for ECS Courses',NULL,NULL),('ecs','ecs_mapping_tbl','en','Mapping of ECS-Data to ILIAS Custom Metadata',NULL,NULL),('ecs','ecs_member_auth_type','en','Authentication Mode (Participants)',NULL,NULL),('ecs','ecs_meta_data','en','Metadata',NULL,NULL),('ecs','ecs_new_approval_subject','en','A new course has been released',NULL,NULL),('ecs','ecs_new_category_mapping','en','New Assignment of Course Links to Categories',NULL,NULL),('ecs','ecs_new_econtent_subject','en','New E-Content created',NULL,NULL),('ecs','ecs_new_user_body','en','A new ECS user account has been created.',NULL,NULL),('ecs','ecs_new_user_profile','en','User profile data:',NULL,NULL),('ecs','ecs_new_user_subject','en','New ECS User Account',NULL,NULL),('ecs','ecs_node_mapping_activate','en','Enable Directory Mapping',NULL,NULL),('ecs','ecs_node_mapping_create_empty','en','Create Categories only, which contain Courses',NULL,NULL),('ecs','ecs_node_mapping_create_empty_info','en','Usable only in combination with course mapping, which will be activated automatically.',NULL,NULL),('ecs','ecs_node_mapping_status_1','en','Mapping of the Whole Tree',NULL,NULL),('ecs','ecs_node_mapping_status_2','en','Manual Mapping',NULL,NULL),('ecs','ecs_node_mapping_status_3','en','Unmapped',NULL,NULL),('ecs','ecs_notifications','en','Notifications',NULL,NULL),('ecs','ecs_not_configured','en','Not configured',NULL,NULL),('ecs','ecs_not_published','en','No approvals selected.',NULL,NULL),('ecs','ecs_no_adv_md','en','No Custom Metadata Available.',NULL,NULL),('ecs','ecs_no_owner','en','Please select one community name.',NULL,NULL),('ecs','ecs_no_value','en','Not available',NULL,NULL),('ecs','ecs_outgoing_user_credentials','en','User attribute',NULL,NULL),('ecs','ecs_outgoing_user_credentials_info','en','Please specify which user attribute should be used for transmission. Possible values [Login], [EXTERNAL_ACCOUNT]. You can modify the specified attribute by prepending or appending any strings. Example: [LOGIN]@example.com',NULL,NULL),('ecs','ecs_participants','en','Participants',NULL,NULL),('ecs','ecs_participants_infos','en','Further Information',NULL,NULL),('ecs','ecs_part_settings','en','Settings for Participant:',NULL,NULL),('ecs','ecs_polling','en','Polling Time',NULL,NULL),('ecs','ecs_polling_info','en','Please define the polling time for creation and update of Course Links',NULL,NULL),('ecs','ecs_port','en','Port',NULL,NULL),('ecs','ecs_position_updates','en','Transfer Position Updates',NULL,NULL),('ecs','ecs_protocol','en','Protocol',NULL,NULL),('ecs','ecs_published_for','en','Published for:',NULL,NULL),('ecs','ecs_publish_as','en','Publish as:',NULL,NULL),('ecs','ecs_publish_for','en','Release for:',NULL,NULL),('ecs','ecs_rcrs_created_body_a','en','A new ECS Course has been created:',NULL,NULL),('ecs','ecs_read_remote_links','en','Update ECS Courses',NULL,NULL),('ecs','ecs_refresh_participants','en','Refresh ECS-Participants',NULL,NULL),('ecs','ecs_released','en','Released Objects',NULL,NULL),('ecs','ecs_released_content','en','Released E-Content',NULL,NULL),('ecs','ecs_remote_imported','en','Information about ECS Course has been refreshed.',NULL,NULL),('ecs','ecs_remote_user_settings','en','Settings for ECS User Accounts',NULL,NULL),('ecs','ecs_role','en','Role Assignment',NULL,NULL),('ecs','ecs_role_mappings','en','Course/Group Role Mappings',NULL,NULL),('ecs','ecs_role_mapping_value','en','Attribute Value',NULL,NULL),('ecs','ecs_server_addr','en','Server Address',NULL,NULL),('ecs','ecs_server_deleted','en','Deleted Server',NULL,NULL),('ecs','ecs_server_settings','en','ECS Functionality',NULL,NULL),('ecs','ecs_server_title','en','Name of ECS Configuration',NULL,NULL),('ecs','ecs_server_url','en','Server URL',NULL,NULL),('ecs','ecs_settings','en','Settings',NULL,NULL),('ecs','ecs_setting_deleted','en','ECS deleted',NULL,NULL),('ecs','ecs_status_deleted','en','Deleted',NULL,NULL),('ecs','ecs_status_legend','en','Legend',NULL,NULL),('ecs','ecs_status_mapped','en','Mapped',NULL,NULL),('ecs','ecs_status_pending_unmapped','en','Pending (unmapped)',NULL,NULL),('ecs','ecs_status_pending_unmapped_discon','en','Pending (mapped, disconnection possible)',NULL,NULL),('ecs','ecs_status_pending_unmapped_nondiscon','en','Pending (mapped, disconnection impossible)',NULL,NULL),('ecs','ecs_sync_trees','en','Synchronise Directory Trees',NULL,NULL),('ecs','ecs_tab_export','en','Export',NULL,NULL),('ecs','ecs_tab_import','en','Import',NULL,NULL),('ecs','ecs_tbl_active','en','Active',NULL,NULL),('ecs','ecs_tbl_active_rules','en','Active Rules for Category Assignment',NULL,NULL),('ecs','ecs_tbl_export','en','Export',NULL,NULL),('ecs','ecs_tbl_import','en','Import',NULL,NULL),('ecs','ecs_tbl_import_type','en','Import Type',NULL,NULL),('ecs','ecs_tbl_settings_for_server','en','ECS Settings for %s',NULL,NULL),('ecs','ecs_title_updates','en','Transfer Title Updates',NULL,NULL),('ecs','ecs_token_mechanism','en','Authentication Token',NULL,NULL),('ecs','ecs_token_mechanism_info','en','If enabled, the authentication on the hosting platform for remote objects, is done by the ECS-Token-Mechanism.',NULL,NULL),('ecs','ecs_tree_updates','en','Transfer Tree Updates',NULL,NULL),('ecs','ecs_tst_export','en','Test Releases',NULL,NULL),('ecs','ecs_tst_export_disabled','en','Do not release this Test',NULL,NULL),('ecs','ecs_tst_export_enabled','en','Release this Test',NULL,NULL),('ecs','ecs_tst_export_obj_settings','en','Test Release Settings',NULL,NULL),('ecs','ecs_unique_id','en','Participant-ID',NULL,NULL),('ecs','ecs_user_rcp','en','Notification About ECS Users',NULL,NULL),('ecs','ecs_user_rcp_info','en','Enter one or more login names of users (comma separated) that will be informed about new ECS users per e-mail.',NULL,NULL),('ecs','ecs_wiki_export','en','Wiki Releases',NULL,NULL),('ecs','ecs_wiki_export_disabled','en','Do not release this Wiki',NULL,NULL),('ecs','ecs_wiki_export_enabled','en','Release this Wiki',NULL,NULL),('ecs','ecs_wiki_export_obj_settings','en','Wiki Release Settings',NULL,NULL),('error','error_back_to_repository','en','Back to Repository',NULL,NULL),('error','error_sry_error','en','Sorry, an error occurred.',NULL,NULL),('etal','appointments','en','Appointments',NULL,NULL),('etal','cal_type_tals','en','Talks',NULL,NULL),('etal','change_date_of_series','en','Change date of talk series',NULL,NULL),('etal','change_date_of_talk','en','Change date of talk',NULL,NULL),('etal','date_of_talk','en','Start Date',NULL,NULL),('etal','etal_add','en','Add Talk',NULL,NULL),('etal','etal_add_new_item','en','Add new Talk',NULL,NULL),('etal','etal_create_invalid_template_ref','en','Invalid Talk Template ID',NULL,NULL),('etal','etal_date_appointment_edit','en','Date of Talk',NULL,NULL),('etal','etal_date_series_edit','en','Date of Talk Series',NULL,NULL),('etal','etal_delete_confirmation_msg','en','Are you sure that you want to delete the following talk?',NULL,NULL),('etal','etal_edit','en','General',NULL,NULL),('etal','etal_invalid_user','en','This user either does not exist or can\'t be invited.',NULL,NULL),('etal','etal_new','en','New Talk',NULL,NULL),('etal','etal_open','en','Open Employee Talk',NULL,NULL),('etal','etal_status_all','en','All',NULL,NULL),('etal','etal_status_completed','en','Completed',NULL,NULL),('etal','etal_status_pending','en','Pending',NULL,NULL),('etal','etal_unknown_username','en','Unknown User',NULL,NULL),('etal','lock_edititng_for_others','en','Lock editing for others',NULL,NULL),('etal','meta_adv_records','en','Metadata',NULL,NULL),('etal','mm_org_etal','en','Talks',NULL,NULL),('etal','mm_talk_template','en','Talk Templates',NULL,NULL),('etal','notification_talks_created','en','You have been invited to the following employee talks.',NULL,NULL),('etal','notification_talks_date_list_header','en','Dates',NULL,NULL),('etal','notification_talks_removed','en','The following appointments have been canceled.',NULL,NULL),('etal','notification_talks_subject','en','Invitation: %s',NULL,NULL),('etal','notification_talks_subject_update','en','Update: %s',NULL,NULL),('etal','notification_talks_updated','en','The following talk appointments have been changed.',NULL,NULL),('etal','pending_talks_warning','en','The following pending talk appointments will be replaced:',NULL,NULL),('etal','talk_serial','en','Talk Serial',NULL,NULL),('etal','tals_add','en','Add Talks',NULL,NULL),('etal','tals_new','en','New Talks',NULL,NULL),('etal','talt_activation_online_info','en','Set the talk template online to make it visible and available for employees. If not, only administrators will have access to it.',NULL,NULL),('etal','talt_add','en','Add Template',NULL,NULL),('etal','talt_edit','en','General',NULL,NULL),('etal','talt_etal','en','Employee Talk',NULL,NULL),('etal','talt_new','en','New Talk Template',NULL,NULL),('etal','will_update_series_info_lock','en','Lock the editing of all appointments in this series',NULL,NULL),('etal','will_update_series_info_title','en','Changes to the title will be made to all appointments in this series.',NULL,NULL),('exc','exc_add_assignment','en','Add Assignment',NULL,NULL),('exc','exc_add_criteria','en','Add Criteria',NULL,NULL),('exc','exc_add_criteria_catalogue','en','Add Catalogue',NULL,NULL),('exc','exc_add_feedback_file','en','Deposit a Feedback File',NULL,NULL),('exc','exc_add_participant','en','Add Participant',NULL,NULL),('exc','exc_adopt_group_teams','en','Adopt Teams from Groups',NULL,NULL),('exc','exc_adopt_group_teams_added','en','%s Users were added.',NULL,NULL),('exc','exc_adopt_group_teams_blocked','en','%s User were already assigned.',NULL,NULL),('exc','exc_adopt_group_teams_conflict','en','User \"%1$s\" is already selected for group \"%2$s\".',NULL,NULL),('exc','exc_adopt_group_teams_no_members','en','No members',NULL,NULL),('exc','exc_after_submission','en','After submission',NULL,NULL),('exc','exc_all','en','All',NULL,NULL),('exc','exc_all_new_files_offered_already','en','All new files have already been offered for download. For another download, please click on the action links below.',NULL,NULL),('exc','exc_assignment','en','Assignment',NULL,NULL),('exc','exc_assignments','en','Assignments',NULL,NULL),('exc','exc_assignments_deleted','en','The assignments have been deleted.',NULL,NULL),('exc','exc_assignment_list','en','Assignments List',NULL,NULL),('exc','exc_assignment_type','en','Type of Submission',NULL,NULL),('exc','exc_assignment_view','en','Assignment View',NULL,NULL),('exc','exc_ass_submission_zip','en','Submissions',NULL,NULL),('exc','exc_ass_team_wiki','en','Assignment Team Wiki',NULL,NULL),('exc','exc_blog_created','en','Blog successfully created.',NULL,NULL),('exc','exc_blog_returned','en','Assignment Blog',NULL,NULL),('exc','exc_blog_selected','en','The blog has been assigned.',NULL,NULL),('exc','exc_chars_remaining','en','Characters remaining:',NULL,NULL),('exc','exc_comment_for_learner_edit','en','Enter in Text Field as Comment',NULL,NULL),('exc','exc_comment_for_learner_info','en','A notification is sent to the user and the feedback will be listed in the user\'s assignment view.',NULL,NULL),('exc','exc_compare_selected_submissions','en','Compare selected submissions',NULL,NULL),('exc','exc_compare_submissions','en','Compare submissions',NULL,NULL),('exc','exc_completion_by_submission','en','Completed by Submission',NULL,NULL),('exc','exc_completion_by_submission_info','en','If enabled, the submission of at least one file causes the completion of an assignment. The score could be manually changed later. Switching this setting does not effect already submitted solutions.',NULL,NULL),('exc','exc_completion_by_tutor','en','Only manual by tutor',NULL,NULL),('exc','exc_conf_del_assignments','en','Do you really want to delete the following assignments?',NULL,NULL),('exc','exc_copy','en','Copy Exercise',NULL,NULL),('exc','exc_copy_zip_error','en','The submission can not be opened. An error occurred when copying the files.',NULL,NULL),('exc','exc_create_blog','en','Create Blog',NULL,NULL),('exc','exc_create_blog_select_info','en','Please select the resources folder in which you would like to create your blog.',NULL,NULL),('exc','exc_create_portfolio','en','Create Portfolio',NULL,NULL),('exc','exc_create_portfolio_no_template','en','Do not use template',NULL,NULL),('exc','exc_create_team','en','Create Team',NULL,NULL),('exc','exc_create_team_times_up_warning','en','You cannot create or join a team anymore.',NULL,NULL),('exc','exc_create_wiki','en','Create Wiki',NULL,NULL),('exc','exc_criterias','en','Criteria',NULL,NULL),('exc','exc_criteria_catalogues','en','Criteria Catalogues',NULL,NULL),('exc','exc_criteria_catalogue_create_form','en','Add New Criteria Catalogue',NULL,NULL),('exc','exc_criteria_catalogue_default','en','No Catalogue',NULL,NULL),('exc','exc_criteria_catalogue_deletion_confirmation','en','Are you sure you want to delete the following criteria catalogues?',NULL,NULL),('exc','exc_criteria_catalogue_update_form','en','Edit Criteria Catalogue',NULL,NULL),('exc','exc_criteria_create_form','en','Add New Criterion',NULL,NULL),('exc','exc_criteria_deletion_confirmation','en','Are you sure you want to delete the following criteria?',NULL,NULL),('exc','exc_criteria_type_bool','en','Fulfilled Yes/No',NULL,NULL),('exc','exc_criteria_type_file','en','File Upload',NULL,NULL),('exc','exc_criteria_type_rating','en','5-Star-Rating',NULL,NULL),('exc','exc_criteria_type_text','en','Text',NULL,NULL),('exc','exc_criteria_update_form','en','Edit Criteria',NULL,NULL),('exc','exc_crit_cat_protected_assignment','en','Active Peer Feedback',NULL,NULL),('exc','exc_crit_cat_protected_assignment_info','en','Criteria catalogues of assignments with active peer feedback cannot be edited anymore.',NULL,NULL),('exc','exc_deadline','en','Deadline',NULL,NULL),('exc','exc_deadline_extended','en','Grace Period',NULL,NULL),('exc','exc_deadline_extended_info','en','Late submission are possible between the deadline and the end of the grace period.',NULL,NULL),('exc','exc_deadline_ext_mismatch','en','The grace period has to end after the deadline.',NULL,NULL),('exc','exc_deadline_not_set_yet','en','Not Set Yet',NULL,NULL),('exc','exc_deadline_requested','en','Requested',NULL,NULL),('exc','exc_deleted_user','en','Deleted User',NULL,NULL),('exc','exc_delete_team','en','Delete Team',NULL,NULL),('exc','exc_denied_has_peer_reviews','en','Reason: Some assignments have peer reviewing activated.',NULL,NULL),('exc','exc_denied_has_submissions','en','Reason: Users have already submitted to assignments.',NULL,NULL),('exc','exc_denied_has_team_assignments','en','Reason: There are team assignments in this exercise.',NULL,NULL),('exc','exc_direct_no_submit','en','Do not submit',NULL,NULL),('exc','exc_direct_submit','en','Submit',NULL,NULL),('exc','exc_direct_submit_blog','en','Would you like to submit the current version of the blog right now? You can do it anytime from the blog editor later on.',NULL,NULL),('exc','exc_direct_submit_portfolio','en','Would you like to submit the current version of the portfolio right now? You can do it anytime from the portfolio editor later on.',NULL,NULL),('exc','exc_download_selected','en','Download Selected Submission',NULL,NULL),('exc','exc_download_zip_structure','en','Download ZIP Structure',NULL,NULL),('exc','exc_down_files_started_bg','en','A ZIP archive with all download files is now created in the background. You can see the status of your background processes at the top right in the Notification Centre. You can also download the ZIP archive there.',NULL,NULL),('exc','exc_earliest_start_time','en','Earliest Start Time',NULL,NULL),('exc','exc_edit_assignment','en','Edit Assignment',NULL,NULL),('exc','exc_edit_assignments','en','Edit Assignments',NULL,NULL),('exc','exc_edit_blog','en','Edit Blog',NULL,NULL),('exc','exc_edit_criterias','en','Edit Criteria',NULL,NULL),('exc','exc_edit_portfolio','en','Edit Portfolio',NULL,NULL),('exc','exc_edit_submission','en','Edit Submission',NULL,NULL),('exc','exc_edit_wiki','en','Edit Wiki',NULL,NULL),('exc','exc_ended','en','Ended',NULL,NULL),('exc','exc_ended_on','en','Ended On',NULL,NULL),('exc','exc_export_excel','en','Export (Excel)',NULL,NULL),('exc','exc_fb_files','en','Evaluation Files',NULL,NULL),('exc','exc_fb_tutor_info','en','When a feedback file is uploaded, a notification is sent to the user and the feedback file will be listed in the user\'s assignment view.',NULL,NULL),('exc','exc_feedback','en','Evaluation by Tutor',NULL,NULL),('exc','exc_feedback_notification_body','en','Feedback is now available for the following assignment.',NULL,NULL),('exc','exc_feedback_notification_link','en','Link to exercise',NULL,NULL),('exc','exc_feedback_notification_reason','en','You are receiving this e-mail because you are a participant of the exercise mentioned above.',NULL,NULL),('exc','exc_feedback_notification_subject','en','Feedback is available for assignment of exercise \"%s\"',NULL,NULL),('exc','exc_files_returned_text','en','Assignment Text',NULL,NULL),('exc','exc_find_zip_error','en','The submission can not be opened. The original files are not found.',NULL,NULL),('exc','exc_fixed_date','en','Fixed Date',NULL,NULL),('exc','exc_fixed_date_individual','en','Individual Deadlines Only',NULL,NULL),('exc','exc_fixed_date_individual_info','en','There is no common deadline. Tutors must set individual deadlines for each participant individually.',NULL,NULL),('exc','exc_fixed_date_info','en','Initially all users get the same fixed deadline.',NULL,NULL),('exc','exc_fullscreen','en','Fullscreen',NULL,NULL),('exc','exc_future','en','Upcoming',NULL,NULL),('exc','exc_given_feedback','en','Given Feedback',NULL,NULL),('exc','exc_global_feedback_file','en','Sample Solution',NULL,NULL),('exc','exc_global_feedback_file_after_date','en','After set Date',NULL,NULL),('exc','exc_global_feedback_file_cron','en','Notification',NULL,NULL),('exc','exc_global_feedback_file_cron_info','en','All learners will be notified via cron job when the sample solution becomes available.',NULL,NULL),('exc','exc_global_feedback_file_date','en','Availability',NULL,NULL),('exc','exc_global_feedback_file_date_deadline','en','After deadline',NULL,NULL),('exc','exc_global_feedback_file_date_upload','en','After submission',NULL,NULL),('exc','exc_go_to_exercise','en','Go to Exercise',NULL,NULL),('exc','exc_graded_mem_notified','en','All graded participants have been notified.',NULL,NULL),('exc','exc_grades','en','Grades Overview',NULL,NULL),('exc','exc_grades_overview','en','Grades View',NULL,NULL),('exc','exc_hand_in','en','Hand In',NULL,NULL),('exc','exc_hand_in_lead_text','en','%s to Submit',NULL,NULL),('exc','exc_idl_request_and_tutor_needed','en','Please send a request to your tutor for setting an individual deadline for you.',NULL,NULL),('exc','exc_idl_tutor_needed','en','You already requested a deadline. The request is still pending. You will be notified once the individual deadline is set.',NULL,NULL),('exc','exc_import','en','Import Exercise',NULL,NULL),('exc','exc_individual_deadline','en','Individual Deadline',NULL,NULL),('exc','exc_individual_deadline_action','en','Set Individual Deadline',NULL,NULL),('exc','exc_individual_deadline_before_global','en','The date has to be after the (last) deadline: %s.',NULL,NULL),('exc','exc_instruction_files','en','Instruction Files',NULL,NULL),('exc','exc_instruction_migration_not_run','en','The instruction file migration has not been finished yet. Please contact your system administrator.',NULL,NULL),('exc','exc_late_submission','en','Late Submission',NULL,NULL),('exc','exc_late_submission_warning','en','Submissions after %s are marked as late.',NULL,NULL),('exc','exc_lead_request_idl','en','Request Deadline',NULL,NULL),('exc','exc_lead_wait_for_idl','en','Waiting For Individual Deadline',NULL,NULL),('exc','exc_limit_characters','en','Limit of characters',NULL,NULL),('exc','exc_list_submission','en','List All Submissions',NULL,NULL),('exc','exc_list_text_assignment','en','List All Submissions',NULL,NULL),('exc','exc_mail_context_grade_reminder_info','en','Reminder Tutors/Teachers to Grade an Assignment',NULL,NULL),('exc','exc_mail_context_grade_reminder_title','en','Exercise: Grade Reminder',NULL,NULL),('exc','exc_mail_context_peer_reminder_info','en','Reminder Users to provide Feedback in an Assignment',NULL,NULL),('exc','exc_mail_context_peer_reminder_title','en','Exercise: Feedback/Peer Reminder',NULL,NULL),('exc','exc_mail_context_reminder_assignment_title','en','Assignment Title',NULL,NULL),('exc','exc_mail_context_reminder_exercise_title','en','Exercise Title',NULL,NULL),('exc','exc_mail_context_submit_reminder_info','en','Reminder Users to Submit an Assignment',NULL,NULL),('exc','exc_mail_context_submit_reminder_title','en','Exercise: Submit Reminder',NULL,NULL),('exc','exc_mail_permanent_link','en','Click on the following link to access the exercise:',NULL,NULL),('exc','exc_manage_team','en','Manage Team',NULL,NULL),('exc','exc_mandatory','en','Mandatory',NULL,NULL),('exc','exc_mandatory_info','en','Mandatory assignments must be passed to pass the whole exercise.',NULL,NULL),('exc','exc_mandatory_rand_determined','en','Randomly determined',NULL,NULL),('exc','exc_max_char_limit','en','Maximum number of characters',NULL,NULL),('exc','exc_max_file','en','Max Number of Files',NULL,NULL),('exc','exc_max_file_info','en','Participants will not be able to upload more files once the limit is reached. In team assignments the limit is also enforced per participant not team-wide.',NULL,NULL),('exc','exc_max_file_reached','en','You cannot upload more than %s files.',NULL,NULL),('exc','exc_max_file_tgl','en','Limit Uploads',NULL,NULL),('exc','exc_max_team_participants','en','Maximal Number',NULL,NULL),('exc','exc_members_already_assigned_team','en','This user is already assigned to a team.',NULL,NULL),('exc','exc_min_char_limit','en','Minimum number of characters',NULL,NULL),('exc','exc_min_nr','en','Number of Assignments',NULL,NULL),('exc','exc_min_nr_info','en','This value must be equal or higher than the number of compulsory assignments.',NULL,NULL),('exc','exc_min_team_participants','en','Minimal Number',NULL,NULL),('exc','exc_msg_all_mandatory_ass','en','You must pass all mandatory assignments to pass the exercise.',NULL,NULL),('exc','exc_msg_deadline_request_body','en','the following user requested an individual deadline.',NULL,NULL),('exc','exc_msg_deadline_request_subject','en','A deadline has been requested in exercise \"%s\".',NULL,NULL),('exc','exc_msg_failed_mandatory','en','You failed in at least one mandatory assignment.',NULL,NULL),('exc','exc_msg_grading_done','en','An assignment has been graded in exercise \"%s\".',NULL,NULL),('exc','exc_msg_grading_done_body','en','a tutor has graded your submission in exercise \"%s\".',NULL,NULL),('exc','exc_msg_idl_set_body','en','a new individual deadline has been set.',NULL,NULL),('exc','exc_msg_idl_set_subject','en','A new deadline has been set in exercise \"%s\".',NULL,NULL),('exc','exc_msg_min_number_ass','en','You must pass a minimum of %s assignments to pass the exercise.',NULL,NULL),('exc','exc_msg_missed_minimum_number','en','You did not pass the minimum number of assignments.',NULL,NULL),('exc','exc_msg_new_feedback_file_uploaded','en','A new feedback file has been added to exercise \"%s\".',NULL,NULL),('exc','exc_msg_new_feedback_file_uploaded2','en','a tutor has uploaded a new feedback file for you.',NULL,NULL),('exc','exc_msg_new_feedback_text_uploaded','en','A new comment has been added to exercise \"%s\".',NULL,NULL),('exc','exc_msg_new_feedback_text_uploaded2','en','a tutor has added a new comment for you.',NULL,NULL),('exc','exc_msg_new_message_from_pf_giver','en','A new message from a peer feedback giver has been added to exercise \"%s\".',NULL,NULL),('exc','exc_msg_new_message_from_pf_giver2','en','a peer feedback giver has added a new message for you:',NULL,NULL),('exc','exc_msg_new_message_from_pf_recipient','en','A new message from a peer feedback recipient has been added to exercise \"%s\".',NULL,NULL),('exc','exc_msg_new_message_from_pf_recipient2','en','a peer feedback recipient has added a new message for you:',NULL,NULL),('exc','exc_msg_participants_removed','en','The participants have been removed from the exercise.',NULL,NULL),('exc','exc_msg_public_submission','en','All submissions will be published after the deadline.',NULL,NULL),('exc','exc_msg_saved_grades','en','Grades and comments have been saved.',NULL,NULL),('exc','exc_msg_sure_to_deassign_participant','en','Are you sure that you want to remove the participants from all assignments of the exercise? This will also delete all their handed in resources!',NULL,NULL),('exc','exc_multi_feedback','en','Evaluation for many Participants',NULL,NULL),('exc','exc_multi_feedback_file','en','Multi-Feedback File',NULL,NULL),('exc','exc_multi_feedback_files','en','Multi-Feedback Files',NULL,NULL),('exc','exc_multi_feedb_info','en','On this screen you can upload multiple feedbacks in one file. First click on ‘Download ZIP Structure’, save the ZIP file and extract it on your local computer. Put the feedback files into the corresponding user directories. Now compress the whole directory as one ZIP file again. Browse your local filesystem for the file and select it as the ‘Multi-Feedback File’ in the form below. After that click ‘Upload’. A confirmation screen will list the files. Please avoid using any special characters in your file names.',NULL,NULL),('exc','exc_needs_deadline','en','This feature does only work with an assignment deadline.',NULL,NULL),('exc','exc_needs_fixed_deadline','en','This feature only works with a fixed deadline.',NULL,NULL),('exc','exc_new_assignment','en','New Assignment',NULL,NULL),('exc','exc_note_for_tutor','en','Note for Tutors',NULL,NULL),('exc','exc_notification','en','Personal Notification',NULL,NULL),('exc','exc_no_assignments','en','No assignments available.',NULL,NULL),('exc','exc_no_assignments_available','en','No assignments created yet. Please open ‘Assignments’ and ‘Edit’ to create a first assignment.',NULL,NULL),('exc','exc_no_deadline','en','No Deadline',NULL,NULL),('exc','exc_no_deadline_info','en','There is no submission deadline for participants.',NULL,NULL),('exc','exc_no_deadline_specified','en','No deadline specified.',NULL,NULL),('exc','exc_no_feedback_dir_found_in_zip','en','The directory structure of the uploaded zip-archive could not be processed.',NULL,NULL),('exc','exc_no_get_target','en','A valid target has not been sent.',NULL,NULL),('exc','exc_no_graded_mem_selected','en','Please select at least one graded participant.',NULL,NULL),('exc','exc_no_participants','en','There are currently no participants.',NULL,NULL),('exc','exc_no_peer_feedback_deadline','en','No Deadline for Giving Feedback',NULL,NULL),('exc','exc_no_portfolio_templates','en','There are no Portfolio Templates available.',NULL,NULL),('exc','exc_no_submission_yet','en','No submission yet.',NULL,NULL),('exc','exc_no_team_yet','en','Not assigned to a team',NULL,NULL),('exc','exc_no_team_yet_info','en','You can create a team yourself or be added to an existing team by its team members.',NULL,NULL),('exc','exc_no_team_yet_info_tutor','en','Teams are managed by the exercise tutors.',NULL,NULL),('exc','exc_no_team_yet_notice','en','You are not assigned to a team yet!',NULL,NULL),('exc','exc_nr_random_mand','en','Number of Mandatory Assignments',NULL,NULL),('exc','exc_num_teams','en','Number',NULL,NULL),('exc','exc_ongoing','en','Ongoing',NULL,NULL),('exc','exc_optional','en','Optional',NULL,NULL),('exc','exc_order_by_deadline','en','Order by Deadline',NULL,NULL),('exc','exc_overview','en','Overview',NULL,NULL),('exc','exc_participant','en','Participant',NULL,NULL),('exc','exc_participants','en','Participants',NULL,NULL),('exc','exc_participant_view','en','Participant View',NULL,NULL),('exc','exc_passed_status_determination','en','Determination of Status ‘Passed’',NULL,NULL),('exc','exc_passing_exc','en','Passing the Exercise',NULL,NULL),('exc','exc_pass_all','en','All Mandatory Assignments',NULL,NULL),('exc','exc_pass_all_info','en','All mandatory assignments must be passed to pass the exercise.',NULL,NULL),('exc','exc_pass_minimum_nr','en','Minimum Number of Assignments',NULL,NULL),('exc','exc_pass_minimum_nr_info','en','A minimum number of assignments must be passed to pass the exercise. This value must be equal or higher than the number of mandatory assignments.',NULL,NULL),('exc','exc_pass_mode','en','Pass Mode',NULL,NULL),('exc','exc_pass_mode_not_changeable_info','en','The pass mode cannot be changed anymore.',NULL,NULL),('exc','exc_past','en','Past',NULL,NULL),('exc','exc_peer_deadline_mismatch','en','As feedback is given after the deadline has passed the feedback deadline must not be earlier than the assignment deadline.',NULL,NULL),('exc','exc_peer_review','en','Peer-Feedback',NULL,NULL),('exc','exc_peer_reviews_invalid_warning','en','Invalid Peer Groups',NULL,NULL),('exc','exc_peer_reviews_in_lead_text','en','%s to Give Feedback',NULL,NULL),('exc','exc_peer_review_ass_setting_info','en','Users can rate the solutions of their peers after the deadline and if granted the grace period lapsed. Specific settings on peer-feedback are made in the respective tab. After activation this option and saving it, the tab \'Peer-Feedback\' will be displayed.',NULL,NULL),('exc','exc_peer_review_chars_invalid','en','Your feedback does not have the required minimum length of %s characters.',NULL,NULL),('exc','exc_peer_review_completion','en','Determination of \"Passed\" Status',NULL,NULL),('exc','exc_peer_review_completion_all','en','All required feedbacks',NULL,NULL),('exc','exc_peer_review_completion_all_info','en','The assignment will be automatically set to \"Passed\" only after submission of a solution and all required feedbacks.',NULL,NULL),('exc','exc_peer_review_completion_none','en','Peer feedback is optional',NULL,NULL),('exc','exc_peer_review_completion_none_info','en','The assignment will be automatically set to \"Passed\" after submission regardless of feedback being provided or not.',NULL,NULL),('exc','exc_peer_review_completion_one','en','At least one feedback',NULL,NULL),('exc','exc_peer_review_completion_one_info','en','The assignment will be automatically set to \"Passed\" only after submission of a solution and at least one feedback.',NULL,NULL),('exc','exc_peer_review_deadline','en','Feedback Deadline',NULL,NULL),('exc','exc_peer_review_deadline_info','en','Feedback can be given up to this date and received feedback is only accessible from then on.',NULL,NULL),('exc','exc_peer_review_deadline_info_button','en','Deadline: %s',NULL,NULL),('exc','exc_peer_review_deadline_reached','en','Feedback time is up.',NULL,NULL),('exc','exc_peer_review_file','en','File Upload',NULL,NULL),('exc','exc_peer_review_file_info','en','Enable peers to upload 1 file per review',NULL,NULL),('exc','exc_peer_review_give','en','Give Feedback',NULL,NULL),('exc','exc_peer_review_given','en','Show Given Feedback',NULL,NULL),('exc','exc_peer_review_giver','en','Feedback Giver',NULL,NULL),('exc','exc_peer_review_invalid_giver_ids','en','Peer givers who are not exercise members anymore or do not have a submission',NULL,NULL),('exc','exc_peer_review_invalid_peer_ids','en','Peer recipients who are not exercise members anymore or do not have a submission',NULL,NULL),('exc','exc_peer_review_min_chars','en','Mininum Number of Characters',NULL,NULL),('exc','exc_peer_review_min_chars_info','en','The required number of characters for a valid feedback.',NULL,NULL),('exc','exc_peer_review_min_chars_tgl','en','Mininum Length',NULL,NULL),('exc','exc_peer_review_min_number','en','Required Number of Feedbacks',NULL,NULL),('exc','exc_peer_review_min_number_info','en','Number of feedbacks a participant is required to give to peers. In case the minimum number of required feedbacks is greater than the actual number of submissions, the required minimum is automatically reduced to the the number of peer submissions.',NULL,NULL),('exc','exc_peer_review_missing_info','en','To see your received feedback, you still have to give %s feedbacks.',NULL,NULL),('exc','exc_peer_review_missing_info_deadline','en','To see your received feedback, you still have to give %1$s feedbacks. Access will be granted on: %2$s.',NULL,NULL),('exc','exc_peer_review_missing_users','en','Users with submissions who are not part of the peer-feedback',NULL,NULL),('exc','exc_peer_review_not_returned_users','en','Users without submissions who are not part of the peer-feedback',NULL,NULL),('exc','exc_peer_review_no_peers','en','There are no peers to give feedback for.',NULL,NULL),('exc','exc_peer_review_no_peers_reviewed_yet','en','There was no feedback given yet.',NULL,NULL),('exc','exc_peer_review_overview','en','Show Peer Groups',NULL,NULL),('exc','exc_peer_review_overview_invalid_users','en','Invalid Users',NULL,NULL),('exc','exc_peer_review_personal','en','Personalized Peer-Feedback',NULL,NULL),('exc','exc_peer_review_personal_info','en','Peers are shown with full name',NULL,NULL),('exc','exc_peer_review_rating','en','Rating',NULL,NULL),('exc','exc_peer_review_recipient','en','Feedback Recipient',NULL,NULL),('exc','exc_peer_review_reset','en','Delete and Reset Peer-Feedback',NULL,NULL),('exc','exc_peer_review_reset_done','en','All Peer-Feedback-related data has been deleted for the assignment.',NULL,NULL),('exc','exc_peer_review_reset_sure','en','Are you sure you want to delete the complete peer-feedback for the assignment \"%s\"?',NULL,NULL),('exc','exc_peer_review_show','en','Show Received Feedback',NULL,NULL),('exc','exc_peer_review_show_missing','en','You cannot view your received feedback as you gave not enough feedback.',NULL,NULL),('exc','exc_peer_review_show_received_none','en','You received no feedback.',NULL,NULL),('exc','exc_peer_review_simple_unlock','en','Access to received feedback',NULL,NULL),('exc','exc_peer_review_simple_unlock_active','en','After giving at least 1 valid feedback',NULL,NULL),('exc','exc_peer_review_simple_unlock_immed','en','Always show received peer feedback',NULL,NULL),('exc','exc_peer_review_simple_unlock_inactive','en','After giving all required feedbacks',NULL,NULL),('exc','exc_peer_review_text','en','Text Input',NULL,NULL),('exc','exc_peer_review_updated','en','Your feedback has been saved.',NULL,NULL),('exc','exc_portfolio_created','en','Portfolio was created.',NULL,NULL),('exc','exc_portfolio_returned','en','Assignment Portfolio',NULL,NULL),('exc','exc_portfolio_selected','en','The portfolio has been assigned.',NULL,NULL),('exc','exc_portfolio_template','en','Portfolio Template',NULL,NULL),('exc','exc_portfolio_unlinked_from_assignment','en','Portfolio removed from this assignment',NULL,NULL),('exc','exc_presentation_order','en','Presentation Order',NULL,NULL),('exc','exc_print_pdf','en','Print/PDF',NULL,NULL),('exc','exc_public_submission','en','Public Submissions',NULL,NULL),('exc','exc_publishing','en','Publishing',NULL,NULL),('exc','exc_random','en','Random',NULL,NULL),('exc','exc_random_assignment','en','Random Assignment',NULL,NULL),('exc','exc_random_assignment_info','en','When starting the exercise some assignments will be randomly selected being mandatory for you.',NULL,NULL),('exc','exc_random_selection','en','Random Selection',NULL,NULL),('exc','exc_random_selection_info','en','Each user gets assigned a random selection of mandatory assignments.',NULL,NULL),('exc','exc_random_selection_not_changeable_info','en','This mode cannot be activated.',NULL,NULL),('exc','exc_rand_nr_mandatory','en','Number of Mandatory Assignments',NULL,NULL),('exc','exc_rand_overall_ass','en','Overall Number of Assignments',NULL,NULL),('exc','exc_received_feedback','en','Received Feedbacks',NULL,NULL),('exc','exc_relative_date','en','Relative Date',NULL,NULL),('exc','exc_relative_date_info','en','The deadline is set individually relative to the time when a user started the assignment.',NULL,NULL),('exc','exc_relative_date_period','en','Working Time',NULL,NULL),('exc','exc_rel_last_submission','en','Last Possible Submission',NULL,NULL),('exc','exc_rel_last_submission_info','en','If this optional date is set, all user have to submit until this deadline is reached.',NULL,NULL),('exc','exc_rel_start_latest_lead_text','en','%s the Latest',NULL,NULL),('exc','exc_rel_start_lead_text','en','Submit %s Days After Start',NULL,NULL),('exc','exc_reminders_cron','en','Reminders for Assignments',NULL,NULL),('exc','exc_reminders_cron_info','en','If enabled, 3 reminders will be active: Users to Submit, Tutors to Grade and Participants to Feedback.',NULL,NULL),('exc','exc_reminder_cron_ok','en','Reminders sent:',NULL,NULL),('exc','exc_reminder_end','en','Reminder ends',NULL,NULL),('exc','exc_reminder_feedback_setting','en','Remind Participants to Feedback',NULL,NULL),('exc','exc_reminder_feedback_start','en','Start Reminders before Feedback Deadline',NULL,NULL),('exc','exc_reminder_frequency','en','Frequency',NULL,NULL),('exc','exc_reminder_grade_body','en','the following assignment has not been graded by you yet',NULL,NULL),('exc','exc_reminder_grade_setting','en','Remind Tutors to Grade',NULL,NULL),('exc','exc_reminder_grade_subject','en','Assignment \"%s\" was not graded',NULL,NULL),('exc','exc_reminder_link','en','URL',NULL,NULL),('exc','exc_reminder_mail_no_tpl','en','Do not use mail template',NULL,NULL),('exc','exc_reminder_mail_template','en','Mail Template',NULL,NULL),('exc','exc_reminder_peer_body','en','the following assignment has no feedback from you yet',NULL,NULL),('exc','exc_reminder_peer_subject','en','Assignment \"%s\" has no feedback',NULL,NULL),('exc','exc_reminder_salutation','en','Hello %s,',NULL,NULL),('exc','exc_reminder_start','en','Start Reminders before Deadline',NULL,NULL),('exc','exc_reminder_start_info','en','All members of the parent course/group will be sent reminders.<br>No parent course/group given - no reminder will be sent!',NULL,NULL),('exc','exc_reminder_submit_body','en','the following assignment has not been finished by you yet',NULL,NULL),('exc','exc_reminder_submit_setting','en','Remind Users to Submit',NULL,NULL),('exc','exc_reminder_submit_subject','en','Assignment \"%s\" was not finished',NULL,NULL),('exc','exc_rem_time_after_start','en','Remaining Time after Start',NULL,NULL),('exc','exc_request_deadline','en','Request Deadline',NULL,NULL),('exc','exc_requirement','en','Requirement',NULL,NULL),('exc','exc_review_anytime','en','Give Feedback Anytime',NULL,NULL),('exc','exc_saved_order','en','Saved presentation order.',NULL,NULL),('exc','exc_save_all','en','Save All',NULL,NULL),('exc','exc_save_order','en','Save Order',NULL,NULL),('exc','exc_save_selected','en','Save Selected',NULL,NULL),('exc','exc_schedule','en','Schedule',NULL,NULL),('exc','exc_select_ass','en','Select Assignment',NULL,NULL),('exc','exc_select_blog','en','Use Existing Blog',NULL,NULL),('exc','exc_select_blog_change','en','Use different blog',NULL,NULL),('exc','exc_select_blog_info','en','Please select one of your blogs to use it with this assignment.',NULL,NULL),('exc','exc_select_blog_unlink','en','Remove Blog',NULL,NULL),('exc','exc_select_part','en','Select Participant',NULL,NULL),('exc','exc_select_portfolio','en','Use Existing Portfolio',NULL,NULL),('exc','exc_select_portfolio_change','en','Use different portfolio',NULL,NULL),('exc','exc_select_portfolio_info','en','Please select one of your portfolios to use it with this assignment.',NULL,NULL),('exc','exc_select_portfolio_unlink','en','Remove Portfolio',NULL,NULL),('exc','exc_send_assignment','en','Send Assignment by Mail',NULL,NULL),('exc','exc_send_grading_notification','en','Send Grading Notification',NULL,NULL),('exc','exc_settings_feedback','en','Evaluation',NULL,NULL),('exc','exc_settings_feedback_file','en','By File',NULL,NULL),('exc','exc_settings_feedback_file_info','en','Tutors upload a file. The participant receives a notification about it and can access the file at the assignment overview.',NULL,NULL),('exc','exc_settings_feedback_mail','en','By Mail',NULL,NULL),('exc','exc_settings_feedback_mail_info','en','Tutors enter their evaluation into a mail form. The evaluation is sent to participants.',NULL,NULL),('exc','exc_settings_feedback_text','en','Text Input',NULL,NULL),('exc','exc_settings_feedback_text_info','en','Tutors type their evaluation in a text field. The participant receives a notification about it and the text is displayed at the assignment overview.',NULL,NULL),('exc','exc_set_failed','en','Set as Failed',NULL,NULL),('exc','exc_set_passed','en','Set as Passed',NULL,NULL),('exc','exc_show_instructions','en','Show Work Instructions',NULL,NULL),('exc','exc_show_peer_review','en','Show Peer-Feedback',NULL,NULL),('exc','exc_show_submissions','en','Publish Submissions after Deadline',NULL,NULL),('exc','exc_show_submissions_info','en','For assignments with a fixed submission deadline, participants can view all submissions after the submission deadline.',NULL,NULL),('exc','exc_starting_on','en','Starting On',NULL,NULL),('exc','exc_start_assignment','en','Start Assignment',NULL,NULL),('exc','exc_start_exercise','en','Start Exercise',NULL,NULL),('exc','exc_start_time','en','Start Time',NULL,NULL),('exc','exc_submissions_and_grades','en','Submissions and Grades',NULL,NULL),('exc','exc_submission_and_grades_notification_link','en','Link to \"Submissions and Grades\" of exercise: %s',NULL,NULL),('exc','exc_submission_downloads_notification_link','en','Download new submissions: %s',NULL,NULL),('exc','exc_submission_file','en','Submission File',NULL,NULL),('exc','exc_submission_notification','en','E-Mail Notification on Submissions',NULL,NULL),('exc','exc_submission_notification_body','en','A new submission for exercise \"%s\" has been uploaded.',NULL,NULL),('exc','exc_submission_notification_info','en','You will be notified when submissions are uploaded or individual deadlines are requested. This is a personal setting which does not affect other administrators of the exercise.',NULL,NULL),('exc','exc_submission_notification_link','en','Link to exercise: %s',NULL,NULL),('exc','exc_submission_notification_subject','en','Exercise \"%s\" - New submission uploaded',NULL,NULL),('exc','exc_submission_no_new_files','en','No new submissions available.',NULL,NULL),('exc','exc_submission_open_notification_link','en','Open submission: %s',NULL,NULL),('exc','exc_submission_text','en','Submission Text',NULL,NULL),('exc','exc_submitted_files_deleted','en','The selected files have been deleted.',NULL,NULL),('exc','exc_submit_anytime','en','Submit Anytime',NULL,NULL),('exc','exc_submit_convenience_no_deadline','en','Submit your at your convenience. There is no  specific  deadline.',NULL,NULL),('exc','exc_sure_unlink_blog','en','Are you sure to remove this blog form this assignment?',NULL,NULL),('exc','exc_sure_unlink_portfolio','en','Are you sure to remove this portfolio form this assignment?',NULL,NULL),('exc','exc_target_not_valid','en','Target requested is not valid or incomplete.',NULL,NULL),('exc','exc_task_grading','en','Grading of Assignment \"%1\"',NULL,NULL),('exc','exc_task_peer_feedback','en','Give Peer Feedback in Assignment \"%1\"',NULL,NULL),('exc','exc_task_submission','en','Submission of Assignment \"%1\"',NULL,NULL),('exc','exc_tbl_action_download_all_files','en','Download All Submissions',NULL,NULL),('exc','exc_tbl_action_download_files','en','Download Submissions',NULL,NULL),('exc','exc_tbl_action_download_new_files','en','Download New Submissions',NULL,NULL),('exc','exc_tbl_action_feedback_file','en','Evaluation by File',NULL,NULL),('exc','exc_tbl_action_feedback_mail','en','Send Evaluation Mail',NULL,NULL),('exc','exc_tbl_action_feedback_text','en','Write Evaluation Statement',NULL,NULL),('exc','exc_tbl_action_open_submission','en','Open Submission',NULL,NULL),('exc','exc_tbl_action_peer_review_given','en','Show Given Peer Feedback',NULL,NULL),('exc','exc_tbl_action_peer_review_received','en','Show Received Peer Feedback',NULL,NULL),('exc','exc_tbl_action_team_log','en','Show Team Log',NULL,NULL),('exc','exc_tbl_action_text_assignment_show','en','Show Submission',NULL,NULL),('exc','exc_tbl_calculated_deadline','en','Calculated Deadline',NULL,NULL),('exc','exc_tbl_comment','en','Evaluation Statement',NULL,NULL),('exc','exc_tbl_feedback_time','en','Evaluation on',NULL,NULL),('exc','exc_tbl_filter_has_no_submission','en','Has not submitted yet',NULL,NULL),('exc','exc_tbl_filter_has_submission','en','Has submitted',NULL,NULL),('exc','exc_tbl_filter_submission','en','Submission',NULL,NULL),('exc','exc_tbl_filter_submission_after','en','Submission After',NULL,NULL),('exc','exc_tbl_filter_submission_before','en','Submission Before',NULL,NULL),('exc','exc_tbl_individual_deadline','en','Individual Deadline',NULL,NULL),('exc','exc_tbl_mark','en','Mark',NULL,NULL),('exc','exc_tbl_notice','en','Note for Tutors',NULL,NULL),('exc','exc_tbl_sent_time','en','Assignment sent on',NULL,NULL),('exc','exc_tbl_status','en','Grade',NULL,NULL),('exc','exc_tbl_status_time','en','Graded on',NULL,NULL),('exc','exc_tbl_submission_date','en','Submitted on',NULL,NULL),('exc','exc_tbl_team','en','Team',NULL,NULL),('exc','exc_team','en','Team',NULL,NULL),('exc','exc_teams_assignment_adopted','en','Teams adopted from existing assignment',NULL,NULL),('exc','exc_team_assignment_adopt','en','Adopt teams from existing assignment',NULL,NULL),('exc','exc_team_assignment_adopt_already_assigned','en','already assigned',NULL,NULL),('exc','exc_team_assignment_adopt_none','en','Do not adopt any teams',NULL,NULL),('exc','exc_team_assignment_adopt_none_user','en','Create new team',NULL,NULL),('exc','exc_team_assignment_adopt_teams','en','Teams',NULL,NULL),('exc','exc_team_assignment_adopt_user','en','Adopt team from assignment',NULL,NULL),('exc','exc_team_at_least_one','en','There has to be at least 1 team member.',NULL,NULL),('exc','exc_team_by_assignment','en','Adopt Teams from Assignment',NULL,NULL),('exc','exc_team_by_assignment_info','en','Teams formed in other Assignments will be used for this Assignment too.',NULL,NULL),('exc','exc_team_by_participants','en','Participants Self-Organise Forming Teams',NULL,NULL),('exc','exc_team_by_participants_info','en','Participants opt for teams.',NULL,NULL),('exc','exc_team_by_random','en','Teams are formed randomly and automatically.',NULL,NULL),('exc','exc_team_by_random_add_info','en','Please note that you have to assign all participants first before using this mode.',NULL,NULL),('exc','exc_team_by_random_info','en','ILIAS will allocate participants to a set number of teams.',NULL,NULL),('exc','exc_team_by_tutors','en','Teams are formed by Tutors.',NULL,NULL),('exc','exc_team_by_tutors_info','en','Tutors allocate participants to teams, participants cannot self-organize.',NULL,NULL),('exc','exc_team_by_tutors_manual','en','Manually',NULL,NULL),('exc','exc_team_by_tutors_manual_info','en','Tutors manually allocate participants to teams.',NULL,NULL),('exc','exc_team_creation','en','Creation',NULL,NULL),('exc','exc_team_formation','en','Team Formation',NULL,NULL),('exc','exc_team_log','en','Team Log',NULL,NULL),('exc','exc_team_log_add_file','en','Added file %s.',NULL,NULL),('exc','exc_team_log_add_member','en','Added member %s.',NULL,NULL),('exc','exc_team_log_create_team','en','Team created.',NULL,NULL),('exc','exc_team_log_remove_file','en','Removed file %s.',NULL,NULL),('exc','exc_team_log_remove_member','en','Removed member %s.',NULL,NULL),('exc','exc_team_management_tutor','en','Team Management by Tutors',NULL,NULL),('exc','exc_team_max_small_than_members','en','Maximal Number of Participants can not be set as %s because some teams need to be set with %s participants.',NULL,NULL),('exc','exc_team_members','en','Team Members',NULL,NULL),('exc','exc_team_member_add','en','Add Team Member (Search)',NULL,NULL),('exc','exc_team_member_container_add','en','Add Team Member from Course/Group',NULL,NULL),('exc','exc_team_member_remove_sure','en','Are you sure you want to remove the following members of your team? Please be aware that all files they have uploaded will also be removed from your team.',NULL,NULL),('exc','exc_team_minimal_too_big','en','Minimal number of team participants %s is too big, please decrease the value.',NULL,NULL),('exc','exc_team_min_big_than_max','en','Maximal number of team participants can not be smaller than Minimal number of team participants.',NULL,NULL),('exc','exc_team_min_small_than_members','en','Minimal Number of Participants can not be set as %s because teams are set with %s participants.',NULL,NULL),('exc','exc_team_multi_create','en','Create Team',NULL,NULL),('exc','exc_team_multi_dissolve','en','Dissolve Team(s)',NULL,NULL),('exc','exc_team_notification_body_add','en','you have been added to a team upload assignment.',NULL,NULL),('exc','exc_team_notification_body_rmv','en','you have been removed from a team upload assignment.',NULL,NULL),('exc','exc_team_notification_link','en','Link to exercise',NULL,NULL),('exc','exc_team_notification_reason','en','You are receiving this e-mail because you are a participant of the exercise mentioned above.',NULL,NULL),('exc','exc_team_notification_subject_add','en','Added as team member to upload assignment of exercise \"%s\"',NULL,NULL),('exc','exc_team_notification_subject_rmv','en','Removed from a team upload assignment of exercise \"%s\"',NULL,NULL),('exc','exc_template','en','Template',NULL,NULL),('exc','exc_text_assignment_edit','en','Edit Text',NULL,NULL),('exc','exc_text_assignment_show','en','Show Text',NULL,NULL),('exc','exc_text_saved','en','Text has been saved.',NULL,NULL),('exc','exc_total_exc','en','Total Exercise',NULL,NULL),('exc','exc_total_members','en','Total Exercise Participants',NULL,NULL),('exc','exc_type','en','Type',NULL,NULL),('exc','exc_type_blog','en','Blog',NULL,NULL),('exc','exc_type_portfolio','en','Portfolio',NULL,NULL),('exc','exc_type_text','en','Text',NULL,NULL),('exc','exc_type_upload','en','Upload',NULL,NULL),('exc','exc_type_upload_team','en','Team Upload',NULL,NULL),('exc','exc_value_can_not_set','en','This value can not be set.',NULL,NULL),('exc','exc_view_portfolio','en','View Portfolio',NULL,NULL),('exc','exc_wait_for_files','en','Your download should start automatically. If the download doesn\'t start in 5 secs, please click here',NULL,NULL),('exc','exc_wiki_container','en','Wiki Container',NULL,NULL),('exc','exc_wiki_container_info','en','Location where wikis of participants will be created.',NULL,NULL),('exc','exc_without_template','en','Without Portfolio - Template',NULL,NULL),('exc','exc_without_template_info','en','Participants will create their Portfolio from scratch',NULL,NULL),('exc','exc_without_wiki_template','en','Without Wiki Template',NULL,NULL),('exc','exc_without_wiki_template_info','en','Participants will create their wiki from scratch.',NULL,NULL),('exc','exc_with_template','en','With Portfolio - Template',NULL,NULL),('exc','exc_with_template_info','en','An empty Portfolio will be automatically derived from a specific Portfolio Template.',NULL,NULL),('exc','exc_with_wiki_template','en','With Wiki Template',NULL,NULL),('exc','exc_with_wiki_template_info','en','The template wiki will be copied to create the wikis of participants.',NULL,NULL),('exc','exc_work_instructions','en','Work instructions',NULL,NULL),('exc','exc_x_of_y','en','of',NULL,NULL),('exc','exc_your_text','en','Your Text',NULL,NULL),('exc','feedback','en','Feedback',NULL,NULL),('exc','feedback_from','en','Feedback from',NULL,NULL),('exc','feedback_given','en','Feedback given',NULL,NULL),('exc','feedback_received','en','Feedback received',NULL,NULL),('exc','filter','en','Filter',NULL,NULL),('exc','fiter_no_results','en','The current filter did not match any submission.',NULL,NULL),('exc','grade_evaluate','en','Grade and Evaluate',NULL,NULL),('exc','not_yet','en','not yet',NULL,NULL),('exc','submissions_feedback','en','Submissions and Peer Feedback',NULL,NULL),('exc','submissions_only','en','Submissions Only',NULL,NULL),('exc','text_assignment','en','Text Assignment',NULL,NULL),('excv','excv_create','en','Create Exercise Certificate',NULL,NULL),('excv','excv_create_info','en','Select a completed exercise to generate a certificate for it.',NULL,NULL),('exercise','exc_admin_settings','en','Exercise Administration',NULL,NULL),('exercise','exc_comment','en','Evaluation Statement',NULL,NULL),('exercise','exc_comment_for_learner','en','Evaluation Statement',NULL,NULL),('exercise','exc_failed','en','Failed',NULL,NULL),('exercise','exc_feedback_from_tutor','en','Evaluation by Tutor',NULL,NULL),('exercise','exc_grading','en','Grading',NULL,NULL),('exercise','exc_mark','en','Mark',NULL,NULL),('exercise','exc_notgraded','en','Not Graded',NULL,NULL),('exercise','exc_passed','en','Passed',NULL,NULL),('exercise','exc_send_mail','en','Send as Mail',NULL,NULL),('exercise','exc_start_date_should_be_before_end_date','en','Start time should be before deadline.',NULL,NULL),('exercise','exc_your_submission','en','Your Submission',NULL,NULL),('exp','export_created','en','A new export file has been created.',NULL,NULL),('exp','export_files_deleted','en','The selected export files have been deleted.',NULL,NULL),('exp','exp_create_file','en','Create Export File',NULL,NULL),('exp','exp_error_disabled','en','The export feature is disabled for containers. You may contact your system administrator.',NULL,NULL),('exp','exp_error_too_many_objects','en','The export exceeds the maximum number of allowerd objects (%1). Please select a lower number of objects.',NULL,NULL),('exp','exp_export_files','en','Export Files',NULL,NULL),('exp','exp_file_created','en','The export file has been created.',NULL,NULL),('exp','exp_html','en','HTML',NULL,NULL),('exp','exp_import_validation_err_no_matching_xsd','en','No valid schema file for version %s exists.',NULL,NULL),('exp','exp_print_pdf','en','Print/PDF',NULL,NULL),('exp','exp_print_pdf_info','en','To create a PDF please use the \"Print to PDF\" target as soon as the print view is presented.',NULL,NULL),('exp','exp_really_delete','en','Do you really want to delete these export files?',NULL,NULL),('exp','exp_scorm','en','SCORM',NULL,NULL),('exp','exp_show_print_view','en','Show Print View',NULL,NULL),('exp','exp_xml','en','XML',NULL,NULL),('export','export_create','en','Create',NULL,NULL),('export','export_create_new_file','en','Create New Export File',NULL,NULL),('export','export_existing','en','Reuse',NULL,NULL),('export','export_export_date','en','Export Date',NULL,NULL),('export','export_last_export','en','Last Export',NULL,NULL),('export','export_last_export_file','en','Use Last Export File',NULL,NULL),('export','export_last_file','en','Last File',NULL,NULL),('export','export_omit','en','Omit',NULL,NULL),('export','export_omit_resource','en','Omit Resource',NULL,NULL),('export','export_resource','en','Resource',NULL,NULL),('export','export_save_selection','en','Start Export',NULL,NULL),('export','export_select_resources','en','Select Resources',NULL,NULL),('export','no_file','en','No file',NULL,NULL),('file','action_download','en','Download file',NULL,NULL),('file','action_show','en','Redirect user to the file’s ‘Info’ tab',NULL,NULL),('file','add_icon','en','Add Icon',NULL,NULL),('file','amount_of_downloads','en','Downloads',NULL,NULL),('file','amount_of_downloads_since','en','%d times since %s',NULL,NULL),('file','copyright_custom','en','Custom',NULL,NULL),('file','copyright_custom_info','en','Choose a custom copyright which will be applied to all unzipped files of this archive.',NULL,NULL),('file','copyright_inherited','en','Inherited',NULL,NULL),('file','copyright_inherited_info','en','Apply the copyright of the zip archive to its unzipped files. <br \\>Copyright of zip archive: %s.',NULL,NULL),('file','could_not_create_file_objs','en','An error occurred while creating your file objects. Please contact the administrators of this platform.',NULL,NULL),('file','de_activate_icon','en','Activate / Deactivate',NULL,NULL),('file','download_ascii_filename','en','Allow Only ASCII Characters in Downloaded Filenames',NULL,NULL),('file','download_ascii_filename_info','en','Only allow ASCII characters in the names of downloaded files. Non-ASCII-characters in the names of downloaded files will be replaced with a “_”. Deactivate to allow the use of all characters.',NULL,NULL),('file','file_btn_lp_toggle_state_completed','en','Set Not Completed',NULL,NULL),('file','file_btn_lp_toggle_state_not_completed','en','Set Completed',NULL,NULL),('file','file_copy','en','Copy File',NULL,NULL),('file','file_download','en','Download File',NULL,NULL),('file','file_import','en','Import File',NULL,NULL),('file','file_new_version','en','Create New Version',NULL,NULL),('file','file_new_version_info','en','Create new file version. Previous versions will not be modified.',NULL,NULL),('file','file_publish','en','Publish Draft',NULL,NULL),('file','file_rollback_rollback_first','en','The selected version could not be published because an unpublished draft exists.',NULL,NULL),('file','file_rollback_same_version','en','This is already the published version!',NULL,NULL),('file','file_unpublish','en','Mark as Draft',NULL,NULL),('file','file_uploaded_by','en','Version Uploaded By',NULL,NULL),('file','file_upload_info_file_with_critical_extension','en','At least one uploaded file contains a critical or unknown file ending. Whenever the file is downloaded, its ending will be changed to ‘.sec’. If necessary, contact your administrator. Filename(s): %s',NULL,NULL),('file','file_version_draft','en','Draft Version',NULL,NULL),('file','file_version_draft_info','en','The latest version of this file has the status ‘Draft’. As long as this version has not been published, no new versions can be created. People with read permission for the file get the most recent previously published version.',NULL,NULL),('file','form_icon_creation','en','Create Icon',NULL,NULL),('file','form_icon_updating','en','Update Icon',NULL,NULL),('file','general_upload_error_occured','en','An unexpected error occurred during upload.',NULL,NULL),('file','important_info','en','Important Information',NULL,NULL),('file','important_info_byline','en','The information will be displayed in the ‘Info’ tab.',NULL,NULL),('file','input_active','en','Active',NULL,NULL),('file','input_desc_active','en','Activate this icon.',NULL,NULL),('file','input_desc_icon','en','Image to be used as the icon for files with the specified suffixes.',NULL,NULL),('file','input_desc_suffixes','en','List of comma-separated suffixes (characters and numbers only, without preceding full stop).',NULL,NULL),('file','input_icon','en','Icon',NULL,NULL),('file','input_suffixes','en','Suffixes',NULL,NULL),('file','migrated','en','Status',NULL,NULL),('file','mime_type','en','MIME Type',NULL,NULL),('file','msg_cant_unpublish','en','File could not be unpublished.',NULL,NULL),('file','msg_confirm_entry_deletion','en','Are you sure you want to delete the following entry?:',NULL,NULL),('file','msg_error_active_suffixes_blacklisted','en','One of the selected file extensions is on the global blacklist and cannot therefore be currently used.',NULL,NULL),('file','msg_error_active_suffixes_conflict','en','Error: It is not possible to have multiple icons activated for the same suffix. Please deactivate either this icon or the other activated icon whose suffixes overlap with those of this icon.',NULL,NULL),('file','msg_error_active_suffixes_not_whitelisted','en','The selected file extension is not on the global whitelist. The file suffixes will be changed to ‘.sec’ when downloaded.',NULL,NULL),('file','msg_error_duplicate_suffix_entries','en','Error: the comma separated list of suffixes contains duplicate entries.',NULL,NULL),('file','msg_error_icon_deletion','en','Error: icon deletion failed.',NULL,NULL),('file','msg_error_suffixes_with_forbidden_characters','en','Error: forbidden characters. Only letters, numbers, spaces and commas are allowed.',NULL,NULL),('file','msg_icon_missing_from_db','en','Icon missing from database.',NULL,NULL),('file','msg_icon_missing_from_irss','en','Icon missing from resource storage.',NULL,NULL),('file','msg_success_icon_activated','en','Icon successfully activated.',NULL,NULL),('file','msg_success_icon_created','en','Icon successfully created.',NULL,NULL),('file','msg_success_icon_deactivated','en','Icon successfully deactivated.',NULL,NULL),('file','msg_success_icon_deletion','en','Icon successfully deleted.',NULL,NULL),('file','msg_success_icon_updated','en','Icon successfully updated.',NULL,NULL),('file','msg_unzip_success','en','Archive successfully unzipped.',NULL,NULL),('file','on_click_action','en','Action When Title Clicked',NULL,NULL),('file','preview_caption','en','Preview %sof %s',NULL,NULL),('file','preview_image_size_info','en','The preview versions of images will be downscaled or upscaled as appropriate, so that their longest side is the length (in px) entered here.',NULL,NULL),('file','preview_persisting','en','Persistent Preview Images',NULL,NULL),('file','preview_persisting_info','en','Generated preview images will be stored by ILIAS and used from then on each time the preview icon for that file is clicked on. If deactivated, previews will be generated anew each time.',NULL,NULL),('file','publish_before_delete','en','It was not possible to delete any of the existing versions because an unpublished draft exists.',NULL,NULL),('file','replace_file_info','en','All previous file versions will be deleted.',NULL,NULL),('file','resource_id','en','Resource ID',NULL,NULL),('file','service_settings','en','Additional Features',NULL,NULL),('file','service_settings_saved','en','Changes saved.',NULL,NULL),('file','set_license_for_all_files','en','Set License for All Files',NULL,NULL),('file','show_amount_of_downloads','en','Show Number of Downloads',NULL,NULL),('file','show_amount_of_downloads_info','en','Display the number of times a file object has been downloaded on its \'Info\' page.',NULL,NULL),('file','storage_id','en','Storage ID',NULL,NULL),('file','suffixes','en','Suffixes',NULL,NULL),('file','suffix_specific_icons','en','Suffix-Specific Icons',NULL,NULL),('file','upload_files','en','Upload Files',NULL,NULL),('file','upload_files_limit','en','The maximum file size allowed is %s.',NULL,NULL),('file','upload_files_title','en','Upload Files',NULL,NULL),('file','upload_info','en','File',NULL,NULL),('file','upload_info_desc','en','Uploads and versions can be managed in the ‘Versions’ tab.',NULL,NULL),('file','versionname','en','Title',NULL,NULL),('file','version_uploaded','en','Version Uploaded',NULL,NULL),('fils','add_upload_policy','en','Add Policy',NULL,NULL),('fils','edit_upload_policy','en','Edit Policy',NULL,NULL),('fils','file_services','en','File Services',NULL,NULL),('fils','file_services_description','en','Configuration of File Service Settings.',NULL,NULL),('fils','file_suffix_custom_expl_negative','en','Prohibited File Suffixes',NULL,NULL),('fils','file_suffix_custom_expl_negative_info','en','Files with these suffixes won\'t be accepted for upload.',NULL,NULL),('fils','file_suffix_custom_negative','en','File Suffixes: Negative List (Removals)',NULL,NULL),('fils','file_suffix_custom_negative_info','en','These file suffixes will be removed from the positive list.',NULL,NULL),('fils','file_suffix_custom_positive','en','File Suffixes: Positive List (Additions)',NULL,NULL),('fils','file_suffix_custom_positive_info','en','These file suffixes will be added to the positive list.',NULL,NULL),('fils','file_suffix_default_positive','en','File Suffixes: Positive List (Default List)',NULL,NULL),('fils','file_suffix_default_positive_info','en','Preset default list of accepted file suffixes.',NULL,NULL),('fils','file_suffix_overall_positive','en','Overall Positive List',NULL,NULL),('fils','file_suffix_overall_positive_info','en','This is the final list of accepted file suffixes.',NULL,NULL),('fils','policy_audience','en','Target Group',NULL,NULL),('fils','policy_audience_all_users_option_desc','en','Apply policy to all users.',NULL,NULL),('fils','policy_audience_global_roles_option_desc','en','Apply policy to users with specific global roles.',NULL,NULL),('fils','policy_confirm_deletion','en','Are you sure you want to delete the policy with the following properties?:',NULL,NULL),('fils','policy_deletion_failure_not_found','en','Error: Deletion failed because policy could not be found.',NULL,NULL),('fils','policy_deletion_successful','en','Policy successfully deleted.',NULL,NULL),('fils','policy_filter','en','Policy Filter',NULL,NULL),('fils','policy_no_validity_limitation_set','en','Valid indefinitely',NULL,NULL),('fils','policy_scope','en','Scope',NULL,NULL),('fils','policy_table_info_no_policies','en','No upload policies have been created yet.',NULL,NULL),('fils','policy_title_desc','en','Descriptive title for this policy.',NULL,NULL),('fils','policy_upload_limit','en','Upload Limit',NULL,NULL),('fils','policy_upload_limit_desc','en','Upload limit (in MB) imposed by this policy.',NULL,NULL),('fils','policy_validity','en','Validity',NULL,NULL),('fils','policy_valid_until','en','Valid Until',NULL,NULL),('fils','policy_valid_until_desc','en','Set an optional ‘valid until’ date, after which the policy expires.',NULL,NULL),('fils','upload_limits','en','Upload Limits',NULL,NULL),('fils','upload_policies','en','Upload Policies',NULL,NULL),('fold','fold_copy','en','Copy Folder',NULL,NULL),('fold','fold_import','en','Import Folder',NULL,NULL),('fold','fold_presentation','en','Folder Presentation',NULL,NULL),('fold','fold_settings','en','Folder Settings',NULL,NULL),('form','email_not_match','en','Your entries for the e-mail address don\'t match! Please re-enter your e-mail address.',NULL,NULL),('form','form_alphabet_all','en','All',NULL,NULL),('form','form_chars_remaining','en','Characters remaining:',NULL,NULL),('form','form_date_aria_desc','en','The following input format is required:',NULL,NULL),('form','form_date_duration_end','en','End',NULL,NULL),('form','form_date_duration_start','en','Start',NULL,NULL),('form','form_days','en','Days',NULL,NULL),('form','form_file_input','en','File Input',NULL,NULL),('form','form_format','en','Format',NULL,NULL),('form','form_get_link','en','Select Target Object',NULL,NULL),('form','form_hierarchy_add_elements','en','Click on placeholders to add new elements.',NULL,NULL),('form','form_hierarchy_drag_drop_help','en','Drag and drop icons on placeholders to move elements.',NULL,NULL),('form','form_hier_click_to_add','en','Click here to add new elements.',NULL,NULL),('form','form_hours','en','Hours',NULL,NULL),('form','form_image_file_input','en','Image File Input',NULL,NULL),('form','form_invalid_uri','en','Invalid URI format.',NULL,NULL),('form','form_link_external','en','External Link',NULL,NULL),('form','form_link_internal','en','Internal Link',NULL,NULL),('form','form_location_radius','en','Radius',NULL,NULL),('form','form_location_radius_km','en','km',NULL,NULL),('form','form_max_value','en','Maximum Value',NULL,NULL),('form','form_minutes','en','Minutes',NULL,NULL),('form','form_min_value','en','Minimum Value',NULL,NULL),('form','form_months','en','Months',NULL,NULL),('form','form_msg_file_cannot_write_to_disk','en','Cannot write to disk.',NULL,NULL),('form','form_msg_file_missing_file_ext','en','The uploaded file has no file type exension.',NULL,NULL),('form','form_msg_file_missing_tmp_dir','en','Temporary directory for file upload missing.',NULL,NULL),('form','form_msg_file_no_upload','en','This input is required. Please select a file for upload.',NULL,NULL),('form','form_msg_file_partially_uploaded','en','The file could not be uploaded completely.',NULL,NULL),('form','form_msg_file_size_exceeds','en','The uploaded file exceeds the max. allowed file size.',NULL,NULL),('form','form_msg_file_type_is_not_allowed','en','This file type is not allowed.',NULL,NULL),('form','form_msg_file_upload_stopped_ext','en','File upload stopped by extension.',NULL,NULL),('form','form_msg_file_virus_found','en','Virus found in uploaded file.',NULL,NULL),('form','form_msg_file_wrong_file_type','en','Wrong file type.',NULL,NULL),('form','form_msg_formula_is_required','en','Please enter a correct formula.',NULL,NULL),('form','form_msg_max_upload','en','Maximum number of simultaneously uploadable files:',NULL,NULL),('form','form_msg_numeric_value_required','en','Please enter a numeric value.',NULL,NULL),('form','form_msg_value_too_high','en','Value too high. Please enter a lower value.',NULL,NULL),('form','form_msg_value_too_low','en','Value too low. Please enter a higher value.',NULL,NULL),('form','form_msg_wrong_date','en','Wrong date. Please enter a valid date.',NULL,NULL),('form','form_no_link','en','No Link',NULL,NULL),('form','form_open_answer','en','Open Answer',NULL,NULL),('form','form_password_not_allowed_for_auth','en','It is not possible to change the password for the chosen authentication method.',NULL,NULL),('form','form_password_required_for_auth','en','Password is required for the chosen authentication method.',NULL,NULL),('form','form_please_select','en','Please Select',NULL,NULL),('form','form_retype_email','en','Retype E-Mail',NULL,NULL),('form','form_retype_password','en','Retype Password',NULL,NULL),('form','form_seconds','en','Seconds',NULL,NULL),('form','form_take_snapshot','en','Take Snapshot',NULL,NULL),('form','form_use_camera','en','Use Camera',NULL,NULL),('forum','activate_new_posts','en','Approve Posts',NULL,NULL),('forum','activate_only_current','en','Approve Post',NULL,NULL),('forum','activate_post','en','Approve',NULL,NULL),('forum','activate_post_txt','en','Would you really like to approve the current post?',NULL,NULL),('forum','add_new_answer','en','Add Post',NULL,NULL),('forum','add_re_to_subject','en','Add ‘Re: ’ to subject on reply',NULL,NULL),('forum','adm_autosave_drafts','en','Automatically save drafts',NULL,NULL),('forum','adm_autosave_drafts_desc','en','If activated, drafts are saved automatically during editing.',NULL,NULL),('forum','adm_autosave_ival','en','Interval',NULL,NULL),('forum','adm_save_drafts','en','Enable Drafts',NULL,NULL),('forum','adm_save_drafts_desc','en','If enabled, registered users are able to save forum posts as draft.',NULL,NULL),('forum','allow_file_upload_desc','en','If enabled, users are able to attach files to their posts.',NULL,NULL),('forum','ascending_order','en','Latest posts at the bottom',NULL,NULL),('forum','autosave_draft_info','en','<span class=\"asterisk\">This draft will be saved automatically every %s seconds.</span>',NULL,NULL),('forum','autosave_post_draft_info','en','<span class=\"asterisk\">This post will be saved automatically as draft every %s seconds.</span>',NULL,NULL),('forum','close_topics','en','Close',NULL,NULL),('forum','content_censored_post','en','Content of the censored post:',NULL,NULL),('forum','content_deleted_post','en','Content of the deleted post:',NULL,NULL),('forum','content_deleted_thread','en','Content of the deleted thread:',NULL,NULL),('forum','content_post_updated','en','Content of the edited post:',NULL,NULL),('forum','deletePosting','en','Delete Post',NULL,NULL),('forum','deletePostingDraft','en','Delete Draft',NULL,NULL),('forum','delete_drafts_successfully','en','The drafts were deleted successfully.',NULL,NULL),('forum','delete_draft_successfully','en','The draft was deleted successfully.',NULL,NULL),('forum','delete_thread','en','Delete Thread',NULL,NULL),('forum','descending_order','en','Latest posts at the top',NULL,NULL),('forum','edit_thread_draft','en','Edit thread draft posts created in forums.',NULL,NULL),('forum','empty_subject','en','On reply the user has to enter a new title.',NULL,NULL),('forum','empty_thread','en','Empty Thread',NULL,NULL),('forum','enable_send_attachments','en','Send attachments with forum notifications',NULL,NULL),('forum','enable_send_attachments_desc','en','Please note that file attachments must be stored separately for each notified user. This can cause a high usage of server disk space.',NULL,NULL),('forum','enable_thread_ratings','en','Thread Rating',NULL,NULL),('forum','enable_thread_ratings_info','en','If activated users are allowed to rate threads.',NULL,NULL),('forum','enter_new_subject','en','Please enter a new subject',NULL,NULL),('forum','error_no_target_selected','en','Please select a forum.',NULL,NULL),('forum','error_reading_file','en','There was an error reading the file',NULL,NULL),('forum','error_same_thread_ids','en','Source and target thread have to be different.',NULL,NULL),('forum','file_upload_allowed','en','Allow Attachments',NULL,NULL),('forum','file_upload_allowed_fora','en','Attachments',NULL,NULL),('forum','file_upload_allowed_fora_desc','en','The attachment of files must be enabled in every forum. In new forums the upload of attachments will be disabled by default.',NULL,NULL),('forum','file_upload_option_allow','en','Allow Attachments in All Forums',NULL,NULL),('forum','file_upload_option_allow_info','en','Files can be attached to posts in all forums.',NULL,NULL),('forum','file_upload_option_disallow','en','Allow Attachments in Selected Forums',NULL,NULL),('forum','fmr_copy_threads_info','en','You have the possibility to copy single threads. Only the beginning of the chosen threads will be duplicated.',NULL,NULL),('forum','forums_all_threads_marked_read','en','All threads have been marked as read',NULL,NULL),('forum','forums_attachments','en','Attachments',NULL,NULL),('forum','forums_attachments_add','en','Add attachment',NULL,NULL),('forum','forums_censor_comment','en','Comment of Censor',NULL,NULL),('forum','forums_count_art','en','Number of Posts',NULL,NULL),('forum','forums_created_by','en','Created by',NULL,NULL),('forum','forums_delete_file','en','Delete attachment',NULL,NULL),('forum','forums_disable_notification','en','Disable Notification for this Thread',NULL,NULL),('forum','forums_download_attachment','en','Download file',NULL,NULL),('forum','forums_edit_draft','en','Edit Draft',NULL,NULL),('forum','forums_edit_post','en','Edit Post',NULL,NULL),('forum','forums_enable_notification','en','Enable Notification for this Thread',NULL,NULL),('forum','forums_forum_notification_disabled','en','You will no longer be notified about new posts in this forum.',NULL,NULL),('forum','forums_info_censor2_post','en','Revoke Censorship?',NULL,NULL),('forum','forums_info_censor_post','en','Please provide a reason for hiding this post.',NULL,NULL),('forum','forums_info_delete_draft','en','Are you sure, you want to delete this draft?',NULL,NULL),('forum','forums_info_delete_post','en','Are you sure you want to delete this post including any responses?',NULL,NULL),('forum','forums_mark_read','en','Mark All as Read',NULL,NULL),('forum','forums_new_thread','en','New Thread',NULL,NULL),('forum','forums_notification_disabled','en','Notification disabled',NULL,NULL),('forum','forums_notification_enabled','en','Notification enabled',NULL,NULL),('forum','forums_notification_intro','en','This mail was automatically sent to you by the ILIAS installation %s, %s',NULL,NULL),('forum','forums_notification_show_frm','en','Show forum: %s',NULL,NULL),('forum','forums_notification_show_post','en','Show post: %s',NULL,NULL),('forum','forums_no_posts_available','en','This thread has no posts.',NULL,NULL),('forum','forums_posts','en','All posts',NULL,NULL),('forum','forums_posts_not_available','en','Posts Not Available',NULL,NULL),('forum','forums_post_activation_mail','en','Unless the following post is not activated, it is not visible for other forum users. You receive this e-mail because you are assigned as moderator and have the permission to activate this post.',NULL,NULL),('forum','forums_post_deleted','en','Post has been deleted',NULL,NULL),('forum','forums_post_modified','en','Post has been modified',NULL,NULL),('forum','forums_post_needs_to_be_activated','en','A new post has been created, but it needs to be activated by a moderator.',NULL,NULL),('forum','forums_post_new_entry','en','A new post has been created',NULL,NULL),('forum','forums_post_was_activated','en','The post was activated.',NULL,NULL),('forum','forums_print_thread','en','Print Thread',NULL,NULL),('forum','forums_subject','en','Subject',NULL,NULL),('forum','forums_the_post','en','Post',NULL,NULL),('forum','forums_thread','en','Thread',NULL,NULL),('forum','forums_threads_deleted','en','The selected threads including all posts have been deleted.',NULL,NULL),('forum','forums_threads_drafts_deleted','en','The selected threads including all posts and drafts have been deleted.',NULL,NULL),('forum','forums_thread_create_from','en','Created from',NULL,NULL),('forum','forums_thread_deleted','en','The selected thread including all posts have been deleted.',NULL,NULL),('forum','forums_thread_drafts_deleted','en','The selected thread including all posts and drafts have been deleted.',NULL,NULL),('forum','forums_thread_marked','en','The thread has been marked as read.',NULL,NULL),('forum','forums_thread_new_entry','en','New topic has been created',NULL,NULL),('forum','forums_your_reply','en','Your Reply',NULL,NULL),('forum','forum_add_quote','en','Add Quotation',NULL,NULL),('forum','frm_action_not_possible_parent_deleted','en','Action not possible, the parent post has been deleted.',NULL,NULL),('forum','frm_action_not_possible_thr_closed','en','Action not possible, the thread has been closed.',NULL,NULL),('forum','frm_action_not_possible_thr_deleted','en','Action not possible, the thread has been deleted.',NULL,NULL),('forum','frm_activation_online_info','en','Set the forum online to make it visible and available to other users. If not, only administrators will have access to it.',NULL,NULL),('forum','frm_adm_sec_default_settings','en','Default Object Settings',NULL,NULL),('forum','frm_adm_sec_drafts','en','Drafts',NULL,NULL),('forum','frm_adm_sec_features','en','Forum Features',NULL,NULL),('forum','frm_adm_sec_notifications','en','Notifications',NULL,NULL),('forum','frm_all_threads','en','All Threads',NULL,NULL),('forum','frm_anonymous_posting','en','Post with pseudonym',NULL,NULL),('forum','frm_anonymous_posting_desc','en','If enabled, registered users can post to this forum only by using a pseudonym or without name. If the option \"Mark moderators posts\" is also enabled, moderators can not use a pseudonym.',NULL,NULL),('forum','frm_at_least_one_moderator','en','There has to be at least one moderator.',NULL,NULL),('forum','frm_censorship','en','Censor',NULL,NULL),('forum','frm_censorship_applied','en','The censorship has been successfully applied.',NULL,NULL),('forum','frm_censorship_revoked','en','The censorship has been successfully revoked.',NULL,NULL),('forum','frm_copy','en','Copy Forum',NULL,NULL),('forum','frm_default_view','en','Default View',NULL,NULL),('forum','frm_edit_title','en','Edit Title',NULL,NULL),('forum','frm_enable_print_option','en','Enable print option',NULL,NULL),('forum','frm_enable_print_option_desc','en','If disabled, nobody is able to select the print option in Forum.',NULL,NULL),('forum','frm_mark_as_read','en','Mark as read',NULL,NULL),('forum','frm_mark_as_unread','en','Mark as unread',NULL,NULL),('forum','frm_max_notification_age','en','Max. Notification Age',NULL,NULL),('forum','frm_max_notification_age_info','en','Please define the maximum age of posts to send notifications for. It is recommended to choose a higher value than the scheduled interval.',NULL,NULL),('forum','frm_max_notification_age_unit','en','Day(s)',NULL,NULL),('forum','frm_merge_src','en','Selected Thread: %s',NULL,NULL),('forum','frm_merge_target','en','Target: %s',NULL,NULL),('forum','frm_moderators','en','Moderators',NULL,NULL),('forum','frm_moderators_detached_role_successfully','en','The moderator role was detached for all selected users successfully.',NULL,NULL),('forum','frm_moderators_not_exist_yet','en','Please choose a moderator.',NULL,NULL),('forum','frm_moderators_select_at_least_one','en','Please choose at least one moderator.',NULL,NULL),('forum','frm_moderators_select_one','en','Please choose one user.',NULL,NULL),('forum','frm_moderator_f','en','Moderator',NULL,NULL),('forum','frm_moderator_m','en','Moderator',NULL,NULL),('forum','frm_moderator_n','en','Moderation',NULL,NULL),('forum','frm_moderator_role_added_successfully','en','The user was added as moderator successfully.',NULL,NULL),('forum','frm_move_invalid_file_type','en','The thread \"%s\" has an unsupported file type attached. Remove the file or contact the administrator of the system to add this file type to the file type whitelist.',NULL,NULL),('forum','frm_notification_activated','en','Notification Activated',NULL,NULL),('forum','frm_notification_deactivated','en','Notification Deactivated',NULL,NULL),('forum','frm_noti_message','en','Message:',NULL,NULL),('forum','frm_noti_new_post','en','a new post was created in forum \"%1$s\".',NULL,NULL),('forum','frm_noti_obj_crs','en','course',NULL,NULL),('forum','frm_noti_obj_grp','en','group',NULL,NULL),('forum','frm_noti_subject_act_post','en','Activate post in forum \"%1$s\"%2$s, thread \"%3$s\"',NULL,NULL),('forum','frm_noti_subject_answ_post','en','Post answered in forum \"%1$s\"%2$s, thread \"%3$s\"',NULL,NULL),('forum','frm_noti_subject_cens_post','en','Post censored in forum \"%1$s\"%2$s, thread \"%3$s\"',NULL,NULL),('forum','frm_noti_subject_del_post','en','Post deleted in forum \"%1$s\"%2$s, thread \"%3$s\"',NULL,NULL),('forum','frm_noti_subject_del_thread','en','Thread \"%3$s\" deleted in forum \"%1$s\"%2$s',NULL,NULL),('forum','frm_noti_subject_new_post','en','New post in forum \"%1$s\"%2$s, thread \"%3$s\"',NULL,NULL),('forum','frm_noti_subject_uncens_post','en','Post uncensored in forum \"%1$s\"%2$s, thread \"%3$s\"',NULL,NULL),('forum','frm_noti_subject_upt_post','en','Post modified in forum \"%1$s\"%2$s, thread \"%3$s\"',NULL,NULL),('forum','frm_posts','en','Forum Posts',NULL,NULL),('forum','frm_post_not_activated_yet','en','Not activated yet.',NULL,NULL),('forum','frm_pseudonym','en','Pseudonym',NULL,NULL),('forum','frm_purifier_not_implemented_for_type_x','en','Purifier for type %s not implemented yet.',NULL,NULL),('forum','frm_rating','en','Rating',NULL,NULL),('forum','frm_revoke_censorship','en','Revoke Censorship',NULL,NULL),('forum','frm_search','en','Search',NULL,NULL),('forum','frm_selected_merge_src','en','Selected Thread to Merge: %s',NULL,NULL),('forum','frm_settings_form_header','en','Forum Settings',NULL,NULL),('forum','frm_settings_mod_functions_header','en','Moderator Functions',NULL,NULL),('forum','frm_settings_privacy_header','en','Privacy',NULL,NULL),('forum','frm_settings_user_functions_header','en','User Functions',NULL,NULL),('forum','frm_statistics','en','Statistics',NULL,NULL),('forum','frm_statistics_disabled_for_participants','en','Statistics are disabled for forum members.',NULL,NULL),('forum','frm_statistics_enabled','en','Enable Statistics',NULL,NULL),('forum','frm_statistics_enabled_desc','en','Enable post statistics for all participants',NULL,NULL),('forum','frm_statistics_ranking','en','Number of Posts',NULL,NULL),('forum','frm_subject_setting','en','Subject setting',NULL,NULL),('forum','frm_sure_delete_threads','en','Are you sure you want to delete the following thread?',NULL,NULL),('forum','frm_sure_merge_threads','en','Are you sure you want to merge these threads? Warning: This action can not be undone.',NULL,NULL),('forum','frm_task_publishing_draft_title','en','Publishing of Draft \"%s\"',NULL,NULL),('forum','frm_wizard_page','en','Copy Forum (Step 2/2)',NULL,NULL),('forum','is_read','en','Mark as Read',NULL,NULL),('forum','make_topics_non_sticky','en','Make Threads Non-Sticky',NULL,NULL),('forum','make_topics_sticky','en','Make Threads Sticky',NULL,NULL),('forum','mark_moderator_posts','en','Mark moderator posts',NULL,NULL),('forum','mark_moderator_posts_desc','en','If activated moderator posts will be highlighted',NULL,NULL),('forum','merge','en','Merge',NULL,NULL),('forum','merged_threads_successfully','en','The selected threads were merged successfully',NULL,NULL),('forum','merge_posts_into_thread','en','Merge Posts into other Thread',NULL,NULL),('forum','move_chosen_topics','en','Move thread \"%s\" to:',NULL,NULL),('forum','move_thread_to_forum','en','Move Thread to other Forum',NULL,NULL),('forum','new_post','en','New Post',NULL,NULL),('forum','new_thread_with_post','en','New Thread with Post',NULL,NULL),('forum','notification_settings','en','Notification Settings',NULL,NULL),('forum','notify_censored','en','Censored Posts',NULL,NULL),('forum','notify_modified','en','Modified Posts',NULL,NULL),('forum','notify_post_deleted','en','Deleted Posts',NULL,NULL),('forum','notify_thread_deleted','en','Deleted Threads',NULL,NULL),('forum','notify_uncensored','en','Uncensored Posts',NULL,NULL),('forum','not_allowed_to_merge_into_another_forum','en','It is not possible to merge threads of different forums.',NULL,NULL),('forum','no_forum_selected','en','No forum selected for moving the chosen threads',NULL,NULL),('forum','number_of_threads','en','Displayed Number of Threads per Page',NULL,NULL),('forum','please_choose_target','en','Please choose a thread as merge target.',NULL,NULL),('forum','post_activation_desc','en','Before being published all posts need to be approved by a moderator.',NULL,NULL),('forum','post_censored_by','en','censored post in forum \"%2$s\" by \"%1$s\":',NULL,NULL),('forum','post_censored_comment_by_moderator','en','Post Censored, Comment by Moderator',NULL,NULL),('forum','post_deleted_by','en','following post in forum \"%2$s\" was deleted by \"%1$s\":',NULL,NULL),('forum','post_draft_info','en','This post draft is only visible for you.',NULL,NULL),('forum','post_reply','en','Re:',NULL,NULL),('forum','post_reply_count','en','Re(%s):',NULL,NULL),('forum','post_uncensored_by','en','a post was uncensored by \"%1$s\"',NULL,NULL),('forum','post_updated_by','en','subsequently edited post in forum by \"%1$s\": \"%2$s\"',NULL,NULL),('forum','preset_subject','en','Preset subject on reply',NULL,NULL),('forum','publish','en','Publish',NULL,NULL),('forum','relevance','en','Relevance',NULL,NULL),('forum','reopen_topics','en','Reopen',NULL,NULL),('forum','reply_to_postings','en','Reply',NULL,NULL),('forum','reset_limited_view','en','Limited view on this post an all posts below it.',NULL,NULL),('forum','reset_limited_view_button','en','Show entire thread',NULL,NULL),('forum','reset_limited_view_info','en','Limited view on this post and all posts below it.',NULL,NULL),('forum','restore','en','Restore',NULL,NULL),('forum','restore_draft_from_autosave','en','Restore Draft',NULL,NULL),('forum','save_draft_successfully','en','The draft was saved successfully.',NULL,NULL),('forum','selected_threads_closed','en','The selected threads have been closed.',NULL,NULL),('forum','selected_threads_reopened','en','The selected threads have been reopened.',NULL,NULL),('forum','select_at_least_one_thread','en','Please select at least one thread.',NULL,NULL),('forum','select_max_one_thread','en','Please select one thread only!',NULL,NULL),('forum','sel_threads_already_sticky','en','At least one of the selected threads is already sticky.',NULL,NULL),('forum','sel_threads_already_unsticky','en','At least one of the selected threads is not marked as sticky.',NULL,NULL),('forum','sel_threads_make_sticky','en','The selected threads have been marked as sticky.',NULL,NULL),('forum','sel_threads_make_unsticky','en','The selected threads are not marked as sticky anymore.',NULL,NULL),('forum','sorting','en','Sorting',NULL,NULL),('forum','sort_by_date','en','By Date',NULL,NULL),('forum','sort_by_date_desc','en','The thread is presented in a flat view. The posts are shown in chronological order of creation.',NULL,NULL),('forum','sort_by_posts','en','By Reply',NULL,NULL),('forum','sort_by_posts_desc','en','The thread is presented in a tree view. Replies to posts are shown in the order in which they relate to each other.',NULL,NULL),('forum','sticky','en','Sticky',NULL,NULL),('forum','sure_delete_drafts','en','Are you sure, you want to delete the selected drafts?',NULL,NULL),('forum','switch_threads_for_merge','en','The selected thread is older than the target thread. To ensure a successful merge, the source and target thread will be switched.',NULL,NULL),('forum','target_select','en','Select post for limited view',NULL,NULL),('forum','thema','en','Threads',NULL,NULL),('forum','thread','en','Thread',NULL,NULL),('forum','threads_moved_successfully','en','The chosen thread was moved to another forum successfully.',NULL,NULL),('forum','thread_deleted_by','en','following thread in forum \"%2$s\"was deleted by \"%1$s\":',NULL,NULL),('forum','thread_overview','en','Thread-Overview',NULL,NULL),('forum','topics_please_select_one_action','en','Please select an action.',NULL,NULL),('forum','topic_close','en','Closed',NULL,NULL),('forum','top_thema','en','Top-Threads',NULL,NULL),('forum','user_decides_notification','en','Members have to manually activate notifications',NULL,NULL),('glo','glo_added_to_collection_info','en','The selected glossary has been added to the collection glossary.',NULL,NULL),('glo','glo_add_from_other','en','Collect Terms',NULL,NULL),('glo','glo_add_glossary','en','Add Glossary',NULL,NULL),('glo','glo_add_to_collection','en','Add Glossary to Collection Glossary',NULL,NULL),('glo','glo_answered_correctly','en','I got it right',NULL,NULL),('glo','glo_answered_not_correctly','en','I was wrong',NULL,NULL),('glo','glo_box','en','Box',NULL,NULL),('glo','glo_boxes','en','Boxes',NULL,NULL),('glo','glo_boxes_really_reset','en','Do you really want to reset all boxes? All flashcards will be moved to the first box.',NULL,NULL),('glo','glo_boxes_reset','en','The boxes have been reset successfully.',NULL,NULL),('glo','glo_box_completed','en','You have completed the box.',NULL,NULL),('glo','glo_box_last_presented','en','Box Last Presented',NULL,NULL),('glo','glo_bulk_confirmation','en','Please check if all terms and definitions are listed correctly.',NULL,NULL),('glo','glo_bulk_creation','en','Bulk Creation',NULL,NULL),('glo','glo_change_to_collection_unavailable_info','en','To change the type of content assembly to \"Collection Glossary\", you first have to delete all existing terms within this glossary in tab \"Content\".',NULL,NULL),('glo','glo_change_to_standard_unavailable_info','en','To change the type of content assembly to \"Standard Glossary\", you first have to remove the selected glossaries in tab \"Content\".',NULL,NULL),('glo','glo_collection','en','Collection Glossary',NULL,NULL),('glo','glo_collection_empty_info','en','This collection glossary is currently empty. Please add at least one glossary to it.',NULL,NULL),('glo','glo_collection_info','en','The glossary automatically collects all terms from the selected glossaries.',NULL,NULL),('glo','glo_col_ordering_info','en','Order the titles of the metadata fields. They are presented as column headers in the table presentation of the glossary.',NULL,NULL),('glo','glo_content_assembly','en','Content Assembly',NULL,NULL),('glo','glo_copy','en','Copy Glossary',NULL,NULL),('glo','glo_copy_terms','en','Copy Terms',NULL,NULL),('glo','glo_create_term_definition_pairs','en','Create Term/Definition Pairs',NULL,NULL),('glo','glo_days_ago','en','%s days ago',NULL,NULL),('glo','glo_def_vs_term','en','Definition vs. Term',NULL,NULL),('glo','glo_def_vs_term_info','en','Show a definition first, the learner has to guess the term.',NULL,NULL),('glo','glo_flashcards','en','Flashcards',NULL,NULL),('glo','glo_flashcards_from_today_confirmation','en','The box contains %s flashcards already presented today. Do you want to include only the remaining %s flashcards or all %s flashcards?',NULL,NULL),('glo','glo_flashcards_from_today_only_info','en','The box contains only flashcards already presented today. Please confirm that these %s flashcards will be shown to you again.',NULL,NULL),('glo','glo_flashcards_intro','en','Your goal is to correctly remember each flashcard four times in a row.<br />To begin with, all of the flashcards are in box 1.<br />Flagging a flashcard as \"I got it right\" will advance it to the next box.<br />Flagging a flashcard as \"I was wrong\" will return the card to the first box.<br />To start, select a box. This will reveal the flashcards.',NULL,NULL),('glo','glo_flashcard_training','en','Flashcard Training',NULL,NULL),('glo','glo_flashcard_training_info','en','Offers a presentation as flashcards allowing the user to train the terms/definitions one by one.',NULL,NULL),('glo','glo_introduction','en','Introduction',NULL,NULL),('glo','glo_link_glo_in_glo','en','Should all glossary terms of the target glossary be linked in the current glossary now?',NULL,NULL),('glo','glo_mode','en','Mode',NULL,NULL),('glo','glo_page_type_gdf','en','Term Definition',NULL,NULL),('glo','glo_please_select_other_glo','en','Please select another glossary.',NULL,NULL),('glo','glo_quit_box','en','Quit Box',NULL,NULL),('glo','glo_really_remove_from_collection','en','Are you sure you want to remove the following glossary from the collection glossary?',NULL,NULL),('glo','glo_reference','en','Reference',NULL,NULL),('glo','glo_referenced_term','en','Referenced Term',NULL,NULL),('glo','glo_reference_terms','en','Reference Terms',NULL,NULL),('glo','glo_removed_from_collection_info','en','The glossary has been removed from the collection glossary.',NULL,NULL),('glo','glo_reset_all_boxes','en','Reset All Boxes',NULL,NULL),('glo','glo_selected_glossaries','en','Selected Glossaries',NULL,NULL),('glo','glo_selected_glossaries_info','en','Terms are collected from the following glossaries:',NULL,NULL),('glo','glo_selected_glossary_is_current_info','en','The selected glossary corresponds to the current glossary. Please select another glossary.',NULL,NULL),('glo','glo_selected_terms_have_been_copied','en','The selected terms have been copied to the clipboard. Please open the target glossary and click \"Paste\".',NULL,NULL),('glo','glo_select_source_glo','en','Please select a source glossary.',NULL,NULL),('glo','glo_select_terms','en','Select Terms',NULL,NULL),('glo','glo_show_definition','en','Show Definition',NULL,NULL),('glo','glo_show_in_presentation','en','Shown in Presentation View',NULL,NULL),('glo','glo_show_in_presentation_off','en','Hide in Presentation View',NULL,NULL),('glo','glo_show_in_presentation_on','en','Show in Presentation View',NULL,NULL),('glo','glo_show_term','en','Show Term',NULL,NULL),('glo','glo_tax_info','en','A taxonomy in a Glossary classifies and filters the terms. It always is available in the editing view. For the presentation view, the taxonomy must first be activated. In glossaries, only one taxonomy can be used.',NULL,NULL),('glo','glo_term','en','Glossary Term',NULL,NULL),('glo','glo_terms_per_page','en','Terms per Page',NULL,NULL),('glo','glo_term_definition_pairs','en','Term/Definition Pairs',NULL,NULL),('glo','glo_term_definition_pairs_info','en','Please enter a term and a definition pair in each line. Term and definition must be separated by a semicolon or a TAB character (usually provided by clipboard actions from spreadsheet applications).',NULL,NULL),('glo','glo_term_letter','en','Letter',NULL,NULL),('glo','glo_term_reference','en','Term Reference',NULL,NULL),('glo','glo_term_vs_def','en','Term vs. Definition',NULL,NULL),('glo','glo_term_vs_def_info','en','Show a term first, the learner has to guess the definition.',NULL,NULL),('glo','glo_use_all_flashcards','en','Use All Flashcards (%s)',NULL,NULL),('glo','glo_use_remaining_flashcards','en','Use Remaining Flashcards (%s)',NULL,NULL),('grp','crs_add_grouping','en','Add Membership Limitation',NULL,NULL),('grp','crs_grouping_deleted','en','Deleted membership limitation.',NULL,NULL),('grp','crs_grouping_delete_sure','en','Are you sure you want to delete this membership limitation ?',NULL,NULL),('grp','crs_grouping_select_one','en','Please select one membership limitation.',NULL,NULL),('grp','crs_grp_added_grouping','en','Added new membership limitation.',NULL,NULL),('grp','crs_grp_assign_crs','en','Assignment of Groups',NULL,NULL),('grp','crs_grp_no_courses_assigned','en','No Groups Assigned',NULL,NULL),('grp','events','en','Sessions',NULL,NULL),('grp','grouping_change_assignment','en','Change Assignment',NULL,NULL),('grp','grp_activate_notification','en','Activate Notification',NULL,NULL),('grp','grp_added_to_list','en','You have been assigned to the waiting list of group \"%s\". You are assigned to position %s on the waiting list.',NULL,NULL),('grp','grp_add_to_group','en','Add to Group',NULL,NULL),('grp','grp_add_user','en','Add User',NULL,NULL),('grp','grp_add_user_to_group','en','Add user to group',NULL,NULL),('grp','grp_admins','en','Administrators',NULL,NULL),('grp','grp_admission_link_failure_invalid_code','en','Can\'t register: Link is invalid.',NULL,NULL),('grp','grp_admission_link_failure_membership_limited','en','Can\'t register: Group membership is limited.',NULL,NULL),('grp','grp_admission_link_failure_registration_period','en','Can\'t register: Group is out of registration period.',NULL,NULL),('grp','grp_admission_link_success_registration','en','Successfully registered to group \"%s\".',NULL,NULL),('grp','grp_agree','en','Acceptance',NULL,NULL),('grp','grp_agreement_header','en','User Agreement',NULL,NULL),('grp','grp_agreement_required','en','You have to accept the user agreement, if you want to access the group content.',NULL,NULL),('grp','grp_already_assigned','en','You have already requested membership for this group.',NULL,NULL),('grp','grp_at_least_one_admin','en','There has to be at least one group administrator.',NULL,NULL),('grp','grp_auto_notification','en','Welcome-Mail For New Members',NULL,NULL),('grp','grp_auto_notification_info','en','New members get a mail notification when added to the group.',NULL,NULL),('grp','grp_cancellation_end','en','Limit \'Unsubscribe from Group\'',NULL,NULL),('grp','grp_cancellation_end_info','en','Until the date selected members can unsubscribe from the group.',NULL,NULL),('grp','grp_cancellation_end_rbac_info','en','The cancellation deadline was met on %s, a cancellation is not possible anymore.',NULL,NULL),('grp','grp_cancel_subscr_request','en','Delete Membership Request',NULL,NULL),('grp','grp_cdf_edit_member','en','Edit Group Relevant User Data',NULL,NULL),('grp','grp_cdf_tbl_last_edit','en','Updated (Group-specific Data)',NULL,NULL),('grp','grp_change_type','en','Change Group Type',NULL,NULL),('grp','grp_contact','en','Support',NULL,NULL),('grp','grp_copy','en','Copy Group',NULL,NULL),('grp','grp_created_and_user_been_added','en','Group created and user added.',NULL,NULL),('grp','grp_create_and_add_user','en','Create and Add User',NULL,NULL),('grp','grp_create_new','en','Create New Group',NULL,NULL),('grp','grp_create_new_grp_in','en','Create new group in \'%1\'.',NULL,NULL),('grp','grp_create_or_use_existing','en','Do you want to add the user to an existing group or create a new group?',NULL,NULL),('grp','grp_custom_user_fields','en','Group Relevant User Data',NULL,NULL),('grp','grp_custom_user_fields_infobox','en','Create additional data fields for group members to fill in when they join. You can show this information as an additional column in the \"Members\" tab.',NULL,NULL),('grp','grp_custom_user_fields_table_title','en','Relevant User Data of This Group',NULL,NULL),('grp','grp_deactivate_notification','en','Deactivate Notification',NULL,NULL),('grp','grp_edit_members','en','Edit Participants',NULL,NULL),('grp','grp_enable_map','en','Enable Group Map',NULL,NULL),('grp','grp_err_registration_limited','en','please enter a valid start and end date for the registration',NULL,NULL),('grp','grp_export_members','en','Export Participants',NULL,NULL),('grp','grp_general_informations','en','General Information',NULL,NULL),('grp','grp_grp_info_reg','en','You can only register to one of these groups:',NULL,NULL),('grp','grp_grp_open','en','Open Group',NULL,NULL),('grp','grp_header_delete_members','en','Would you like to remove the following members from this group?',NULL,NULL),('grp','grp_header_waiting_list','en','Waiting List',NULL,NULL),('grp','grp_icon_settings','en','Icon Settings',NULL,NULL),('grp','grp_import','en','Import Group',NULL,NULL),('grp','grp_information','en','Important Information',NULL,NULL),('grp','grp_information_info','en','This information will be show on the info page and for new registrations.',NULL,NULL),('grp','grp_info_agree','en','I accept, that the above data types are visible for group administrators.',NULL,NULL),('grp','grp_info_agreement','en','The following data types are visible for group administrators:',NULL,NULL),('grp','grp_info_new_grp_type','en','New Group Type',NULL,NULL),('grp','grp_info_settings','en','Group Information',NULL,NULL),('grp','grp_join_request','en','Send',NULL,NULL),('grp','grp_lim_assigned','en','Already assigned to associated group \"%s\".',NULL,NULL),('grp','grp_mail_admission_new_bod','en','we are pleased to announce your registration for the group \"%s\".',NULL,NULL),('grp','grp_mail_admission_new_sub','en','Your registration for group \"%s\"',NULL,NULL),('grp','grp_mail_all','en','For all Participants',NULL,NULL),('grp','grp_mail_all_info','en','Members and administrators can use the feature ‘Mail to Members’ in the ‘Members’ tab.',NULL,NULL),('grp','grp_mail_dismiss_bod','en','your membership in group \"%s\" has been terminated.',NULL,NULL),('grp','grp_mail_dismiss_sub','en','Membership terminated in group \"%s\"',NULL,NULL),('grp','grp_mail_notification_reg_bod','en','%s has registered for group \"%s\".',NULL,NULL),('grp','grp_mail_notification_reg_req_bod','en','%s has requested membership for group \"%s\".',NULL,NULL),('grp','grp_mail_notification_reg_req_bod2','en','To confirm this registration, go to:',NULL,NULL),('grp','grp_mail_notification_reg_req_sub','en','Request to join group \"%s\"',NULL,NULL),('grp','grp_mail_notification_reg_sub','en','User registered for group \"%s\"',NULL,NULL),('grp','grp_mail_notification_unsub_bod','en','%s has cancelled his/her membership for the group \"%s\".',NULL,NULL),('grp','grp_mail_notification_unsub_bod2','en','There might be other members on a waiting list of your group. You should check for the waiting list now. To view the members of your group, click here:',NULL,NULL),('grp','grp_mail_notification_unsub_sub','en','User left group \"%s\"',NULL,NULL),('grp','grp_mail_permanent_link','en','Click on the following link to find all of the information you need regarding the group:',NULL,NULL),('grp','grp_mail_status_bod','en','your status in group \"%s\" has been changed.',NULL,NULL),('grp','grp_mail_status_sub','en','Changed status in group \"%s\"',NULL,NULL),('grp','grp_mail_subscribe_member_bod','en','we are pleased to confirm your registration for the group \"%s\".',NULL,NULL),('grp','grp_mail_subscribe_member_sub','en','Your registration for group \"%s\"',NULL,NULL),('grp','grp_mail_sub_acc_bod','en','we are pleased to confirm your registration for the group \"%s\".',NULL,NULL),('grp','grp_mail_sub_acc_sub','en','Registration confirmed for \"%s\"',NULL,NULL),('grp','grp_mail_sub_dec_bod','en','we regret to say that your registration has been refused for group \"%s\".',NULL,NULL),('grp','grp_mail_sub_dec_sub','en','Registration refused for group \"%s\"',NULL,NULL),('grp','grp_mail_tutors_only','en','For Administrators only',NULL,NULL),('grp','grp_mail_tutors_only_info','en','Only administrators can use the feature ‘Mail to Members’ in the ‘Members’ tab.',NULL,NULL),('grp','grp_mail_type','en','Mail to Members',NULL,NULL),('grp','grp_mail_unsubscribe_member_bod','en','we confirm your cancellation of membership in group %s. We hope that you find an opportunity to participate in another group.',NULL,NULL),('grp','grp_mail_unsubscribe_member_sub','en','Your cancellation of membership in group \"%s\"',NULL,NULL),('grp','grp_mail_wl_bod','en','you have been assigned to the waiting list of group \"%s\". You are assigned to position %s on the list.  You will receive a message from a group administrator when your request has been approved or rejected.',NULL,NULL),('grp','grp_mail_wl_sub','en','Your registration for group \"%s\"',NULL,NULL),('grp','grp_map_location','en','Group Map Location',NULL,NULL),('grp','grp_map_settings','en','Map Settings',NULL,NULL),('grp','grp_max_and_min_members_invalid','en','The minimum number must be smaller than the maximum number of members.',NULL,NULL),('grp','grp_members','en','Members',NULL,NULL),('grp','grp_members_deleted','en','Selected members were successfully removed from group.',NULL,NULL),('grp','grp_members_map','en','Group Members Map',NULL,NULL),('grp','grp_members_print_title','en','Group Members',NULL,NULL),('grp','grp_member_administration','en','Edit Participants',NULL,NULL),('grp','grp_mem_contacts','en','Tutorial Support',NULL,NULL),('grp','grp_mem_tbl_header','en','Group Participants',NULL,NULL),('grp','grp_min_one_admin','en','There has to be at least one administrator assigned to this group.',NULL,NULL),('grp','grp_missing_grp_type','en','Please choose a group type.',NULL,NULL),('grp','grp_missing_password','en','Please enter a group password.',NULL,NULL),('grp','grp_new_status','en','Your new status is:',NULL,NULL),('grp','grp_next','en','Next',NULL,NULL),('grp','grp_notification','en','Notification',NULL,NULL),('grp','grp_notification_activated','en','Notification Activated',NULL,NULL),('grp','grp_notification_deactivated','en','Notification Deactivated',NULL,NULL),('grp','grp_notification_explanation_admin','en','You receive mail from ILIAS because you are group administrator with notification enabled.',NULL,NULL),('grp','grp_notification_salutation','en','Dear group participant,',NULL,NULL),('grp','grp_notify_off','en','Notification about new registrations disabled',NULL,NULL),('grp','grp_notify_on','en','Notification about new registrations enabled',NULL,NULL),('grp','grp_no_perm_to_add_create_first','en','You need to create a group first. Please select where to create a new group.',NULL,NULL),('grp','grp_pass_request','en','Join With Group Password',NULL,NULL),('grp','grp_period','en','Period of Event',NULL,NULL),('grp','grp_period_info','en','Information about the start and end date of the event, which is supported by the group',NULL,NULL),('grp','grp_presentation_type','en','Presentation Type',NULL,NULL),('grp','grp_print_list','en','Generate List',NULL,NULL),('grp','grp_public','en','Public Group',NULL,NULL),('grp','grp_public_info','en','Group is visible for non-members but has special requirements to join it.',NULL,NULL),('grp','grp_registration_unlimited','en','Unlimited',NULL,NULL),('grp','grp_reg_code','en','Admission per Link',NULL,NULL),('grp','grp_reg_code_enabled_info','en','Besides the chosen registration procedure and permissions this option allows users to enter directly by using the following link.',NULL,NULL),('grp','grp_reg_code_link','en','Link for Direct Admission',NULL,NULL),('grp','grp_reg_deac_info_screen','en','Group admittance is closed.',NULL,NULL),('grp','grp_reg_direct','en','Direct Registration',NULL,NULL),('grp','grp_reg_direct_info_screen','en','You can join this group directly.',NULL,NULL),('grp','grp_reg_disabled','en','No Registration Possible',NULL,NULL),('grp','grp_reg_disabled_info','en','Only group administrators can add users to the group.',NULL,NULL),('grp','grp_reg_limited','en','Limited Registration Period',NULL,NULL),('grp','grp_reg_max_members_info','en','Define the maximum number of users that can subscribe to this group.',NULL,NULL),('grp','grp_reg_no_selfreg','en','No Self-enrolment',NULL,NULL),('grp','grp_reg_passwd_info_screen','en','If a group administrator has given you the group password, you can join this group.',NULL,NULL),('grp','grp_reg_password_info','en','Users need to type in this password when joining the group.',NULL,NULL),('grp','grp_reg_request','en','Request Membership',NULL,NULL),('grp','grp_reg_request_info','en','Interested users can send a request/message to group administrator.',NULL,NULL),('grp','grp_reg_req_info_screen','en','You can request membership for this group. You will get a message from a group administrator when your request has been admitted or declined.',NULL,NULL),('grp','grp_reg_subject','en','Message',NULL,NULL),('grp','grp_role_status','en','Role/Status',NULL,NULL),('grp','grp_search_users','en','Search User',NULL,NULL),('grp','grp_selected_users','en','Selected Participants',NULL,NULL),('grp','grp_settings','en','Group Settings',NULL,NULL),('grp','grp_setting_header_presentation','en','Group Presentation',NULL,NULL),('grp','grp_setting_header_registration','en','Group Registration',NULL,NULL),('grp','grp_set_on_waiting_list','en','You can set yourself on the waiting list. You will receive a message from a group administrator when your request has been approved or rejected.',NULL,NULL),('grp','grp_show_members','en','Show Members',NULL,NULL),('grp','grp_show_members_info','en','If activated, group members can access the members gallery.',NULL,NULL),('grp','grp_subscription_min_members_info','en','Define the number of users that is minimally required for this group to be held at all. If this number is not met either after the date until which users can register or unsubscribe from the group a mail will be send to those group administrators or tutors that have activated the \'Notification\' flag in the \'Members\'-tab.',NULL,NULL),('grp','grp_sure_add_user_to_group','en','Do you really want to add this user to the group?',NULL,NULL),('grp','grp_sure_create_group_add_user','en','Do you really want to create the group and add the user?',NULL,NULL),('grp','grp_typ','en','Group Type',NULL,NULL),('grp','grp_unsubscribe','en','Unsubscribe',NULL,NULL),('grp','grp_update_subscr_request','en','Update Membership Request',NULL,NULL),('grp','grp_users_already_assigned','en','The user is already assigned to this  group.',NULL,NULL),('grp','grp_user_agreement','en','Released Data Types',NULL,NULL),('grp','grp_user_agreement_info','en','Visible Personal Data for Group Administrators',NULL,NULL),('grp','grp_user_already_in_group','en','The selected user is already member of the group.',NULL,NULL),('grp','grp_user_been_added','en','The user has been added to the group.',NULL,NULL),('grp','grp_use_existing','en','Use Existing Group',NULL,NULL),('grp','grp_usr_agreement','en','User Agreement',NULL,NULL),('grp','grp_view_info_by_type','en','This content presentation groups all items by resource type.',NULL,NULL),('grp','grp_view_info_simple','en','This content presentation lists all items in one block.',NULL,NULL),('grp','grp_view_inherit','en','Default',NULL,NULL),('grp','grp_view_inherit_info','en','The group presentation type is adopted from a parent course.',NULL,NULL),('grp','grp_waiting_list','en','Waiting List',NULL,NULL),('grp','grp_waiting_list_autofill','en','With Auto-Fill',NULL,NULL),('grp','grp_waiting_list_autofill_info','en','Participants are recruited from the waiting list automatically on cancellations. This should not be used with the \"Request Membership\" registration procedure as autofill will bypass it.',NULL,NULL),('grp','grp_waiting_list_info','en','If enabled and the maximum number of users is exceeded, new registrations will be placed on a waiting list.',NULL,NULL),('grp','grp_waiting_list_no_autofill','en','Without Auto-Fill',NULL,NULL),('grp','grp_warn_grp_type_changed','en','Do you really want to change the group type? All permission settings will be reset.',NULL,NULL),('grp','grp_warn_no_max_set_on_waiting_list','en','The maximum number of group members is exceeded. You can add your join request to the waiting list. You will receive a message from a group administrator when your request has been approved or rejected.',NULL,NULL),('grp','grp_warn_wl_set_on_waiting_list','en','Some users are already assigned to the waiting list. You can add your join request to the waiting list. You will receive a message from a group administrator when your request has been approved or rejected.',NULL,NULL),('grp','grp_wrong_max_members','en','A maximum number of members is needed for the waiting list feature.',NULL,NULL),('grp','grp_wrong_min_max_members','en','Set a minimum or maximum number of members - or both.',NULL,NULL),('grp','grp_wrong_reg_time_limit','en','Please check the registration start and finish time.',NULL,NULL),('grp','reg_grp_max_members','en','Maximum Number of Members',NULL,NULL),('grp','reg_grp_max_members_short','en','Limited Number of Members',NULL,NULL),('grp','reg_grp_min_members','en','Minimum Number of Members',NULL,NULL),('help','help_all','en','All',NULL,NULL),('help','help_component','en','Component',NULL,NULL),('help','help_filter','en','Filter',NULL,NULL),('help','help_help_file','en','Help Package File',NULL,NULL),('help','help_help_only','en','Workflow Help Only',NULL,NULL),('help','help_imported_on','en','Imported on',NULL,NULL),('help','help_modules','en','Help Packages',NULL,NULL),('help','help_module_uploaded','en','Help package uploaded.',NULL,NULL),('help','help_no_content','en','There is no help content available for the current screen. You may use the search tool.',NULL,NULL),('help','help_open_online_help','en','Open Online Help',NULL,NULL),('help','help_order','en','Order',NULL,NULL),('help','help_search_label','en','Search Help',NULL,NULL),('help','help_select_a_file','en','Please select a file.',NULL,NULL),('help','help_set_mode','en','Set Mode',NULL,NULL),('help','help_sure_delete_help_modules','en','Are you sure that these packages should be deleted?',NULL,NULL),('help','help_toggle_tooltips','en','Help Tooltips',NULL,NULL),('help','help_toggle_tooltips_info','en','Show Help Tooltips for menues and tabs.',NULL,NULL),('help','help_tooltips','en','Help Tooltips',NULL,NULL),('help','help_tooltips_and_help','en','Tooltips and Workflow Help',NULL,NULL),('help','help_tooltips_only','en','Tooltips Only',NULL,NULL),('help','help_tooltip_id','en','Tooltip ID',NULL,NULL),('help','help_topcis','en','Topics',NULL,NULL),('help','help_tt_text','en','Text',NULL,NULL),('iass','download_assessment_paper','en','Download Record file',NULL,NULL),('iass','general','en','General Information',NULL,NULL),('iass','grading','en','Grading',NULL,NULL),('iass','grading_info','en','Grading info',NULL,NULL),('iass','grading_record','en','Grading record',NULL,NULL),('iass','iass_add','en','Create Individual Assessment',NULL,NULL),('iass','iass_added','en','Individual Assessment added',NULL,NULL),('iass','iass_add_user_failure','en','One or more user could not be added.',NULL,NULL),('iass','iass_add_user_success','en','User added as participant.',NULL,NULL),('iass','iass_amend_saved','en','Amended record has been saved.',NULL,NULL),('iass','iass_assessment_not_completed','en','Not completed yet',NULL,NULL),('iass','iass_cancel','en','Cancel',NULL,NULL),('iass','iass_changed_by','en','Changed after finalization',NULL,NULL),('iass','iass_confirm_finalize','en','Finalize',NULL,NULL),('iass','iass_consultation_hours','en','Consultation hours',NULL,NULL),('iass','iass_contact','en','Name',NULL,NULL),('iass','iass_contact_info','en','Contact information',NULL,NULL),('iass','iass_content','en','Assessment content description',NULL,NULL),('iass','iass_content_explanation','en','Contents of the assessment, e.g., relevant topics.',NULL,NULL),('iass','iass_copy','en','Copy Individual Assessment',NULL,NULL),('iass','iass_download','en','Download',NULL,NULL),('iass','iass_edit','en','Settings',NULL,NULL),('iass','iass_edit_info','en','Info Settings',NULL,NULL),('iass','iass_edit_record','en','Participant Record',NULL,NULL),('iass','iass_event_time','en','Date of assessment',NULL,NULL),('iass','iass_event_time_place_required','en','Date and place required',NULL,NULL),('iass','iass_event_time_place_required_info','en','Date and place of assessment have to be added to each participant record.',NULL,NULL),('iass','iass_file','en','File',NULL,NULL),('iass','iass_file_dropzone','en','you can drop your files here',NULL,NULL),('iass','iass_file_required','en','Record file required',NULL,NULL),('iass','iass_file_required_info','en','A record file has to be uploaded to each participant record.',NULL,NULL),('iass','iass_file_visible_examinee','en','File visible for participant',NULL,NULL),('iass','iass_filter_all','en','All',NULL,NULL),('iass','iass_filter_failed','en','Failed only',NULL,NULL),('iass','iass_filter_finalized','en','Completed only',NULL,NULL),('iass','iass_filter_not_finalized','en','Drafts only',NULL,NULL),('iass','iass_filter_not_started','en','Not started only',NULL,NULL),('iass','iass_finalize','en','Finalize',NULL,NULL),('iass','iass_finalize_info','en','Individual Assessment will be finalized.',NULL,NULL),('iass','iass_finalize_user_qst','en','Should the participant\'s status really be finalised? No changes possible thereafter.',NULL,NULL),('iass','iass_further_field_headline','en','Detailed Information',NULL,NULL),('iass','iass_graded_by','en','Graded by',NULL,NULL),('iass','iass_info_emails_expl','en','You may provide several addresses separated by comma.',NULL,NULL),('iass','iass_internal_note','en','Internal record note',NULL,NULL),('iass','iass_internal_note_info','en','Internal notes are only visible for tutors but not for participants.',NULL,NULL),('iass','iass_location','en','Location',NULL,NULL),('iass','iass_mails','en','E-Mail',NULL,NULL),('iass','iass_may_not_finalize','en','Examinee may not be finalised. Please grade the user first.',NULL,NULL),('iass','iass_membership_finalized','en','Record finalised',NULL,NULL),('iass','iass_membership_saved','en','Record saved, not yet finalised',NULL,NULL),('iass','iass_mess_notification_completed','en','You passed the assessment <i>%s</i>. Please check the following grading record for details:',NULL,NULL),('iass','iass_mess_notification_failed','en','You failed the assessment <i>%s</i>. Please check the following grading record for details:',NULL,NULL),('iass','iass_notify','en','Make Result available to Participant',NULL,NULL),('iass','iass_notify_explanation','en','The participant will be notified via e-mail after finalisation and will get access to her or his record on the Info screen.',NULL,NULL),('iass','iass_phone','en','Phone',NULL,NULL),('iass','iass_place','en','Place of assessment',NULL,NULL),('iass','iass_record','en','Record note',NULL,NULL),('iass','iass_record_info','en','Examinees can see the record note after having been graded finally. If notification is enabled below, the record note will be send to the participant by e-mail, too.',NULL,NULL),('iass','iass_record_template','en','Record template',NULL,NULL),('iass','iass_record_template_explanation','en','Template for participant grading record. Will be used automatically for any new participant.',NULL,NULL),('iass','iass_remove_user_qst','en','Should the participant really be removed?',NULL,NULL),('iass','iass_responsibility','en','Responsibility',NULL,NULL),('iass','iass_save_amend','en','Save Amended Record',NULL,NULL),('iass','iass_settings_availability','en','Availability',NULL,NULL),('iass','iass_settings_saved','en','Settings saved.',NULL,NULL),('iass','iass_sort_changetime_asc','en','Last Change ascending',NULL,NULL),('iass','iass_sort_changetime_desc','en','Last Change descending',NULL,NULL),('iass','iass_sort_examiner_login_asc','en','Examiner ascending',NULL,NULL),('iass','iass_sort_examiner_login_desc','en','Examiner descending',NULL,NULL),('iass','iass_sort_name_asc','en','Username ascending',NULL,NULL),('iass','iass_sort_name_desc','en','Username descending',NULL,NULL),('iass','iass_status_completed','en','Completed',NULL,NULL),('iass','iass_status_failed','en','Failed',NULL,NULL),('iass','iass_status_pending','en','Status pending',NULL,NULL),('iass','iass_subj_notification_completed','en','%s: Individual Assessment is completed.',NULL,NULL),('iass','iass_subj_notification_failed','en','%s: Individual Assessment is failed.',NULL,NULL),('iass','iass_upload_file','en','Record file',NULL,NULL),('iass','iass_user_removed','en','Participant has successfully been removed.',NULL,NULL),('iass','iass_usr_amend','en','Amend Grading',NULL,NULL),('iass','iass_usr_download_attachment','en','Download Attachment',NULL,NULL),('iass','iass_usr_edit','en','Edit Participant Record',NULL,NULL),('iass','iass_usr_remove','en','Remove Participant from Assessment',NULL,NULL),('iass','iass_usr_view','en','Participant Record',NULL,NULL),('iass','il_iass_member','en','Participant',NULL,NULL),('iass','il_iass_members','en','Participants',NULL,NULL),('iass','lp_inactive','en','Note: the learning progress for this object is inactive. Thus memberships may not be finalised.',NULL,NULL),('iass','save_amend','en','Save Amended Record',NULL,NULL),('impr','impr_page_type_impr','en','Imprint',NULL,NULL),('init','init_error_authentication_fail','en','Authentication failed.',NULL,NULL),('init','init_error_maintenance','en','The server is not available due to maintenance. We apologise for any inconvenience.',NULL,NULL),('init','init_error_redirect_click','en','Please click to continue.',NULL,NULL),('init','init_error_redirect_info','en','Redirect not supported by context.',NULL,NULL),('irss','action_download','en','Download',NULL,NULL),('irss','action_goto','en','Open Resource',NULL,NULL),('irss','action_remove_resource','en','Delete Resource',NULL,NULL),('irss','action_remove_resource_msg','en','Do you want to delete the following Resource(s)?',NULL,NULL),('irss','action_show_revisions','en','Show Revisions',NULL,NULL),('irss','by_creation_date_asc','en','By Creation Date (Ascending)',NULL,NULL),('irss','by_creation_date_desc','en','By Creation Date (Descending)',NULL,NULL),('irss','by_size_asc','en','By File Size (Ascending)',NULL,NULL),('irss','by_size_desc','en','By File Size (Descending)',NULL,NULL),('irss','by_title_asc','en','By Title (Ascending)',NULL,NULL),('irss','by_title_desc','en','By Title (Descending)',NULL,NULL),('irss','creation_date','en','Creation Date (This Revision)',NULL,NULL),('irss','file_size','en','File Size (This Revision)',NULL,NULL),('irss','file_size_bigger_than','en','File Size > MB',NULL,NULL),('irss','full_size','en','Resource Size (All Revisions)',NULL,NULL),('irss','max_revision','en','Max. Revision',NULL,NULL),('irss','msg_upload','en','Drop Files to upload',NULL,NULL),('irss','resource_id','en','Resource ID',NULL,NULL),('irss','resource_no_stakeholder_uri','en','No Stakeholder provides a valid Link to the usage of this Resource.',NULL,NULL),('irss','resource_overview','en','Resource Overview',NULL,NULL),('irss','revision','en','Revision',NULL,NULL),('irss','revisions','en','Available Revisions',NULL,NULL),('irss','revision_status','en','Status',NULL,NULL),('irss','revision_status_10','en','Published',NULL,NULL),('irss','revision_status_20','en','Draft',NULL,NULL),('irss','rids_appended','en','Resource(s) added',NULL,NULL),('irss','rids_deleted','en','Resource(s) deleted',NULL,NULL),('irss','rids_updated','en','Ressource(n) updated',NULL,NULL),('irss','rid_deleted','en','File removed',NULL,NULL),('irss','sorting','en','Default Ordering',NULL,NULL),('irss','sorting_1','en','By Title (Ascending)',NULL,NULL),('irss','sorting_2','en','By Title (Descending)',NULL,NULL),('irss','sorting_3','en','By File Size (Ascending)',NULL,NULL),('irss','sorting_4','en','By File Size (Descending)',NULL,NULL),('irss','sorting_5','en','By Creation Date (Ascending)',NULL,NULL),('irss','sorting_6','en','By Creation Date (Descending)',NULL,NULL),('irss','stakeholders','en','Origin',NULL,NULL),('irss','storage_id','en','Storage ID',NULL,NULL),('irss','storage_info','en','Storage Information',NULL,NULL),('irss','type','en','File Type',NULL,NULL),('irss','upload_field_title','en','Selected Files',NULL,NULL),('irss','upload_modal_title','en','Add Files',NULL,NULL),('itgr','itgr_always_open','en','Always Open',NULL,NULL),('itgr','itgr_assigned_materials','en','Assigned Materials',NULL,NULL),('itgr','itgr_assignment','en','Assigned',NULL,NULL),('itgr','itgr_assign_materials','en','Assign Materials',NULL,NULL),('itgr','itgr_behaviour','en','Block Behaviour',NULL,NULL),('itgr','itgr_behaviour_info','en','The system will store the opened/closed state for the current user until logout.',NULL,NULL),('itgr','itgr_desc_info','en','The description will not be a part of the item group\'s presentation in its container.',NULL,NULL),('itgr','itgr_edit','en','Edit Item Groups',NULL,NULL),('itgr','itgr_expandable_closed','en','Expandable (initially closed)',NULL,NULL),('itgr','itgr_expandable_open','en','Expandable (initially opened)',NULL,NULL),('itgr','itgr_hide_title','en','Hide Title',NULL,NULL),('itgr','itgr_item','en','Item',NULL,NULL),('itgr','itgr_list','en','List',NULL,NULL),('itgr','itgr_list_default','en','Default',NULL,NULL),('itgr','itgr_list_default_info','en','Inherits value from upper container.',NULL,NULL),('itgr','itgr_list_presentation','en','Item Presentation',NULL,NULL),('itgr','itgr_materials','en','Materials',NULL,NULL),('itgr','itgr_show_title','en','Show Title',NULL,NULL),('itgr','itgr_show_title_info','en','Shows title of item group in presentation for learner.',NULL,NULL),('itgr','itgr_tile','en','Tiles',NULL,NULL),('itgr','itgr_tile_size','en','Tile Size',NULL,NULL),('jscalendar','about_calendar','en','About the calendar',NULL,NULL),('jscalendar','about_calendar_long','en','DHTML Date/Time Selector © dynarch.com 2002-2003 For latest version visit: http://dynarch.com/mishoo/calendar.epl Distributed under GNU LGPL.  See http://gnu.org/licenses/lgpl.html for details.  Date selection: - Use the buttons « and » to select year - Use the buttons < and > to select month - Hold mouse button on any of the above buttons for faster selection.',NULL,NULL),('jscalendar','about_time','en','  Time selection: - Click on any of the time parts to increase it - or Shift-click to decrease it - or click and drag for faster selection.',NULL,NULL),('jscalendar','close','en','Close',NULL,NULL),('jscalendar','day_first','en','Display %s first',NULL,NULL),('jscalendar','def_date_format','en','%Y-%m-%d',NULL,NULL),('jscalendar','drag_to_move','en','Drag to move',NULL,NULL),('jscalendar','go_today','en','Go Today',NULL,NULL),('jscalendar','l_01','en','January',NULL,NULL),('jscalendar','l_02','en','February',NULL,NULL),('jscalendar','l_03','en','March',NULL,NULL),('jscalendar','l_04','en','April',NULL,NULL),('jscalendar','l_05','en','May',NULL,NULL),('jscalendar','l_06','en','June',NULL,NULL),('jscalendar','l_07','en','July',NULL,NULL),('jscalendar','l_08','en','August',NULL,NULL),('jscalendar','l_09','en','September',NULL,NULL),('jscalendar','l_10','en','October',NULL,NULL),('jscalendar','l_11','en','November',NULL,NULL),('jscalendar','l_12','en','December',NULL,NULL),('jscalendar','l_fr','en','Friday',NULL,NULL),('jscalendar','l_mo','en','Monday',NULL,NULL),('jscalendar','l_sa','en','Saturday',NULL,NULL),('jscalendar','l_su','en','Sunday',NULL,NULL),('jscalendar','l_th','en','Thursday',NULL,NULL),('jscalendar','l_tu','en','Tuesday',NULL,NULL),('jscalendar','l_we','en','Wednesday',NULL,NULL),('jscalendar','next_month','en','Next month (hold for menu)',NULL,NULL),('jscalendar','next_year','en','Next year (hold for menu)',NULL,NULL),('jscalendar','open_calendar','en','Click here to open a calendar for date selection (JavaScript required!)',NULL,NULL),('jscalendar','part_today','en',' (today)',NULL,NULL),('jscalendar','prev_month','en','Prev. month (hold for menu)',NULL,NULL),('jscalendar','prev_year','en','Prev. year (hold for menu)',NULL,NULL),('jscalendar','select_date','en','Select date',NULL,NULL),('jscalendar','s_01','en','Jan',NULL,NULL),('jscalendar','s_02','en','Feb',NULL,NULL),('jscalendar','s_03','en','Mar',NULL,NULL),('jscalendar','s_04','en','Apr',NULL,NULL),('jscalendar','s_05','en','May',NULL,NULL),('jscalendar','s_06','en','Jun',NULL,NULL),('jscalendar','s_07','en','Jul',NULL,NULL),('jscalendar','s_08','en','Aug',NULL,NULL),('jscalendar','s_09','en','Sep',NULL,NULL),('jscalendar','s_10','en','Oct',NULL,NULL),('jscalendar','s_11','en','Nov',NULL,NULL),('jscalendar','s_12','en','Dec',NULL,NULL),('jscalendar','s_fr','en','Fr',NULL,NULL),('jscalendar','s_mo','en','Mo',NULL,NULL),('jscalendar','s_sa','en','Sa',NULL,NULL),('jscalendar','s_su','en','Su',NULL,NULL),('jscalendar','s_th','en','Th',NULL,NULL),('jscalendar','s_tu','en','Tu',NULL,NULL),('jscalendar','s_we','en','We',NULL,NULL),('jscalendar','time','en','Time',NULL,NULL),('jscalendar','time_part','en','(Shift-)Click or drag to change value',NULL,NULL),('jscalendar','today','en','Today',NULL,NULL),('jscalendar','tt_date_format','en','%a, %b %e',NULL,NULL),('jscalendar','wk','en','wk',NULL,NULL),('ldap','add_ldap_server','en','Add Server',NULL,NULL),('ldap','ldap_add_missing','en','Assign Missing Roles',NULL,NULL),('ldap','ldap_add_remove','en','Add/Remove Roles',NULL,NULL),('ldap','ldap_add_role_ass_rule','en','New Rule for Role Assignments',NULL,NULL),('ldap','ldap_assignment_type','en','Assignment Type',NULL,NULL),('ldap','ldap_as_ds','en','Use as Data Source',NULL,NULL),('ldap','ldap_as_ds_info','en','If activated, this LDAP configuration is used only for the synchronization of user accounts in combination with other authentication methods (e.g. CAS).',NULL,NULL),('ldap','ldap_authentication_settings','en','Authentication Settings',NULL,NULL),('ldap','ldap_bind_anonymous','en','Bind Anonymously',NULL,NULL),('ldap','ldap_bind_user','en','Bind as User:',NULL,NULL),('ldap','ldap_btn_add_role_ass','en','Add New Rule',NULL,NULL),('ldap','ldap_check_role_assignment','en','Assignment of Roles After Later Logins',NULL,NULL),('ldap','ldap_choose_role','en','Choose Role',NULL,NULL),('ldap','ldap_confirm_del_role_ass','en','Delete Role Assignment',NULL,NULL),('ldap','ldap_deleted_role_mapping','en','Deleted assignment.',NULL,NULL),('ldap','ldap_deleted_rule','en','Deleted selected role assignments.',NULL,NULL),('ldap','ldap_dn_info','en','Enter the distinguished name of the LDAP group.',NULL,NULL),('ldap','ldap_edit_role_assignment','en','Edit Role ➜ Group Assignment',NULL,NULL),('ldap','ldap_edit_role_ass_rule','en','Edit Role Assignment Rule',NULL,NULL),('ldap','ldap_err_missing_plugin_id','en','Please enter a valid plugin id.',NULL,NULL),('ldap','ldap_escapedn','en','Escape DN',NULL,NULL),('ldap','ldap_escapedn_info','en','If enabled, special characters in the \"Distinguished Name (DN)\" of user accounts are escaped in queries for group membership.',NULL,NULL),('ldap','ldap_filter_info','en','Filter that will be added to the search filter this way: (&(userattr=username)<strong>(userfilter)</strong>).',NULL,NULL),('ldap','ldap_global_role','en','Global Role',NULL,NULL),('ldap','ldap_global_role_assignment','en','ILIAS-Role Assignment',NULL,NULL),('ldap','ldap_global_role_info','en','Please choose an ILIAS Role new users will be assigned to. <span class=\"asterisk\">*</span> The role selection is <b>required</b> in case you chose a type of synchronisation.',NULL,NULL),('ldap','ldap_group_attribute','en','Attribute for Group',NULL,NULL),('ldap','ldap_group_attribute_info','en','The group attribute to search for.',NULL,NULL),('ldap','ldap_group_dn','en','Group DN',NULL,NULL),('ldap','ldap_group_dn_info','en','Gets prepended to ‘BaseDN’ when searching for groups.',NULL,NULL),('ldap','ldap_group_dn_short','en','Group DN:',NULL,NULL),('ldap','ldap_group_filter','en','LDAP Filter',NULL,NULL),('ldap','ldap_group_filter_info','en','Filter that will be added to the search filter when searching for a group: (&(groupattr=group)(memberattr=username)<strong>(groupfilter)</strong>).',NULL,NULL),('ldap','ldap_group_member','en','Group Member Attribute',NULL,NULL),('ldap','ldap_group_membership','en','Group Membership',NULL,NULL),('ldap','ldap_group_member_info','en','The attribute of the group object where the user dn may be found. Choose ‘Attribute Value is DN’ if the member attribute is the distinguished name of the users.',NULL,NULL),('ldap','ldap_group_member_optional','en','Group Membership is Optional',NULL,NULL),('ldap','ldap_group_member_short','en','Attribute:',NULL,NULL),('ldap','ldap_group_name','en','Group Name',NULL,NULL),('ldap','ldap_group_name_info','en','The name of the group users have to be a member of to authenticate successfully.',NULL,NULL),('ldap','ldap_group_optional_info','en','If enabled, the group membership is not required for a successful authentication. Please enter a user filter for the members of these groups:<br />(&(userattr=username)<strong>(userfilter)</strong>)',NULL,NULL),('ldap','ldap_group_restrictions','en','Group Membership Restrictions',NULL,NULL),('ldap','ldap_group_scope','en','Search Scope',NULL,NULL),('ldap','ldap_group_scope_info','en','Scope for group searching. If unsure choose ‘Sub’',NULL,NULL),('ldap','ldap_group_search_base','en','Group Search Base',NULL,NULL),('ldap','ldap_group_user_filter','en','User Filter',NULL,NULL),('ldap','ldap_ilias_role','en','ILIAS Role Name',NULL,NULL),('ldap','ldap_info_text','en','Information Text',NULL,NULL),('ldap','ldap_info_text_info','en','If entered, this text will be shown on the info screen for the object this role is assigned to. Optionally this text is available in the Repository.',NULL,NULL),('ldap','ldap_local_role','en','Local Role',NULL,NULL),('ldap','ldap_mapping_info_type','en','Show Information also in the Repository',NULL,NULL),('ldap','ldap_mapping_table','en','Assignment of LDAP Attributes to ILIAS User Profile',NULL,NULL),('ldap','ldap_mapping_template','en','Template for objectClass:',NULL,NULL),('ldap','ldap_memberisdn','en','Attribute Value is DN',NULL,NULL),('ldap','ldap_member_info','en','The attribute of the group object where the user dn may be found.',NULL,NULL),('ldap','ldap_missing_bind_user','en','You have chosen ‘Bind as User’: Please enter a valid LDAP username and password.',NULL,NULL),('ldap','ldap_missing_role_assignment','en','Please choose a global role new users will be assigned to.',NULL,NULL),('ldap','ldap_moment_sync','en','Type of Synchronization',NULL,NULL),('ldap','ldap_new_role_assignment','en','Add New Role ➜ Group Assignment',NULL,NULL),('ldap','ldap_plugin','en','Assignment by Plugin',NULL,NULL),('ldap','ldap_plugin_id','en','Plugin ID',NULL,NULL),('ldap','ldap_plugin_info','en','Validate the role assignment with a plugin. Please enter a valid plugin id.',NULL,NULL),('ldap','ldap_referrals','en','Referrals',NULL,NULL),('ldap','ldap_referrals_info','en','If set, determines whether the LDAP library automatically follows referrals returned by LDAP servers or not. This should be disabled if you are using an active directory server.',NULL,NULL),('ldap','ldap_remove_deprecated','en','Deassign Deprecated Roles',NULL,NULL),('ldap','ldap_role_active','en','Enable Group Synchronization',NULL,NULL),('ldap','ldap_role_assignments','en','Role Assignment',NULL,NULL),('ldap','ldap_role_at_info','en','The assignment is based on a specific attribute in the LDAP user profile.',NULL,NULL),('ldap','ldap_role_at_name','en','Attribute Name',NULL,NULL),('ldap','ldap_role_at_value','en','Attribute Value',NULL,NULL),('ldap','ldap_role_bind_pass','en','Password',NULL,NULL),('ldap','ldap_role_bind_pass_info','en','Password',NULL,NULL),('ldap','ldap_role_bind_user','en','Users DN',NULL,NULL),('ldap','ldap_role_bind_user_info','en','Please enter a distinguished name of a LDAP user account. This user needs write access for the LDAP groups.',NULL,NULL),('ldap','ldap_role_by_attribute','en','LDAP Attribute',NULL,NULL),('ldap','ldap_role_by_group','en','Groupmembership',NULL,NULL),('ldap','ldap_role_by_plugin','en','By Plugin',NULL,NULL),('ldap','ldap_role_group_assignments','en','Existing Role ➜ Group Assignments',NULL,NULL),('ldap','ldap_role_grp_at','en','Attribute',NULL,NULL),('ldap','ldap_role_grp_dn_info','en','Please enter the ‘Distinguished Name’ of the LDAP Group.',NULL,NULL),('ldap','ldap_role_grp_info','en','Members of a specific LDAP Group will be assigned to the given ILIAS role.',NULL,NULL),('ldap','ldap_role_grp_isdn','en','Attribute value is DN',NULL,NULL),('ldap','ldap_role_info','en','Enter the name of an ILIAS Role that will control the membership to the LDAP group.',NULL,NULL),('ldap','ldap_role_mapping','en','ILIAS Role ➜ LDAP Group Mapping',NULL,NULL),('ldap','ldap_role_name_info','en','Please choose either a global role or enter the name of a local role.',NULL,NULL),('ldap','ldap_role_not_exists','en','A role with that name does not exist',NULL,NULL),('ldap','ldap_role_selection','en','Role Selection',NULL,NULL),('ldap','ldap_role_selection_info','en','Your selection is ambiguous. Please choose one of the following roles.',NULL,NULL),('ldap','ldap_role_settings','en','LDAP Group Synchronization Settings',NULL,NULL),('ldap','ldap_rule_condition','en','Condition',NULL,NULL),('ldap','ldap_rule_type','en','Type of Assignment',NULL,NULL),('ldap','ldap_scope_one','en','One',NULL,NULL),('ldap','ldap_scope_sub','en','Sub',NULL,NULL),('ldap','ldap_search_base_info','en','Gets prepended to basedn when searching for users.',NULL,NULL),('ldap','ldap_search_filter','en','LDAP Filter',NULL,NULL),('ldap','ldap_servers','en','LDAP Server',NULL,NULL),('ldap','ldap_server_binding','en','Binding',NULL,NULL),('ldap','ldap_server_bind_dn','en','User DN',NULL,NULL),('ldap','ldap_server_bind_pass','en','Password',NULL,NULL),('ldap','ldap_server_name','en','Name of LDAP Configuration',NULL,NULL),('ldap','ldap_server_name_info','en','Please choose a name for this LDAP server configuration.',NULL,NULL),('ldap','ldap_server_security_settings','en','Security Settings',NULL,NULL),('ldap','ldap_server_short','en','Server URL:',NULL,NULL),('ldap','ldap_server_url_info','en','A fully qualified URL for specifying the protocol, url and port to connect to. E.g \"ldaps://ldap.ilias.de:636\".',NULL,NULL),('ldap','ldap_server_version_info','en','LDAP version to use, usually 3.',NULL,NULL),('ldap','ldap_settings','en','Server Settings',NULL,NULL),('ldap','ldap_sync_cron','en','Per Cron Job',NULL,NULL),('ldap','ldap_sync_login','en','On Login',NULL,NULL),('ldap','ldap_tbl_role_ass','en','Active Rules',NULL,NULL),('ldap','ldap_tls_conflict','en','LDAP-TLS can not be used in combination with LDAPv2. Please choose LDAP version ‘3’ or disable TLS support.',NULL,NULL),('ldap','ldap_update_field_info','en','Update automatically',NULL,NULL),('ldap','ldap_update_roles','en','Role Assignments',NULL,NULL),('ldap','ldap_username_filter','en','Username Filter',NULL,NULL),('ldap','ldap_username_filter_info','en','Use * as wildcard.',NULL,NULL),('ldap','ldap_user_attribute','en','Attribute for Login Name',NULL,NULL),('ldap','ldap_user_dn','en','User Search Base',NULL,NULL),('ldap','ldap_user_mapping','en','User Profile Mapping',NULL,NULL),('ldap','ldap_user_scope','en','Search Scope',NULL,NULL),('ldap','ldap_user_scope_info','en','Scope for user searching. If unsure choose ‘Sub’.',NULL,NULL),('ldap','ldap_user_sync','en','User Synchronization Settings',NULL,NULL),('ldap','ldap_user_sync_cron','en','LDAP User Synchronization',NULL,NULL),('ldap','ldap_user_sync_cron_info','en','If activated, user accounts will be imported from the LDAP directory and synchronised continuously as an option.',NULL,NULL),('ldap','ldap_user_sync_info','en','Defines whether new users are automatically created on login or regularly per cron job.',NULL,NULL),('ldoc','deleteDocument','en','Delete',NULL,NULL),('ldoc','detachCriterionAssignment','en','Delete',NULL,NULL),('ldoc','ldoc_acceptance_history','en','Acceptance History',NULL,NULL),('ldoc','ldoc_account_reg_not_possible','en','Self-registration is currently not possible. Please contact your <a href=\"%1$s\">system administrator</a> for further information.',NULL,NULL),('ldoc','ldoc_add_document_btn_label','en','Add Document',NULL,NULL),('ldoc','ldoc_agreement_document','en','Document',NULL,NULL),('ldoc','ldoc_agreement_documents_tab_label','en','Documents',NULL,NULL),('ldoc','ldoc_agreement_document_missing','en','Missing',NULL,NULL),('ldoc','ldoc_agreement_exists','en','Existent',NULL,NULL),('ldoc','ldoc_agreement_missing','en','Missing',NULL,NULL),('ldoc','ldoc_criterion_assignment_cannot_match','en','It is not possible to use this particular criterion for displaying your document. Because of another criterion this document would never match.',NULL,NULL),('ldoc','ldoc_criterion_assignment_must_be_unique','en','It is not possible to use this particular criterion for displaying your document. This criterion already exists.',NULL,NULL),('ldoc','ldoc_crit_type_usr_country','en','Profile Country',NULL,NULL),('ldoc','ldoc_crit_type_usr_country_info','en','Your document is displayed (and must be accepted the first time a user logs in) if the country set in their user profile matches the country criterion selected from the list below.  Subsequent changes to the country in a user’s profile do not automatically lead to a new document being displayed. You cannot use the same country as the display criterion for more than one document.',NULL,NULL),('ldoc','ldoc_crit_type_usr_global_role','en','User Has Global Role',NULL,NULL),('ldoc','ldoc_crit_type_usr_global_role_info','en','The document is displayed (and must be accepted the first time a user logs in) if the global role the user has matches the global role selected from the list below.  Subsequent changes to a user’s global role do not automatically lead to a new ToS document being displayed.',NULL,NULL),('ldoc','ldoc_crit_type_usr_language','en','Profile Language',NULL,NULL),('ldoc','ldoc_crit_type_usr_language_info','en','Your document is displayed (and must be accepted) during registration if the user’s language (selected from the list below) matches the language used during registration; or upon login if the user switches to this language in their preferences.  Please note that each language can only be set as the display criterion for a single document.',NULL,NULL),('ldoc','ldoc_deleted_documents_p','en','The documents have been deleted.',NULL,NULL),('ldoc','ldoc_deleted_documents_s','en','The document has been deleted.',NULL,NULL),('ldoc','ldoc_disabled','en','Disabled',NULL,NULL),('ldoc','ldoc_document','en','Document',NULL,NULL),('ldoc','ldoc_doc_crit_attached','en','The criterion for displaying your document has been set successfully.',NULL,NULL),('ldoc','ldoc_doc_crit_changed','en','The criterion for displaying your document has been changed.',NULL,NULL),('ldoc','ldoc_doc_crit_detached','en','The criterion has been removed.',NULL,NULL),('ldoc','ldoc_doc_delete','en','Delete Document',NULL,NULL),('ldoc','ldoc_doc_detach_crit_confirm_title','en','Remove Criterion',NULL,NULL),('ldoc','ldoc_doc_sure_detach_crit','en','Are you sure that you want to remove this as the criterion for displaying your document?',NULL,NULL),('ldoc','ldoc_enabled','en','Enabled',NULL,NULL),('ldoc','ldoc_form_attach_criterion_head','en','Select Criterion for Displaying your Document',NULL,NULL),('ldoc','ldoc_form_criterion','en','Criterion',NULL,NULL),('ldoc','ldoc_form_document','en','Document',NULL,NULL),('ldoc','ldoc_form_document_content_changed','en','The uploaded file has had its html &lt;head&gt; information removed by ILIAS. Please check the result and upload a new file if necessary.',NULL,NULL),('ldoc','ldoc_form_document_info','en','Please select a file from your local filesystem. You can either upload a plain text file, or a simple HTML file. HTML files will have their &lt;head/gt; information removed – only the contents of the body element will be used.',NULL,NULL),('ldoc','ldoc_form_document_new','en','Change Content',NULL,NULL),('ldoc','ldoc_form_document_new_info','en','Here you can select a file from your local filesystem to change the contents of the document. You can either upload a plain text file, or a simple HTML file. HTML files will have their &lt;head&gt; information removed - only the contents of the body element will be used. The existing contents of the document will be replaced. The acceptance history will not be affected.',NULL,NULL),('ldoc','ldoc_form_document_title','en','Title',NULL,NULL),('ldoc','ldoc_form_document_title_info','en','Please enter a title for the document.',NULL,NULL),('ldoc','ldoc_form_edit_criterion_head','en','Edit Criterion for Displaying Your Document',NULL,NULL),('ldoc','ldoc_form_edit_doc_head','en','Edit Document',NULL,NULL),('ldoc','ldoc_form_new_doc_head','en','Create Document',NULL,NULL),('ldoc','ldoc_last_modified','en','Last Change',NULL,NULL),('ldoc','ldoc_ldoc_settings','en','Settings',NULL,NULL),('ldoc','ldoc_period','en','Period',NULL,NULL),('ldoc','ldoc_period_from','en','From',NULL,NULL),('ldoc','ldoc_period_until','en','Until',NULL,NULL),('ldoc','ldoc_reevaluate_on_login','en','Re-evaluate on Successful Login',NULL,NULL),('ldoc','ldoc_reevaluate_on_login_desc','en','After a successful login, automatically have ILIAS check whether a previously-accepted document is still valid or not. If, for example, a user has changed a setting that is the criterion for displaying a particular document (for example their language setting or country], and ILIAS can find a document with that criterion, then the user has to accept the new agreement.',NULL,NULL),('ldoc','ldoc_saved_sorting','en','The new order has been saved.',NULL,NULL),('ldoc','ldoc_sure_delete_documents_p','en','Are you sure you want to delete the selected documents?',NULL,NULL),('ldoc','ldoc_sure_delete_documents_s','en','Are you sure you want to delete this document?',NULL,NULL),('ldoc','ldoc_tbl_docs_action_add_criterion','en','Add Criterion',NULL,NULL),('ldoc','ldoc_tbl_docs_cell_not_criterion','en','No criterion assigned',NULL,NULL),('ldoc','ldoc_tbl_docs_head_created','en','Creation Date',NULL,NULL),('ldoc','ldoc_tbl_docs_head_criteria','en','Criterion',NULL,NULL),('ldoc','ldoc_tbl_docs_head_last_change','en','Last Change',NULL,NULL),('ldoc','ldoc_tbl_docs_head_sorting','en','Order',NULL,NULL),('ldoc','ldoc_tbl_docs_head_title','en','Title',NULL,NULL),('ldoc','ldoc_tbl_docs_title','en','Documents',NULL,NULL),('ldoc','ldoc_tbl_hist_cell_not_criterion','en','No criterion assigned',NULL,NULL),('ldoc','ldoc_tbl_hist_head_acceptance_date','en','Date',NULL,NULL),('ldoc','ldoc_tbl_hist_head_criteria','en','Criterion',NULL,NULL),('ldoc','ldoc_tbl_hist_head_document','en','Document',NULL,NULL),('ldoc','ldoc_tbl_hist_head_firstname','en','First Name',NULL,NULL),('ldoc','ldoc_tbl_hist_head_lastname','en','Last Name',NULL,NULL),('ldoc','ldoc_tbl_hist_head_login','en','Username (Login)',NULL,NULL),('ldoc','ldoc_updated_document','en','Document uploaded',NULL,NULL),('lhist','cont_create_lhist','en','Create Learning History Element',NULL,NULL),('lhist','cont_update_lhist','en','Edit Learning History Element',NULL,NULL),('lhist','lhist_all','en','All',NULL,NULL),('lhist','lhist_cont_placeholder_text','en','This element will show the learning history in the presentation mode of the portfolio.',NULL,NULL),('lhist','lhist_enable_learning_history','en','Learning History',NULL,NULL),('lhist','lhist_enable_learning_history_info','en','Enables an overview of all achievements of a user.',NULL,NULL),('lhist','lhist_first_login','en','First Login',NULL,NULL),('lhist','lhist_learning_history','en','Learning History',NULL,NULL),('lhist','lhist_lhist','en','Learning History',NULL,NULL),('lhist','lhist_manual','en','Manual',NULL,NULL),('lhist','lhist_no_entries','en','Achieve your goals! Learn something today to further your learning history.',NULL,NULL),('lhist','lhist_period','en','Period',NULL,NULL),('lhist','lhist_selected','en','Selected',NULL,NULL),('lhist','lhist_show_more','en','Show More',NULL,NULL),('lhist','lhist_type_of_achievement','en','Type of Achievement',NULL,NULL),('like','like','en','Like',NULL,NULL),('like','reaction','en','Reaction',NULL,NULL),('link','link_chapters','en','Chapters',NULL,NULL),('link','link_link','en','Link',NULL,NULL),('link','link_mobs','en','Media Objects',NULL,NULL),('link','link_terms','en','Terms',NULL,NULL),('link','link_wpages','en','Wiki Pages',NULL,NULL),('lm','lm_btn_lp_toggle_state_completed','en','Set Not Completed',NULL,NULL),('lm','lm_btn_lp_toggle_state_not_completed','en','Set Completed',NULL,NULL),('lm','lm_copy','en','Copy Learning Module',NULL,NULL),('lm','lm_edit_chapters','en','Edit Chapters',NULL,NULL),('lm','lm_edit_lm_settings','en','Edit Learning Module Settings',NULL,NULL),('lm','lm_est_reading_time','en','Estimated Reading Time',NULL,NULL),('lm','lm_est_reading_time_info','en','In Learning Modules in the repository the estimated reading time can be determined and displayed.',NULL,NULL),('lm','lm_pages_added','en','Pages have been added.',NULL,NULL),('lm','lm_page_added','en','Page has been added.',NULL,NULL),('lm','lm_page_type_lm','en','LM Page',NULL,NULL),('lm','lm_save_titles','en','Titles saved.',NULL,NULL),('lng','language_detection','en','Language Detection',NULL,NULL),('lng','lng_disable_language_detection','en','Disable Language Detection',NULL,NULL),('lng','lng_download_deprecated','en','Download Deprecated List',NULL,NULL),('lng','lng_enable_language_detection','en','Enable Language Detection',NULL,NULL),('lng','lng_switch_language_detection','en','Switch Language Detection',NULL,NULL),('log','log_browser','en','Browser Console Log',NULL,NULL),('log','log_browser_users','en','Usernames Using Console Log',NULL,NULL),('log','log_cache_','en','Caching',NULL,NULL),('log','log_cache_info','en','Only if a message reaches or surpasses the caching level, all messages which have at least the log level will be added to the log for the current request.',NULL,NULL),('log','log_cache_level','en','Caching-Level',NULL,NULL),('log','log_components','en','Components',NULL,NULL),('log','log_component_btn_reset','en','Reset Settings',NULL,NULL),('log','log_component_col_component','en','Component',NULL,NULL),('log','log_component_col_level','en','Log-Level',NULL,NULL),('log','log_component_root_desc','en','Leg-Level for message which are not assigned to any component.',NULL,NULL),('log','log_general_settings','en','Logging Settings',NULL,NULL),('log','log_level_alert','en','ALERT',NULL,NULL),('log','log_level_critical','en','CRITICAL',NULL,NULL),('log','log_level_debug','en','DEBUG',NULL,NULL),('log','log_level_emergency','en','EMERGENCY',NULL,NULL),('log','log_level_error','en','ERROR',NULL,NULL),('log','log_level_info','en','INFO',NULL,NULL),('log','log_level_notice','en','NOTICE',NULL,NULL),('log','log_level_off','en','Disabled',NULL,NULL),('log','log_level_warning','en','WARNING',NULL,NULL),('log','log_log_level','en','Log Level',NULL,NULL),('log','log_memory','en','Log Memory Usage',NULL,NULL),('logging','error_settings_saved','en','Settings saved',NULL,NULL),('logging','frm_clear_older_then','en','Deletes files older then',NULL,NULL),('logging','frm_clear_older_then_info','en','Please enter duration in days.',NULL,NULL),('logging','logs_settings','en','Logging Settings',NULL,NULL),('logging','log_error_file_cleanup_info','en','Deletes old or orphand files of error log.',NULL,NULL),('logging','log_error_file_cleanup_title','en','Delete old or orphaned error log files',NULL,NULL),('logging','log_error_folder','en','Path',NULL,NULL),('logging','log_error_mail','en','Mail recipient',NULL,NULL),('logging','log_error_message','en','Sorry, an error occured. A logfile has been created which can be identified via the code \"%s\".',NULL,NULL),('logging','log_error_message_send_mail','en','Please send a mail to <a href=\"mailto:%s?subject=code: %s\">%s</a>',NULL,NULL),('logging','log_error_path_not_configured_or_wrong','en','Path to errors (error_path) is not configured or unreachable.',NULL,NULL),('logging','log_error_settings','en','Error logging settings',NULL,NULL),('lso','abstract','en','Abstract',NULL,NULL),('lso','abstract_img','en','Image for Abstract',NULL,NULL),('lso','avail_time_period','en','Period',NULL,NULL),('lso','completed_steps','en','Passed Steps',NULL,NULL),('lso','condition_always','en','Always',NULL,NULL),('lso','cont_ed_insert_lsocurriculum','en','Insert Learning Sequence Curriculum',NULL,NULL),('lso','cont_ed_insert_lsostartbutton','en','Insert Learning Sequence Start Button',NULL,NULL),('lso','curriculum','en','Content',NULL,NULL),('lso','delete_confirmation','en','Are you sure you want to delete this objects?',NULL,NULL),('lso','entries_deleted','en','Successfully deleted entries.',NULL,NULL),('lso','entries_updated','en','Entries saved',NULL,NULL),('lso','extro','en','Exit Page',NULL,NULL),('lso','extro_img','en','Image for Exit Page',NULL,NULL),('lso','failed','en','Failed',NULL,NULL),('lso','finished','en','Finished',NULL,NULL),('lso','first_access','en','First Access',NULL,NULL),('lso','last_access','en','Last Access',NULL,NULL),('lso','last_visited_step','en','Last visited Step',NULL,NULL),('lso','learner_view','en','Overview',NULL,NULL),('lso','lp_not_relevant_post_cond','en','currently not relevant for continuation',NULL,NULL),('lso','lso_activation_online_info','en','Set the Learning Sequence online to make it visible and available for Learning Sequence members. If not, only administrators and tutors will have access to it.',NULL,NULL),('lso','lso_at_least_one_admin','en','There has to be at least one learning sequence administrator.',NULL,NULL),('lso','lso_edit_permission','en','User can change permission settings',NULL,NULL),('lso','lso_header_delete_members','en','Would you like to remove the following members from this learning sequence?',NULL,NULL),('lso','lso_header_edit_members','en','Edit Members',NULL,NULL),('lso','lso_intropages_deprecationhint','en','You can edit the abstract and exit page in the tab \"Content\".',NULL,NULL),('lso','lso_legacy_info','en','The object will open in a new tab in your browser. Please return to this tab after processing/editing the contents. Reload the page if you have edited the content but the \"Next\" button remains disabled.',NULL,NULL),('lso','lso_mail_admission_new_bod','en','we are pleased to announce your registration for the learning sequence \"%s\".',NULL,NULL),('lso','lso_mail_admission_new_sub','en','Your registration for learning sequence \"%s\"',NULL,NULL),('lso','lso_mail_dismiss_bod','en','your membership in learning sequence \"%s\" has been terminated.',NULL,NULL),('lso','lso_mail_dismiss_sub','en','Membership terminated in learning sequence \"%s\"',NULL,NULL),('lso','lso_mail_notification_reg_bod','en','%s has registered for learning sequence \"%s\".',NULL,NULL),('lso','lso_mail_notification_reg_req_bod','en','%s has requested membership for learning sequence \"%s\".',NULL,NULL),('lso','lso_mail_notification_reg_req_bod2','en','To confirm this registration, go to:',NULL,NULL),('lso','lso_mail_notification_reg_req_sub','en','Request to join learning sequence \"%s\"',NULL,NULL),('lso','lso_mail_notification_reg_sub','en','User registered for learning sequence \"%s\"',NULL,NULL),('lso','lso_mail_notification_unsub_bod','en','%s has cancelled his/her membership for the learning sequence \"%s\".',NULL,NULL),('lso','lso_mail_notification_unsub_bod2','en','There might be other members on a waiting list of your learning sequence. You should check for the waiting list now. To view the members of your learning sequence, click here:',NULL,NULL),('lso','lso_mail_notification_unsub_sub','en','User left learning sequence \"%s\"',NULL,NULL),('lso','lso_mail_permanent_link','en','Click on the following link to find all of the information you need regarding the learning sequence:',NULL,NULL),('lso','lso_mail_status_bod','en','your status in learning sequence \"%s\" has been changed.',NULL,NULL),('lso','lso_mail_status_sub','en','Changed status in learning sequence \"%s\"',NULL,NULL),('lso','lso_mail_subscribe_member_bod','en','we are pleased to confirm your registration for the learning sequence \"%s\".',NULL,NULL),('lso','lso_mail_subscribe_member_sub','en','Your registration for learning sequence \"%s\"',NULL,NULL),('lso','lso_mail_sub_acc_bod','en','we are pleased to confirm your registration for the learning sequence \"%s\".',NULL,NULL),('lso','lso_mail_sub_acc_sub','en','Registration confirmed for \"%s\"',NULL,NULL),('lso','lso_mail_sub_dec_bod','en','we regret to say that your registration has been refused for learning sequence \"%s\".',NULL,NULL),('lso','lso_mail_sub_dec_sub','en','Registration refused for learning sequence \"%s\"',NULL,NULL),('lso','lso_mail_unsubscribe_member_bod','en','we confirm your cancellation of membership in learning sequence %s. We hope that you find an opportunity to participate in another learning sequence.',NULL,NULL),('lso','lso_mail_unsubscribe_member_sub','en','Your cancellation of membership in learning sequence \"%s\"',NULL,NULL),('lso','lso_mail_wl_bod','en','you have been assigned to the waiting list of learning sequence \"%s\". You are assigned to position %s on the list.  You will receive a message from a learning sequence administrator when your request has been approved or rejected.',NULL,NULL),('lso','lso_mail_wl_sub','en','Your registration for learning sequence \"%s\"',NULL,NULL),('lso','lso_mainbar_button_label_curriculum','en','Learning Sequence',NULL,NULL),('lso','lso_mainbar_button_label_toc','en','Content',NULL,NULL),('lso','lso_members_deleted','en','Selected members were successfully removed from learning sequence.',NULL,NULL),('lso','lso_members_gallery','en','Learning Sequence Members Gallery',NULL,NULL),('lso','lso_members_print_title','en','Learning sequence members',NULL,NULL),('lso','lso_member_administration','en','Edit Participants',NULL,NULL),('lso','lso_mem_tbl_header','en','Learning Sequence Member',NULL,NULL),('lso','lso_min_one_admin','en','There has to be at least one administrator assigned to this learning sequence.',NULL,NULL),('lso','lso_msg_member_assigned','en','User(s) assigned as learning sequence member(s)',NULL,NULL),('lso','lso_multidownload_not_available','en','Downloading multiple objects is currently not available for Learning Sequence Objects.',NULL,NULL),('lso','lso_new_status','en','Your new status is:',NULL,NULL),('lso','lso_notification','en','Notification',NULL,NULL),('lso','lso_notification_explanation_admin','en','You receive mail from ILIAS because you are learning sequence administrator with notification enabled.',NULL,NULL),('lso','lso_notify_off','en','Notification about new registrations disabled',NULL,NULL),('lso','lso_notify_on','en','Notification about new registrations enabled',NULL,NULL),('lso','lso_player_abstract','en','Show Abstract Info',NULL,NULL),('lso','lso_player_extro','en','Show Final Page',NULL,NULL),('lso','lso_player_finish','en','Finish',NULL,NULL),('lso','lso_player_next','en','Next',NULL,NULL),('lso','lso_player_previous','en','Previous',NULL,NULL),('lso','lso_player_resume','en','Resume Learning Sequence',NULL,NULL),('lso','lso_player_review','en','Review Learning Sequence',NULL,NULL),('lso','lso_player_start','en','Start Learning Sequence',NULL,NULL),('lso','lso_player_suspend','en','Suspend',NULL,NULL),('lso','lso_player_viewmodelabel','en','Learning Sequence',NULL,NULL),('lso','lso_print_list','en','Generate list',NULL,NULL),('lso','lso_read','en','User has read access to Learning Sequence',NULL,NULL),('lso','lso_search_users','en','Search Users',NULL,NULL),('lso','lso_settings_availability','en','Availability',NULL,NULL),('lso','lso_settings_availability_error','en','The end date can not be earlier than the start date',NULL,NULL),('lso','lso_settings_extro','en','Edit Exit Page',NULL,NULL),('lso','lso_settings_intro','en','Edit Intro Page',NULL,NULL),('lso','lso_settings_old_extro','en','View Old Exit Page',NULL,NULL),('lso','lso_settings_old_intro','en','View Old Intro Page',NULL,NULL),('lso','lso_show_members_info','en','Member Gallery available for users',NULL,NULL),('lso','lso_start_item','en','Open %s',NULL,NULL),('lso','lso_toast_completed_desc','en','You have completed this Learning Sequence. You might still keep looking through the content.',NULL,NULL),('lso','lso_toast_completed_title','en','Congratulations',NULL,NULL),('lso','lso_users_already_assigned','en','The user is already assigned to this learning sequence',NULL,NULL),('lso','mail_lso_roles','en','Send mails to roles of learning sequence.',NULL,NULL),('lso','manage','en','Manage',NULL,NULL),('lso','manage_content_maintab','en','Content',NULL,NULL),('lso','members_gallery','en','Member Gallery',NULL,NULL),('lso','notification_lso_completed_title','en','You completed the Learning Sequence %s.',NULL,NULL),('lso','not_finished','en','Not Finished',NULL,NULL),('lso','no_entries_selected_for_delete','en','There has to be at least one entry selected.',NULL,NULL),('lso','participate','en','Subscribe',NULL,NULL),('lso','show_summary','en','Info',NULL,NULL),('lso','table_actions','en','Actions',NULL,NULL),('lso','table_lp_settings','en','Learning Progress Settings',NULL,NULL),('lso','table_may_proceed','en','User may proceed',NULL,NULL),('lso','table_online','en','Online',NULL,NULL),('lso','table_position','en','Position',NULL,NULL),('lso','table_sequence_content','en','Content Management',NULL,NULL),('lso','table_title','en','Title',NULL,NULL),('lso','unparticipate','en','Unsubscribe',NULL,NULL),('lti','activity_id','en','Activity ID',NULL,NULL),('lti','activity_id_info','en','This Activity ID is used by the LTI Provider to identify Statements.',NULL,NULL),('lti','act_lti_for_obj_type','en','Activate LTI for Type of Object',NULL,NULL),('lti','auth_lti','en','LTI Auth',NULL,NULL),('lti','clti_privacy_ident','en','User identification',NULL,NULL),('lti','clti_privacy_ident_il_uuid_ext_account','en','External User ID combined with a unique ILIAS platform id formatted as an E-Mail address',NULL,NULL),('lti','clti_privacy_ident_il_uuid_ext_account_info','en','This is identical to each call, but may allow a direct conclusion about the user.',NULL,NULL),('lti','clti_privacy_ident_il_uuid_login','en','ILIAS Login combined with a unique ILIAS platform id formatted as an E-Mail address',NULL,NULL),('lti','clti_privacy_ident_il_uuid_login_info','en','Sends the login name. This is identical to each call, but may allow a direct conclusion about the ILIAS user.',NULL,NULL),('lti','clti_privacy_ident_il_uuid_random','en','Random ID combined with a unique ILIAS platform ID formatted as an E-Mail address',NULL,NULL),('lti','clti_privacy_ident_il_uuid_random_info','en','For each ILIAS object and ILIAS user a random ID is generated which remains identical for each call. Conclusions about a user are very limited because it is practically impossible to create user profiles across objects.',NULL,NULL),('lti','clti_privacy_ident_il_uuid_sha256','en','Hash combined with a unique ILIAS platform id formatted as an E-Mail address',NULL,NULL),('lti','clti_privacy_ident_il_uuid_sha256url','en','Hash combined with the ILIAS Domain formatted as an E-Mail address',NULL,NULL),('lti','clti_privacy_ident_il_uuid_sha256url_info','en','This is identical to each call, with with a maximum of 80 characters significantly shorter than the variant with the ILIAS platform ID and allows only very limited conclusions about the ILIAS user.',NULL,NULL),('lti','clti_privacy_ident_il_uuid_sha256_info','en','This is identical to each call, but does not permit any direct conclusions about the ILIAS user.',NULL,NULL),('lti','clti_privacy_ident_il_uuid_user_id','en','ILIAS user id combined with a unique ILIAS platform id formatted as an E-Mail address',NULL,NULL),('lti','clti_privacy_ident_il_uuid_user_id_info','en','Sends the internal numeric user id. This is identical to each call, but may allow conclusions about the ILIAS user.',NULL,NULL),('lti','clti_privacy_ident_info','en','Standard is frequently the email address. The unique ILIAS platform id is:',NULL,NULL),('lti','clti_privacy_ident_real_email','en','E-Mail Address',NULL,NULL),('lti','clti_privacy_ident_real_email_info','en','Sends E-Mail Address of user as identification (Warning: an E-Mail Address might be used by multiple users!)',NULL,NULL),('lti','clti_privacy_name','en','User name',NULL,NULL),('lti','clti_privacy_name_firstname','en','First name',NULL,NULL),('lti','clti_privacy_name_firstname_info','en','Sends the first name of the user name from ILIAS',NULL,NULL),('lti','clti_privacy_name_fullname','en','Entire name',NULL,NULL),('lti','clti_privacy_name_fullname_info','en','Sends title, first name and last name',NULL,NULL),('lti','clti_privacy_name_info','en','Sending an user name is usually not required.',NULL,NULL),('lti','clti_privacy_name_lastname','en','Title and last name',NULL,NULL),('lti','clti_privacy_name_lastname_info','en','Sends Mister or Ms/Mrs. (unless otherwise specified) and the last name',NULL,NULL),('lti','clti_privacy_name_none','en','No one',NULL,NULL),('lti','clti_privacy_name_none_info','en','Sends \'-\' instead of a name',NULL,NULL),('lti','consumers','en','Consumers',NULL,NULL),('lti','description_info','en','The description will be shown below the title.',NULL,NULL),('lti','field_provider_xml','en','XML-File',NULL,NULL),('lti','field_provider_xml_info','en','Supported are XML-Files for Tool Consumer and for Common Cartridge according to https://www.imsglobal.org/specs/lti/xml.',NULL,NULL),('lti','form_import_provider','en','Import Global Provider',NULL,NULL),('lti','gbl_roles_to_users','en','Global Role assigned to LTI Users',NULL,NULL),('lti','global_provider_subtab','en','Global Providers/tools for all Users',NULL,NULL),('lti','grade_activity_progress_all','en','All Information on Activity Progress',NULL,NULL),('lti','grade_activity_progress_completed','en','Completed',NULL,NULL),('lti','grade_activity_progress_initialized','en','Initialized',NULL,NULL),('lti','grade_activity_progress_inprogress','en','In Progress',NULL,NULL),('lti','grade_activity_progress_started','en','Started',NULL,NULL),('lti','grade_activity_progress_submitted','en','Submitted',NULL,NULL),('lti','grade_grading_progress_all','en','All Information on Grading Progress',NULL,NULL),('lti','grade_grading_progress_failed','en','The Grading could not complete (Failed)',NULL,NULL),('lti','grade_grading_progress_fullygraded','en','The Grading Process is completed',NULL,NULL),('lti','grade_grading_progress_notready','en','No Grading Process is occurring (NotReady)',NULL,NULL),('lti','grade_grading_progress_pending','en','Final Grade is pending',NULL,NULL),('lti','grade_grading_progress_pendingmanual','en','Final Grade is pending; requires Human Intervention',NULL,NULL),('lti','highscore_achieved_ts','en','Date',NULL,NULL),('lti','highscore_achieved_ts_description','en','A column containing the date will be included in the ranking.',NULL,NULL),('lti','highscore_all_tables','en','Participant\'s Own Rank and Top Ranking',NULL,NULL),('lti','highscore_all_tables_description','en','Participants get information about the top ranking and their own position in the ranking.',NULL,NULL),('lti','highscore_description','en','The names of other users could be displayed if the right \'View learning experiences of other users\' is set.',NULL,NULL),('lti','highscore_enabled','en','Ranking',NULL,NULL),('lti','highscore_mode','en','Mode',NULL,NULL),('lti','highscore_own_table','en','Participant\'s Own Rank',NULL,NULL),('lti','highscore_own_table_description','en','Participants are advised of their own position in the ranking.',NULL,NULL),('lti','highscore_percentage','en','Percentage',NULL,NULL),('lti','highscore_percentage_description','en','A column containing the score as percentage will be included in the ranking.',NULL,NULL),('lti','highscore_score','en','Score',NULL,NULL),('lti','highscore_score_description','en','A column containing the score will be included in the ranking.',NULL,NULL),('lti','highscore_top_num','en','Length of Top Ranking',NULL,NULL),('lti','highscore_top_num_description','en','Specify how many ranks are to be included in the top ranking list.',NULL,NULL),('lti','highscore_top_num_unit','en','entries',NULL,NULL),('lti','highscore_top_table','en','Top Ranking',NULL,NULL),('lti','highscore_top_table_description','en','Participants are presented with a table containing the top rankings.',NULL,NULL),('lti','highscore_wtime','en','Duration',NULL,NULL),('lti','highscore_wtime_description','en','A column containing the duration will be included in the ranking.',NULL,NULL),('lti','launched','en','Resource was already launched.',NULL,NULL),('lti','launch_method','en','Options for Launch',NULL,NULL),('lti','launch_method_embedded','en','Embedded Content',NULL,NULL),('lti','launch_method_embedded_info','en','The content is opened within the ILIAS context. It is presented as embedded content within the content tab.',NULL,NULL),('lti','launch_method_new_win','en','New Window',NULL,NULL),('lti','launch_method_new_win_info','en','The content is opened in a new window. When leaving the content this window gets closed.',NULL,NULL),('lti','launch_method_own_win','en','Own Window',NULL,NULL),('lti','launch_method_own_win_info','en','The content is opened in the same window and replaces the ILIAS Screen. When leaving the content the user returns to ILIAS.',NULL,NULL),('lti','learning_progress_options','en','Options for Learning Progress',NULL,NULL),('lti','lm_only_one_download_per_type','en','Only one file per type (XML, HTML, SCORM) can be released publicly.',NULL,NULL),('lti','lti13_hints','en','If the tool was created without dynamic registration, the following data must be entered for the tool to run.',NULL,NULL),('lti','lti_13_authentication_url','en','Authentication Request URL',NULL,NULL),('lti','lti_13_client_id','en','Client-ID',NULL,NULL),('lti','lti_13_deployment_id','en','Deployment-ID',NULL,NULL),('lti','lti_13_keyset_url','en','Public Keyset URL',NULL,NULL),('lti','lti_13_platform_id','en','Platform-ID',NULL,NULL),('lti','lti_13_step1','en','Step 1',NULL,NULL),('lti','lti_13_step1_info','en','For the initiating platform (consumer), enter the following address for Launch URL, Initiate Login URL, Redirection URI, and Registration URL:',NULL,NULL),('lti','lti_13_step2','en','Step 2',NULL,NULL),('lti','lti_13_step2_info','en','You will receive information from the initiating platform (Consumer), which you must enter in the following fields. After saving, the LTI 1.3 functionalities are available.',NULL,NULL),('lti','lti_13_token_url','en','Access Token URL',NULL,NULL),('lti','lti_action_accept_providers_as_global','en','Accept Providers as Global',NULL,NULL),('lti','lti_action_accept_provider_as_global','en','Accept Provider as Global Provider for all Users',NULL,NULL),('lti','lti_action_delete_providers','en','Delete Providers',NULL,NULL),('lti','lti_action_edit_provider','en','Edit Provider',NULL,NULL),('lti','lti_action_reset_providers_to_user_scope','en','Reset Providers as User Defined',NULL,NULL),('lti','lti_action_reset_provider_to_user_scope','en','Reset Provider as User Defined Provider',NULL,NULL),('lti','lti_add_global_provider','en','Add Global Provider for all Users',NULL,NULL),('lti','lti_add_own_provider','en','Add Own Provider (not for all Users)',NULL,NULL),('lti','lti_admin','en','LTI Administrator',NULL,NULL),('lti','lti_at_least_one_prov_has_usages','en','At least one provider could not be deleted because this provider has usages (might be in trash).',NULL,NULL),('lti','lti_auth_failed_invalid_key','en','Authentication failed, no valid consumer key given.',NULL,NULL),('lti','lti_confirm_delete_providers','en','Are you sure that you want to delete the following provider(s)?',NULL,NULL),('lti','lti_consumer','en','Release for',NULL,NULL),('lti','lti_consumer_created','en','Consumer created',NULL,NULL),('lti','lti_consumer_deleted','en','Consumer deleted',NULL,NULL),('lti','lti_consumer_key','en','Consumer Key',NULL,NULL),('lti','lti_consumer_secret','en','Consumer Secret',NULL,NULL),('lti','lti_consumer_set_active','en','Consumer activated',NULL,NULL),('lti','lti_consumer_set_inactive','en','Consumer deactivated',NULL,NULL),('lti','lti_consumer_updated','en','Consumer updated',NULL,NULL),('lti','lti_consuming_tab','en','ILIAS as LTI Consumer',NULL,NULL),('lti','lti_con_content_item','en','Support for Deep Linking',NULL,NULL),('lti','lti_con_content_item_url','en','Content URL',NULL,NULL),('lti','lti_con_grade_synchronization','en','Advanced Grading Services',NULL,NULL),('lti','lti_con_grade_synchronization_info','en','The LTI tool must offer \'Assignment and Grade Services\'.',NULL,NULL),('lti','lti_con_initiate_login_url','en','Initiate Login URL',NULL,NULL),('lti','lti_con_key_type','en','Public Key Type',NULL,NULL),('lti','lti_con_key_type_jwk','en','URL (Json Web Token)',NULL,NULL),('lti','lti_con_key_type_jwk_info','en','Entering this URL avoids the need to enter an RSA key.',NULL,NULL),('lti','lti_con_key_type_jwk_url','en','URL',NULL,NULL),('lti','lti_con_key_type_rsa','en','RSA-Key',NULL,NULL),('lti','lti_con_key_type_rsa_public_key','en','Public Key',NULL,NULL),('lti','lti_con_key_type_rsa_public_key_info','en','Insert the key provided by the tool (provider) in PEM format here.',NULL,NULL),('lti','lti_con_prov_always_learner','en','LTI User is always Learner',NULL,NULL),('lti','lti_con_prov_always_learner_info','en','Usually the role in ILIAS is mapped to a LTI role. Course Administrators could have more rights in the Provider, e.g. to manipulate the object. Activate this option to avoid the Role Mapping.',NULL,NULL),('lti','lti_con_prov_authentication','en','Authentication',NULL,NULL),('lti','lti_con_prov_availability','en','Availability',NULL,NULL),('lti','lti_con_prov_availability_create','en','For Creating Objects',NULL,NULL),('lti','lti_con_prov_availability_existing','en','Only for existing Objects',NULL,NULL),('lti','lti_con_prov_availability_non','en','not available',NULL,NULL),('lti','lti_con_prov_category','en','Category',NULL,NULL),('lti','lti_con_prov_category_info','en','Category to filter entries when LTI Consumer Object is created.',NULL,NULL),('lti','lti_con_prov_custom_params','en','Custom Parameters for this specific Provider',NULL,NULL),('lti','lti_con_prov_custom_params_info','en','Please enter them in the form param1=value1; param2=value2',NULL,NULL),('lti','lti_con_prov_description','en','Description',NULL,NULL),('lti','lti_con_prov_dyn_reg_params','en','Optional Parameters',NULL,NULL),('lti','lti_con_prov_dyn_reg_params_info','en','Here, for example, references to target objects in the tool can be specified.',NULL,NULL),('lti','lti_con_prov_dyn_reg_url','en','Registration URL of the Tool',NULL,NULL),('lti','lti_con_prov_dyn_reg_url_info','en','Note: Not every tool supports dynamic registration.',NULL,NULL),('lti','lti_con_prov_external_provider','en','External Provider',NULL,NULL),('lti','lti_con_prov_external_provider_info','en','A hint will be shown to users when dealing with an external Provider. An external Provider is characterized by insufficient influence on the Provider by the operator of the ILIAS-installation. This is the case when there are no rights to delete.',NULL,NULL),('lti','lti_con_prov_group_options','en','Options to group and filter Providers',NULL,NULL),('lti','lti_con_prov_has_outcome_service','en','Provider supports Outcome Service',NULL,NULL),('lti','lti_con_prov_has_outcome_service_info','en','If the LTI Outcome Service is supported, Learning Progress could be activated. The Provider returns a value between 0 and 1 to indicate the Learning Progress.',NULL,NULL),('lti','lti_con_prov_hints','en','Hints',NULL,NULL),('lti','lti_con_prov_icon','en','Icon',NULL,NULL),('lti','lti_con_prov_inc_usr_pic','en','Send User Picture',NULL,NULL),('lti','lti_con_prov_inc_usr_pic_info','en','Links to ILIAS user pictures are included at launch of LTI consumer object.',NULL,NULL),('lti','lti_con_prov_instructor_email','en','Instructor E-Mail',NULL,NULL),('lti','lti_con_prov_instructor_email_info','en','In difference to the previously selected settings, the e-mail address can be transferred for instructors. To do this, they must be course or group administrators.',NULL,NULL),('lti','lti_con_prov_instructor_name','en','Instructor Name',NULL,NULL),('lti','lti_con_prov_instructor_name_info','en','In difference to the previously selected settings, the name can be transferred for instructors.',NULL,NULL),('lti','lti_con_prov_key','en','Key',NULL,NULL),('lti','lti_con_prov_keywords','en','Keywords',NULL,NULL),('lti','lti_con_prov_keywords_info','en','The keywords must be separated by a Semicolon (;). The Keywords are automatically taken to the Metadata as Keywords.',NULL,NULL),('lti','lti_con_prov_launch_options','en','Launch Options',NULL,NULL),('lti','lti_con_prov_learning_progress_options','en','Options for Learning Progress',NULL,NULL),('lti','lti_con_prov_mastery_score_default','en','Default Mastery Score',NULL,NULL),('lti','lti_con_prov_mastery_score_default_info','en','The Learning Progress will be evaluated from the Provider Outcome Service and the mastery score threshold.',NULL,NULL),('lti','lti_con_prov_privacy_settings','en','Privacy Settings',NULL,NULL),('lti','lti_con_prov_privacy_setting_conf','en','Configuration Options',NULL,NULL),('lti','lti_con_prov_privacy_setting_default','en','Default Settings, changeable for Objects',NULL,NULL),('lti','lti_con_prov_privacy_setting_force','en','Settings are not changeable for Objects',NULL,NULL),('lti','lti_con_prov_privacy_setting_info','en','Configuration Options for Privacy Settings',NULL,NULL),('lti','lti_con_prov_provider_key_global','en','Predefined Key and Secret',NULL,NULL),('lti','lti_con_prov_provider_key_global_info','en','If not set, users have to add key and secret to use the provider.',NULL,NULL),('lti','lti_con_prov_remarks','en','Internal Remarks',NULL,NULL),('lti','lti_con_prov_secret','en','Secret',NULL,NULL),('lti','lti_con_prov_title','en','Title',NULL,NULL),('lti','lti_con_prov_url','en','URL of Provider',NULL,NULL),('lti','lti_con_prov_use_provider_id','en','Use Provider ID',NULL,NULL),('lti','lti_con_prov_use_provider_id_info','en','Usually the Ref-ID of the LTI Consumer is transferred to the Provider. Some Providers map this Ref-ID with the Resource of the Provider. To get always the same Resource for these Providers this Option should be activated.',NULL,NULL),('lti','lti_con_prov_use_xapi','en','Provider supports request of xAPI-Statements',NULL,NULL),('lti','lti_con_prov_use_xapi_info','en','Provider supports xAPI-Statements',NULL,NULL),('lti','lti_con_prov_xapi_activity_id','en','Activity ID',NULL,NULL),('lti','lti_con_prov_xapi_activity_id_info','en','The Activity ID is necessary to request data from the Learning Record Store. Only enter something here if the assignment of the provider\'s resource to an Activity ID is unique! If nothing is entered here, the Activity ID can be entered in LTI Consumer. The Activity ID could be requested from the LTI Provider.',NULL,NULL),('lti','lti_con_prov_xapi_launch_key','en','Key of LRS Endpoint',NULL,NULL),('lti','lti_con_prov_xapi_launch_key_info','en','&nbsp;',NULL,NULL),('lti','lti_con_prov_xapi_launch_secret','en','Secret of LRS Endpoint',NULL,NULL),('lti','lti_con_prov_xapi_launch_secret_info','en','&nbsp;',NULL,NULL),('lti','lti_con_prov_xapi_launch_url','en','URL of LRS Endpoint',NULL,NULL),('lti','lti_con_prov_xapi_launch_url_info','en','Please add full URL with https://',NULL,NULL),('lti','lti_con_redirection_uris','en','Redirection URI',NULL,NULL),('lti','lti_con_tool_url','en','Login URL',NULL,NULL),('lti','lti_con_version','en','LTI Version',NULL,NULL),('lti','lti_con_version_1.1','en','Version 1.1',NULL,NULL),('lti','lti_con_version_1.3','en','Version 1.3',NULL,NULL),('lti','lti_con_version_1.3_before_id','en','If dynamic registration is not used, after entering the data provided by the tool, additional data will appear that must be entered with the tool.',NULL,NULL),('lti','lti_copy','en','Copy Consumer',NULL,NULL),('lti','lti_create_consumer','en','Create Consumer',NULL,NULL),('lti','lti_create_lti_user_role','en','Create recommended global role for LTI users',NULL,NULL),('lti','lti_cron_title','en','LTI Outcome Service',NULL,NULL),('lti','lti_cron_title_desc','en','Synchronizes the learning progress of LTI users with the LTI consumer, if it supports the outcome service. This cron job is only required to transfer status updates after Learning progress settings updates.',NULL,NULL),('lti','lti_custom_new','en','Create Own Provider Settings',NULL,NULL),('lti','lti_delete_consume_provider','en','Delete Provider',NULL,NULL),('lti','lti_delete_consume_providers','en','Delete Providers',NULL,NULL),('lti','lti_delete_provider','en','Delete Provider',NULL,NULL),('lti','lti_dynamic_registration','en','Create Own Settings for Tool with Dynamic Registration (LTI 1.3)',NULL,NULL),('lti','lti_dyn_reg_add_tool','en','Add',NULL,NULL),('lti','lti_edit_consumer','en','Edit LTI Consumer',NULL,NULL),('lti','lti_exit','en','Close LTI Session',NULL,NULL),('lti','lti_exited','en','LTI Session closed',NULL,NULL),('lti','lti_exited_info','en','LTI Session successfully closed',NULL,NULL),('lti','lti_form_provider_create','en','Create Provider Settings',NULL,NULL),('lti','lti_form_provider_edit','en','Edit Provider Settings',NULL,NULL),('lti','lti_form_section_appearance','en','Options for launch',NULL,NULL),('lti','lti_global_settings_form','en','Global Settings',NULL,NULL),('lti','lti_import_global_provider','en','Import Global Provider for all Users with XML-File',NULL,NULL),('lti','lti_info_external_provider_info','en','The used Provider is an external Provider. An external Provider is characterized by insufficient influence on the Provider by the operator of the ILIAS-Installation. This is the case e.g. if there are no rights to delete data.',NULL,NULL),('lti','lti_info_external_provider_label','en','Additional Info about this Provider',NULL,NULL),('lti','lti_info_learning_progress_section','en','Info about Determination of the Learning Progress',NULL,NULL),('lti','lti_info_privacy_section','en','Info about personal data transmitted to the provider at launch',NULL,NULL),('lti','lti_launch_url','en','Url',NULL,NULL),('lti','lti_member','en','LTI Member / Learner',NULL,NULL),('lti','lti_navigation','en','Navigation',NULL,NULL),('lti','lti_not_allowed','en','Access denied. Your request was redirected to the root LTI object.',NULL,NULL),('lti','lti_no_provider_selected','en','No provider selected',NULL,NULL),('lti','lti_object_consumer','en','LTI Consumers',NULL,NULL),('lti','lti_object_release_settings_form','en','Edit LTI Releases',NULL,NULL),('lti','lti_obj_active','en','LTI-Tool Provider',NULL,NULL),('lti','lti_obj_active_info','en','If enabled, this object acts as a LTI tool provider. New LTI users can be automatically assigned to the following local roles.',NULL,NULL),('lti','lti_obj_version','en','LTI Version',NULL,NULL),('lti','lti_obj_version_11','en','Version 1.1',NULL,NULL),('lti','lti_obj_version_13','en','Version 1.3',NULL,NULL),('lti','lti_provider','en','LTI Releases',NULL,NULL),('lti','lti_provider_not_avail_msg','en','LTI Provider is set to \'Not Available\'',NULL,NULL),('lti','lti_providing_tab','en','ILIAS as LTI Provider',NULL,NULL),('lti','lti_released_objects','en','Object Releases',NULL,NULL),('lti','lti_select_provider','en','Select Provider',NULL,NULL),('lti','lti_session','en','LTI Session',NULL,NULL),('lti','lti_settings','en','LTI Settings',NULL,NULL),('lti','lti_settings_form','en','Object Settings',NULL,NULL),('lti','lti_success_accept_as_global','en','Successfully accepted as Global Provider for all Users',NULL,NULL),('lti','lti_success_accept_as_global_multi','en','Successfully accepted as Global Provider for all Users',NULL,NULL),('lti','lti_success_delete_provider','en','Successfully deleted',NULL,NULL),('lti','lti_success_reset_to_usr_def','en','Successfully reseted as User Defined Provider',NULL,NULL),('lti','lti_success_reset_to_usr_def_multi','en','Successfully reseted as User Defined Provider',NULL,NULL),('lti','lti_tutor','en','LTI Instructor',NULL,NULL),('lti','lti_user_role_created','en','The recommended global role for LTI users has been created.',NULL,NULL),('lti','lti_user_role_info','en','The recommended global role for LTI users has not yet been created in this installation. This special global role contains only the permission \'visible\' for repository and categories.',NULL,NULL),('lti','mastery_score','en','Mastery Score',NULL,NULL),('lti','mastery_score_info','en','The Learning Progress will be evaluated from the Provider Outcome Service and the mastery score threshold.',NULL,NULL),('lti','obj_tile_image_info','en','Use an Image in Square Format',NULL,NULL),('lti','online_info','en','This makes the object visible and usable for the users.',NULL,NULL),('lti','prefix','en','Prefix',NULL,NULL),('lti','prefix_info','en','This prefix is put in front of the username (login). This ensures the uniqueness of usernames. It also facilitates the assignment of users to LTI consumers / platforms.',NULL,NULL),('lti','provider_info','en','Used Provider',NULL,NULL),('lti','settings_subtab','en','Settings',NULL,NULL),('lti','show_statements','en','Display Learning Experiences',NULL,NULL),('lti','show_statements_info','en','The Learning Experiences of other users could be displayed if the right \'View learning experiences of other users\' is set.',NULL,NULL),('lti','subtab_certificate','en','Certificate',NULL,NULL),('lti','subtab_object_settings','en','Object Settings',NULL,NULL),('lti','subtab_provider_settings','en','LTI Provider Settings',NULL,NULL),('lti','tab_content','en','Content',NULL,NULL),('lti','tab_grade_synchronization','en','Advanced Grading Services',NULL,NULL),('lti','tab_info','en','Info',NULL,NULL),('lti','tab_scoring','en','Ranking',NULL,NULL),('lti','tab_settings','en','Settings',NULL,NULL),('lti','tab_statements','en','Learning Experiences',NULL,NULL),('lti','tbl_grade_activity_progress','en','Activity Progress',NULL,NULL),('lti','tbl_grade_actor','en','User',NULL,NULL),('lti','tbl_grade_date','en','Date',NULL,NULL),('lti','tbl_grade_grading_progress','en','Grading Progress',NULL,NULL),('lti','tbl_grade_period','en','Period',NULL,NULL),('lti','tbl_grade_score','en','Score',NULL,NULL),('lti','tbl_grade_stored','en','Transmitted to ILIAS',NULL,NULL),('lti','tbl_lti_prov_all_categories','en','All Categories',NULL,NULL),('lti','tbl_lti_prov_availability','en','Availability',NULL,NULL),('lti','tbl_lti_prov_category','en','Category',NULL,NULL),('lti','tbl_lti_prov_description','en','Description',NULL,NULL),('lti','tbl_lti_prov_icon','en','Icon',NULL,NULL),('lti','tbl_lti_prov_internal','en','Internal Provider',NULL,NULL),('lti','tbl_lti_prov_keyword','en','Keyword',NULL,NULL),('lti','tbl_lti_prov_keywords','en','Keywords',NULL,NULL),('lti','tbl_lti_prov_outcome','en','Outcome Service',NULL,NULL),('lti','tbl_lti_prov_own_provider','en','Own Provider',NULL,NULL),('lti','tbl_lti_prov_provider_creator','en','Creator',NULL,NULL),('lti','tbl_lti_prov_title','en','Title of Provider',NULL,NULL),('lti','tbl_lti_prov_usages','en','Usages',NULL,NULL),('lti','tbl_lti_prov_usages_trashed','en','Trashed Usages',NULL,NULL),('lti','tbl_lti_prov_usages_untrashed','en','Repository Usages',NULL,NULL),('lti','tbl_lti_prov_used_by','en','Provider Used by Objects in Tree',NULL,NULL),('lti','tbl_lti_prov_with_key','en','Predefined with Key / Secret',NULL,NULL),('lti','tbl_provider_header','en','LTI Provider',NULL,NULL),('lti','tbl_provider_usage_header','en','LTI Provider',NULL,NULL),('lti','tbl_provider_usage_header_info','en','Before deleting providers, trashed usages must also be deleted.',NULL,NULL),('lti','title_info','en','Give the object a title.',NULL,NULL),('lti','usage_subtab','en','Usage',NULL,NULL),('lti','user_lng','en','User Languague',NULL,NULL),('lti','user_provider_subtab','en','Providers Defined by Users',NULL,NULL),('lti','use_xapi','en','Use xAPI-Support',NULL,NULL),('lti','use_xapi_info','en','This LTI Provider supports xAPI-Statements.',NULL,NULL),('ltiv','ltiv_create','en','Create Certificate for LTI Consumer Object',NULL,NULL),('ltiv','ltiv_create_info','en','Select a completed LTI consumer object to generate a certificate for it',NULL,NULL),('mail','back_to_folder','en','Back to Folder',NULL,NULL),('mail','chat_users_have_been_invited','en','The following users have been invited:',NULL,NULL),('mail','chat_users_without_login','en','The following users don\'t have an ILIAS account and can\'t be invited to a chat room:',NULL,NULL),('mail','chat_users_without_permission','en','The following users don\'t have access to the selected chat room:',NULL,NULL),('mail','current_folder','en','Current Folder: %s',NULL,NULL),('mail','deleteTemplate','en','Delete',NULL,NULL),('mail','first_email_missing_info','en','Selection not possible because no e-mail address has been entered',NULL,NULL),('mail','forward','en','Forward',NULL,NULL),('mail','goto_invitation_chat','en','Open Chat Room',NULL,NULL),('mail','invite_to_chat','en','Invite to Chat',NULL,NULL),('mail','link_check_affected_links','en','Affected Links',NULL,NULL),('mail','link_check_introduction','en','the following weblinks are invalid:',NULL,NULL),('mail','link_check_perma_link','en','Permanent Link',NULL,NULL),('mail','link_check_reason','en','You recife this mail because you enabled the notification for invalid links.',NULL,NULL),('mail','mail_absence_auto_responder_body','en','Message',NULL,NULL),('mail','mail_absence_auto_responder_body_hint','en','This is an automatically generated message. If you send further messages to this user during their absence, you will not receive another automatic reply until [NEXT_AUTO_RESPONDER_DATETIME].',NULL,NULL),('mail','mail_absence_auto_responder_body_info','en','This message will be sent automatically during your absence if users send you a Mail from within ILIAS. <br>Users will be notified of your absence every %1$s days if they send further messages.',NULL,NULL),('mail','mail_absence_auto_responder_body_info_single_day','en','This message will be sent automatically during your absence if users send you a Mail from within ILIAS. <br>Users will be notified again of your absence the next day if they send further messages.',NULL,NULL),('mail','mail_absence_auto_responder_subject','en','Subject',NULL,NULL),('mail','mail_absence_duration','en','Duration',NULL,NULL),('mail','mail_absence_status','en','Enable Autoresponder',NULL,NULL),('mail','mail_absence_status_info','en','Activate an automatic out-of-office message.',NULL,NULL),('mail','mail_absent_from','en','Absent from',NULL,NULL),('mail','mail_absent_until','en','Absent until',NULL,NULL),('mail','mail_account_mail','en','Notify New Account Holders',NULL,NULL),('mail','mail_add_folder','en','Add New Sub-Folder',NULL,NULL),('mail','mail_add_recipient','en','Please enter a recipient in the form of a valid e-mail address or ILIAS username.',NULL,NULL),('mail','mail_add_subfolder','en','Add Sub-Folder',NULL,NULL),('mail','mail_add_subject','en','Please enter a subject.',NULL,NULL),('mail','mail_allow_external','en','External E-Mails',NULL,NULL),('mail','mail_allow_external_info','en','Allow the delivery of external e-mails (via-SMTP). Unchecking this box will prevent external mails being sent globally across this installation.',NULL,NULL),('mail','mail_assign_entry_to_mailing_list','en','#Add One of Your Contacts to the Mailing List',NULL,NULL),('mail','mail_assign_to_mailing_list','en','Assign',NULL,NULL),('mail','mail_attachments','en','Attachments',NULL,NULL),('mail','mail_attachment_file_not_exist','en','At least one of the following attachments does not exist: %1$s',NULL,NULL),('mail','mail_auto_generated_info','en','This mail was automatically sent to you by the ILIAS installation %s, %s',NULL,NULL),('mail','mail_auto_responder','en','Autoresponder',NULL,NULL),('mail','mail_auto_responder_idle_time','en','Resend',NULL,NULL),('mail','mail_auto_responder_idle_time_info','en','Specify here how many days should elapse before your out-of-office reply is resent to a mail correspondent who has sent you further mails.',NULL,NULL),('mail','mail_bcc','en','BCC',NULL,NULL),('mail','mail_bg_task_desc','en','Subject: %s',NULL,NULL),('mail','mail_bg_task_title','en','E-mail Delivery',NULL,NULL),('mail','mail_both_email','en','Both E-Mail Addresses',NULL,NULL),('mail','mail_cc','en','CC',NULL,NULL),('mail','mail_change_to_folder','en','Switch to folder: %s',NULL,NULL),('mail','mail_create_tpl','en','Create Text Template',NULL,NULL),('mail','mail_cronjob_notification_info','en','Allow ILIAS to periodically send you notifications about new e-mails.',NULL,NULL),('mail','mail_crs_list_members_not_available','en','The members of the selected courses can not be listed.',NULL,NULL),('mail','mail_crs_list_members_not_available_for_at_least_one_crs','en','The members of at least one selected course can not be listed.',NULL,NULL),('mail','mail_crs_roles','en','Send Mail to Course Roles',NULL,NULL),('mail','mail_deleted','en','Mail(s) deleted.',NULL,NULL),('mail','mail_deleted_entry','en','Entries deleted.',NULL,NULL),('mail','mail_download_zip_no_attachments','en','No attachments could be found.',NULL,NULL),('mail','mail_edit_tpl','en','Edit Text Template',NULL,NULL),('mail','mail_email_sys_body','en','This is a test e-mail to test the delivery of system mails to external mail accounts.',NULL,NULL),('mail','mail_email_sys_subject','en','Test E-Mail: System Mail',NULL,NULL),('mail','mail_email_usr_body','en','This is a test e-mail to test the delivery of user mails to external mail accounts.',NULL,NULL),('mail','mail_email_usr_subject','en','Test E-Mail: User Mail',NULL,NULL),('mail','mail_empty_trash','en','Empty Trash',NULL,NULL),('mail','mail_empty_trash_confirmation','en','Are you sure you want to delete all mails in the Trash folder?',NULL,NULL),('mail','mail_enable_crs_admin_notification','en','Notify Course Administrators',NULL,NULL),('mail','mail_enable_crs_admin_notification_info','en','In new courses, the setting \'Notification\' will be activated by default for members with ‘Course Administrator’ and/or ‘Course Tutor’ status. This can be altered in the \'Member\' tab of courses (in the ‘Course Participants’ list for each admin/tutor individually). Admins/tutors will receive an e-mail when a user joins the course or leaves it, or if the minimum number of participants required for a course to take place has not been met.',NULL,NULL),('mail','mail_enable_crs_member_notification','en','Notify Course Members',NULL,NULL),('mail','mail_enable_crs_member_notification_info','en','ILIAS will automatically send an e-mail to any course member whose membership status changes. This setting applies to all courses on the platform.',NULL,NULL),('mail','mail_enable_grp_admin_notification','en','Notify Group Administrators',NULL,NULL),('mail','mail_enable_grp_admin_notification_info','en','In new groups, the setting \'Notification\' will be activated by default for members with ‘Group Administrator’ status. This can be altered in the \'Member\' tab of groups (in the ‘Group Participants’ list for each administrator individually). Admins will receive an e-mail when a member joins the group or leaves it, or if the minimum number of participants required for a group to be formed has not been met.',NULL,NULL),('mail','mail_enable_grp_member_notification','en','Notify Group Members',NULL,NULL),('mail','mail_enable_grp_member_notification_info','en','ILIAS will automatically send an e-mail to any group member whose membership status changes. This setting applies to all groups on the platform.',NULL,NULL),('mail','mail_enable_lso_admin_notification','en','Notify Learning Sequence Administrators',NULL,NULL),('mail','mail_enable_lso_admin_notification_info','en','In new learning sequences, the setting \'Notification’ will be activated by default for members with ‘Learning Sequence Administrator’ status. This can be altered in the \'Member\' tab of a learning sequence (in the ‘Learning Sequence Members’ list for each administrator individually). With notifications active, administrators will receive an e-mail whenever a member joins or leaves the learning sequence.',NULL,NULL),('mail','mail_enable_lso_member_notification','en','Notify Learning Sequence Members',NULL,NULL),('mail','mail_enable_lso_member_notification_info','en','ILIAS will automatically send an e-mail to any member whose membership status changes. This setting applies to all learning sequences on the platform.',NULL,NULL),('mail','mail_entry_of_contacts','en','Name/Username of Contact',NULL,NULL),('mail','mail_error_reading_attachment','en','Could not determine any attachment.',NULL,NULL),('mail','mail_external_send_test_sys','en','Send Test E-Mail (System Mail)',NULL,NULL),('mail','mail_external_send_test_usr','en','Send Test E-Mail (User Mail)',NULL,NULL),('mail','mail_external_test_sent','en','An e-mail has been sent to the e-mail address associated with your profile.',NULL,NULL),('mail','mail_files_deleted','en','File(s) deleted.',NULL,NULL),('mail','mail_file_name','en','File Name',NULL,NULL),('mail','mail_file_size','en','File Size',NULL,NULL),('mail','mail_filter','en','Filter',NULL,NULL),('mail','mail_filter_attach','en','Attachments',NULL,NULL),('mail','mail_filter_body','en','Body',NULL,NULL),('mail','mail_filter_field_placeholder','en','Filter these messages ...',NULL,NULL),('mail','mail_filter_only_unread','en','Only Unread',NULL,NULL),('mail','mail_filter_only_user_mails','en','Hide System Notifications',NULL,NULL),('mail','mail_filter_only_with_attachments','en','With Attachments',NULL,NULL),('mail','mail_filter_period','en','Period',NULL,NULL),('mail','mail_filter_period_from','en','From',NULL,NULL),('mail','mail_filter_period_until','en','Until',NULL,NULL),('mail','mail_filter_recipients','en','Recipients',NULL,NULL),('mail','mail_filter_sender','en','Sender',NULL,NULL),('mail','mail_filter_subject','en','Subject',NULL,NULL),('mail','mail_filter_txt','en','Filter messages by',NULL,NULL),('mail','mail_firstname_last_name_superior','en','Comma separated list for firstname and lastname of the user\'s superior(s)',NULL,NULL),('mail','mail_first_email','en','First E-Mail Address',NULL,NULL),('mail','mail_folder_created','en','New folder successfully created.',NULL,NULL),('mail','mail_folder_deleted','en','Folder deleted.',NULL,NULL),('mail','mail_folder_exists','en','A folder with this name already exists.',NULL,NULL),('mail','mail_folder_name_changed','en','Folder successfully renamed.',NULL,NULL),('mail','mail_following_rcp_not_valid','en','The following recipients are not valid:',NULL,NULL),('mail','mail_form_placeholders_label','en','Available Placeholders',NULL,NULL),('mail','mail_generic_rcp_error','en','An error occurred while validating the recipients: %1$s',NULL,NULL),('mail','mail_global_reply_to_addr','en','Reply-To',NULL,NULL),('mail','mail_global_reply_to_addr_info','en','Please enter the desired \'Reply-To\' address.',NULL,NULL),('mail','mail_grp_roles','en','Send Mail to Group Roles',NULL,NULL),('mail','mail_hint_add_placeholder_x','en','Add the placeholder \'%s\' to the message body.',NULL,NULL),('mail','mail_incoming','en','Incoming Mail',NULL,NULL),('mail','mail_incoming_both','en','Receive Mail Locally and Forward to:',NULL,NULL),('mail','mail_incoming_local','en','Receive Mail Locally Only',NULL,NULL),('mail','mail_incoming_mail','en','Incoming Mail',NULL,NULL),('mail','mail_incoming_smtp','en','Forward to E-Mail Address:',NULL,NULL),('mail','mail_insert_folder_name','en','Please insert a folder name',NULL,NULL),('mail','mail_insert_query','en','Please insert a query',NULL,NULL),('mail','mail_invite_users_to_chat','en','Invite Users to Chat',NULL,NULL),('mail','mail_is_read','en','Read',NULL,NULL),('mail','mail_is_unread','en','Unread',NULL,NULL),('mail','mail_list_members','en','List Members',NULL,NULL),('mail','mail_mailing_list','en','Mailing List',NULL,NULL),('mail','mail_mailing_lists','en','Mailing Lists',NULL,NULL),('mail','mail_mailing_lists_all_contact_entries_assigned','en','You have already added all of your contacts to this mailing list.',NULL,NULL),('mail','mail_mailing_lists_no_contact_entries','en','You don’t have any entries in your contacts to add to a mailing list.',NULL,NULL),('mail','mail_mark_read','en','Mark as Read',NULL,NULL),('mail','mail_mark_unread','en','Mark as Unread',NULL,NULL),('mail','mail_maxsize_attachment_error','en','The upload limit is:',NULL,NULL),('mail','mail_max_size_attachments_total','en','Please enter the maximum combined size of all attachments allowed per mail. This setting is not related to other resource limits, e.g. server limits such as ‘upload_max_filesize’, as you can attach multiple files to a single mail.',NULL,NULL),('mail','mail_max_size_attachments_total_error','en','The maximum combined size of all attachments may not exceed:',NULL,NULL),('mail','mail_members_of_mailing_list','en','Members of Mailing List \"%s\"',NULL,NULL),('mail','mail_members_search_continue','en','Continue',NULL,NULL),('mail','mail_member_notification','en','Participant Notification',NULL,NULL),('mail','mail_message_send','en','Message sent.',NULL,NULL),('mail','mail_moved','en','Mail(s) moved.',NULL,NULL),('mail','mail_moved_to_trash','en','Mail(s) moved to trash.',NULL,NULL),('mail','mail_move_error','en','An error occurred while trying to move your mail.',NULL,NULL),('mail','mail_move_to','en','Move to:',NULL,NULL),('mail','mail_move_to_folder_btn_label','en','Move Mail',NULL,NULL),('mail','mail_move_to_folder_x','en','to \"%s\"',NULL,NULL),('mail','mail_multiple_role_recipients_found','en','The value %1$s could apply to multiple recipient roles. Please send this mail directly from the ‘Members’ tab of the group or course in question.',NULL,NULL),('mail','mail_my_courses','en','My Courses',NULL,NULL),('mail','mail_my_groups','en','My Groups',NULL,NULL),('mail','mail_my_mailing_lists','en','My Mailing Lists',NULL,NULL),('mail','mail_nacc_admin_mail','en','Mail address of administrator',NULL,NULL),('mail','mail_nacc_if_timelimit','en','This text is only included if the user has a limited access period.',NULL,NULL),('mail','mail_nacc_ilias_url','en','URL of ILIAS system',NULL,NULL),('mail','mail_nacc_installation_desc','en','Installation Description',NULL,NULL),('mail','mail_nacc_installation_name','en','Installation Name',NULL,NULL),('mail','mail_nacc_login','en','Username (Login ID)',NULL,NULL),('mail','mail_nacc_no_pw_block','en','This text block is only included if the new user account has been created without a password.',NULL,NULL),('mail','mail_nacc_pw_block','en','This text block is only included if the new user account has been created with a password included.',NULL,NULL),('mail','mail_nacc_salutation','en','Greeting',NULL,NULL),('mail','mail_nacc_target','en','URL of target item, e.g. a link to a course outside of ILIAS.',NULL,NULL),('mail','mail_nacc_target_block','en','This text is only included if a target item is provided.',NULL,NULL),('mail','mail_nacc_target_title','en','Title of target item, e.g. course title.',NULL,NULL),('mail','mail_nacc_target_type','en','Type of target item, e.g. ‘Course’ for a course item.',NULL,NULL),('mail','mail_nacc_timelimit','en','User access period',NULL,NULL),('mail','mail_nacc_title','en','Title',NULL,NULL),('mail','mail_nacc_use_placeholder','en','The following placeholders may be used (only in the ‘Message Content’ field)',NULL,NULL),('mail','mail_new_template','en','New Text Template',NULL,NULL),('mail','mail_notification_membership_section','en','Membership',NULL,NULL),('mail','mail_notification_subject','en','New mail in your inbox',NULL,NULL),('mail','mail_notify_orphaned','en','Notification Mail',NULL,NULL),('mail','mail_notify_orphaned_info','en','If you enter a value here that is larger than or equal to 1, ILIAS will send a notification e-mail to all affected accounts that many days before any internal mails are deleted. Please make sure that external e-mail reception is possible.',NULL,NULL),('mail','mail_no_permissions_write_smtp','en','You do not have permission to send external e-mails.',NULL,NULL),('mail','mail_no_subject','en','No subject available',NULL,NULL),('mail','mail_no_valid_mailing_list','en','%1$s (not a valid mailing list)',NULL,NULL),('mail','mail_operation_on_invalid_folder','en','It was not possible to carry out the requested operation. The folder given in the server request is invalid. Please contact an administrator.',NULL,NULL),('mail','mail_options_saved','en','Options saved.',NULL,NULL),('mail','mail_orphaned_mails','en','Delete old or orphaned mails',NULL,NULL),('mail','mail_orphaned_mails_desc','en','Deletes orphaned mails and mails that are older than the configured threshold value (configurable via the ‘Edit’ link to the right of this cron job).',NULL,NULL),('mail','mail_recipient_not_found','en','%1$s - Please correct this entry in the ‘To’ field.',NULL,NULL),('mail','mail_rename_folder','en','Rename Folder',NULL,NULL),('mail','mail_roles','en','All users with one or more of the following local roles',NULL,NULL),('mail','mail_s','en','Mail(s)',NULL,NULL),('mail','mail_salutation_anonymous','en','Hello',NULL,NULL),('mail','mail_salutation_f','en','Dear Ms',NULL,NULL),('mail','mail_salutation_female','en','Output for placeholder &lbrace;&lbrace;MAIL_SALUTATION&rbrace;&rbrace;, if salutation is \'Ms\'',NULL,NULL),('mail','mail_salutation_general','en','Output for placeholder &lbrace;&lbrace;MAIL_SALUTATION&rbrace;&rbrace;, if no salutation is desired or specified',NULL,NULL),('mail','mail_salutation_m','en','Dear Mr',NULL,NULL),('mail','mail_salutation_male','en','Output for placeholder &lbrace;&lbrace;MAIL_SALUTATION&rbrace;&rbrace;, if salutation is \'Mr\'',NULL,NULL),('mail','mail_salutation_n','en','Hello',NULL,NULL),('mail','mail_saved','en','Your mail has been saved.',NULL,NULL),('mail','mail_second_email','en','Second E-Mail Address',NULL,NULL),('mail','mail_select_attachment','en','Please select an attachment to download.',NULL,NULL),('mail','mail_select_crs','en','Please select at least one course.',NULL,NULL),('mail','mail_select_grp','en','Please select at least one group.',NULL,NULL),('mail','mail_select_one_entry','en','You must select at least one entry.',NULL,NULL),('mail','mail_select_one_file','en','You must select at least one file.',NULL,NULL),('mail','mail_sel_label','en','Send mail to',NULL,NULL),('mail','mail_sel_users','en','Selected users',NULL,NULL),('mail','mail_send_html','en','HTML Frame',NULL,NULL),('mail','mail_send_html_info','en','Embed the body of external e-mails in an HTML frame. The corresponding template can be customised by creating a copy of \'./Services/Mail/templates/default/tpl.html_mail_template.html\' at \'./Customizing/global/skin/[SKIN]/[STYLE]/Services/Mail/tpl.html_mail_template.html\'.',NULL,NULL),('mail','mail_serial_letter_placeholders','en','Mail Merge Placeholders',NULL,NULL),('mail','mail_settings_external_frm_head','en','External E-Mails',NULL,NULL),('mail','mail_settings_external_tab','en','External',NULL,NULL),('mail','mail_settings_general_tab','en','General',NULL,NULL),('mail','mail_settings_incoming_type_see_also','en','How incoming e-mails for users are handled can also be set <a href=\"%s\">here</a>.',NULL,NULL),('mail','mail_settings_system_frm_head','en','System E-Mails',NULL,NULL),('mail','mail_settings_user_frm_head','en','User E-Mails',NULL,NULL),('mail','mail_smtp_encryption','en','Encryption',NULL,NULL),('mail','mail_smtp_encryption_ssl','en','SSL',NULL,NULL),('mail','mail_smtp_encryption_tls','en','TLS',NULL,NULL),('mail','mail_smtp_host','en','Host',NULL,NULL),('mail','mail_smtp_host_info','en','Please enter the hostname or IP of the desired mail server.',NULL,NULL),('mail','mail_smtp_password','en','Password',NULL,NULL),('mail','mail_smtp_password_req','en','If you have entered a user for authentication purposes, then you are also required to set a password.',NULL,NULL),('mail','mail_smtp_port','en','Port',NULL,NULL),('mail','mail_smtp_port_info','en','Please enter a numeric value for the mail server port (e.g. 25).',NULL,NULL),('mail','mail_smtp_status','en','Send via SMTP',NULL,NULL),('mail','mail_smtp_status_info','en','Have ILIAS dispatch external e-mails to an SMTP server instead of using the the internal functionality provided by the PHP runtime (mail() function, sendmail).',NULL,NULL),('mail','mail_smtp_user','en','User',NULL,NULL),('mail','mail_subject_prefix','en','Mail Subject',NULL,NULL),('mail','mail_subject_prefix_info','en','Enter a text which will be prepended to the subject line of outgoing auto-generated e-mails. The usage of a prefix is recommended, as it makes it easier for users to filter messages.',NULL,NULL),('mail','mail_subject_too_long','en','The subject is too long.',NULL,NULL),('mail','mail_sure_delete','en','Are you sure you want to delete the selected mail(s)?',NULL,NULL),('mail','mail_sure_delete_entry','en','Are you sure you want to delete the following entries?',NULL,NULL),('mail','mail_sure_delete_file','en','Are you sure you want to delete the selected file(s)?',NULL,NULL),('mail','mail_sure_delete_folder','en','The folder and its contents will be irrevocably deleted.',NULL,NULL),('mail','mail_system_sys_env_from_addr','en','Technical Sender',NULL,NULL),('mail','mail_system_sys_env_from_addr_info','en','If you leave this field empty, the sender e-mail address will be used if SMTP transfer is enabled. Otherwise it is the server administrator\'s responsibility to configure this value.',NULL,NULL),('mail','mail_system_sys_from_addr','en','Sender E-Mail (From)',NULL,NULL),('mail','mail_system_sys_from_addr_info','en','Please enter the e-mail address to be put in the \'FROM\' header. The \'FROM\' header is used to display the sender in the recipient e-mail client.<br /><br />Examples: <span style=\"font-style: italic\">info@institution.de</span> or <span style=\"font-style: italic\">no-reply@institution.de</span>',NULL,NULL),('mail','mail_system_sys_from_name','en','Name of Sender (From)',NULL,NULL),('mail','mail_system_sys_reply_to_addr','en','Reply-To',NULL,NULL),('mail','mail_system_sys_signature','en','Signature',NULL,NULL),('mail','mail_system_usr_env_from_addr','en','Technical Sender',NULL,NULL),('mail','mail_system_usr_env_from_addr_info','en','If you leave this field empty, the sender e-mail address will be used if SMTP transfer is enabled. Otherwise it is the server administrator\'s responsibility to configure this value.',NULL,NULL),('mail','mail_system_usr_from_addr','en','Sender E-Mail (From)',NULL,NULL),('mail','mail_system_usr_from_addr_info','en','Please enter the e-mail address to be put in the \'FROM\' header. The \'FROM\' header is used to display the sender in the recipient e-mail client and helps prevent mails being rejected as spam. When a user manually sends an e-mail via ILIAS, the e-mail address associated with that user’s account will be automatically put in the \'Reply-To\' header.<br /><br />Examples: <span style=\"font-style: italic\">info@institution.de</span> or <span style=\"font-style: italic\">no-reply@institution.de</span>',NULL,NULL),('mail','mail_system_usr_from_name','en','Name of Sender (From)',NULL,NULL),('mail','mail_system_usr_from_name_info','en','The name of the sender is normally displayed in e-mail clients in the ‘From’ line. You can use the placeholders &lbrace;&lbrace;FULLNAME&rbrace;&rbrace;, &lbrace;&lbrace;FIRSTNAME&rbrace;&rbrace; and &lbrace;&lbrace;LASTNAME&rbrace;&rbrace;. These will then be replaced by the relevant data of the user who manually sent the mail.',NULL,NULL),('mail','mail_tbl_head_attachments','en','Attachment',NULL,NULL),('mail','mail_templates','en','Text Templates',NULL,NULL),('mail','mail_template_client','en','Text Template',NULL,NULL),('mail','mail_template_client_info','en','Choose one of the available text templates and, if required, make use of its placeholders. Switching to a different text template will change the message content of your mail and lose any changes you may have made. The subject line of your mail will not change and needs to be altered manually.',NULL,NULL),('mail','mail_template_context','en','Context',NULL,NULL),('mail','mail_template_default','en',' (Default)',NULL,NULL),('mail','mail_template_invalid_tpl_syntax','en','An invalid syntax has been detected. Please ensure a valid input, especially regarding the placeholder syntax.',NULL,NULL),('mail','mail_template_missing_id','en','This action cannot be carried out because the text template ID is missing.',NULL,NULL),('mail','mail_template_no_context_available','en','Currently, no context is being provided by any ILIAS service or module. It is therefore not possible to create or edit a text template.',NULL,NULL),('mail','mail_template_no_valid_context','en','The selected context is not valid.',NULL,NULL),('mail','mail_template_orphaned_context','en','Orphaned Context',NULL,NULL),('mail','mail_template_set_as_default','en','Set as Default',NULL,NULL),('mail','mail_template_title','en','Name',NULL,NULL),('mail','mail_template_unset_as_default','en','Remove Default Status',NULL,NULL),('mail','mail_threshold','en','Threshold',NULL,NULL),('mail','mail_threshold_info','en','Internal messages that are older than the entered threshold value will be deleted (including any attachments they may have). <br> Please keep in mind that the first time this cron job is run, a lot of messages may need to be deleted (depending on the threshold value) and because of this it will not be possible to warn users via notification mail.',NULL,NULL),('mail','mail_to','en','To',NULL,NULL),('mail','mail_tpl_deleted_p','en','Text templates successfully deleted.',NULL,NULL),('mail','mail_tpl_deleted_s','en','Text template successfully deleted.',NULL,NULL),('mail','mail_tpl_sure_delete_entries','en','Are you sure you want to delete the following text templates?',NULL,NULL),('mail','mail_tpl_sure_delete_entry','en','Are you sure you want to delete the following text template?',NULL,NULL),('mail','mail_use_global_reply_to_addr','en','Use Global Reply-To Address',NULL,NULL),('mail','mail_use_global_reply_to_addr_info','en','Use an email address as the reply-to address across the whole platform. Senders’ email addresses will not be disclosed to recipients. Direct replies to e-mails will also no longer be possible.',NULL,NULL),('mail','nc_mail_noti_item_title','en','Inbox',NULL,NULL),('mail','nc_mail_prop_time','en','Time',NULL,NULL),('mail','nc_mail_unread_messages','en','You have %s in your inbox.',NULL,NULL),('mail','nc_mail_unread_messages_number_p','en','%s unread mails',NULL,NULL),('mail','nc_mail_unread_messages_number_s','en','1 unread mail',NULL,NULL),('mail','only_inbox_trash','en','Limit to Inbox / Trash',NULL,NULL),('mail','only_inbox_trash_info','en','Only delete e-mails that are located in the Inbox or Trash folders of users. Otherwise, all messages are deleted regardless of the folder they are in.',NULL,NULL),('mail','orphaned_mail_body','en','Your mailbox contains the following old or orphaned mails. Please note that these mails will soon be automatically deleted.',NULL,NULL),('mail','orphaned_mail_subject','en','Notification of orphaned mails',NULL,NULL),('mail','placeholders_advise','en','Personal placeholders are only replaced with user-specific information for recipients listed in the ‘To’ field.%s Personal placeholders for recipients listed in the CC and BCC fields are NOT replaced with user-specific information and instead show up as placeholders.',NULL,NULL),('mail','search_content','en','Search Result',NULL,NULL),('mail','search_recipients','en','Look up Users',NULL,NULL),('mail','second_email_missing_info','en','Selection not possible because no second e-mail address has been entered.',NULL,NULL),('mail','select_mail_with_subject_x','en','Select mail with subject „%s“',NULL,NULL),('mail','send_mail_admins','en','All Administrators',NULL,NULL),('mail','send_mail_members','en','All Members',NULL,NULL),('mail','send_mail_to','en','Mail to',NULL,NULL),('mail','send_mail_tutors','en','All Tutors',NULL,NULL),('mail','show_mail_settings','en','Show Mail Settings',NULL,NULL),('mail','show_mail_settings_info','en','Enable individual users to alter their mail settings, thereby overriding the global mail settings that would otherwise apply to them. ‘Mail Settings’ are accessible via their ‘Personal Settings’ or ‘Communication > Mail’. Note: In order for users to be allowed to change their individual mail settings and thereby override the global settings, this needs to be set in the \'Standard Fields\' section of the global user account administration settings. If users do not have the permission to change these profile settings, the global default is applied even if users were able to and did change their personal mail settings in the past.',NULL,NULL),('mail','system_notification_installation_changed_by','en','Changed by',NULL,NULL),('mail','usrFieldChange_second_mail_visible_in_personal_data','en','You have changed the attribute \"%s\" of the field \"%s\".<br>This leads to all accounts settings being reset to \"receive on primary address\" for external delivery,<br>not only for all new accounts but also dismissing the currently active settings made by users.',NULL,NULL),('maps','configure_geolocation','en','Please finish the geolocation configuration in the \"Third Party Software\" administration menu to enable address search.',NULL,NULL),('maps','maps_custom_geolocation_server_info','en','Server URL to provide geolocation-data using Nominatim. Your entry should contain the placeholder [QUERY] to define a position for request information. Example: https://nominatim.example.com/search?q=[QUERY]&format=json',NULL,NULL),('maps','maps_custom_tile_server_info','en','Server URL to provide tile-data. Multiple inputs should be separated by spaces. Defaults is \"%s\".',NULL,NULL),('maps','maps_enable_maps','en','Enable Maps',NULL,NULL),('maps','maps_enable_maps_info','en','Activates Maps in user profiles, groups and courses.',NULL,NULL),('maps','maps_extt_maps','en','Maps',NULL,NULL),('maps','maps_geolocation_server','en','Server for Reverse Geolocation',NULL,NULL),('maps','maps_google_maps','en','Google Maps',NULL,NULL),('maps','maps_https_for_reverse_lookup','en','Https for Reverse Lookup',NULL,NULL),('maps','maps_latitude','en','Latitude',NULL,NULL),('maps','maps_longitude','en','Longitude',NULL,NULL),('maps','maps_lookup_address','en','Lookup Address',NULL,NULL),('maps','maps_map_type','en','Typ',NULL,NULL),('maps','maps_open_layers_maps','en','Open Layers Maps',NULL,NULL),('maps','maps_settings','en','Maps Settings',NULL,NULL),('maps','maps_std_location','en','Default Location',NULL,NULL),('maps','maps_std_location_desc','en','Click map to set location.',NULL,NULL),('maps','maps_tile_server','en','Server for Tiles',NULL,NULL),('maps','maps_zoom_level','en','Zoom Level',NULL,NULL),('mathjax','mathjax_enable_client','en','Enable MathJax in the Browser',NULL,NULL),('mathjax','mathjax_enable_client_info','en','Activates a client-side rendering of TeX in the browser by including the MathJax script. Mathjax 3 is supported, but MathJax 2 is recommended.',NULL,NULL),('mathjax','mathjax_enable_server','en','Enable MathJax on the Server',NULL,NULL),('mathjax','mathjax_enable_server_info','en','Activates a server-side rendering of TeX to graphics.',NULL,NULL),('mathjax','mathjax_home_link','en',' ➜︎ MathJax web site',NULL,NULL),('mathjax','mathjax_limiter','en','Inline Delimiters',NULL,NULL),('mathjax','mathjax_limiter_info','en','Select the inline delimiters that ILIAS should produce for the MathJax script',NULL,NULL),('mathjax','mathjax_mathjax','en','MathJax',NULL,NULL),('mathjax','mathjax_polyfill_url','en','Url of a Polyfill',NULL,NULL),('mathjax','mathjax_polyfill_url_desc_line1','en','For MathJax 2 and MathJax 3 with current browsers not needed.',NULL,NULL),('mathjax','mathjax_polyfill_url_desc_line2','en','Please remove any reference to polyfill.io! See https://sansec.io/research/polyfill-supply-chain-attack',NULL,NULL),('mathjax','mathjax_script_url','en','URL of the MathJax Script',NULL,NULL),('mathjax','mathjax_script_url_desc_line1','en','For MathJax 2 e.g. %s',NULL,NULL),('mathjax','mathjax_script_url_desc_line2','en','Please activate the safe mode to avoid XSS attacks by MathJax code with javascript. For MathJax 2 it can be activated by adding the \'Safe\' parameter to the CDN url. For MathJax 3 you need to include a script that configures it before MathJax is loaded. Use for example %s',NULL,NULL),('mathjax','mathjax_server_address','en','Server Address',NULL,NULL),('mathjax','mathjax_server_address_info','en','E.g. http://localhost:8003',NULL,NULL),('mathjax','mathjax_server_cache_cleared','en','The MathJax cache was cleared.',NULL,NULL),('mathjax','mathjax_server_cache_size','en','Cache Size',NULL,NULL),('mathjax','mathjax_server_cache_size_info','en','Disk space used for caching rendered graphics.',NULL,NULL),('mathjax','mathjax_server_clear_cache','en',' ➜ Clear Cache Now',NULL,NULL),('mathjax','mathjax_server_for_browser','en','Use for Browser',NULL,NULL),('mathjax','mathjax_server_for_browser_info','en','TeX will be shown as SVG graphics. Enabling MathJax in the browser is unneccessary.',NULL,NULL),('mathjax','mathjax_server_for_export','en','Use for HTML Export',NULL,NULL),('mathjax','mathjax_server_for_export_info','en','TeX will be exported as SVG graphic for learning module exports to HTML.',NULL,NULL),('mathjax','mathjax_server_for_pdf','en','Use for PDF Generation',NULL,NULL),('mathjax','mathjax_server_for_pdf_info','en','The server will be used when PDF files are generated.',NULL,NULL),('mathjax','mathjax_server_installation','en',' ➜ Installation Manual',NULL,NULL),('mathjax','mathjax_server_timeout','en','Timeout',NULL,NULL),('mathjax','mathjax_server_timeout_info','en','Timeout for calling the MathJax server in seconds',NULL,NULL),('mathjax','mathjax_settings','en','MathJax Settings',NULL,NULL),('mathjax','mathjax_test_expression','en','Test Expression',NULL,NULL),('mathjax','mathjax_test_expression_info_client','en','This expression will be rendered by the script in the browser.',NULL,NULL),('mathjax','mathjax_test_expression_info_server','en','This expression will be rendered on the server.',NULL,NULL),('mcst','mcst_add_new_item','en','Add New Mediacast Item',NULL,NULL),('mcst','mcst_audioportable_settings_info','en','Comma separated list of file suffixes',NULL,NULL),('mcst','mcst_audioportable_settings_title','en','File Extensions for Audio Format',NULL,NULL),('mcst','mcst_audioportable_title','en','Additional Audio File for Portable Devices',NULL,NULL),('mcst','mcst_audio_files','en','Audio Files',NULL,NULL),('mcst','mcst_automatic_detection','en','Automatic Detection',NULL,NULL),('mcst','mcst_autoplay','en','Autoplay',NULL,NULL),('mcst','mcst_autoplay_active','en','Autoplay (Default on)',NULL,NULL),('mcst','mcst_autoplay_inactive','en','Autoplay (Default off)',NULL,NULL),('mcst','mcst_autoplay_info','en','Starts automatically the next video when reaching the end of the previous one. This feature is not supported by youtube videos.',NULL,NULL),('mcst','mcst_clear_purpose_title','en','Delete',NULL,NULL),('mcst','mcst_confirm_deletion','en','Confirm Deletion',NULL,NULL),('mcst','mcst_converted_file','en','File has been converted.',NULL,NULL),('mcst','mcst_copy','en','Copy Mediacast',NULL,NULL),('mcst','mcst_current_value_info','en','Shows the current value of this format.',NULL,NULL),('mcst','mcst_default_visibility','en','Default Access',NULL,NULL),('mcst','mcst_det_playtime','en','Determine Play Time',NULL,NULL),('mcst','mcst_downloadable','en','Download Links',NULL,NULL),('mcst','mcst_downloadable_info','en','If this option is enabled, links for downloading mediacast items are provided.',NULL,NULL),('mcst','mcst_download_all','en','Download All',NULL,NULL),('mcst','mcst_download_audioportable','en','Download Audio Portable',NULL,NULL),('mcst','mcst_download_cnt','en','Downloaded',NULL,NULL),('mcst','mcst_download_standard','en','Download',NULL,NULL),('mcst','mcst_download_started_bg','en','Download of files has started. Please check your background tasks in the top right corner.',NULL,NULL),('mcst','mcst_download_videoalternative','en','Download Alternative File',NULL,NULL),('mcst','mcst_download_videoportable','en','Download Video Portable',NULL,NULL),('mcst','mcst_duration','en','Play Time',NULL,NULL),('mcst','mcst_duration_info','en','If this value is 00:00:00, ILIAS could not determine the play time automatically. In this case, please enter the correct value manually.',NULL,NULL),('mcst','mcst_edit_item','en','Edit Mediacast Item',NULL,NULL),('mcst','mcst_edit_settings','en','MediaCast Settings',NULL,NULL),('mcst','mcst_gallery','en','Tiles',NULL,NULL),('mcst','mcst_img_gallery','en','Image Gallery',NULL,NULL),('mcst','mcst_import','en','Import Mediacast',NULL,NULL),('mcst','mcst_incl_files_in_rss','en','Include Media Files as Attachment',NULL,NULL),('mcst','mcst_incl_files_in_rss_info','en','If enabled, media files are includes as attachments in the RSS feed. Otherwise the feed just notifies subscribers about new items.',NULL,NULL),('mcst','mcst_input_either_file_or_url','en','Please specify a file or an URL. If you provide a file, please note the maximum allowed upload file size.',NULL,NULL),('mcst','mcst_items','en','Items',NULL,NULL),('mcst','mcst_last_submission','en','Last Submission',NULL,NULL),('mcst','mcst_list','en','List',NULL,NULL),('mcst','mcst_manage','en','Manage',NULL,NULL),('mcst','mcst_media_cast','en','Mediacast',NULL,NULL),('mcst','mcst_media_cast_not_online','en','Mediacast is not online',NULL,NULL),('mcst','mcst_media_cast_not_online_text','en','Mediacast is not online or has been disabled',NULL,NULL),('mcst','mcst_mimetype','en','Mime Type',NULL,NULL),('mcst','mcst_mimetypes','en','Mime Types',NULL,NULL),('mcst','mcst_mimetypes_info','en','Comma separated list of mime types',NULL,NULL),('mcst','mcst_mimetype_info','en','Select mime type to control plugin used for playback.<br>Please note: Be aware that not every browser contains the plugin you intend to use.',NULL,NULL),('mcst','mcst_news_item_visibility_info','en','Public news can be accessed without authentication outside of ILIAS via RSS. Please do not include any confidential information.',NULL,NULL),('mcst','mcst_new_items_det_lp','en','Add new items to learning progress',NULL,NULL),('mcst','mcst_new_items_det_lp_info','en','New items are automatically added to determine the overall learning progress.',NULL,NULL),('mcst','mcst_next_items','en','Next Items',NULL,NULL),('mcst','mcst_no_autoplay','en','No Autoplay',NULL,NULL),('mcst','mcst_nr_items','en','Number of Items',NULL,NULL),('mcst','mcst_nr_videos','en','Number of Initial Videos',NULL,NULL),('mcst','mcst_ordering','en','Sorting',NULL,NULL),('mcst','mcst_ordering_creation_date_asc','en','By Creation Date, Oldest Item on Top',NULL,NULL),('mcst','mcst_ordering_creation_date_desc','en','By Creation Date Newest Item on Top',NULL,NULL),('mcst','mcst_ordering_manual','en','Manual',NULL,NULL),('mcst','mcst_ordering_title','en','Titles in Alphabetical Order',NULL,NULL),('mcst','mcst_play','en','Play',NULL,NULL),('mcst','mcst_play_cnt','en','Played',NULL,NULL),('mcst','mcst_play_time','en','Play Time',NULL,NULL),('mcst','mcst_podcast','en','Podcast',NULL,NULL),('mcst','mcst_preview','en','Preview',NULL,NULL),('mcst','mcst_preview_picture','en','Preview Picture',NULL,NULL),('mcst','mcst_preview_picture_info','en','Only supported by the following main media types:',NULL,NULL),('mcst','mcst_prev_items','en','Previous Items',NULL,NULL),('mcst','mcst_reference_info','en','Provide URL pointing to resource',NULL,NULL),('mcst','mcst_save_order','en','Save Order',NULL,NULL),('mcst','mcst_settings','en','Mediacast Settings',NULL,NULL),('mcst','mcst_set_playtime','en','Playtime has been set.',NULL,NULL),('mcst','mcst_show_description','en','Show Description',NULL,NULL),('mcst','mcst_standard_settings_info','en','Comma separated list of file suffixes',NULL,NULL),('mcst','mcst_standard_settings_title','en','File Extensions for Standard Format',NULL,NULL),('mcst','mcst_standard_title','en','Standard Media File',NULL,NULL),('mcst','mcst_unable_to_determin_playtime','en','Unable to determine playtime. Please set it manually be clicking on Edit.',NULL,NULL),('mcst','mcst_videoalternative_title','en','Alternative Video File (Use in Browser)',NULL,NULL),('mcst','mcst_videoportable_settings_info','en','Comma separated list of file suffixes',NULL,NULL),('mcst','mcst_videoportable_settings_title','en','File Extensions for Video Format',NULL,NULL),('mcst','mcst_videoportable_title','en','Additional Video File for Portable Devices',NULL,NULL),('mcst','mcst_video_cast','en','Videocast',NULL,NULL),('mcst','mcst_video_completion_threshold','en','Video Completion Threshold',NULL,NULL),('mcst','mcst_video_completion_threshold_info','en','Amount of video that triggers the completion status. Please note that the user may skip forward to reach this point.',NULL,NULL),('mcst','mcst_viewmode','en','Presentation Mode',NULL,NULL),('mcst','mcst_view_abandoned','en','The current presentation mode has been abandoned. Please open the settings and switch to another mode.',NULL,NULL),('mcst','mcst_visibility_info','en','Public items can be accessed via RSS without any authentication.',NULL,NULL),('mcst','mcst_visibility_public','en','Public',NULL,NULL),('mcst','mcst_visibility_users','en','Logged in Users',NULL,NULL),('mcst','mcst_watched','en','watched',NULL,NULL),('mcst','mcst_webfeed','en','RSS Web Feed',NULL,NULL),('mem','mem_period_without_time','en','Without Time Indication',NULL,NULL),('mem','mem_print_view_form','en','Default Settings for Print View',NULL,NULL),('mem','mem_settings_tab_print_view','en','Print View Settings',NULL,NULL),('mem','mem_settings_tab_settings','en','General Settings',NULL,NULL),('mem','mmbr_gallery_user_actions','en','Member Gallery Actions',NULL,NULL),('membership','mem_error_preconditions','en','A registration is not possible, since minimum one setting prevents this.',NULL,NULL),('membership','mem_force_notification','en','Notification per Mail',NULL,NULL),('membership','mem_force_notification_mode_all','en','Notification activated for all members (changeable)',NULL,NULL),('membership','mem_force_notification_mode_all_sub_blocked','en','Members can deactivate notifications',NULL,NULL),('membership','mem_force_notification_mode_blocked','en','Members will be notified automatically',NULL,NULL),('membership','mem_force_notification_mode_custom','en','Custom',NULL,NULL),('membership','mem_force_notification_mode_self','en','Members have to manually activate notification',NULL,NULL),('mep','mep_all','en','All',NULL,NULL),('mep','mep_all_mobs','en','All Media Objects',NULL,NULL),('mep','mep_bulk_upload','en','Bulk Upload',NULL,NULL),('mep','mep_choose_from_folder','en','Choose from Folder',NULL,NULL),('mep','mep_choose_from_mep','en','Choose from Pool',NULL,NULL),('mep','mep_content','en','Content',NULL,NULL),('mep','mep_content_snippet_in_use','en','Content snippet \'%s\' is in use and cannot be deleted.',NULL,NULL),('mep','mep_content_snippet_used_in_older_versions','en','Please note: This snippet is used in older versions of some pages. If these pages are rolled back to a version that includes this snippet, the snippet will be missing in the page.',NULL,NULL),('mep','mep_copy_to_mep','en','Copy to Media Pool',NULL,NULL),('mep','mep_create_content_snippet','en','Create Content Snippet',NULL,NULL),('mep','mep_create_folder','en','Create Folder',NULL,NULL),('mep','mep_create_from_upload_dir','en','Create Media Objects from Upload Directory',NULL,NULL),('mep','mep_create_media_files','en','Create Media Objects',NULL,NULL),('mep','mep_create_mob','en','Create Media Object',NULL,NULL),('mep','mep_default_height','en','Default Height',NULL,NULL),('mep','mep_default_width','en','Default Width',NULL,NULL),('mep','mep_default_width_height_info','en','Default width and height are used as presets for new media object creation.',NULL,NULL),('mep','mep_edit_content_snippet','en','Edit Content Snippet',NULL,NULL),('mep','mep_edit_folder','en','Edit Folder',NULL,NULL),('mep','mep_file','en','File',NULL,NULL),('mep','mep_folder','en','Folder',NULL,NULL),('mep','mep_format','en','Format',NULL,NULL),('mep','mep_import','en','Import a media pool',NULL,NULL),('mep','mep_import_lang','en','Target Language',NULL,NULL),('mep','mep_import_trans','en','Import Translation',NULL,NULL),('mep','mep_master_language_only','en','Master Language for Translation',NULL,NULL),('mep','mep_master_language_only_no_media','en','Master Language without Media',NULL,NULL),('mep','mep_media_files','en','Media Files',NULL,NULL),('mep','mep_media_subtitles','en','Media Subtitles',NULL,NULL),('mep','mep_mob','en','Media Object',NULL,NULL),('mep','mep_move_select_insert','en','Navigate to target folder and click \"Insert\"',NULL,NULL),('mep','mep_mpg','en','Content Snippet',NULL,NULL),('mep','mep_new_content_snippet','en','New Content Snippet',NULL,NULL),('mep','mep_new_folder','en','New Folder',NULL,NULL),('mep','mep_page_properties','en','Page Properties',NULL,NULL),('mep','mep_page_type_mep','en','Content Snippet',NULL,NULL),('mep','mep_sel_upload_dir_files','en','Select Files/Directories',NULL,NULL),('mep','mep_thumbnail','en','Thumbnail',NULL,NULL),('mep','mep_title_and_description','en','Title and Description',NULL,NULL),('mep','mep_trans_import_info','en','If you exported this module as XML/Master Language for Translation to another installation, you can now re-import translated export files from this second installation here.',NULL,NULL),('mep','mep_unknown','en','Unknown',NULL,NULL),('mep','mep_upload_dir_files','en','Files from Upload Directory',NULL,NULL),('mep','mep_up_dir_copy','en','Copy Files from Upload Directory (Keeps files in the upload directory)',NULL,NULL),('mep','mep_up_dir_move','en','Move Files from Upload Directory (Faster)',NULL,NULL),('mep','mobs_activate_pages','en','Use Content Snippets',NULL,NULL),('mep','mobs_activate_pages_info','en','Allows to create content snippets in media pools. These snippets can be re-used (not edited) in learning modules.',NULL,NULL),('mep','mobs_always_show_file_manager','en','Always Show File Manager',NULL,NULL),('mep','mobs_always_show_file_manager_info','en','If deactivated the file manager for media objects will be hidden for simple mime types (e.g. images).',NULL,NULL),('mep','mobs_black_list_file_types','en','Forbidden File Types',NULL,NULL),('mep','mobs_black_list_file_types_and_allowed_info','en','Enter a comma separated list of mime types. This list will restrict the set of allowed file types. Currently allowed mime types are:',NULL,NULL),('mep','mobs_restrict_file_types','en','Allowed File Types',NULL,NULL),('mep','mobs_restrict_file_types_info','en','Enter a comma separated list of file suffixes (e.g. jpg,gif) that are allowed to be uploaded into media objects. If no value is entered, all file types are allowed.',NULL,NULL),('meta','adt_error_max_length','en','The text you have entered is too long. Please enter a shorter text.',NULL,NULL),('meta','md_adn_int_error_no_default','en','Please select an activated language as your \"Default-Language\".',NULL,NULL),('meta','md_advanced','en','Custom Metadata',NULL,NULL),('meta','md_adv_active','en','Active',NULL,NULL),('meta','md_adv_added_new_record','en','A new data set has been added.',NULL,NULL),('meta','md_adv_col_presentation_ordering','en','Position',NULL,NULL),('meta','md_adv_confirm_definition','en','Please confirm the new settings.',NULL,NULL),('meta','md_adv_confirm_definition_select_option','en','Deleted Option',NULL,NULL),('meta','md_adv_confirm_definition_select_option_all','en','Handle all existing entries the same',NULL,NULL),('meta','md_adv_confirm_definition_select_option_all_action','en','New Value',NULL,NULL),('meta','md_adv_confirm_definition_select_option_overwrite','en','Set value to',NULL,NULL),('meta','md_adv_confirm_definition_select_option_remove','en','Remove value',NULL,NULL),('meta','md_adv_confirm_definition_select_option_single','en','Decide for each existing entry',NULL,NULL),('meta','md_adv_confirm_definition_select_section','en','Migration of the deleted options',NULL,NULL),('meta','md_adv_create_field','en','New Field',NULL,NULL),('meta','md_adv_create_record','en','New Data Set',NULL,NULL),('meta','md_adv_deleted_fields','en','Field(s) successfully deleted.',NULL,NULL),('meta','md_adv_deleted_files','en','File(s) successfully deleted.',NULL,NULL),('meta','md_adv_deleted_records','en','Data set(s) successfully deleted.',NULL,NULL),('meta','md_adv_delete_fields_sure','en','Are you sure you want to delete the following field(s)?',NULL,NULL),('meta','md_adv_delete_files_sure','en','Are you sure you want to delete the following export file(s)?',NULL,NULL),('meta','md_adv_delete_record_sure','en','Are you sure you want to delete the following data set(s)?',NULL,NULL),('meta','md_adv_desc_show','en','Show Description',NULL,NULL),('meta','md_adv_edit_complex_option','en','Edit Option Properties',NULL,NULL),('meta','md_adv_edit_field','en','Edit Field',NULL,NULL),('meta','md_adv_edit_record','en','Edit Data Set',NULL,NULL),('meta','md_adv_fields_show','en','Show Field Names',NULL,NULL),('meta','md_adv_field_fields','en','Fields',NULL,NULL),('meta','md_adv_field_filter_warning','en','The field types %s are currently not supported as table filters.',NULL,NULL),('meta','md_adv_field_list','en','Fields',NULL,NULL),('meta','md_adv_field_names','en','Field Names',NULL,NULL),('meta','md_adv_field_table','en','Edit Fields',NULL,NULL),('meta','md_adv_file_list','en','Export Files',NULL,NULL),('meta','md_adv_import_record','en','Import Metadata Set',NULL,NULL),('meta','md_adv_int_current','en','Current Language:',NULL,NULL),('meta','md_adv_int_default','en','Default Language:',NULL,NULL),('meta','md_adv_int_translation_info','en','Translation:',NULL,NULL),('meta','md_adv_no_fields','en','This data set does not yet have any fields',NULL,NULL),('meta','md_adv_number_decimals','en','Decimal Places',NULL,NULL),('meta','md_adv_number_max','en','Maximum Value',NULL,NULL),('meta','md_adv_number_min','en','Minimum Value',NULL,NULL),('meta','md_adv_number_suffix','en','Suffix',NULL,NULL),('meta','md_adv_presentation','en','Display Options',NULL,NULL),('meta','md_adv_records','en','Data Sets',NULL,NULL),('meta','md_adv_records_exported','en','New export file(s) successfully created.',NULL,NULL),('meta','md_adv_record_activate_languages','en','Activate Languages',NULL,NULL),('meta','md_adv_record_list','en','Data Sets',NULL,NULL),('meta','md_adv_record_lng_table','en','Language Management',NULL,NULL),('meta','md_adv_record_lng_table_active','en','Active',NULL,NULL),('meta','md_adv_record_lng_table_default','en','Default',NULL,NULL),('meta','md_adv_record_lng_table_inst','en','Installed',NULL,NULL),('meta','md_adv_record_lng_table_lng','en','Language',NULL,NULL),('meta','md_adv_scope','en','Scope',NULL,NULL),('meta','md_adv_scope_info','en','Usage of this custom metadata set will be limited to selected parts of the repository.',NULL,NULL),('meta','md_adv_scope_list_header','en','Limited to:',NULL,NULL),('meta','md_adv_scope_objects','en','Data Set Effective From',NULL,NULL),('meta','md_adv_searchable','en','Searchable',NULL,NULL),('meta','md_adv_select_one_file','en','Please select only one file.',NULL,NULL),('meta','md_adv_show','en','Show',NULL,NULL),('meta','md_adv_substitution_table','en','Display Options for Custom Metadata in the Repository',NULL,NULL),('meta','md_adv_text_max_length','en','Maximum Length',NULL,NULL),('meta','md_adv_text_multi','en','Multiline',NULL,NULL),('meta','md_adv_text_multi_val','en','Multilingual Values',NULL,NULL),('meta','md_adv_text_multi_val_info','en','Allow multilingual field values for this data field. Deactivating this option is recommended for texts that do not need translating, such as personal names.',NULL,NULL),('meta','md_aria_language_selection','en','Language Selection',NULL,NULL),('meta','md_copyright','en','Copyright',NULL,NULL),('meta','md_copyrights_deleted','en','Copyright deleted.',NULL,NULL),('meta','md_copyright_add','en','Add New Copyright',NULL,NULL),('meta','md_copyright_alt_text','en','Text Representation',NULL,NULL),('meta','md_copyright_alt_text_info','en','Used for image ‘alt’ attribute',NULL,NULL),('meta','md_copyright_default','en','Default',NULL,NULL),('meta','md_copyright_edit','en','Edit Copyright',NULL,NULL),('meta','md_copyright_enabled','en','Enable Copyright Selection',NULL,NULL),('meta','md_copyright_enable_info','en','Add a copyright section to the LOM Metadata of Objects, including a selection of selectable predefined copyrights.',NULL,NULL),('meta','md_copyright_full_name','en','Full Name',NULL,NULL);
INSERT INTO `lng_data` VALUES ('meta','md_copyright_image','en','Image',NULL,NULL),('meta','md_copyright_image_file','en','File',NULL,NULL),('meta','md_copyright_image_is_file','en','Upload File',NULL,NULL),('meta','md_copyright_image_is_link','en','Enter URL',NULL,NULL),('meta','md_copyright_image_link','en','URL',NULL,NULL),('meta','md_copyright_link','en','URL',NULL,NULL),('meta','md_copyright_link_info','en','Link to the licence',NULL,NULL),('meta','md_copyright_preview','en','Copyright (Preview)',NULL,NULL),('meta','md_copyright_selection','en','Available Copyrights',NULL,NULL),('meta','md_copyright_settings','en','Copyright Settings',NULL,NULL),('meta','md_copyright_value','en','Copyright',NULL,NULL),('meta','md_days','en','Days:',NULL,NULL),('meta','md_delete_cp_sure','en','Are you sure you want to delete the following entries?',NULL,NULL),('meta','md_delimiter','en','Delimiter',NULL,NULL),('meta','md_delimiter_info','en','The delimiter is used in the quick editing screen to separate multiple keywords and/or authors. Default is ‘,’.',NULL,NULL),('meta','md_fields','en','Fields',NULL,NULL),('meta','md_months','en','Months:',NULL,NULL),('meta','md_obj_types','en','Assigned Objects',NULL,NULL),('meta','md_record_export_table','en','Export Files',NULL,NULL),('meta','md_record_list_table','en','Custom Metadata Sets',NULL,NULL),('meta','md_separated_by','en','Separated by %s',NULL,NULL),('meta','md_time','en','Time:',NULL,NULL),('meta','md_used','en','Current Number of Usages',NULL,NULL),('meta','meta_1','en','1',NULL,NULL),('meta','meta_2','en','2',NULL,NULL),('meta','meta_3','en','3',NULL,NULL),('meta','meta_4','en','4',NULL,NULL),('meta','meta_accessibility_restrictions','en','Accessibility Restrictions',NULL,NULL),('meta','meta_active','en','Active',NULL,NULL),('meta','meta_add','en','Add',NULL,NULL),('meta','meta_add_element','en','Add %s',NULL,NULL),('meta','meta_add_element_success','en','Element added successfully',NULL,NULL),('meta','meta_advmd_add_field','en','Add New Field',NULL,NULL),('meta','meta_advmd_select_delete_option','en','Delete This Entry',NULL,NULL),('meta','meta_advmd_select_first_position_identifier','en','First',NULL,NULL),('meta','meta_advmd_select_new_option','en','Add New Entry',NULL,NULL),('meta','meta_advmd_select_options','en','Entries',NULL,NULL),('meta','meta_advmd_select_options_edit','en','Edit Entries',NULL,NULL),('meta','meta_advmd_select_option_position','en','Position',NULL,NULL),('meta','meta_advmd_select_option_value','en','Value',NULL,NULL),('meta','meta_advmd_select_position_identifier','en','After %s',NULL,NULL),('meta','meta_aggregation_level','en','Aggregation Level',NULL,NULL),('meta','meta_amaya','en','Amaya',NULL,NULL),('meta','meta_annotation','en','Annotation',NULL,NULL),('meta','meta_annotation_plural','en','Annotations',NULL,NULL),('meta','meta_any','en','Any',NULL,NULL),('meta','meta_atomic','en','Atomic',NULL,NULL),('meta','meta_author','en','Author',NULL,NULL),('meta','meta_authors','en','Authors',NULL,NULL),('meta','meta_browser','en','Browser',NULL,NULL),('meta','meta_button_to_full_editor_label','en','Edit the Full Learning Object Metadata',NULL,NULL),('meta','meta_catalog','en','Catalogue',NULL,NULL),('meta','meta_classification','en','Classification',NULL,NULL),('meta','meta_classification_plural','en','Classifications',NULL,NULL),('meta','meta_collection','en','Collection',NULL,NULL),('meta','meta_competency','en','Competency',NULL,NULL),('meta','meta_contentprovider','en','Content Provider',NULL,NULL),('meta','meta_context','en','Context',NULL,NULL),('meta','meta_context_plural','en','Contexts',NULL,NULL),('meta','meta_contribute','en','Contribute',NULL,NULL),('meta','meta_contribute_plural','en','Contribute',NULL,NULL),('meta','meta_copyright','en','Copyright',NULL,NULL),('meta','meta_copyright_and_other_restrictions','en','Copyright and Other Restrictions',NULL,NULL),('meta','meta_copyright_change_info','en','You are about to change the copyright licence assigned to this content. This should only be done with the permission of the copyright holder. Please continue only if the new licence is not more restrictive than the one used before.',NULL,NULL),('meta','meta_copyright_change_warning_title','en','Changing a Copyright',NULL,NULL),('meta','meta_copyright_in_use','en','In use',NULL,NULL),('meta','meta_copyright_outdated','en','Outdated / No longer in use',NULL,NULL),('meta','meta_copyright_outdated_error','en','The chosen copyright is outdated and no longer in use.',NULL,NULL),('meta','meta_copyright_show_usages','en','Show Usages',NULL,NULL),('meta','meta_copyright_status','en','Status',NULL,NULL),('meta','meta_copyright_sub_items','en','Sub Items',NULL,NULL),('meta','meta_copyright_usage','en','Usage',NULL,NULL),('meta','meta_cost','en','Cost',NULL,NULL),('meta','meta_coverage','en','Coverage',NULL,NULL),('meta','meta_coverage_plural','en','Coverage',NULL,NULL),('meta','meta_cp_own','en','Own Copyright Information:',NULL,NULL),('meta','meta_creator','en','Creator',NULL,NULL),('meta','meta_current_value','en','Current value',NULL,NULL),('meta','meta_c_AD','en','Andorra',NULL,NULL),('meta','meta_c_AE','en','United Arab Emirates',NULL,NULL),('meta','meta_c_AF','en','Afghanistan',NULL,NULL),('meta','meta_c_AG','en','Antigua And Barbuda',NULL,NULL),('meta','meta_c_AI','en','Anguilla',NULL,NULL),('meta','meta_c_AL','en','Albania',NULL,NULL),('meta','meta_c_AM','en','Armenia',NULL,NULL),('meta','meta_c_AN','en','Netherlands Antilles',NULL,NULL),('meta','meta_c_AO','en','Angola',NULL,NULL),('meta','meta_c_AQ','en','Antarctica',NULL,NULL),('meta','meta_c_AR','en','Argentina',NULL,NULL),('meta','meta_c_AS','en','American Samoa',NULL,NULL),('meta','meta_c_AT','en','Austria',NULL,NULL),('meta','meta_c_AU','en','Australia',NULL,NULL),('meta','meta_c_AW','en','Aruba',NULL,NULL),('meta','meta_c_AX','en','Åland Islands',NULL,NULL),('meta','meta_c_AZ','en','Azerbaijan',NULL,NULL),('meta','meta_c_BA','en','Bosnia and Herzegovina',NULL,NULL),('meta','meta_c_BB','en','Barbados',NULL,NULL),('meta','meta_c_BD','en','Bangladesh',NULL,NULL),('meta','meta_c_BE','en','Belgium',NULL,NULL),('meta','meta_c_BF','en','Burkina Faso',NULL,NULL),('meta','meta_c_BG','en','Bulgaria',NULL,NULL),('meta','meta_c_BH','en','Bahrain',NULL,NULL),('meta','meta_c_BI','en','Burundi',NULL,NULL),('meta','meta_c_BJ','en','Benin',NULL,NULL),('meta','meta_c_BL','en','Saint Barthélemy',NULL,NULL),('meta','meta_c_BM','en','Bermuda',NULL,NULL),('meta','meta_c_BN','en','Brunei Darussalam',NULL,NULL),('meta','meta_c_BO','en','Bolivia',NULL,NULL),('meta','meta_c_BR','en','Brazil',NULL,NULL),('meta','meta_c_BS','en','Bahamas',NULL,NULL),('meta','meta_c_BT','en','Bhutan',NULL,NULL),('meta','meta_c_BV','en','Bouvet Island',NULL,NULL),('meta','meta_c_BW','en','Botswana',NULL,NULL),('meta','meta_c_BY','en','Belarus',NULL,NULL),('meta','meta_c_BZ','en','Belize',NULL,NULL),('meta','meta_c_CA','en','Canada',NULL,NULL),('meta','meta_c_CC','en','Cocos (Keeling) Islands',NULL,NULL),('meta','meta_c_CF','en','Central African Republic',NULL,NULL),('meta','meta_c_CG','en','Congo',NULL,NULL),('meta','meta_c_CH','en','Switzerland',NULL,NULL),('meta','meta_c_CI','en','Ivory Coast',NULL,NULL),('meta','meta_c_CK','en','Cook Islands',NULL,NULL),('meta','meta_c_CL','en','Chile',NULL,NULL),('meta','meta_c_CM','en','Cameroon',NULL,NULL),('meta','meta_c_CN','en','China',NULL,NULL),('meta','meta_c_CO','en','Colombia',NULL,NULL),('meta','meta_c_CR','en','Costa Rica',NULL,NULL),('meta','meta_c_CU','en','Cuba',NULL,NULL),('meta','meta_c_CV','en','Cape Verde',NULL,NULL),('meta','meta_c_CX','en','Christmas Island',NULL,NULL),('meta','meta_c_CY','en','Cyprus',NULL,NULL),('meta','meta_c_CZ','en','Czech Republic',NULL,NULL),('meta','meta_c_DE','en','Germany',NULL,NULL),('meta','meta_c_DJ','en','Djibouti',NULL,NULL),('meta','meta_c_DK','en','Denmark',NULL,NULL),('meta','meta_c_DM','en','Dominica',NULL,NULL),('meta','meta_c_DO','en','Dominican Republic',NULL,NULL),('meta','meta_c_DZ','en','Algeria',NULL,NULL),('meta','meta_c_EC','en','Ecuador',NULL,NULL),('meta','meta_c_EE','en','Estonia',NULL,NULL),('meta','meta_c_EG','en','Egypt',NULL,NULL),('meta','meta_c_EH','en','Western Sahara',NULL,NULL),('meta','meta_c_ER','en','Eritrea',NULL,NULL),('meta','meta_c_ES','en','Spain',NULL,NULL),('meta','meta_c_ET','en','Ethiopia',NULL,NULL),('meta','meta_c_FI','en','Finland',NULL,NULL),('meta','meta_c_FJ','en','Fiji',NULL,NULL),('meta','meta_c_FK','en','Falkland Islands',NULL,NULL),('meta','meta_c_FM','en','Micronesia',NULL,NULL),('meta','meta_c_FO','en','Faroe Islands',NULL,NULL),('meta','meta_c_FR','en','France',NULL,NULL),('meta','meta_c_FX','en','France, Metropolitan',NULL,NULL),('meta','meta_c_GA','en','Gabon',NULL,NULL),('meta','meta_c_GB','en','United Kingdom',NULL,NULL),('meta','meta_c_GD','en','Grenada',NULL,NULL),('meta','meta_c_GE','en','Georgia',NULL,NULL),('meta','meta_c_GF','en','French Guiana',NULL,NULL),('meta','meta_c_GG','en','Guernsey',NULL,NULL),('meta','meta_c_GH','en','Ghana',NULL,NULL),('meta','meta_c_GI','en','Gibraltar',NULL,NULL),('meta','meta_c_GL','en','Greenland',NULL,NULL),('meta','meta_c_GM','en','Gambia',NULL,NULL),('meta','meta_c_GN','en','Guinea',NULL,NULL),('meta','meta_c_GP','en','Guadeloupe',NULL,NULL),('meta','meta_c_GQ','en','Equatorial Guinea',NULL,NULL),('meta','meta_c_GR','en','Greece',NULL,NULL),('meta','meta_c_GS','en','South Georgia And The South Sandwich Islands',NULL,NULL),('meta','meta_c_GT','en','Guatemala',NULL,NULL),('meta','meta_c_GU','en','Guam',NULL,NULL),('meta','meta_c_GW','en','Guinea-Bissau',NULL,NULL),('meta','meta_c_GY','en','Guyana',NULL,NULL),('meta','meta_c_HK','en','Hong Kong',NULL,NULL),('meta','meta_c_HM','en','Heard and McDonald Islands',NULL,NULL),('meta','meta_c_HN','en','Honduras',NULL,NULL),('meta','meta_c_HR','en','Croatia',NULL,NULL),('meta','meta_c_HT','en','Haiti',NULL,NULL),('meta','meta_c_HU','en','Hungary',NULL,NULL),('meta','meta_c_ID','en','Indonesia',NULL,NULL),('meta','meta_c_IE','en','Ireland',NULL,NULL),('meta','meta_c_IL','en','Israel',NULL,NULL),('meta','meta_c_IM','en','Isle of Man',NULL,NULL),('meta','meta_c_IN','en','India',NULL,NULL),('meta','meta_c_IO','en','British Indian Ocean Territory',NULL,NULL),('meta','meta_c_IQ','en','Iraq',NULL,NULL),('meta','meta_c_IR','en','Iran',NULL,NULL),('meta','meta_c_IS','en','Iceland',NULL,NULL),('meta','meta_c_IT','en','Italy',NULL,NULL),('meta','meta_c_JE','en','Jersey',NULL,NULL),('meta','meta_c_JM','en','Jamaica',NULL,NULL),('meta','meta_c_JO','en','Jordan',NULL,NULL),('meta','meta_c_JP','en','Japan',NULL,NULL),('meta','meta_c_KE','en','Kenya',NULL,NULL),('meta','meta_c_KG','en','Kyrgyzstan',NULL,NULL),('meta','meta_c_KH','en','Cambodia',NULL,NULL),('meta','meta_c_KI','en','Kiribati',NULL,NULL),('meta','meta_c_KM','en','Comoros',NULL,NULL),('meta','meta_c_KN','en','Saint Kitts and Nevis',NULL,NULL),('meta','meta_c_KP','en','North Korea (People\'s Republic Of Korea)',NULL,NULL),('meta','meta_c_KR','en','South Korea (Republic Of Korea)',NULL,NULL),('meta','meta_c_KW','en','Kuwait',NULL,NULL),('meta','meta_c_KY','en','Cayman Islands',NULL,NULL),('meta','meta_c_KZ','en','Kazakhstan',NULL,NULL),('meta','meta_c_LA','en','Lao People\'s Democratic Republic',NULL,NULL),('meta','meta_c_LB','en','Lebanon',NULL,NULL),('meta','meta_c_LC','en','Saint Lucia',NULL,NULL),('meta','meta_c_LI','en','Liechtenstein',NULL,NULL),('meta','meta_c_LK','en','Sri Lanka',NULL,NULL),('meta','meta_c_LR','en','Liberia',NULL,NULL),('meta','meta_c_LS','en','Lesotho',NULL,NULL),('meta','meta_c_LT','en','Lithuania',NULL,NULL),('meta','meta_c_LU','en','Luxembourg',NULL,NULL),('meta','meta_c_LV','en','Latvia',NULL,NULL),('meta','meta_c_LY','en','Libya',NULL,NULL),('meta','meta_c_MA','en','Morocco',NULL,NULL),('meta','meta_c_MC','en','Monaco',NULL,NULL),('meta','meta_c_MD','en','Moldova',NULL,NULL),('meta','meta_c_ME','en','Montenegro',NULL,NULL),('meta','meta_c_MF','en','Saint Martin (French Part)',NULL,NULL),('meta','meta_c_MG','en','Madagascar',NULL,NULL),('meta','meta_c_MH','en','Marshall Islands',NULL,NULL),('meta','meta_c_MK','en','North Macedonia',NULL,NULL),('meta','meta_c_ML','en','Mali',NULL,NULL),('meta','meta_c_MM','en','Myanmar',NULL,NULL),('meta','meta_c_MN','en','Mongolia',NULL,NULL),('meta','meta_c_MO','en','Macau',NULL,NULL),('meta','meta_c_MP','en','Northern Mariana Islands',NULL,NULL),('meta','meta_c_MQ','en','Martinique',NULL,NULL),('meta','meta_c_MR','en','Mauritania',NULL,NULL),('meta','meta_c_MS','en','Montserrat',NULL,NULL),('meta','meta_c_MT','en','Malta',NULL,NULL),('meta','meta_c_MU','en','Mauritius',NULL,NULL),('meta','meta_c_MV','en','Maldives',NULL,NULL),('meta','meta_c_MW','en','Malawi',NULL,NULL),('meta','meta_c_MX','en','Mexico',NULL,NULL),('meta','meta_c_MY','en','Malaysia',NULL,NULL),('meta','meta_c_MZ','en','Mozambique',NULL,NULL),('meta','meta_c_NA','en','Namibia',NULL,NULL),('meta','meta_c_NC','en','New Caledonia',NULL,NULL),('meta','meta_c_NE','en','Niger',NULL,NULL),('meta','meta_c_NF','en','Norfolk Island',NULL,NULL),('meta','meta_c_NG','en','Nigeria',NULL,NULL),('meta','meta_c_NI','en','Nicaragua',NULL,NULL),('meta','meta_c_NL','en','Netherlands',NULL,NULL),('meta','meta_c_NO','en','Norway',NULL,NULL),('meta','meta_c_NP','en','Nepal',NULL,NULL),('meta','meta_c_NR','en','Nauru',NULL,NULL),('meta','meta_c_NU','en','Niue',NULL,NULL),('meta','meta_c_NZ','en','New Zealand',NULL,NULL),('meta','meta_c_OM','en','Oman',NULL,NULL),('meta','meta_c_PA','en','Panama',NULL,NULL),('meta','meta_c_PE','en','Peru',NULL,NULL),('meta','meta_c_PF','en','French Polynesia',NULL,NULL),('meta','meta_c_PG','en','Papua New Guinea',NULL,NULL),('meta','meta_c_PH','en','Philippines',NULL,NULL),('meta','meta_c_PK','en','Pakistan',NULL,NULL),('meta','meta_c_PL','en','Poland',NULL,NULL),('meta','meta_c_PM','en','St. Pierre and Miquelon',NULL,NULL),('meta','meta_c_PN','en','Pitcairn Islands',NULL,NULL),('meta','meta_c_PR','en','Puerto Rico',NULL,NULL),('meta','meta_c_PS','en','Palestinian Territories (Occupied)',NULL,NULL),('meta','meta_c_PT','en','Portugal',NULL,NULL),('meta','meta_c_PW','en','Palau',NULL,NULL),('meta','meta_c_PY','en','Paraguay',NULL,NULL),('meta','meta_c_QA','en','Qatar',NULL,NULL),('meta','meta_c_RE','en','Reunion',NULL,NULL),('meta','meta_c_RO','en','Romania',NULL,NULL),('meta','meta_c_RS','en','Serbia',NULL,NULL),('meta','meta_c_RU','en','Russian Federation',NULL,NULL),('meta','meta_c_RW','en','Rwanda',NULL,NULL),('meta','meta_c_SA','en','Saudi Arabia',NULL,NULL),('meta','meta_c_SB','en','Solomon Islands',NULL,NULL),('meta','meta_c_SC','en','Seychelles',NULL,NULL),('meta','meta_c_SD','en','Sudan',NULL,NULL),('meta','meta_c_SE','en','Sweden',NULL,NULL),('meta','meta_c_SG','en','Singapore',NULL,NULL),('meta','meta_c_SH','en','St. Helena',NULL,NULL),('meta','meta_c_SI','en','Slovenia',NULL,NULL),('meta','meta_c_SJ','en','Svalbard and Jan Mayen Islands',NULL,NULL),('meta','meta_c_SK','en','Slovakia',NULL,NULL),('meta','meta_c_SL','en','Sierra Leone',NULL,NULL),('meta','meta_c_SM','en','San Marino',NULL,NULL),('meta','meta_c_SN','en','Senegal',NULL,NULL),('meta','meta_c_SO','en','Somalia',NULL,NULL),('meta','meta_c_SR','en','Suriname',NULL,NULL),('meta','meta_c_ST','en','Sao Tomé and Principe',NULL,NULL),('meta','meta_c_SV','en','El Salvador',NULL,NULL),('meta','meta_c_SY','en','Syrian Arab Republic',NULL,NULL),('meta','meta_c_SZ','en','Swaziland',NULL,NULL),('meta','meta_c_TC','en','Turks And Caicos Islands',NULL,NULL),('meta','meta_c_TD','en','Chad',NULL,NULL),('meta','meta_c_TF','en','French Southern Territories',NULL,NULL),('meta','meta_c_TG','en','Togo',NULL,NULL),('meta','meta_c_TH','en','Thailand',NULL,NULL),('meta','meta_c_TJ','en','Tajikistan',NULL,NULL),('meta','meta_c_TK','en','Tokelau',NULL,NULL),('meta','meta_c_TL','en','Timor-Leste',NULL,NULL),('meta','meta_c_TM','en','Turkmenistan',NULL,NULL),('meta','meta_c_TN','en','Tunisia',NULL,NULL),('meta','meta_c_TO','en','Tonga',NULL,NULL),('meta','meta_c_TR','en','Turkey',NULL,NULL),('meta','meta_c_TT','en','Trinidad and Tobago',NULL,NULL),('meta','meta_c_TV','en','Tuvalu',NULL,NULL),('meta','meta_c_TW','en','Taiwan',NULL,NULL),('meta','meta_c_TZ','en','Tanzania',NULL,NULL),('meta','meta_c_UA','en','Ukraine',NULL,NULL),('meta','meta_c_UG','en','Uganda',NULL,NULL),('meta','meta_c_UM','en','U.S. Minor Outlying Islands',NULL,NULL),('meta','meta_c_US','en','U.S.A',NULL,NULL),('meta','meta_c_UY','en','Uruguay',NULL,NULL),('meta','meta_c_UZ','en','Uzbekistan',NULL,NULL),('meta','meta_c_VA','en','Vatican City State',NULL,NULL),('meta','meta_c_VC','en','Saint Vincent And The Grenadines',NULL,NULL),('meta','meta_c_VE','en','Venezuela',NULL,NULL),('meta','meta_c_VG','en','Virgin Islands (British)',NULL,NULL),('meta','meta_c_VI','en','Virgin Islands (US)',NULL,NULL),('meta','meta_c_VN','en','Vietnam',NULL,NULL),('meta','meta_c_VU','en','Vanuatu',NULL,NULL),('meta','meta_c_WF','en','Wallis and Futuna Islands',NULL,NULL),('meta','meta_c_WS','en','Samoa',NULL,NULL),('meta','meta_c_XK','en','Kosovo',NULL,NULL),('meta','meta_c_YE','en','Yemen',NULL,NULL),('meta','meta_c_YT','en','Mayotte',NULL,NULL),('meta','meta_c_ZA','en','South Africa',NULL,NULL),('meta','meta_c_ZM','en','Zambia',NULL,NULL),('meta','meta_c_ZW','en','Zimbabwe',NULL,NULL),('meta','meta_date','en','Date',NULL,NULL),('meta','meta_date_time','en','Date',NULL,NULL),('meta','meta_delete','en','Delete',NULL,NULL),('meta','meta_delete_confirm','en','Are you sure you want to delete this element and its content?',NULL,NULL),('meta','meta_delete_element','en','Delete %s',NULL,NULL),('meta','meta_delete_element_success','en','Element deleted successfully',NULL,NULL),('meta','meta_delete_this_element','en','Delete This Element',NULL,NULL),('meta','meta_description','en','Description',NULL,NULL),('meta','meta_description_plural','en','Descriptions',NULL,NULL),('meta','meta_diagramm','en','Diagram',NULL,NULL),('meta','meta_difficult','en','Difficult',NULL,NULL),('meta','meta_difficulty','en','Difficulty',NULL,NULL),('meta','meta_discipline','en','Discipline',NULL,NULL),('meta','meta_draft','en','Draft',NULL,NULL),('meta','meta_duration','en','Duration',NULL,NULL),('meta','meta_easy','en','Easy',NULL,NULL),('meta','meta_editor','en','Editor',NULL,NULL),('meta','meta_edit_element','en','Edit %s',NULL,NULL),('meta','meta_edit_element_success','en','Element edited successfully',NULL,NULL),('meta','meta_education','en','Education',NULL,NULL),('meta','meta_educational','en','Educational',NULL,NULL),('meta','meta_educationalvalidator','en','Educational Validation',NULL,NULL),('meta','meta_educational_level','en','Educational Level',NULL,NULL),('meta','meta_educational_objective','en','Educational Objective',NULL,NULL),('meta','meta_educational_plural','en','Educational',NULL,NULL),('meta','meta_entity','en','Entity',NULL,NULL),('meta','meta_entity_plural','en','Entities',NULL,NULL),('meta','meta_entry','en','Entry',NULL,NULL),('meta','meta_error_empty_input','en','Please make sure that at least one of the following input fields is not empty.',NULL,NULL),('meta','meta_exam','en','Exam',NULL,NULL),('meta','meta_exercise','en','Exercise',NULL,NULL),('meta','meta_experiment','en','Experiment',NULL,NULL),('meta','meta_expositive','en','Expository',NULL,NULL),('meta','meta_figure','en','Image / Illustration',NULL,NULL),('meta','meta_final','en','Final Version',NULL,NULL),('meta','meta_first_author','en','First Author',NULL,NULL),('meta','meta_format','en','Format',NULL,NULL),('meta','meta_format_plural','en','Formats',NULL,NULL),('meta','meta_full_editor_navigation_info','en','To navigate and edit this metadata set, use the ‘LOM’-tree in the ‘Tools’ entry of the main menu.',NULL,NULL),('meta','meta_general','en','General',NULL,NULL),('meta','meta_global','en','Global',NULL,NULL),('meta','meta_graph','en','Graph',NULL,NULL),('meta','meta_graphicaldesigner','en','Graphic Design',NULL,NULL),('meta','meta_has_format','en','Has format …',NULL,NULL),('meta','meta_has_part','en','Has part …',NULL,NULL),('meta','meta_has_version','en','Has Version',NULL,NULL),('meta','meta_hierarchical','en','Hierarchical',NULL,NULL),('meta','meta_high','en','High',NULL,NULL),('meta','meta_higher_education','en','Higher Education',NULL,NULL),('meta','meta_id','en','ID',NULL,NULL),('meta','meta_idea','en','Idea',NULL,NULL),('meta','meta_identifier','en','Identifier',NULL,NULL),('meta','meta_identifier_plural','en','Identifiers',NULL,NULL),('meta','meta_index','en','Index',NULL,NULL),('meta','meta_info_only_repository_objects','en','Only repository objects are listed below (but not media objects or learning module pages).',NULL,NULL),('meta','meta_initiator','en','Initiator',NULL,NULL),('meta','meta_installation_remarks','en','Installation Notes',NULL,NULL),('meta','meta_instructionaldesigner','en','Instructional Design',NULL,NULL),('meta','meta_intended_end_user_role','en','Intended End User Role',NULL,NULL),('meta','meta_intended_end_user_role_plural','en','Intended End User Roles',NULL,NULL),('meta','meta_interactivity_level','en','Interactivity Level',NULL,NULL),('meta','meta_interactivity_type','en','Interactivity Type',NULL,NULL),('meta','meta_is_based_on','en','Is based on …',NULL,NULL),('meta','meta_is_basis_for','en','Is basis for …',NULL,NULL),('meta','meta_is_format_of','en','Is format of …',NULL,NULL),('meta','meta_is_part_of','en','Is part of …',NULL,NULL),('meta','meta_is_referenced_by','en','Is referenced by',NULL,NULL),('meta','meta_is_required_by','en','Is required by',NULL,NULL),('meta','meta_is_version_of','en','Is version of',NULL,NULL),('meta','meta_keyword','en','Keyword',NULL,NULL),('meta','meta_keyword_plural','en','Keywords',NULL,NULL),('meta','meta_kind','en','Type',NULL,NULL),('meta','meta_language','en','Language',NULL,NULL),('meta','meta_language_plural','en','Languages',NULL,NULL),('meta','meta_learner','en','Learner',NULL,NULL),('meta','meta_learning_resource_type','en','Learning Resource Type',NULL,NULL),('meta','meta_learning_resource_type_plural','en','Learning Resource Types',NULL,NULL),('meta','meta_lecture','en','Lecture',NULL,NULL),('meta','meta_lifecycle','en','Lifecycle',NULL,NULL),('meta','meta_linear','en','Linear',NULL,NULL),('meta','meta_local','en','Local',NULL,NULL),('meta','meta_location','en','Location',NULL,NULL),('meta','meta_location_plural','en','Locations',NULL,NULL),('meta','meta_lom','en','Learning Object Metadata',NULL,NULL),('meta','meta_lom_short','en','LOM',NULL,NULL),('meta','meta_low','en','Low',NULL,NULL),('meta','meta_l_aa','en','Afar',NULL,NULL),('meta','meta_l_ab','en','Abkhazian',NULL,NULL),('meta','meta_l_af','en','Afrikaans',NULL,NULL),('meta','meta_l_am','en','Amharic',NULL,NULL),('meta','meta_l_ar','en','Arabic',NULL,NULL),('meta','meta_l_as','en','Assamese',NULL,NULL),('meta','meta_l_ay','en','Aymara',NULL,NULL),('meta','meta_l_az','en','Azerbaijani',NULL,NULL),('meta','meta_l_ba','en','Bashkir',NULL,NULL),('meta','meta_l_be','en','Belarusian',NULL,NULL),('meta','meta_l_bg','en','Bulgarian',NULL,NULL),('meta','meta_l_bh','en','Bihari',NULL,NULL),('meta','meta_l_bi','en','Bislama',NULL,NULL),('meta','meta_l_bn','en','Bengali; Bangla',NULL,NULL),('meta','meta_l_bo','en','Tibetan',NULL,NULL),('meta','meta_l_br','en','Breton',NULL,NULL),('meta','meta_l_ca','en','Catalan',NULL,NULL),('meta','meta_l_co','en','Corsican',NULL,NULL),('meta','meta_l_cs','en','Czech',NULL,NULL),('meta','meta_l_cy','en','Welsh',NULL,NULL),('meta','meta_l_da','en','Danish',NULL,NULL),('meta','meta_l_de','en','German',NULL,NULL),('meta','meta_l_dz','en','Bhutani',NULL,NULL),('meta','meta_l_el','en','Greek',NULL,NULL),('meta','meta_l_en','en','English',NULL,NULL),('meta','meta_l_eo','en','Esperanto',NULL,NULL),('meta','meta_l_es','en','Spanish',NULL,NULL),('meta','meta_l_et','en','Estonian',NULL,NULL),('meta','meta_l_eu','en','Basque',NULL,NULL),('meta','meta_l_fa','en','Persian (Farsi)',NULL,NULL),('meta','meta_l_fi','en','Finnish',NULL,NULL),('meta','meta_l_fj','en','Fijian',NULL,NULL),('meta','meta_l_fo','en','Faroese',NULL,NULL),('meta','meta_l_fr','en','French',NULL,NULL),('meta','meta_l_fy','en','Frisian',NULL,NULL),('meta','meta_l_ga','en','Irish',NULL,NULL),('meta','meta_l_gd','en','Scots Gaelic',NULL,NULL),('meta','meta_l_gl','en','Galician',NULL,NULL),('meta','meta_l_gn','en','Guarani',NULL,NULL),('meta','meta_l_gu','en','Gujarati',NULL,NULL),('meta','meta_l_ha','en','Hausa',NULL,NULL),('meta','meta_l_he','en','Hebrew',NULL,NULL),('meta','meta_l_hi','en','Hindi',NULL,NULL),('meta','meta_l_hr','en','Croatian',NULL,NULL),('meta','meta_l_hu','en','Hungarian',NULL,NULL),('meta','meta_l_hy','en','Armenian',NULL,NULL),('meta','meta_l_ia','en','Interlingua',NULL,NULL),('meta','meta_l_id','en','Indonesian',NULL,NULL),('meta','meta_l_ie','en','Interlingue',NULL,NULL),('meta','meta_l_ik','en','Inupiak',NULL,NULL),('meta','meta_l_is','en','Icelandic',NULL,NULL),('meta','meta_l_it','en','Italian',NULL,NULL),('meta','meta_l_iu','en','Inuktitut',NULL,NULL),('meta','meta_l_ja','en','Japanese',NULL,NULL),('meta','meta_l_jv','en','Javanese',NULL,NULL),('meta','meta_l_ka','en','Georgian',NULL,NULL),('meta','meta_l_kk','en','Kazakh',NULL,NULL),('meta','meta_l_kl','en','Greenlandic',NULL,NULL),('meta','meta_l_km','en','Cambodian',NULL,NULL),('meta','meta_l_kn','en','Kannada',NULL,NULL),('meta','meta_l_ko','en','Korean',NULL,NULL),('meta','meta_l_ks','en','Kashmiri',NULL,NULL),('meta','meta_l_ku','en','Kurdish',NULL,NULL),('meta','meta_l_ky','en','Kyrgyz',NULL,NULL),('meta','meta_l_la','en','Latin',NULL,NULL),('meta','meta_l_ln','en','Lingala',NULL,NULL),('meta','meta_l_lo','en','Laothian',NULL,NULL),('meta','meta_l_lt','en','Lithuanian',NULL,NULL),('meta','meta_l_lv','en','Latvian;Lettish',NULL,NULL),('meta','meta_l_mg','en','Malagasy',NULL,NULL),('meta','meta_l_mi','en','Maori',NULL,NULL),('meta','meta_l_mk','en','Macedonian',NULL,NULL),('meta','meta_l_ml','en','Malayalam',NULL,NULL),('meta','meta_l_mn','en','Mongolian',NULL,NULL),('meta','meta_l_mo','en','Moldovan',NULL,NULL),('meta','meta_l_mr','en','Marathi',NULL,NULL),('meta','meta_l_ms','en','Malay',NULL,NULL),('meta','meta_l_mt','en','Maltese',NULL,NULL),('meta','meta_l_my','en','Burmese',NULL,NULL),('meta','meta_l_na','en','Nauruan',NULL,NULL),('meta','meta_l_ne','en','Nepali',NULL,NULL),('meta','meta_l_nl','en','Dutch',NULL,NULL),('meta','meta_l_no','en','Norwegian',NULL,NULL),('meta','meta_l_oc','en','Occitan',NULL,NULL),('meta','meta_l_om','en','Oromo; Afaan Oromoo',NULL,NULL),('meta','meta_l_or','en','Odia',NULL,NULL),('meta','meta_l_pa','en','Punjabi',NULL,NULL),('meta','meta_l_pl','en','Polish',NULL,NULL),('meta','meta_l_ps','en','Pashto; Pushto',NULL,NULL),('meta','meta_l_pt','en','Portuguese',NULL,NULL),('meta','meta_l_qu','en','Quechua',NULL,NULL),('meta','meta_l_rm','en','Rhaeto-romance',NULL,NULL),('meta','meta_l_rn','en','Kirundi',NULL,NULL),('meta','meta_l_ro','en','Romanian',NULL,NULL),('meta','meta_l_ru','en','Russian',NULL,NULL),('meta','meta_l_rw','en','Kinyarwanda',NULL,NULL),('meta','meta_l_sa','en','Sanskrit',NULL,NULL),('meta','meta_l_sd','en','Sindhi',NULL,NULL),('meta','meta_l_sg','en','Sangho',NULL,NULL),('meta','meta_l_sh','en','Serbo-Croatian',NULL,NULL),('meta','meta_l_si','en','Sinhala',NULL,NULL),('meta','meta_l_sk','en','Slovak',NULL,NULL),('meta','meta_l_sl','en','Slovenian',NULL,NULL),('meta','meta_l_sm','en','Samoan',NULL,NULL),('meta','meta_l_sn','en','Shona',NULL,NULL),('meta','meta_l_so','en','Somali',NULL,NULL),('meta','meta_l_sq','en','Albanian',NULL,NULL),('meta','meta_l_sr','en','Serbian',NULL,NULL),('meta','meta_l_ss','en','Siswati',NULL,NULL),('meta','meta_l_st','en','Sesotho',NULL,NULL),('meta','meta_l_su','en','Sundanese',NULL,NULL),('meta','meta_l_sv','en','Swedish',NULL,NULL),('meta','meta_l_sw','en','Swahili; Kiswahili',NULL,NULL),('meta','meta_l_ta','en','Tamil',NULL,NULL),('meta','meta_l_te','en','Telugu',NULL,NULL),('meta','meta_l_tg','en','Tajik',NULL,NULL),('meta','meta_l_th','en','Thai',NULL,NULL),('meta','meta_l_ti','en','Tigrinya',NULL,NULL),('meta','meta_l_tk','en','Turkmen',NULL,NULL),('meta','meta_l_tl','en','Tagalog',NULL,NULL),('meta','meta_l_tn','en','Setswana',NULL,NULL),('meta','meta_l_to','en','Tongan',NULL,NULL),('meta','meta_l_tr','en','Turkish',NULL,NULL),('meta','meta_l_ts','en','Tsonga',NULL,NULL),('meta','meta_l_tt','en','Tatar',NULL,NULL),('meta','meta_l_tw','en','Twi',NULL,NULL),('meta','meta_l_ug','en','Uyghur',NULL,NULL),('meta','meta_l_uk','en','Ukrainian',NULL,NULL),('meta','meta_l_ur','en','Urdu',NULL,NULL),('meta','meta_l_uz','en','Uzbek',NULL,NULL),('meta','meta_l_vi','en','Vietnamese',NULL,NULL),('meta','meta_l_vo','en','Volapük',NULL,NULL),('meta','meta_l_wo','en','Wolof',NULL,NULL),('meta','meta_l_xh','en','Xhosa',NULL,NULL),('meta','meta_l_xx','en','none',NULL,NULL),('meta','meta_l_yi','en','Yiddish',NULL,NULL),('meta','meta_l_yo','en','Yoruba',NULL,NULL),('meta','meta_l_za','en','Zhuang',NULL,NULL),('meta','meta_l_zh','en','Chinese',NULL,NULL),('meta','meta_l_zu','en','Zulu',NULL,NULL),('meta','meta_macos','en','MAC-OS',NULL,NULL),('meta','meta_manager','en','Manager',NULL,NULL),('meta','meta_maximum_version','en','Maximum Version',NULL,NULL),('meta','meta_medium','en','Medium',NULL,NULL),('meta','meta_metadatascheme','en','Metadata Schema',NULL,NULL),('meta','meta_metadatascheme_plural','en','Metadata Schemas',NULL,NULL),('meta','meta_meta_metadata','en','Meta-Metadata',NULL,NULL),('meta','meta_minimum_version','en','Minimum Version',NULL,NULL),('meta','meta_mixed','en','Mixed',NULL,NULL),('meta','meta_ms-internet_explorer','en','MS-Internet Explorer',NULL,NULL),('meta','meta_ms-windows','en','MS-Windows',NULL,NULL),('meta','meta_multi-os','en','Multi-OS',NULL,NULL),('meta','meta_name','en','Name',NULL,NULL),('meta','meta_narrative_text','en','Narrative Text',NULL,NULL),('meta','meta_netscape_communicator','en','Netscape Communicator',NULL,NULL),('meta','meta_networked','en','Networked',NULL,NULL),('meta','meta_new_element','en','New Element',NULL,NULL),('meta','meta_no','en','No',NULL,NULL),('meta','meta_none','en','None',NULL,NULL),('meta','meta_obj_type_active','en','Dataset offered',NULL,NULL),('meta','meta_obj_type_inactive','en','Data set not used',NULL,NULL),('meta','meta_obj_type_mandatory','en','Data set always offered',NULL,NULL),('meta','meta_obj_type_optional','en','Data set needs activation',NULL,NULL),('meta','meta_oer_blocked','en','Ignored by OER Harvester',NULL,NULL),('meta','meta_oer_blocked_info','en','Will not be listed automatically as Open Educational Ressource (OER)',NULL,NULL),('meta','meta_oer_copyright_selection','en','Copyright Selection',NULL,NULL),('meta','meta_oer_copyright_selection_info','en','Only objects that have been published with one of the selected copyrights will be linked to the OER Category.',NULL,NULL),('meta','meta_oer_harvester','en','OER Harvester',NULL,NULL),('meta','meta_oer_harvester_desc','en','Scans all File objects in the repository for their license. The OER Harvester adds all resources under selected CC licenses to the category defined in the cronjob settings. To get results from this cronjob it is necessary to activate and configurate the copyright selection in the administration of \'Metadata\'.',NULL,NULL),('meta','meta_oer_target','en','Category for Release OER Content',NULL,NULL),('meta','meta_opera','en','Opera',NULL,NULL),('meta','meta_operating_system','en','Operating System',NULL,NULL),('meta','meta_order','en','Order',NULL,NULL),('meta','meta_or_composite','en','Or Composite',NULL,NULL),('meta','meta_or_composite_plural','en','Or Composites',NULL,NULL),('meta','meta_other','en','Other',NULL,NULL),('meta','meta_other_plattform_requirements','en','Other Platform Requirements',NULL,NULL),('meta','meta_pc-dos','en','PC-DOS',NULL,NULL),('meta','meta_pointofcontact','en','Point(s) of Contact',NULL,NULL),('meta','meta_prerequisite','en','Prerequisite',NULL,NULL),('meta','meta_problem_statement','en','Problem Statement',NULL,NULL),('meta','meta_publisher','en','Publisher',NULL,NULL),('meta','meta_purpose','en','Purpose',NULL,NULL),('meta','meta_questionnaire','en','Questionnaire',NULL,NULL),('meta','meta_references','en','References',NULL,NULL),('meta','meta_relation','en','Relation',NULL,NULL),('meta','meta_relation_plural','en','Relations',NULL,NULL),('meta','meta_requirement','en','Requirement',NULL,NULL),('meta','meta_requirement_plural','en','Requirements',NULL,NULL),('meta','meta_requires','en','Requires',NULL,NULL),('meta','meta_resource','en','Resource',NULL,NULL),('meta','meta_revised','en','Revised',NULL,NULL),('meta','meta_rights','en','Rights',NULL,NULL),('meta','meta_role','en','Role',NULL,NULL),('meta','meta_save_order','en','Save Order',NULL,NULL),('meta','meta_school','en','School',NULL,NULL),('meta','meta_scriptwriter','en','Scriptwriter',NULL,NULL),('meta','meta_second_author','en','Second Author',NULL,NULL),('meta','meta_section','en','Section',NULL,NULL),('meta','meta_security_level','en','Security Level',NULL,NULL),('meta','meta_self_assessment','en','Self Assessment',NULL,NULL),('meta','meta_semantic_density','en','Semantic Density',NULL,NULL),('meta','meta_simulation','en','Simulation',NULL,NULL),('meta','meta_size','en','Size',NULL,NULL),('meta','meta_skill_level','en','Competence Level',NULL,NULL),('meta','meta_slide','en','Slide',NULL,NULL),('meta','meta_source','en','Source',NULL,NULL),('meta','meta_status','en','Status',NULL,NULL),('meta','meta_string','en','Text',NULL,NULL),('meta','meta_structure','en','Structure',NULL,NULL),('meta','meta_subjectmatterexpert','en','Subject matter expert(s)',NULL,NULL),('meta','meta_table','en','Table',NULL,NULL),('meta','meta_tab_advmd','en','Custom Metadata',NULL,NULL),('meta','meta_tab_advmd_def','en','Manage Custom Metadata Sets',NULL,NULL),('meta','meta_tab_lom','en','LOM',NULL,NULL),('meta','meta_taxon','en','Taxon',NULL,NULL),('meta','meta_taxon_path','en','Taxon Path',NULL,NULL),('meta','meta_taxon_path_plural','en','Taxon Paths',NULL,NULL),('meta','meta_taxon_plural','en','Taxons',NULL,NULL),('meta','meta_teacher','en','Teacher',NULL,NULL),('meta','meta_technical','en','Technical',NULL,NULL),('meta','meta_technicalimplementer','en','Technical implementer',NULL,NULL),('meta','meta_technicalvalidator','en','Technical validator',NULL,NULL),('meta','meta_terminator','en','Terminator',NULL,NULL),('meta','meta_third_author','en','Third Author',NULL,NULL),('meta','meta_title','en','Title',NULL,NULL),('meta','meta_training','en','Training',NULL,NULL),('meta','meta_type','en','Type',NULL,NULL),('meta','meta_typical_age_range','en','Typical Age Range',NULL,NULL),('meta','meta_typical_age_range_plural','en','Typical Age Ranges',NULL,NULL),('meta','meta_typical_learning_time','en','Typical Learning Time',NULL,NULL),('meta','meta_unavailable','en','Unavailable',NULL,NULL),('meta','meta_unix','en','Unix',NULL,NULL),('meta','meta_unknown','en','Unknown',NULL,NULL),('meta','meta_validator','en','Validator',NULL,NULL),('meta','meta_value','en','Value',NULL,NULL),('meta','meta_version','en','Version',NULL,NULL),('meta','meta_very_difficult','en','Very Difficult',NULL,NULL),('meta','meta_very_easy','en','Very Easy',NULL,NULL),('meta','meta_very_high','en','Very High',NULL,NULL),('meta','meta_very_low','en','Very Low',NULL,NULL),('meta','meta_yes','en','Yes',NULL,NULL),('meta','udf_type_address','en','Address',NULL,NULL),('meta','udf_type_externallink','en','External Link',NULL,NULL),('meta','udf_type_float','en','Float',NULL,NULL),('meta','udf_type_integer','en','Integer',NULL,NULL),('meta','udf_type_internallink','en','Internal Link',NULL,NULL),('meta','udf_type_location','en','Location',NULL,NULL),('meta','udf_type_selectmulti','en','Selection List (Multiple Choice)',NULL,NULL),('mmbr','info_refuse_sure','en','Are you sure you want to refuse the following user(s)?',NULL,NULL),('mmbr','mmbr_awrn_my_groups_courses','en','My Groups and Courses',NULL,NULL),('mmbr','mmbr_awrn_my_groups_courses_info','en','All members of groups or courses of the current user are listed.',NULL,NULL),('mmbr','mmbr_btn_mail_selected_users','en','Send Mail',NULL,NULL),('mmbr','mmbr_info_delete_sure_unsubscribe','en','Are you sure you want to unsubscribe from the following objects?',NULL,NULL),('mmbr','mmbr_memberships','en','Memberships',NULL,NULL),('mmbr','mmbr_selected_users','en','Selected Participants',NULL,NULL),('mmbr','mmbr_unsubscribed_from_objs','en','You have been unsubscribed from the selected objects.',NULL,NULL),('mme','additional_langs','en','Additional Languages',NULL,NULL),('mme','add_languages','en','Add Language',NULL,NULL),('mme','button_save','en','Save',NULL,NULL),('mme','component_not_active','en','Component is not activated.',NULL,NULL),('mme','confirm_move','en','Would you like to move this item to Top Items?',NULL,NULL),('mme','err_uri_not_valid','en','Please provide a valid URL',NULL,NULL),('mme','field_external','en','External Link',NULL,NULL),('mme','field_external_info','en','Link will be opnened in a separate Window.',NULL,NULL),('mme','field_ref_id','en','ILIAS Reference-ID',NULL,NULL),('mme','field_ref_id_info','en','The Reference-ID of the desired ILIAS-Object from the Repository, you find the Reference-ID in the URL of a object (...?ref_id=123)',NULL,NULL),('mme','field_url','en','URL',NULL,NULL),('mme','field_url_info','en','Link to the desired website, lead by http(s)://',NULL,NULL),('mme','flush','en','Remove Lost Items',NULL,NULL),('mme','item_must_be_always_active','en','Item must be active.',NULL,NULL),('mme','main','en','Main Menu',NULL,NULL),('mme','mm_translation_lang','en','Language',NULL,NULL),('mme','mm_translation_trans','en','Translation',NULL,NULL),('mme','move_to_item','en','Move to Items',NULL,NULL),('mme','move_to_top_item','en','Move to Top Items',NULL,NULL),('mme','msg_languages_added','en','Added languages',NULL,NULL),('mme','msg_moved','en','Item successfully moved',NULL,NULL),('mme','msg_not_moved','en','Item could not be moved, please select a valid parent.',NULL,NULL),('mme','msg_ref_id_not_callable','en','This reference ID cannot be used by Main-Menu. Only targets in the magazine are supported.',NULL,NULL),('mme','msg_restored','en','Main Menu completely reset',NULL,NULL),('mme','msg_restore_confirm','en','All Custom Items and Translations will be deleted, all Standard items will be reset to factory default. All customization will be lost.',NULL,NULL),('mme','msg_subitem_deleted','en','Item deleted.',NULL,NULL),('mme','msg_subitem_flushed','en','Lost Items removed.',NULL,NULL),('mme','msg_topitem_deleted','en','Item deleted.',NULL,NULL),('mme','msg_translations_deleted','en','Translations deleted',NULL,NULL),('mme','msg_translations_saved','en','Translations saved',NULL,NULL),('mme','restore','en','Reset Main Menu',NULL,NULL),('mme','select_parent','en','Select Parent',NULL,NULL),('mme','subitem_add','en','Add Item',NULL,NULL),('mme','subitem_confirm_delete','en','Do you really want to delete the following Item?',NULL,NULL),('mme','subitem_delete','en','Delete',NULL,NULL),('mme','subitem_edit','en','Edit',NULL,NULL),('mme','subitem_translate','en','Translate',NULL,NULL),('mme','subtab_subitems','en','Items',NULL,NULL),('mme','subtab_topitems','en','Top Items',NULL,NULL),('mme','sub_actions','en','Actions',NULL,NULL),('mme','sub_active','en','Active',NULL,NULL),('mme','sub_active_byline','en','Activate this Item for all users.',NULL,NULL),('mme','sub_global_roles','en','Global Roles',NULL,NULL),('mme','sub_icon','en','Icon',NULL,NULL),('mme','sub_icon_byline','en','Upload a custom icon for this Item. Please note that the SVG-Icons will be inverted.',NULL,NULL),('mme','sub_parent','en','Top Item',NULL,NULL),('mme','sub_position','en','Position',NULL,NULL),('mme','sub_provider','en','Provider',NULL,NULL),('mme','sub_role_based_visibility','en','Visibility for roles',NULL,NULL),('mme','sub_role_based_visibility_byline','en','Choose global roles which can see this item. If not activated, the item is always shown.',NULL,NULL),('mme','sub_status','en','Status',NULL,NULL),('mme','sub_title','en','Title',NULL,NULL),('mme','sub_title_default','en','Title (Default Language)',NULL,NULL),('mme','sub_title_default_byline','en','Additional languages can be added via the action link \"Translate\".',NULL,NULL),('mme','sub_type','en','Type',NULL,NULL),('mme','sub_type_byline','en','Specific type for the Item additional configuration may be needed.',NULL,NULL),('mme','table_show_inactive','en','Show inactive',NULL,NULL),('mme','tab_back','en','Back',NULL,NULL),('mme','topitem_actions','en','Actions',NULL,NULL),('mme','topitem_active','en','Active',NULL,NULL),('mme','topitem_active_byline','en','Activate this Top Item for all users.',NULL,NULL),('mme','topitem_add','en','Add Top Item',NULL,NULL),('mme','topitem_confirm_delete','en','Do you really want to delete the following Item?',NULL,NULL),('mme','topitem_css_id','en','CSS-ID',NULL,NULL),('mme','topitem_delete','en','Delete',NULL,NULL),('mme','topitem_edit','en','Edit',NULL,NULL),('mme','topitem_icon','en','Icon',NULL,NULL),('mme','topitem_icon_byline','en','Upload a custom icon for this Item. Please note that the SVG-Icons will be inverted.',NULL,NULL),('mme','topitem_position','en','Position',NULL,NULL),('mme','topitem_provider','en','Provider',NULL,NULL),('mme','topitem_subentries','en','Items',NULL,NULL),('mme','topitem_title','en','Title',NULL,NULL),('mme','topitem_title_default','en','Title (Default Language)',NULL,NULL),('mme','topitem_title_default_byline','en','Other Translations can be added with the Translation Action after.',NULL,NULL),('mme','topitem_translate','en','Translate',NULL,NULL),('mme','topitem_type','en','Type',NULL,NULL),('mme','topitem_type_byline','en','Top Items can be links directly or can contain Items.',NULL,NULL),('mme','topitem_type_link','en','Link',NULL,NULL),('mme','topitem_type_parent','en','Top Item',NULL,NULL),('mme','type_complex','en','Complex',NULL,NULL),('mme','type_link','en','Link',NULL,NULL),('mme','type_link_list','en','Link List',NULL,NULL),('mme','type_lost','en','Lost',NULL,NULL),('mme','type_repository_link','en','Repository-Link',NULL,NULL),('mme','type_separator','en','Separator',NULL,NULL),('mme','type_separator_info','en','The title of this item will be displayed in a grey banner. If you do not enter any title, a simple line will be shown.',NULL,NULL),('mme','type_top_link_item','en','Link',NULL,NULL),('mme','type_top_parent_item','en','Container',NULL,NULL),('mme','unable_to_render','en','Unable to show \'%s\' in \'%s\'.',NULL,NULL),('mob','mob_choose_from_pool','en','Choose from Media Pool',NULL,NULL),('mob','mob_external_url','en','External URL',NULL,NULL),('mob','mob_extract_preview_image','en','Extract Preview Image',NULL,NULL),('mob','mob_file','en','File',NULL,NULL),('mob','mob_file_could_not_be_uploaded','en','File could not be uploaded.',NULL,NULL),('mob','mob_general','en','General',NULL,NULL),('mob','mob_image_extracted','en','Image has been extracted.',NULL,NULL),('mob','mob_language','en','Language',NULL,NULL),('mob','mob_mime_type_not_allowed','en','The following mime types are not allowed at the destination.',NULL,NULL),('mob','mob_multi_srt_files','en','SRT Files',NULL,NULL),('mob','mob_no_extraction_possible','en','Sorry, it was not able to extract an image from the file.',NULL,NULL),('mob','mob_no_fixed_size_map_editing','en','Please define a fixed size for your image before using map areas. If your image is scaled by content style or other CSS rules, your map areas will not fit anymore.',NULL,NULL),('mob','mob_object','en','Object',NULL,NULL),('mob','mob_please_select_pool','en','Bitte wählen Sie einen Medienpool aus.',NULL,NULL),('mob','mob_preview_picture','en','Preview Picture',NULL,NULL),('mob','mob_really_delete_srt','en','Do you really want to delete the following srt files?',NULL,NULL),('mob','mob_second','en','Second',NULL,NULL),('mob','mob_srt_files_deleted','en','Subtitle files have been deleted.',NULL,NULL),('mob','mob_srt_not_allowed','en','Files with a .srt suffix are currently not allowed to be uploaded. If you would like to use srt files, contact your system administrator.',NULL,NULL),('mob','mob_subtitles','en','Subtitles',NULL,NULL),('mob','mob_subtitle_file','en','Subtitle File',NULL,NULL),('mob','mob_subtitle_files','en','Subtitle Files',NULL,NULL),('mob','mob_type_not_supported','en','Mime type not supported:',NULL,NULL),('mob','mob_upload_file','en','Upload File',NULL,NULL),('mob','mob_upload_multi_srt','en','Upload as ZIP',NULL,NULL),('mob','mob_upload_multi_srt_howto','en','The .zip file should contain no subdirectory, all .srt files should be located on the top level. The file names should end with \"_&lt;lang code&gt;.srt\" where lang code is e.g. \"en\", \"it\", \"de\".',NULL,NULL),('mob','mob_url','en','URL',NULL,NULL),('mob','mob_url_info','en','External resource URL, e.g. Youtube or Vimeo URL.',NULL,NULL),('mob','mob_url_info1','en','External resource URL, allowed suffixes are:',NULL,NULL),('mob','mob_url_info_video','en','You may also refer to a Youtube or Vimeo URL.',NULL,NULL),('mst','mst_cert_issued_on','en','Issued On',NULL,NULL),('mst','mst_courses_of','en','Course Memberships of %s',NULL,NULL),('mst','mst_download_certificate','en','Download Certificate',NULL,NULL),('mst','mst_list_certificates','en','Certificates',NULL,NULL),('mst','mst_list_competences','en','Competences',NULL,NULL),('mst','mst_list_courses','en','Course Memberships',NULL,NULL),('mst','mst_list_users','en','Staff List',NULL,NULL),('mst','mst_memb_status_registered','en','Registered',NULL,NULL),('mst','mst_memb_status_requested','en','Requested',NULL,NULL),('mst','mst_memb_status_waitinglist','en','Waiting List',NULL,NULL),('mst','mst_my_staff','en','Staff',NULL,NULL),('mst','mst_opt_all','en','All',NULL,NULL),('mst','mst_please_select_course','en','Please select a course.',NULL,NULL),('mst','mst_profile_fulfilled','en','Not met, yet',NULL,NULL),('mst','mst_profile_not_fulfilled','en','Fulfilled',NULL,NULL),('mst','mst_select_course','en','Select Course',NULL,NULL),('mst','mst_show_courses','en','Course Memberships',NULL,NULL),('news','lso_news_online_title','en','A new learning sequence object is online!',NULL,NULL),('news','lso_news_online_txt','en','A new object for your learning sequence was just published.',NULL,NULL),('news','news_1_file_created','en','One file has been added.',NULL,NULL),('news','news_1_file_updated','en','One file has been updated.',NULL,NULL),('news','news_1_postings','en','One post has been added.',NULL,NULL),('news','news_add_news','en','Add News',NULL,NULL),('news','news_allow_longer_periods','en','Allow Longer Periods',NULL,NULL),('news','news_allow_longer_periods_info','en','Users may select longer news periods on the dashboard.',NULL,NULL),('news','news_allow_shorter_periods','en','Allow Shorter Periods',NULL,NULL),('news','news_allow_shorter_periods_info','en','Users may select shorter news periods on the dashboard.',NULL,NULL),('news','news_all_items','en','News for all favourite items',NULL,NULL),('news','news_attached_to','en','Attached to',NULL,NULL),('news','news_block_information','en','The <b>News</b> block lists all news that are related to your <b>Favourites</b>.',NULL,NULL),('news','news_block_news_for_context','en','News',NULL,NULL),('news','news_cache','en','News Cache (Minutes)',NULL,NULL),('news','news_cache_info','en','Update news blocks all x minutes. ‘0’ means every time. Higher values improve performance, but news may link to non-accessible items.',NULL,NULL),('news','news_default_visibility','en','Default Access',NULL,NULL),('news','news_edit_news_settings','en','Edit Settings',NULL,NULL),('news','news_enable_internal_news','en','Enable Internal News',NULL,NULL),('news','news_enable_internal_news_info','en','Activates news blocks for categories, courses, groups and other objects. Users can subscribe to news and news are presented on the dashboard.',NULL,NULL),('news','news_enable_internal_rss','en','Enable RSS for Internal News',NULL,NULL),('news','news_enable_internal_rss_info','en','Allows publishing news items via RSS. These items will be accessible outside of the system without authentication.',NULL,NULL),('news','news_enable_private_feed','en','Enable private RSS Feed',NULL,NULL),('news','news_enable_private_feed_info','en','If this option is enabled, public and private news can be obtained by personal RSS feeds outside of ILIAS. Authentication is provided by password.',NULL,NULL),('news','news_feed_url','en','Feed URL',NULL,NULL),('news','news_feed_url_for','en','Feed URL for \'%s\'',NULL,NULL),('news','news_first_letter_of_word_notification','en','N',NULL,NULL),('news','news_get_feed_info','en','This is a personal news feed URL. The feed includes only news that are declared as public by the author. The feed is not protected by any authentication procedure. Please do not share this URL with other people.',NULL,NULL),('news','news_get_feed_title','en','Personal Feed URL',NULL,NULL),('news','news_get_feed_url','en','Get Feed URL',NULL,NULL),('news','news_get_priv_feed_info','en','This is a personal private news feed URL. The feed includes news that are declared as public and private by the author. This feed is protected by a password, which can be changed under ‘Settings’. Please do not share this URL with other people. Please replace -password- in this URL with your Feed-Password.',NULL,NULL),('news','news_get_priv_feed_title','en','Personal private Feed-URL',NULL,NULL),('news','news_hide_news_block','en','Hide News Block',NULL,NULL),('news','news_hide_news_block_info','en','Hide block in learner\'s view. The news block will only be visible for users with write permission.',NULL,NULL),('news','news_hide_news_date','en','Starting Date',NULL,NULL),('news','news_hide_news_per_date','en','Show News After',NULL,NULL),('news','news_hide_news_per_date_info','en','Only news that are newer than a certain date will be displayed.',NULL,NULL),('news','news_inactive_private_feed_info','en','Your private news feed is deactivated. Please set a password in the settings.',NULL,NULL),('news','news_internal_news','en','News',NULL,NULL),('news','news_keep_minimal_x_items','en','Keeping Older Items',NULL,NULL),('news','news_keep_minimal_x_items_info','en','Number of older items held available regardless of the system wide defined RSS period.',NULL,NULL),('news','news_loading_news','en','Loading News...',NULL,NULL),('news','news_media','en','Media File',NULL,NULL),('news','news_news_block','en','News Block',NULL,NULL),('news','news_news_items','en','News Item(s)',NULL,NULL),('news','news_news_item_content','en','Text',NULL,NULL),('news','news_news_item_content_long','en','Long Text',NULL,NULL),('news','news_news_item_content_long_info','en','This text will not be published via RSS.',NULL,NULL),('news','news_news_item_def_visibility_public_info','en','Current news are accessible in a public RSS webfeed. They should not contain confidential information.',NULL,NULL),('news','news_news_item_def_visibility_users_info','en','Only authenticated users have access to current news.',NULL,NULL),('news','news_news_item_head','en','News Item',NULL,NULL),('news','news_news_item_title','en','Headline',NULL,NULL),('news','news_news_item_visibility','en','Access',NULL,NULL),('news','news_news_item_visibility_info','en','Public news can be accessed without authentication outside of ILIAS via RSS. Please do not include any confidential information.',NULL,NULL),('news','news_new_comments','en','New comments',NULL,NULL),('news','news_new_reactions','en','New reactions',NULL,NULL),('news','news_notifications','en','Notifications',NULL,NULL),('news','news_notifications_public','en','Public Notifications',NULL,NULL),('news','news_notifications_public_info','en','If this option is enabled, notifications can be obtained by personal RSS feeds outside of ILIAS. Please note that this makes notifications accessible without authentication.',NULL,NULL),('news','news_no_js_click_here','en','If news are not displayed, click here.',NULL,NULL),('news','news_no_news_items','en','No news available.',NULL,NULL),('news','news_nr_of_items','en','Number of Maximum News Items per Object',NULL,NULL),('news','news_nr_of_items_info','en','Number of news items that are kept for an object (e.g. a file or a learning module) in the database. Please note, that container objects (e.g. categories, courses) may list more items, because they aggregate news of sub-objects.',NULL,NULL),('news','news_pd_period','en','Dashboard News Period',NULL,NULL),('news','news_pd_period_info','en','Defines the time period used for news on the dashboard. Select lower values, if you experience any performance problems.',NULL,NULL),('news','news_period_1_month','en','Last Month',NULL,NULL),('news','news_period_1_week','en','Last Week',NULL,NULL),('news','news_period_1_year','en','Last Year',NULL,NULL),('news','news_period_x_days','en','Last %s Days',NULL,NULL),('news','news_period_x_months','en','Last %s Months',NULL,NULL),('news','news_period_x_weeks','en','Last %s Weeks',NULL,NULL),('news','news_public_feed','en','Extra RSS Feed',NULL,NULL),('news','news_public_feed_info','en','If this option is enabled, a separate RSS feed button will be provided.',NULL,NULL),('news','news_really_delete_news','en','Do you really want to delete this news item?',NULL,NULL),('news','news_rss','en','RSS',NULL,NULL),('news','news_rss_period','en','RSS Period',NULL,NULL),('news','news_rss_title_format','en','Title Format of RSS Entries',NULL,NULL),('news','news_rss_title_format_news_obj','en','News Headline (Object Title)',NULL,NULL),('news','news_rss_title_format_obj_news','en','Object Title - News Headline',NULL,NULL),('news','news_settings','en','News Settings',NULL,NULL),('news','news_sorry_not_accessible_anymore','en','Sorry, this item is not accessible anymore.',NULL,NULL),('news','news_time_period','en','Time Period',NULL,NULL),('news','news_timline_add_entries_info','en','No news available yet. Click \"Add\" to create news entries.',NULL,NULL),('news','news_timline_no_entries','en','No news have been found.',NULL,NULL),('news','news_visibility_public','en','Public',NULL,NULL),('news','news_visibility_users','en','Authenticated Users',NULL,NULL),('news','news_x_files_created','en','%s Files have been added.',NULL,NULL),('news','news_x_files_updated','en','%s Files have been updated.',NULL,NULL),('news','news_x_postings','en','%s Posts have been added.',NULL,NULL),('news','new_test_online','en','The test was set online.',NULL,NULL),('news','passwd_equals_ilpasswd','en','Please enter a password different from your ILIAS-password.',NULL,NULL),('news','priv_feed_disabled','en','Private Newsfeed disabled.',NULL,NULL),('news','priv_feed_settings','en','Private Newsfeed settings',NULL,NULL),('note','note_comments_notification','en','General notification about all comments',NULL,NULL),('note','note_comments_notification_info','en','Comma separated list of accounts that are notified for each comment',NULL,NULL),('note','note_comment_notification_link','en','Link',NULL,NULL),('note','note_comment_notification_reason','en','You receive this message because your account is listed as a global recipient for all comments in the ILIAS administration.',NULL,NULL),('note','note_comment_notification_salutation','en','Hello %s,',NULL,NULL),('note','note_comment_notification_subject','en','A comment has been added to \"%s\"',NULL,NULL),('note','note_comment_notification_subjectc','en','A comment has been changed in \"%s\"',NULL,NULL),('note','note_comment_notification_user_has_written','en','%s has written:',NULL,NULL),('note','note_enable_comments','en','Enable Comments',NULL,NULL),('note','note_enable_comments_del_tutor','en','Any Comment may be deleted by tutors',NULL,NULL),('note','note_enable_comments_del_tutor_info','en','User with \"Edit Settings\" permission for an object can delete any comment made in this object.',NULL,NULL),('note','note_enable_comments_del_user','en','Comments may be deleted by their authors',NULL,NULL),('note','note_enable_comments_del_user_info','en','Comments can be deleted by the person who created them.',NULL,NULL),('note','note_enable_comments_export_info','en','This option enables comments export for content objects like portfolio, blog and wiki.',NULL,NULL),('note','note_enable_notes','en','Enable Notes',NULL,NULL),('note','note_html_export_include_comments','en','Should comments be included in the export?',NULL,NULL),('notes','comments_feature_currently_not_activated_for_object','en','The public comments feature is currently not activated for this resource.',NULL,NULL),('notes','notes_activate_comments','en','Activate Public Comments',NULL,NULL),('notes','notes_add_comment','en','Add Comment',NULL,NULL),('notes','notes_add_edit_comment','en','Add/Edit Comment',NULL,NULL),('notes','notes_add_edit_message','en','Add/Edit Message',NULL,NULL),('notes','notes_add_edit_note','en','Add/Edit Note',NULL,NULL),('notes','notes_all_comments','en','All Comments',NULL,NULL),('notes','notes_comment','en','Comment',NULL,NULL),('notes','notes_comments','en','Comments',NULL,NULL),('notes','notes_comments_deleted','en','The comments have been deleted.',NULL,NULL),('notes','notes_comment_deleted','en','The comment has been deleted.',NULL,NULL),('notes','notes_deactivate_comments','en','Deactivate Public Comments',NULL,NULL),('notes','notes_delete_comment','en','Do you really want to delete this comment?',NULL,NULL),('notes','notes_delete_message','en','Do you really want to delete this message?',NULL,NULL),('notes','notes_delete_note','en','Do you really want to delete this note?',NULL,NULL),('notes','notes_hide_comments','en','Hide Comments',NULL,NULL),('notes','notes_html_export','en','HTML Export',NULL,NULL),('notes','notes_latest_comment','en','Latest Comment',NULL,NULL),('notes','notes_latest_message','en','Latest Message',NULL,NULL),('notes','notes_messages','en','Messages',NULL,NULL),('notes','notes_message_author_counterpart','en','Respondent',NULL,NULL),('notes','notes_message_author_you','en','You',NULL,NULL),('notes','notes_my_comments','en','My Comments',NULL,NULL),('notes','notes_notes_deleted','en','The notes have been deleted.',NULL,NULL),('notes','notes_note_deleted','en','The note has been deleted.',NULL,NULL),('notes','notes_no_comments','en','No comment has been posted yet.',NULL,NULL),('notes','notes_no_comments_found','en','No comments found that match your seach criteria.',NULL,NULL),('notes','notes_no_messages','en','No messages have been attached yet.',NULL,NULL),('notes','notes_no_messages_found','en','No messages found that match your seach criteria.',NULL,NULL),('notes','notes_no_notes','en','No notes have been attached yet.',NULL,NULL),('notes','notes_no_notes_found','en','No notes found that match your seach criteria.',NULL,NULL),('notes','notes_origin','en','Origin',NULL,NULL),('notes','notes_public_comments','en','Public Comments',NULL,NULL),('notes','notes_show_comments','en','Show Comments',NULL,NULL),('notes','notes_sort_asc','en','Sort Ascending',NULL,NULL),('notes','notes_sort_desc','en','Sort Descending',NULL,NULL),('notes','notes_text','en','Text',NULL,NULL),('notes','note_add_comment','en','Add Comment',NULL,NULL),('notes','note_add_message','en','Add Message',NULL,NULL),('notes','note_add_note','en','Add Note',NULL,NULL),('notes','note_content_removed','en','The content has been removed.',NULL,NULL),('notes','note_text','en','Text',NULL,NULL),('notes','note_update_comment','en','Update Comment',NULL,NULL),('notes','note_update_message','en','Update Message',NULL,NULL),('notes','note_update_note','en','Update Note',NULL,NULL),('notes','note_without_object','en','Without reference',NULL,NULL),('noti','noti_activate_notification','en','Activate Notification',NULL,NULL),('noti','noti_deactivate_notification','en','Deactivate Notification',NULL,NULL),('noti','noti_notification_activated','en','Notification Activated',NULL,NULL),('noti','noti_notification_deactivated','en','Notification Deactivated',NULL,NULL),('notifications_adm','enable_osd','en','Enable Toasts',NULL,NULL),('notifications_adm','enable_osd_desc','en','If enabled, users are notified by a pop-up about new notifications.',NULL,NULL),('notifications_adm','notification_settings','en','Notification Settings',NULL,NULL),('notifications_adm','osd_delay','en','Presentation Delay',NULL,NULL),('notifications_adm','osd_delay_desc','en','Delay of the visible presentation in milliseconds.',NULL,NULL),('notifications_adm','osd_error_presentation_time_too_small','en','The Presentation Time has to be at least than 1000 miliseconds.',NULL,NULL),('notifications_adm','osd_error_refresh_interval_smaller_than_delay_and_vanish_combined','en','The Refresh Interval has to be greater than the Presentation Time and the Presentation Delay combined.',NULL,NULL),('notifications_adm','osd_error_refresh_interval_too_small','en','The Refresh Interval has to be at least than 3000 miliseconds.',NULL,NULL),('notifications_adm','osd_interval','en','Refreshinterval',NULL,NULL),('notifications_adm','osd_interval_desc','en','Polling interval for checking of new notifications in miliseconds. A lower number will notify the user more quickly but increases the number of requests the web server must handle.',NULL,NULL),('notifications_adm','osd_play_sound','en','Play a Sound',NULL,NULL),('notifications_adm','osd_play_sound_desc','en','Play a sound when receiving a new notficiation.',NULL,NULL),('notifications_adm','osd_settings','en','Toasts',NULL,NULL),('notifications_adm','osd_vanish','en','Presentation Time',NULL,NULL),('notifications_adm','osd_vanish_desc','en','Visible time of a notification on the screen in miliseconds.',NULL,NULL),('obj','activation_visible_when_disabled','en','Visibility',NULL,NULL),('obj','activation_visible_when_disabled_info','en','The item is visible outside of the selected availability period, but it cannot be opened.',NULL,NULL),('obj','availability_period_changed','en','The availability period for the selected objects has been changed successfully.',NULL,NULL),('obj','cont_filter_empty','en','Please use the filter to see any objects.',NULL,NULL),('obj','cont_skll_published','en','All assignments have been published.',NULL,NULL),('obj','cont_skll_published_some_not','en','All given assignments have been published. Some users lacked competence assignments, thus no assignments could be published for them.',NULL,NULL),('obj','copy_container_page_no_label','en','Don\'t Copy Content Page',NULL,NULL),('obj','copy_container_page_yes_byline','en','The content page and corresponding style settings of the source object will be copied to this object. Pre-existing page elements will be overwritten.',NULL,NULL),('obj','copy_container_page_yes_label','en','Copy Content Page',NULL,NULL),('obj','custom_icon','en','Custom Icon',NULL,NULL),('obj','edit_availability_period','en','Availability Period',NULL,NULL),('obj','edit_questions','en','Edit Questions',NULL,NULL),('obj','no_objects_selected','en','At least one object needs to be selected.',NULL,NULL),('obj','obj_activate_content_lang','en','Activate Translation for Page Editing',NULL,NULL),('obj','obj_activate_multilang','en','Activate Multilingualism',NULL,NULL),('obj','obj_activation','en','Activation',NULL,NULL),('obj','obj_activation_list_gui','en','Availability',NULL,NULL),('obj','obj_additional_langs','en','Additional Languages',NULL,NULL),('obj','obj_add_languages','en','Add Languages',NULL,NULL),('obj','obj_conf_delete_lang','en','Do you really want to stop the presentation of title and description in these languages?',NULL,NULL),('obj','obj_cont_transl_deactivated','en','Translation for page editing has been deactivated.',NULL,NULL),('obj','obj_copy_progress','en','Copy Progress',NULL,NULL),('obj','obj_deactivate_content_lang','en','Deactivate Translation for Page Editing',NULL,NULL),('obj','obj_deactivate_content_transl_conf','en','Do you really want to deactivate translation for page editing? Only contents of the master language will be kept.',NULL,NULL),('obj','obj_deactivate_multilang','en','Deactivate Multilingualism',NULL,NULL),('obj','obj_deactivate_multilang_conf','en','Do you really want to deactivate multilingualism? Only contents of the master language will be kept.',NULL,NULL),('obj','obj_fallback_lang','en','Default Language',NULL,NULL),('obj','obj_features','en','Additional Features',NULL,NULL),('obj','obj_import_file_error','en','This file could not be imported. Please make sure that this is a valid ILIAS export file (XML Export), of the same object type.',NULL,NULL),('obj','obj_inserted_clipboard','en','Objects have been moved to the clipboard.',NULL,NULL),('obj','obj_insert_into_clipboard','en','Insert into Clipboard',NULL,NULL),('obj','obj_master_lang','en','Master Language',NULL,NULL),('obj','obj_more_translations','en','More Translations',NULL,NULL),('obj','obj_multilang_deactivated','en','Multilingualism has been deactivated.',NULL,NULL),('obj','obj_multilang_title_descr_only','en','Translation is activated for title and description only. Translation support for Page editing (‘Customize Page’) needs additional activation.',NULL,NULL),('obj','obj_multilinguality','en','Multilingualism',NULL,NULL),('obj','obj_orgunit_positions','en','Access Control by Organisation Unit Positions',NULL,NULL),('obj','obj_orgunit_positions_info','en','If enabled, additional access control rules can be defined by positions in organisational units.',NULL,NULL),('obj','obj_permission_settings','en','Permission Settings',NULL,NULL),('obj','obj_presentation','en','Presentation',NULL,NULL),('obj','obj_select_master_lang','en','Please select the master language. The current content will be assigned to the master language. The master language cannot be changed afterwards.',NULL,NULL),('obj','obj_select_one_language','en','Please select one language',NULL,NULL),('obj','obj_settings_for_all_members','en','Members will be notified automatically',NULL,NULL),('obj','obj_set_fallback_lang','en','Set default language',NULL,NULL),('obj','obj_show_header_actions','en','Show Header Actions',NULL,NULL),('obj','obj_show_title_and_icon','en','Show Title and Icon',NULL,NULL),('obj','obj_target_location','en','Target Location',NULL,NULL),('obj','obj_tile_image','en','Tile Image',NULL,NULL),('obj','obj_tile_image_info','en','This image will be used as a thumbnail-style image (called a tile) to represent this object in the container (e.g. the category, folder group etc.) in which it is located. The tile is only used if the parent container sets its ‘Content Display Options\' to ‘Tiles’ (rather than ‘List’).',NULL,NULL),('obj','obj_tool_booking','en','Resources',NULL,NULL),('obj','obj_tool_booking_info','en','Use the booking pools to book resources.',NULL,NULL),('obj','obj_tool_ext_mail_subject_prefix','en','Mail Subject Prefix',NULL,NULL),('obj','obj_tool_ext_mail_subject_prefix_info','en','Enter a short text that is added to the subject line of external mails send to members to make identifying these mails easier.',NULL,NULL),('obj','obj_tool_setting_badges','en','Badges',NULL,NULL),('obj','obj_tool_setting_badges_info','en','Activates badge management and badge assignments to members.',NULL,NULL),('obj','obj_tool_setting_booking','en','Resources',NULL,NULL),('obj','obj_tool_setting_filter','en','Filter',NULL,NULL),('obj','obj_tool_setting_filter_empty','en','Show on Empty Filter',NULL,NULL),('obj','obj_tool_setting_filter_empty_info','en','Show all items while filter is empty.',NULL,NULL),('obj','obj_tool_setting_filter_info','en','A filter will be displayed in the content tab.',NULL,NULL),('obj','obj_tool_setting_info_tab','en','Info Tab',NULL,NULL),('obj','obj_tool_setting_info_tab_info','en','The ‘Info’ tab will be displayed.',NULL,NULL),('obj','obj_tool_setting_skills','en','Competences',NULL,NULL),('obj','obj_tool_setting_skills_info','en','Activates competence management and competences assignments to members.',NULL,NULL),('obj','obj_tool_setting_tag_cloud','en','Tag Cloud',NULL,NULL),('obj','obj_tool_setting_tag_cloud_info','en','The ‘Tag Cloud’ block will be displayed inside the ‘Content’ tab.',NULL,NULL),('obj','obj_tool_setting_taxonomies','en','Taxonomies',NULL,NULL),('obj','obj_tool_setting_use_news','en','News',NULL,NULL),('obj','obj_tool_setting_use_news_info','en','Use of the news block and/or timeline view. Users can subscribe for notifications if the news block or the timeline are activated.',NULL,NULL),('obj','obj_tool_setting_use_news_open_settings','en','Open Settings of News Block and Timeline',NULL,NULL),('obj','obj_user_decides_notification','en','Members have to manually activate notifications',NULL,NULL),('obj','obj_user_not_disable_not','en','Member are not allowed to deactivate notifications',NULL,NULL),('obj','online_input_byline','en','The object has been published and can be accessed by anyone with read access. Other access prerequisites or time-based access restrictions may still apply. This settings applies to the object wherever it is used in the repository.',NULL,NULL),('obj','select_object_type','en','Select Object Type',NULL,NULL),('obj','svy_results','en','Results',NULL,NULL),('obj','unequal_items_for_availability_period_message','en','You have selected items with different availability periods. Overwrite existing settings below or cancel action to keep current availability periods.',NULL,NULL),('obj','user_owns_no_objects','en','No Repository Objects Available',NULL,NULL),('objref','objref_custom_title','en','Use Own Title',NULL,NULL),('objref','objref_edit_ref','en','Link Target',NULL,NULL),('objref','objref_edit_title','en','Title',NULL,NULL),('objref','objref_failure_target_type','en','Target of link must be of following type:',NULL,NULL),('objref','objref_reuse_title','en','Adopt Title of Linked Object',NULL,NULL),('objref','objref_title_settings','en','Title of Linked Object',NULL,NULL),('orgu','Actions','en','Actions',NULL,NULL),('orgu','add_position','en','Add Position',NULL,NULL),('orgu','authorities','en','Authorities',NULL,NULL),('orgu','authority','en','Authority',NULL,NULL),('orgu','backto_staff','en','Back to Staff',NULL,NULL),('orgu','change_to_employee','en','Change to employee',NULL,NULL),('orgu','change_to_superior','en','Change to superior',NULL,NULL),('orgu','confirm_deletion_and_assign','en','Delete and Assign Users',NULL,NULL),('orgu','confirm_deletion_button','en','Delete',NULL,NULL),('orgu','deassign_user_successful','en','Users have been successfully deassigned from this role.',NULL,NULL),('orgu','edit_translations','en','Title and Description',NULL,NULL),('orgu','employee','en','Employee',NULL,NULL),('orgu','ext_id','en','External ID',NULL,NULL),('orgu','ext_id_updated','en','The external ID has been updated successfully.',NULL,NULL),('orgu','form_title_org_default_permissions_update','en','Default Permissions',NULL,NULL),('orgu','import_failed','en','The import failed. Make sure your file is in the xml format and has a valid structure.',NULL,NULL),('orgu','import_successful','en','The import terminated successfully. Created: %s, edited/moved: %s, deleted: %s.',NULL,NULL),('orgu','import_terminated_with_errors','en','The import terminated with errors.',NULL,NULL),('orgu','import_terminated_with_warnings','en','The import terminated with warnings',NULL,NULL),('orgu','import_xml_file','en','Import File',NULL,NULL),('orgu','local_other_roles','en','Additional Local Roles %s',NULL,NULL),('orgu','local_staff','en','Employees %s',NULL,NULL),('orgu','mm_organisation','en','Organisation',NULL,NULL),('orgu','msg_assignment_to_employee_done','en','Assignment to the employee role successful',NULL,NULL),('orgu','msg_confirm_deletion','en','Would you really like to delete the following Position?',NULL,NULL),('orgu','msg_confirm_d_ua','en','Would you like to assign these person to the position Employee of their respective Organisational Units?',NULL,NULL),('orgu','msg_confirm_remove_user','en','Would you really like to remove the following User from the Position %s?',NULL,NULL),('orgu','msg_deleted','en','Deleted',NULL,NULL),('orgu','msg_position_created','en','Position created.',NULL,NULL),('orgu','msg_position_udpated','en','Position aktualisiert',NULL,NULL),('orgu','msg_position_updated','en','Position updated.',NULL,NULL),('orgu','msg_success_permission_saved','en','Permissions saved.',NULL,NULL),('orgu','not_movable_to_subtree','en','An organisational unit cannot be moved into its own subtree. This would create a loop.',NULL,NULL),('orgu','no_assignment','en','Please check your XML-File. There is no User Assignment.',NULL,NULL),('orgu','no_orgunit','en','Please check your XML-File. There is no Organisational Unit.',NULL,NULL),('orgu','no_roles','en','There are no additional roles at this point.',NULL,NULL),('orgu','orgunit_position_permissions_not_active_for','en','You cannot override the position specific permissions for the type:',NULL,NULL),('orgu','orgu_add','en','Add Organisational Unit',NULL,NULL),('orgu','orgu_adv_settings','en','Advanced Settings',NULL,NULL),('orgu','orgu_already_deleted','en','The object was already deleted.',NULL,NULL),('orgu','orgu_enable_my_staff','en','Enable Main Menu Entry',NULL,NULL),('orgu','orgu_enable_my_staff_info','en','A main menu entry is presented that may comprise Staff List, Course Memberships, Certficates, Competences, Talks.',NULL,NULL),('orgu','orgu_global_set_form','en','Global Organisational Unit Settings',NULL,NULL),('orgu','orgu_global_set_positions','en','Enable Positions per Object Type',NULL,NULL),('orgu','orgu_global_set_positions_type_active','en','Positions in',NULL,NULL),('orgu','orgu_global_set_type_changeable','en','Changeable',NULL,NULL),('orgu','orgu_global_set_type_changeable_no','en','Setting is not changeable',NULL,NULL),('orgu','orgu_global_set_type_changeable_object','en','Setting is changeable on object level',NULL,NULL),('orgu','orgu_global_set_type_default','en','Default Setting',NULL,NULL),('orgu','orgu_global_set_type_default_info','en','Define the default for unconfigured objects',NULL,NULL),('orgu','orgu_import','en','Import Organisational Unit',NULL,NULL),('orgu','orgu_new','en','New Organisational Unit',NULL,NULL),('orgu','orgu_orgu_type','en','Organisational Unit Type',NULL,NULL),('orgu','orgu_settings','en','Organisational Unit Settings',NULL,NULL),('orgu','orgu_staff','en','Staff',NULL,NULL),('orgu','orgu_staff_deassign','en','Are you sure you want to deassign these users from this role?',NULL,NULL),('orgu','orgu_type','en','Organisational Unit Type',NULL,NULL),('orgu','orgu_types','en','Types',NULL,NULL),('orgu','orgu_type_add','en','Add Organisational Unit Type',NULL,NULL),('orgu','orgu_type_assign_amd_sets','en','Assign Custom Metadata Sets',NULL,NULL),('orgu','orgu_type_available_amd_sets','en','Available Custom Metadata Sets',NULL,NULL),('orgu','orgu_type_custom_icon','en','Custom Icon for this Organisational Unit Type',NULL,NULL),('orgu','orgu_type_custom_icon_info','en','All Organisational Units having this type assigned will use the icon in the tree and header.',NULL,NULL),('orgu','orgu_type_edit','en','Edit Organisational Unit Type',NULL,NULL),('orgu','orgu_type_msg_assign_amd_prevented','en','Assigning AMDRecord prevented by plugins: %s',NULL,NULL),('orgu','orgu_type_msg_deassign_amd_prevented','en','Deassigning AMDRecord prevented by plugins: %s',NULL,NULL),('orgu','orgu_type_msg_deleted','en','Deleted Organisational Unit Type',NULL,NULL),('orgu','orgu_type_msg_deletion_prevented','en','Deletion of object prevented by plugins: %s',NULL,NULL),('orgu','orgu_type_msg_error_custom_icon','en','Could not save the custom icon',NULL,NULL),('orgu','orgu_type_msg_missing_title','en','There must be set a title for the default language',NULL,NULL),('orgu','orgu_type_msg_missing_title_default_language','en','There must be set a default language and a title for the default language',NULL,NULL),('orgu','orgu_type_msg_setting_default_lang_prevented','en','Setting \'%s\' as default language prevented by plugins: %s',NULL,NULL),('orgu','orgu_type_msg_setting_member_prevented','en','Setting \'%s\' prevented by plugins: %s',NULL,NULL),('orgu','orgu_type_msg_unable_delete','en','Unable to delete type because it is still assigned to the following Organisational Units: %s',NULL,NULL),('orgu','orgu_type_msg_updating_prevented','en','Updating of object prevented by plugins: %s',NULL,NULL),('orgu','org_op_access_enrolments','en','View Course Memberships',NULL,NULL),('orgu','org_op_access_results','en','Access Results',NULL,NULL),('orgu','org_op_create_employee_talk','en','Create talk appointments / edit talk appointments that you have created yourself',NULL,NULL),('orgu','org_op_edit_employee_talk','en','Edit Talk appointments',NULL,NULL),('orgu','org_op_edit_individual_plan','en','Edit Individual Plan',NULL,NULL),('orgu','org_op_edit_submissions_grades','en','Edit submissions of other users',NULL,NULL),('orgu','org_op_manage_members','en','Manage Members',NULL,NULL),('orgu','org_op_manage_participants','en','Manage Participants',NULL,NULL),('orgu','org_op_read_employee_talk','en','Read access talk appointments',NULL,NULL),('orgu','org_op_read_learning_progress','en','View learning progress of other users',NULL,NULL),('orgu','org_op_score_participants','en','Score Participants',NULL,NULL),('orgu','org_op_view_certificates','en','View certificates of other users',NULL,NULL),('orgu','org_op_view_competences','en','View competences of other users',NULL,NULL),('orgu','org_op_view_individual_plan','en','View Individual Plan',NULL,NULL),('orgu','org_op_view_members','en','View Members',NULL,NULL),('orgu','org_op_write_learning_progress','en','Set learning progress of other users',NULL,NULL),('orgu','org_unit_not_found','en','Organisational Unit not found.',NULL,NULL),('orgu','ou_external_id_exists','en','A unit with the External ID already exists on this system.',NULL,NULL),('orgu','ou_id_not_valid','en','Import-ID not found.',NULL,NULL),('orgu','ou_more_than_one_match_found','en','More then one match found.',NULL,NULL),('orgu','ou_parent_id_not_valid','en','The ou_parent_id could not be found.',NULL,NULL),('orgu','over','en','Over',NULL,NULL),('orgu','over_-1','en','Everyone',NULL,NULL),('orgu','placeholder','en','...',NULL,NULL),('orgu','positions','en','Positions',NULL,NULL),('orgu','rec_staff','en','Employees %s incl. Subunits',NULL,NULL),('orgu','remove_successful','en','User was removed successfully.',NULL,NULL),('orgu','remove_user','en','Remove',NULL,NULL),('orgu','scope','en','In',NULL,NULL),('orgu','scope_1','en','Same Organisational Unit',NULL,NULL),('orgu','scope_2','en','Same and Subsequent Organisational Units',NULL,NULL),('orgu','scope_3','en','All Organisational Units',NULL,NULL),('orgu','show_learning_progress','en','Show Learning Progress',NULL,NULL),('orgu','simple_import','en','Simple XML Import',NULL,NULL),('orgu','simple_user_import','en','XML User Assignment',NULL,NULL),('orgu','simple_xls','en','Simple Excel Export',NULL,NULL),('orgu','simple_xml','en','Simple XML Export',NULL,NULL),('orgu','Staff','en','Staff',NULL,NULL),('orgu','superior','en','Superior',NULL,NULL),('orgu','users_successfuly_added','en','The user has been added successfully.',NULL,NULL),('orgu','user_assignments','en','User Assignments',NULL,NULL),('orgu','user_assignments_recursive','en','User Assignments Subtree',NULL,NULL),('orgu','user_changed_successful','en','The user has been changed successfully.',NULL,NULL),('orgu','user_import_successful','en','The import terminated successfully. Assigned: %s, Removed: %s.',NULL,NULL),('orgu','view_learning_progress','en','View Learning Progress',NULL,NULL),('orgu','view_learning_progress_rec','en','View Learning Progress of Unit incl. Subunits',NULL,NULL),('pd','block_show_chatviewer','en','Show Chat Viewer',NULL,NULL),('pd','block_show_pdbookm','en','Show Bookmarks',NULL,NULL),('pd','block_show_pdcal','en','Show Calendar',NULL,NULL),('pd','block_show_pdfrmpostdraft','en','Show Post Drafts',NULL,NULL),('pd','block_show_pdmail','en','Show Mail',NULL,NULL),('pd','block_show_pdnews','en','Show News',NULL,NULL),('pd','block_show_pdnotes','en','Show Notes',NULL,NULL),('pd','block_show_pdportf','en','Show Portfolios',NULL,NULL),('pd','block_show_pdtag','en','Show My Tags',NULL,NULL),('pd','block_show_pdtasks','en','Show Tasks',NULL,NULL),('pd','block_show_x','en','Show %s',NULL,NULL),('pd','pd_achievements','en','Achievements',NULL,NULL),('pd','pd_bookmarks','en','Bookmarks',NULL,NULL),('pd','pd_download_last_export_file','en','Download Last Export File',NULL,NULL),('pd','pd_enable_comments','en','Enable Comments',NULL,NULL),('pd','pd_enable_prtf','en','Enable Portfolios',NULL,NULL),('pd','pd_enable_user_publish','en','Enable User Content Publishing',NULL,NULL),('pd','pd_enable_user_publish_info','en','If enabled, users can publish their profiles, personal resources and portfolios on the Web.',NULL,NULL),('pd','pd_ended','en','Ended',NULL,NULL),('pd','pd_export_profile','en','Export Personal Data',NULL,NULL),('pd','pd_import_personal_data','en','Import Personal Data',NULL,NULL),('pd','pd_my_memberships_intro','en','Welcome to Your Memberships',NULL,NULL),('pd','pd_my_memberships_intro2','en','This is your personal space for all courses and groups you participate in. Currently, there aren\'t any memberships assigned to you. To become a member of a course or group, there are two ways:<br /><ol><li>You can join courses or groups provided that joining them has been allowed by their administrators.</li><li>An administratrator of a course or group can assign a membership to you.</li></ol><br />In any case, the respective objects will appear automatically in this place.',NULL,NULL),('pd','pd_my_memberships_sort_default','en','Default of Sort Option',NULL,NULL),('pd','pd_not_dated','en','Not Dated',NULL,NULL),('pd','pd_no_items_to_manage','en','No items available for removal.',NULL,NULL),('pd','pd_ongoing','en','Ongoing',NULL,NULL),('pd','pd_personal_items_default_view','en','Default View',NULL,NULL),('pd','pd_personal_items_default_view_info','en','Choose the preferred view of Personal Items.',NULL,NULL),('pd','pd_presentation_mode_list','en','Item List Presentation',NULL,NULL),('pd','pd_presentation_mode_tile','en','Tile Presentation',NULL,NULL),('pd','pd_private_calendars','en','Private Calendars',NULL,NULL),('pd','pd_profile_data','en','Profile Data',NULL,NULL),('pd','pd_remove_multiple','en','Remove Multiple Objects',NULL,NULL),('pd','pd_remove_multi_confirm','en','The objects were removed.',NULL,NULL),('pd','pd_unsubscribe_memberships','en','Unsubscribe',NULL,NULL),('pd','pd_unsubscribe_multiple_memberships','en','Unsubscribe Multiple',NULL,NULL),('pd','pd_upcoming','en','Upcoming',NULL,NULL),('pd','pd_view_select_at_least_one','en','You have to select at least one view, either ‘Selected Items’ and/or ‘My Memberships’.',NULL,NULL),('pdesk','bookmark_moved_ok','en','Bookmark has been moved.',NULL,NULL),('pdesk','bookmark_select_target','en','Please select target.',NULL,NULL),('poll','poll_absolute','en','Current Votes',NULL,NULL),('poll','poll_activation_online_info','en','Activate this setting to make the poll accessible to users.',NULL,NULL),('poll','poll_add','en','Add Poll',NULL,NULL),('poll','poll_anonymous_warning','en','Your name is not visible in the poll results.',NULL,NULL),('poll','poll_answer','en','Answer',NULL,NULL),('poll','poll_answers','en','Possible Answers',NULL,NULL),('poll','poll_answer_selected_alt_text','en','Selected',NULL,NULL),('poll','poll_barchart','en','Bar Chart',NULL,NULL),('poll','poll_block_message_already_voted','en','You already voted in this poll.',NULL,NULL),('poll','poll_block_message_no_answers','en','This poll is incomplete.',NULL,NULL),('poll','poll_block_results_available_on','en','The results will be available %s.',NULL,NULL),('poll','poll_cannot_set_online_no_answers','en','The status cannot be changed to &quot;online&quot; because this poll has no question!',NULL,NULL),('poll','poll_comments','en','Comments',NULL,NULL),('poll','poll_copy','en','Copy Poll',NULL,NULL),('poll','poll_delete_votes','en','Delete Votes of All Users',NULL,NULL),('poll','poll_delete_votes_sure','en','Are you sure you want to delete the votes of all users who took part in this poll?',NULL,NULL),('poll','poll_edit','en','Edit Poll',NULL,NULL),('poll','poll_edit_question','en','Edit Question',NULL,NULL),('poll','poll_image','en','Image',NULL,NULL),('poll','poll_import','en','Import Poll',NULL,NULL),('poll','poll_limit_not_below_answer_count','en','The answer limit must be below the number of possible answers.',NULL,NULL),('poll','poll_limit_number_of_answers','en','Limit Number of Answers per Participant',NULL,NULL),('poll','poll_max_number_of_answers','en','Max. Answers',NULL,NULL),('poll','poll_max_number_of_answers_info','en','You may choose up to %s answers.',NULL,NULL),('poll','poll_mode','en','Mode',NULL,NULL),('poll','poll_mode_anonymous','en','Without Names / Anonymous',NULL,NULL),('poll','poll_mode_anonymous_info','en','In the tab ‘Results’ the names of participants are omitted.',NULL,NULL),('poll','poll_mode_personal','en','With Names',NULL,NULL),('poll','poll_mode_personal_info','en','In the tab ‘Results’ the names of participants and their respective answers are listed. Users with access to this tab can inspect who has given which answer.',NULL,NULL),('poll','poll_new','en','Add New Poll',NULL,NULL),('poll','poll_non_anonymous_warning','en','Your name and vote are visible for administrators in the results.',NULL,NULL),('poll','poll_notification_activated','en','Notification Activated',NULL,NULL),('poll','poll_notification_deactivated','en','Notification Deactivated',NULL,NULL),('poll','poll_notification_subscribe','en','Activate Notification',NULL,NULL),('poll','poll_notification_unsubscribe','en','Deactivate Notification',NULL,NULL),('poll','poll_percentage','en','Current Percentage',NULL,NULL),('poll','poll_piechart','en','Pie Chart',NULL,NULL),('poll','poll_population','en','%s Participants',NULL,NULL),('poll','poll_population_singular','en','1 Participant',NULL,NULL),('poll','poll_question','en','Question',NULL,NULL),('poll','poll_result','en','Results',NULL,NULL),('poll','poll_result_answers','en','Votes',NULL,NULL),('poll','poll_result_sorting','en','Sorting',NULL,NULL),('poll','poll_result_sorting_answers','en','In the order of the answers',NULL,NULL),('poll','poll_result_sorting_votes','en','By number of votes (descending)',NULL,NULL),('poll','poll_result_users','en','Participants',NULL,NULL),('poll','poll_show_results_as','en','Show Results as',NULL,NULL),('poll','poll_sortorder','en','Order',NULL,NULL),('poll','poll_view_results','en','Display Results',NULL,NULL),('poll','poll_view_results_after_period','en','After Voting Period',NULL,NULL),('poll','poll_view_results_after_period_impossible','en','The voting period is not limited.',NULL,NULL),('poll','poll_view_results_after_vote','en','After Vote',NULL,NULL),('poll','poll_view_results_always','en','Always',NULL,NULL),('poll','poll_view_results_never','en','Never',NULL,NULL),('poll','poll_vote','en','Vote',NULL,NULL),('poll','poll_votes_no_edit','en','This poll already contains votes. You cannot edit the poll until you delete these votes.',NULL,NULL),('poll','poll_vote_error_multi','en','Please select no more than %s answers.',NULL,NULL),('poll','poll_vote_error_multi_no_answer','en','Please select at least 1 answer.',NULL,NULL),('poll','poll_vote_error_single','en','Please select 1 answer.',NULL,NULL),('poll','poll_vote_notification_body','en','the following poll has received a vote.',NULL,NULL),('poll','poll_vote_notification_link','en','Link to Poll',NULL,NULL),('poll','poll_vote_notification_reason','en','You are receiving this e-mail because you activated notifications for the poll mentioned above.',NULL,NULL),('poll','poll_vote_notification_subject','en','Poll \"%s\": new vote',NULL,NULL),('poll','poll_voting_period_and_results','en','Voting Period and Results',NULL,NULL),('poll','poll_voting_period_ended_info','en','The voting period ended %s.',NULL,NULL),('poll','poll_voting_period_full_info','en','Voting period from %s to %s',NULL,NULL),('poll','poll_voting_period_info','en','The deadline for voting is %s.',NULL,NULL),('poll','poll_voting_period_limited','en','Limited Voting Period',NULL,NULL),('prg','access_ctr_by_orgu_position','en','Access control according to Organisational Unit Positions',NULL,NULL),('prg','active_only','en','active users only',NULL,NULL),('prg','add_automembership_source','en','Add Source',NULL,NULL),('prg','add_category','en','Add Category',NULL,NULL),('prg','assignments','en','Assignments',NULL,NULL),('prg','assignment_date','en','Assignment Date',NULL,NULL),('prg','auto_add_success','en','Add automatism successfully.',NULL,NULL),('prg','auto_memberships','en','Membership Automation',NULL,NULL),('prg','auto_membership_description','en','Rules are only implemented when a criterion is fulfilled after a rule has been activated. Deleting rules will not remove allocations if any other active criterion has been fulfilled by that time.',NULL,NULL),('prg','auto_membership_src_type','en','Type',NULL,NULL),('prg','auto_membership_title','en','Sources for Membership Automation',NULL,NULL),('prg','category','en','Category',NULL,NULL),('prg','completion_date','en','Completion Date',NULL,NULL),('prg','confirm_to_remove_selected_assignments','en','Do you really want to remove the user assignment(s)?',NULL,NULL),('prg','content_automation','en','Content Automation',NULL,NULL),('prg','content_automation_title','en','Automatically add and remove Courses from these categories',NULL,NULL),('prg','cont_ed_insert_prgactionnote','en','Insert Study Programme Action Note',NULL,NULL),('prg','cont_ed_insert_prgstatusinfo','en','Insert Study Programme Status Information',NULL,NULL),('prg','could_not_add_users_no_permissons','en','Could not assign %d Users due to lacking permissions.',NULL,NULL),('prg','crs_affiliation_to_prg','en','Affiliation to study programmes',NULL,NULL),('prg','deadline','en','Deadline',NULL,NULL),('prg','deadline_information','en','Information regarding processing period',NULL,NULL),('prg','deadline_updated','en','Updated deadline',NULL,NULL),('prg','edit_participants','en','Edit Members',NULL,NULL),('prg','error_updating_deadline','en','Error during updating deadline.',NULL,NULL),('prg','error_updating_expire_date','en','Error during updating expire date.',NULL,NULL),('prg','export_memberships','en','Export Assignments',NULL,NULL),('prg','foreign_assignment','en','not top node',NULL,NULL),('prg','form_msg_file_wrong_file_type','en','Wrong file type.',NULL,NULL),('prg','header_remove_certificate','en','Do you really want to remove the certificate for the selected Users?',NULL,NULL),('prg','header_update_certificate','en','Do you really want to update the certificate?',NULL,NULL),('prg','header_update_current_plan','en','Do you really want to reset all individual settings for the selected assignments?',NULL,NULL),('prg','inactive_only','en','inactive users only',NULL,NULL),('prg','info_to_re_assign_mail_body','en','%s %s,<br/><br/>The validity of your participation in the study programm \'%s\' will soon expire. Please sign in again.',NULL,NULL),('prg','info_to_re_assign_mail_subject','en','Reminder of renewed participation in the study programm',NULL,NULL),('prg','invalidated','en','validity',NULL,NULL),('prg','label_crs','en','Course Name',NULL,NULL),('prg','label_grp','en','Group Name',NULL,NULL),('prg','label_role','en','Role Name',NULL,NULL),('prg','last_edited','en','Last edited',NULL,NULL),('prg','last_edited_by','en','Last Editor',NULL,NULL),('prg','mails_foreign_assignment_failed','en','Selected assignments are not in current context. Mails should be sent from Study Programme\'s top node.',NULL,NULL),('prg','mail_assignments','en','Mail to assigned Users',NULL,NULL),('prg','manage_assignments','en','Manage Assignments',NULL,NULL),('prg','membership_source_id','en','ID',NULL,NULL),('prg','membership_source_id_byline_objid','en','Please use the <b>object-id</b>',NULL,NULL),('prg','membership_source_id_byline_refid','en','Please use the <b>reference-id</b>',NULL,NULL),('prg','membership_source_type','en','Source',NULL,NULL),('prg','modal_automembership_title','en','Automatismus hinzufügen',NULL,NULL),('prg','modal_categories_title','en','Category to be monitored',NULL,NULL),('prg','modal_member_auto_select_title','en','Select source for auto assignment',NULL,NULL),('prg','msg_acknowledge_courses','en','Completed Courses have been acknowledged.',NULL,NULL),('prg','msg_change_deadline_date','en','Updated deadline for %s users.',NULL,NULL),('prg','msg_change_deadline_date_failed','en','Deadline not updated for:',NULL,NULL),('prg','msg_change_expire_date','en','Updated expire date for %s users.',NULL,NULL),('prg','msg_change_expire_date_failed','en','Expire date not updated for:',NULL,NULL),('prg','msg_fill_required','en','Please fill all required fields.',NULL,NULL),('prg','msg_impossible_target_status','en','Impossible target status',NULL,NULL),('prg','msg_mark_accredited','en','%s users successfully marked accredited',NULL,NULL),('prg','msg_mark_accredited_failed','en','Not marked accredited:',NULL,NULL),('prg','msg_mark_not_relevant','en','%s users successfully unmarked relevant',NULL,NULL),('prg','msg_mark_not_relevant_failed','en','Not unmarked relevant:',NULL,NULL),('prg','msg_mark_relevant','en','%s users successfully marked relevant',NULL,NULL),('prg','msg_mark_relevant_failed','en','Not marked marked relevant:',NULL,NULL),('prg','msg_points_must_be_positive','en','Only positive numbers are allowed.',NULL,NULL),('prg','msg_unmark_accredited','en','Unmarked %s users accredited.',NULL,NULL),('prg','msg_unmark_accredited_failed','en','Unmarking accredited not successful for:',NULL,NULL),('prg','msg_update_certificate','en','%s Certificate(s) updated.',NULL,NULL),('prg','msg_update_certificate_failed','en','Certificate(s) not updated:',NULL,NULL),('prg','msg_update_from_settings','en','Updated %s users from settings:',NULL,NULL),('prg','msg_update_from_settings_failed','en','Updated from settings failed:',NULL,NULL),('prg','msg_update_individual_plan','en','Individual plan: %s successfully updated.',NULL,NULL),('prg','msg_update_individual_plan_failed','en','Update  of individual plan failed',NULL,NULL),('prg','not_a_valid_cat_id','en','%s is not a valid ref-id of a category.',NULL,NULL),('prg','no_permission_to_update_certificate','en','You have no permission to update certificates.',NULL,NULL),('prg','no_srctype_or_id','en','ID and type may not be empty.',NULL,NULL),('prg','obj_prg_select','en','-- Please select a study programme --',NULL,NULL),('prg','optgrp_label_restart','en','Restart',NULL,NULL),('prg','optgrp_label_validity','en','Expiry',NULL,NULL),('prg','orgu','en','Organisational Unit',NULL,NULL),('prg','pc_prgactionnote_complete_content','en','You are assigned to the Study Programme, but have not completed its content. Please complete the content.',NULL,NULL),('prg','pc_prgactionnote_complete_content_with_deadline','en','You are assigned to the Study Programme, but have not completed its content. Please complete the content until',NULL,NULL),('prg','pc_prgactionnote_headline','en','Required actions',NULL,NULL),('prg','pc_prgactionnote_no_actions_required','en','No actions required.',NULL,NULL),('prg','pc_prgstatus_edit_qualification','en','Re-processing required from',NULL,NULL),('prg','pc_prgstatus_expiration_date','en','Expiry date',NULL,NULL),('prg','pc_prgstatus_qualification_headline','en','Status of your qualification',NULL,NULL),('prg','pc_prgstatus_status_no_qualification','en','No qualification',NULL,NULL),('prg','pc_prgstatus_status_valid_qualification','en','Valid',NULL,NULL),('prg','pc_prgstatus_text_no_qualification','en','Your qualification is not valid',NULL,NULL),('prg','pc_prgstatus_unlimited_validation','en','Unlimited validity',NULL,NULL),('prg','pc_prg_action_note_label','en','Required Actions Study Programme',NULL,NULL),('prg','pc_prg_statusinfo_label','en','Statusinformation Study Programme',NULL,NULL),('prg','percentage','en','%',NULL,NULL),('prg','prgr_may_not_create_circular_reference','en','This Study Programme may not be linked here since the parent object is alredy linked within the target.',NULL,NULL),('prg','prg_access_by_orgu','en','Access Control by Organisation Unit Positions',NULL,NULL),('prg','prg_access_by_orgu_byline','en','If enabled, additional access control rules can be defined by positions in organisational units.',NULL,NULL),('prg','prg_acknowledge_completed_courses','en','Acknowledge Completed Courses',NULL,NULL),('prg','prg_add','en','Add Study Programme',NULL,NULL),('prg','prg_added_course_ref_successful','en','New course link was added successfully',NULL,NULL),('prg','prg_added_member','en','The new member was added successfully.',NULL,NULL),('prg','prg_added_members','en','The new members were added successfully.',NULL,NULL),('prg','prg_additional_settings','en','Additional Features',NULL,NULL),('prg','prg_assessment','en','Study Programme Assessment',NULL,NULL),('prg','prg_assigned_by','en','Assigned by',NULL,NULL),('prg','prg_assign_date','en','Assignment date',NULL,NULL),('prg','prg_async_create','en','Add new tree-child',NULL,NULL),('prg','prg_async_settings','en','Settings',NULL,NULL),('prg','prg_autoassignment','en','(auto)',NULL,NULL),('prg','prg_auto_member_select_crs','en','Courses',NULL,NULL),('prg','prg_auto_member_select_grp','en','Groups',NULL,NULL),('prg','prg_auto_member_select_role','en','Roles',NULL,NULL),('prg','prg_belongs_to','en','Belongs to',NULL,NULL),('prg','prg_cancel','en','Cancel',NULL,NULL),('prg','prg_cancel_acknowledge_completed_courses','en','Don\'t acknowledge any Courses',NULL,NULL),('prg','prg_cancel_tree_order','en','Dismiss tree order',NULL,NULL),('prg','prg_can_not_manage_in_repo','en','You\'re not allowed to manage this Study Programme, because of user assignments.',NULL,NULL),('prg','prg_changed_by','en','Changed by',NULL,NULL),('prg','prg_change_deadline','en','Change deadline',NULL,NULL),('prg','prg_change_expire_date','en','Change expire date',NULL,NULL),('prg','prg_completion_by','en','Completion by',NULL,NULL),('prg','prg_completion_date','en','Completion date',NULL,NULL),('prg','prg_confirm_delete','en','Delete',NULL,NULL),('prg','prg_copy_threads_info','en','Please decide which Study Programme elements are to be copied, linked or omitted.',NULL,NULL),('prg','prg_create_new_leaf','en','Create new leaf',NULL,NULL),('prg','prg_create_new_node','en','Create new node',NULL,NULL),('prg','prg_cron_job_configuration','en','Configuration automatic Mails',NULL,NULL),('prg','prg_custom_plan','en','Custom Plan',NULL,NULL),('prg','prg_dash_label_finish_until','en','Finish until',NULL,NULL),('prg','prg_dash_label_gain','en','Current Completion',NULL,NULL),('prg','prg_dash_label_minimum','en','Minimum Completion',NULL,NULL),('prg','prg_dash_label_restart_from','en','Restart from',NULL,NULL),('prg','prg_dash_label_status','en','Status',NULL,NULL),('prg','prg_dash_label_unreachable','en','- cannot be achieved',NULL,NULL),('prg','prg_dash_label_valid','en','Valid',NULL,NULL),('prg','prg_deadline','en','Deadline',NULL,NULL),('prg','prg_deadline_date','en','Processing time expires at fixed date',NULL,NULL),('prg','prg_deadline_date_desc','en','the programme must be finished until a given date.',NULL,NULL),('prg','prg_deadline_date_label','en','Process until',NULL,NULL),('prg','prg_deadline_period','en','Processing time is determined inividually',NULL,NULL),('prg','prg_deadline_period_desc','en','The programme must be finished within a given timespan.',NULL,NULL),('prg','prg_deadline_period_label','en','Days after assignment',NULL,NULL),('prg','prg_deadline_settings','en','Processing Period',NULL,NULL),('prg','prg_deleted_safely','en','Node was deleted safely',NULL,NULL),('prg','prg_delete_confirmation','en','Do you really want to delete the selected entries?',NULL,NULL),('prg','prg_delete_failure','en','Delete failed.',NULL,NULL),('prg','prg_delete_nothing_selected','en','Please select at least one entry to delete.',NULL,NULL),('prg','prg_delete_single_confirmation','en','Do you really want to delete the selected entry?',NULL,NULL),('prg','prg_delete_single_success','en','Successfuly delete entry.',NULL,NULL),('prg','prg_delete_success','en','Successfuly delete entries.',NULL,NULL),('prg','prg_description','en','Description',NULL,NULL),('prg','prg_edit','en','Edit Study Programme',NULL,NULL),('prg','prg_expiry_date','en','Expiry date',NULL,NULL),('prg','prg_formatted_period','en','%d days',NULL,NULL),('prg','prg_invalidate_expired_progresses_desc','en','Marks expired progresses at Studyprogrammes as \'not passed\'',NULL,NULL),('prg','prg_invalidate_expired_progresses_title','en','Limited validity of Studyprogramme progress',NULL,NULL),('prg','prg_link','en','Link',NULL,NULL),('prg','prg_mail_context_info','en','For the participant e-mails on the member and learning progress screens of a study programme',NULL,NULL),('prg','prg_mail_context_title','en','Study Programme: Mail to Members',NULL,NULL),('prg','prg_mail_permanent_link','en','Click on the following link to find all of the information you need regarding the study programm:',NULL,NULL),('prg','prg_manage','en','Manage',NULL,NULL),('prg','prg_manage_members','en','Manage Enrolments of Study Programme',NULL,NULL),('prg','prg_manage_members_short','en','Manage Assignments',NULL,NULL),('prg','prg_manual_status','en','Manual Status',NULL,NULL),('prg','prg_mark_accredited','en','Mark Accredited',NULL,NULL),('prg','prg_mark_accredited_multi_success','en','Mark Selected Users As Accredited',NULL,NULL),('prg','prg_mark_accredited_success','en','Accredited Program Node for User successfully.',NULL,NULL),('prg','prg_mark_not_relevant_multi_success','en','Unmark Selected Users As Relevant',NULL,NULL),('prg','prg_mark_relevant','en','Mark Relevant',NULL,NULL),('prg','prg_mark_relevant_multi_success','en','Mark Selected Users As Relevant',NULL,NULL),('prg','prg_more_objects_without_read_permission','en','Study Programme contains more objects you can\'t see because of less permissions.',NULL,NULL),('prg','prg_multi_change_deadline','en','Change deadline',NULL,NULL),('prg','prg_multi_change_expire_date','en','Change expire date',NULL,NULL),('prg','prg_multi_mail_user','en','Send Mail',NULL,NULL),('prg','prg_multi_mark_accredited','en','Accredited',NULL,NULL),('prg','prg_multi_mark_relevant','en','Mark Relevant',NULL,NULL),('prg','prg_multi_remove_certificate','en','Remove Certificates',NULL,NULL),('prg','prg_multi_remove_user','en','Remove User',NULL,NULL),('prg','prg_multi_unmark_accredited','en','Unmark Accredited',NULL,NULL),('prg','prg_multi_unmark_relevant','en','Unmark Relevant',NULL,NULL),('prg','prg_multi_update_certificate','en','Update Certificates',NULL,NULL),('prg','prg_multi_update_from_current_plan','en','Update From Current Plan',NULL,NULL),('prg','prg_new','en','New Study Programme',NULL,NULL),('prg','prg_not_allowed_node_to_delete','en','You are not allowed to delete this node',NULL,NULL),('prg','prg_not_valid','en','not valid',NULL,NULL),('prg','prg_no_deadline','en','No fixed processing time',NULL,NULL),('prg','prg_no_members_not_active','en','Can\'t add members, as this programme is not active.',NULL,NULL),('prg','prg_no_permission_to_remove_certificate','en','You do not have permission to remove certificates',NULL,NULL),('prg','prg_no_restart','en','No restart required',NULL,NULL),('prg','prg_no_user_selected','en','No User Selected',NULL,NULL),('prg','prg_no_validity_qualification','en','Long-Lasting qualification',NULL,NULL),('prg','prg_open_node','en','Switch to this node',NULL,NULL),('prg','prg_orgus','en','Organisational Units',NULL,NULL),('prg','prg_please_select_a_course_for_creating_a_leaf','en','Please select a course for creating a course link leaf',NULL,NULL),('prg','prg_points','en','Points',NULL,NULL),('prg','prg_points_byline','en','Students get a certain amount of points when they succeed in this programme and need to get this many points in subsequent programmes.',NULL,NULL),('prg','prg_points_current','en','Points Current',NULL,NULL),('prg','prg_points_reachable','en','Points Obtainable',NULL,NULL),('prg','prg_points_required','en','Points Required',NULL,NULL),('prg','prg_possible','en','Possible',NULL,NULL),('prg','prg_prg_type','en','Study Programme Type',NULL,NULL),('prg','prg_processing_ends_no_success','en','Reminder mail failing',NULL,NULL),('prg','prg_processing_ends_no_success_info','en','Reminds the user x days before the program expires that he is at risk of failing.',NULL,NULL),('prg','prg_profile_not_public','en','Profile of the user is not public.',NULL,NULL),('prg','prg_progress_info','en','You have %1$d points. The Study Programme is completed with %2$d points.',NULL,NULL),('prg','prg_progress_status','en',' %1$d of %2$d Points',NULL,NULL),('prg','prg_progress_status_with_child_sp','en',' %1$d of possible %2$d Points',NULL,NULL),('prg','prg_quali_not_valid','en','Qualification not valid',NULL,NULL),('prg','prg_quali_still_valid','en','Qualification still valid',NULL,NULL),('prg','prg_remove_certificate','en','Remove Certificate',NULL,NULL),('prg','prg_remove_user','en','Remove Assignment',NULL,NULL),('prg','prg_remove_users_not_possible','en','Remove Selected Users Not Possible',NULL,NULL),('prg','prg_remove_users_partial_success','en','Assignments (partially) removed.',NULL,NULL),('prg','prg_remove_users_partitial_success','en','Remove Selected Users Particially',NULL,NULL),('prg','prg_remove_users_success','en','Remove Selected Users',NULL,NULL),('prg','prg_remove_user_success','en','Assignment removed successfully.',NULL,NULL),('prg','prg_restart_assignments_temporal_progress_desc','en','Restart Studyprogramme assignments with progresses about to expire',NULL,NULL),('prg','prg_restart_assignments_temporal_progress_title','en','Restart Studyprogramme assignments',NULL,NULL),('prg','prg_saved_order_successful','en','Saved order successful',NULL,NULL),('prg','prg_save_tree_order','en','Save tree order',NULL,NULL),('prg','prg_show_individual_plan','en','Show Individual Plan',NULL,NULL),('prg','prg_show_programmes','en','Visibility',NULL,NULL),('prg','prg_show_programmes_on_pd_always','en','Study Programmes are always visible on Dashboard.',NULL,NULL),('prg','prg_show_programmes_on_pd_only_read','en','Study Programmes are only visible on Dashboard with ‘read’ permissions.',NULL,NULL),('prg','prg_some_users_may_not_be_accredited','en','Partially marked users accredited.',NULL,NULL),('prg','prg_some_users_may_not_be_marked_not_relevant','en','Partially unmarked relevant.',NULL,NULL),('prg','prg_some_users_may_not_be_marked_relevant','en','Partially marked relevant.',NULL,NULL),('prg','prg_some_users_may_not_be_unmarked_accredited','en','Partially unmarked users accredited.',NULL,NULL),('prg','prg_status','en','Status',NULL,NULL),('prg','prg_status_1','en','In Progress',NULL,NULL),('prg','prg_status_2','en','Completed',NULL,NULL),('prg','prg_status_3','en','Accredited',NULL,NULL),('prg','prg_status_4','en','Not Relevant',NULL,NULL),('prg','prg_status_5','en','failed',NULL,NULL),('prg','prg_status_accredited','en','Accredited',NULL,NULL),('prg','prg_status_active','en','Active',NULL,NULL),('prg','prg_status_byline','en','Use the status to control if this programme is assigned to students.',NULL,NULL),('prg','prg_status_completed','en','Completed',NULL,NULL),('prg','prg_status_draft','en','Draft',NULL,NULL),('prg','prg_status_failed','en','failed',NULL,NULL),('prg','prg_status_hide_irrelevant','en','hide irrelevant',NULL,NULL),('prg','prg_status_in_progress','en','In Progress',NULL,NULL),('prg','prg_status_not_relevant','en','Not Relevant',NULL,NULL),('prg','prg_status_outdated','en','Outdated',NULL,NULL),('prg','prg_still_valid','en','valid',NULL,NULL),('prg','prg_subtypes','en','Subtypes',NULL,NULL),('prg','prg_subtype_add','en','Add new subtype',NULL,NULL),('prg','prg_successfully_removed_certificate','en','Successfully removed certificate of selected Users',NULL,NULL),('prg','prg_title','en','Title',NULL,NULL),('prg','prg_type','en','Study Programme Type',NULL,NULL),('prg','prg_type_add','en','Study Programme Type',NULL,NULL),('prg','prg_type_assign_amd_sets','en','Assign Custom Metadata Sets',NULL,NULL),('prg','prg_type_available_amd_sets','en','Available Custom Metadata Sets',NULL,NULL),('prg','prg_type_byline','en','Set a type to use certain custom metadata sets or icons.',NULL,NULL),('prg','prg_type_custom_icon','en','Custom Icons',NULL,NULL),('prg','prg_type_custom_icon_info','en','Custom icon info',NULL,NULL),('prg','prg_type_edit','en','Edit subtype',NULL,NULL),('prg','prg_type_msg_deleted','en','Deleted subtype',NULL,NULL),('prg','prg_type_msg_error_custom_icon','en','Error while storing icon',NULL,NULL),('prg','prg_type_msg_missing_title','en','Title cannot be empty.',NULL,NULL),('prg','prg_type_msg_missing_title_default_language','en','There must be set a default language and a title for the default language',NULL,NULL),('prg','prg_type_msg_unable_delete','en','Unable to delete type because it is still assigned to the following Study Programmes: %s',NULL,NULL),('prg','prg_unmark_accredited','en','Unmark Accredited',NULL,NULL),('prg','prg_unmark_accredited_multi_success','en','Unmark Selected Users As Accredited',NULL,NULL),('prg','prg_unmark_accredited_success','en','Unaccredited Program Node for User successfully.',NULL,NULL),('prg','prg_unmark_relevant','en','Unmark Relevant',NULL,NULL),('prg','prg_update_certificate','en','Update Certificate',NULL,NULL),('prg','prg_update_from_current_plan','en','Update from current Plan',NULL,NULL),('prg','prg_update_from_current_plan_not_possible','en','Update From Current Plan Not Possible',NULL,NULL),('prg','prg_update_from_current_plan_partitial_success','en','Update From Current Plan Partically',NULL,NULL),('prg','prg_update_from_current_plan_success','en','Update From Current Plan',NULL,NULL),('prg','prg_update_from_plan_successful','en','Updated from current plan successfully!',NULL,NULL),('prg','prg_update_progress_description','en','Set Progress from \'In Progress\' to \'failed\' after crossing Deadline.',NULL,NULL),('prg','prg_update_progress_title','en','Set Progress to Failed after Deadline',NULL,NULL),('prg','prg_update_successful','en','Saved changes successfully!',NULL,NULL),('prg','prg_user_not_restarted_desc','en','Sends users a warning mail if a qualification at a study programme expires and they haven\'t restarted the program yet.',NULL,NULL),('prg','prg_user_not_restarted_time_input','en','Reminder mail restart',NULL,NULL),('prg','prg_user_not_restarted_time_input_info','en','Reminder Mail Reminds the user x days before the invalidation that he must restart the programm.',NULL,NULL),('prg','prg_user_not_restarted_title','en','Send warning mail about restart',NULL,NULL),('prg','prg_user_risky_to_fail_desc','en','Sends users a warning mail if they are at the risk to fail a study programme due to a deadline.',NULL,NULL),('prg','prg_user_risky_to_fail_title','en','Send warning mail about possible failure',NULL,NULL),('prg','prg_validity','en','Validity',NULL,NULL),('prg','prg_validity_of_qualification','en','Validity of achieved Qualifications',NULL,NULL),('prg','prg_validity_of_qualification_limit','en','Qualification Expiry',NULL,NULL),('prg','prg_validity_of_qualification_restart','en','Restart',NULL,NULL),('prg','prg_view','en','View',NULL,NULL),('prg','restarted','en','restarted',NULL,NULL),('prg','restart_information','en','Information regarding automatic restart upon pending qualification expiration',NULL,NULL),('prg','restart_period','en','Restart obligatory',NULL,NULL),('prg','restart_period_desc','en','automatic reassignment before expiry',NULL,NULL),('prg','restart_period_info','en','Days before qualification expiration to restart qualification',NULL,NULL),('prg','restart_period_label','en','Days before expiry',NULL,NULL),('prg','restart_recheck_desc','en','For assignments made via an automatism, the system rechecks whether criteria for the assignment still exist.',NULL,NULL),('prg','restart_recheck_label','en','Check prerequisites again',NULL,NULL),('prg','re_assigned_mail_body','en','%s %s,<br/><br/>you were reassigned to study program \'%s\' as participants.',NULL,NULL),('prg','re_assigned_mail_subject','en','Renewed participation in the study programm',NULL,NULL),('prg','risky_to_fail_mail_body','en','%s %s,<br/><br/>the deadline for completing the study program \'%s\' will soon be reached.',NULL,NULL),('prg','risky_to_fail_mail_subject','en','Reminder, that the deadline for the study program will soon be reached',NULL,NULL),('prg','rol','en','Role',NULL,NULL),('prg','select_crs','en','Search for Courses',NULL,NULL),('prg','select_grp','en','Search for Groups',NULL,NULL),('prg','select_org','en','Search for Organisational Unit',NULL,NULL),('prg','select_role','en','Search for Roles',NULL,NULL),('prg','send_info_to_re_assign_mail','en','E-mail reminder restart',NULL,NULL),('prg','send_info_to_re_assign_mail_info','en','Send an e-mail to remind the user to restart the study program.',NULL,NULL),('prg','send_re_assigned_mail','en','E-mail renewed participation',NULL,NULL),('prg','send_re_assigned_mail_info','en','Send an e-mail to automatically re-join the sudy program.',NULL,NULL),('prg','send_risky_to_fail_mail','en','E-mail in case of failure',NULL,NULL),('prg','send_risky_to_fail_mail_info','en','Send an e-mail if the user is at risk of failure of the study program.',NULL,NULL),('prg','sp_certificate_completion_date','en','Date of completion',NULL,NULL),('prg','sp_certificate_description','en','Description of the Study Programme',NULL,NULL),('prg','sp_certificate_points','en','Amount of points that have been acquired',NULL,NULL),('prg','sp_certificate_progress_expires_at','en','Date of expiry of qualification',NULL,NULL),('prg','sp_certificate_title','en','Title of the Study Programme',NULL,NULL),('prg','sp_certificate_type','en','Type of the Study Programme',NULL,NULL),('prg','status_changed','en','Updated status',NULL,NULL),('prg','status_changed_due_to_deadline','en','Status changed according to deadline.',NULL,NULL),('prg','status_transition_not_allowed','en','Status change not allowed',NULL,NULL),('prg','status_unchanged','en','Status unchanged',NULL,NULL),('prg','study_programme_icon','en','Page Editor Study Programme Icon',NULL,NULL),('prg','updated_from_settings','en','Updated from settings',NULL,NULL),('prg','update_deadline','en','Successfully update deadline.',NULL,NULL),('prg','update_expire_date','en','Successfully update expire date.',NULL,NULL),('prg','usr_active','en','User',NULL,NULL),('prg','validity_qualification_date','en','Qualification expires at fixed date',NULL,NULL),('prg','validity_qualification_date_desc','en','expiry date',NULL,NULL),('prg','validity_qualification_period','en','Qualification expires individually',NULL,NULL),('prg','validity_qualification_period_desc','en','Qualification is valid for this amount of days and expires afterwards',NULL,NULL),('prg','validity_updated','en','Updated validity',NULL,NULL),('prg','vq_date','en','Expiration',NULL,NULL),('prg','vq_date_info','en','Qualification expires at fixed date',NULL,NULL),('prg','vq_date_label','en','Expiry date',NULL,NULL),('prg','vq_information','en','Information regarding validity of achived qualification',NULL,NULL),('prg','vq_period_info','en','Days until qualification will expire after achivement',NULL,NULL),('prg','vq_period_label','en','Days after completion',NULL,NULL),('prg','warning','en','Warning!',NULL,NULL),('prg','will_not_modify_deadline_on_successful_progress','en','No change because already completed or marked accredited',NULL,NULL),('prg','will_not_modify_irrelevant_progress','en','No change because not relevant',NULL,NULL),('prg','will_not_modify_relevant_progress','en','already relevant',NULL,NULL),('prg','will_not_modify_validity_on_non_successful_progress','en','Can change only when successful',NULL,NULL),('prg','will_not_set_top_progress_to_irrelevant','en','Cannot change top node to irrelevant.',NULL,NULL),('prg','will_not_update_cert_for_unsuccessful_progress','en','No certificate for unsuccessful programme',NULL,NULL),('prtf','pdf_export','en','PDF Export',NULL,NULL),('prtf','prtf_add_assignment','en','Add Assignment',NULL,NULL),('prtf','prtf_add_blog','en','Add Blog',NULL,NULL),('prtf','prtf_add_existing_blog','en','Use Existing Blog',NULL,NULL),('prtf','prtf_add_new_blog','en','Add New Blog',NULL,NULL),('prtf','prtf_add_new_blog_info','en','The new blog will be added to your personal resources.',NULL,NULL),('prtf','prtf_add_page','en','Add Page',NULL,NULL),('prtf','prtf_add_portfolio','en','Add Portfolio',NULL,NULL),('prtf','prtf_add_portfolio_from_template','en','Add Portfolio From Template',NULL,NULL),('prtf','prtf_allow_html','en','Allow HTML/Javascript',NULL,NULL),('prtf','prtf_allow_html_info','en','Enables users to include HTML and/or Javascript in their portfolio pages. This can lead to security issues.',NULL,NULL),('prtf','prtf_allow_my_courses','en','Page Element ‘My Courses’',NULL,NULL),('prtf','prtf_allow_my_courses_info','en','Portfolios may include a list showing which courses the user is currently a member of.',NULL,NULL),('prtf','prtf_all_pages','en','All Pages',NULL,NULL),('prtf','prtf_author','en','Author',NULL,NULL),('prtf','prtf_back_to_portfolio_owner','en','Edit Portfolio',NULL,NULL),('prtf','prtf_banner','en','Banner',NULL,NULL),('prtf','prtf_blog_page_created','en','Blog has been added.',NULL,NULL),('prtf','prtf_copy_blog_pg','en','Copy Blog Page',NULL,NULL),('prtf','prtf_copy_page','en','Copy Page(s)',NULL,NULL),('prtf','prtf_copy_pg','en','Copy Page',NULL,NULL),('prtf','prtf_copy_tab','en','Copy Tab',NULL,NULL),('prtf','prtf_create_portfolio','en','Add Portfolio',NULL,NULL),('prtf','prtf_create_template_from_portfolio','en','Portfolio',NULL,NULL),('prtf','prtf_create_template_from_portfolio_info','en','Select a portfolio to use its content and settings for the template.',NULL,NULL),('prtf','prtf_creation_mode','en','New Portfolio',NULL,NULL),('prtf','prtf_creation_mode_scratch','en','Create without Template',NULL,NULL),('prtf','prtf_creation_mode_template','en','Create from Template',NULL,NULL),('prtf','prtf_date_of_print','en','Date of Print',NULL,NULL),('prtf','prtf_decl_authorship','en','Declaration of Authorship',NULL,NULL),('prtf','prtf_default_portfolio','en','My Profile',NULL,NULL),('prtf','prtf_delete_assignment','en','Delete Assignments',NULL,NULL),('prtf','prtf_delete_assignment_sure','en','Do you really want to delete the following assignment(s)?',NULL,NULL),('prtf','prtf_download_submission','en','Download Submission',NULL,NULL),('prtf','prtf_edit_content','en','Edit Content',NULL,NULL),('prtf','prtf_edit_data','en','Edit Data',NULL,NULL),('prtf','prtf_edit_embedded_blog','en','Edit Blog \"%s\"',NULL,NULL),('prtf','prtf_edit_portfolio','en','Edit Portfolio',NULL,NULL),('prtf','prtf_exercise_info','en','This portfolio is part of the assignment \"%s\" of exercise \"%s\".',NULL,NULL),('prtf','prtf_exercise_submitted_info','en','You submitted your portfolio on %s. Additionally, you might want to save a copy for your own files.',NULL,NULL),('prtf','prtf_existing_portfolio','en','Existing Portfolio',NULL,NULL),('prtf','prtf_finalized','en','The portfolio has been submitted.',NULL,NULL),('prtf','prtf_finalize_portfolio','en','Finalize and Submit Portfolio',NULL,NULL),('prtf','prtf_first_page_title','en','Type of first page',NULL,NULL),('prtf','prtf_has_been_set_online','en','Portfolio has been set online.',NULL,NULL),('prtf','prtf_link','en','Link',NULL,NULL),('prtf','prtf_manage_portfolios','en','Manage Portfolios',NULL,NULL),('prtf','prtf_new_portfolio','en','New Portfolio',NULL,NULL),('prtf','prtf_no_blogs_info','en','Your \"%s\" does not contain any blogs. Create blogs to use them as part of your portfolios.',NULL,NULL),('prtf','prtf_no_offline_share_info','en','A portfolio has to be online to be shared by other users.',NULL,NULL),('prtf','prtf_no_submission','en','No Submission',NULL,NULL),('prtf','prtf_pages_copied','en','The pages have been copied.',NULL,NULL),('prtf','prtf_page_created','en','Page created',NULL,NULL),('prtf','prtf_page_element_my_courses_info','en','This is a list of all my courses which are currently online and where I have a membership.',NULL,NULL),('prtf','prtf_page_element_my_courses_title','en','Course Memberships',NULL,NULL),('prtf','prtf_page_element_teaser_blog_template','en','The portfolio will display a blog of your personal resources here.',NULL,NULL),('prtf','prtf_page_element_teaser_consultation_hours','en','The portfolio will display a consultation hours calendar here.',NULL,NULL),('prtf','prtf_page_element_teaser_my_courses','en','The portfolio will display a list of your current courses here.',NULL,NULL),('prtf','prtf_page_element_teaser_settings','en','Settings',NULL,NULL),('prtf','prtf_page_element_teaser_skills','en','The portfolio will display your competence level here.',NULL,NULL),('prtf','prtf_page_type_prtf','en','Portfolio Page',NULL,NULL),('prtf','prtf_page_type_prtt','en','Portfolio Template Page',NULL,NULL),('prtf','prtf_pdf','en','Export as PDF',NULL,NULL),('prtf','prtf_permanent_link','en','Link to Portfolio:',NULL,NULL),('prtf','prtf_portfolios','en','Portfolios',NULL,NULL),('prtf','prtf_portfolio_created','en','Portfolio added',NULL,NULL),('prtf','prtf_portfolio_created_from_template','en','This is the preview of your new portfolio. To add new pages, please click \"Edit Portfolio\". To edit this page, please click \"Edit Page\".',NULL,NULL),('prtf','prtf_portfolio_deleted','en','Portfolio deleted',NULL,NULL),('prtf','prtf_portfolio_page_deleted','en','Portfolio / blog page deleted.',NULL,NULL),('prtf','prtf_preview_banner','en','Custom Banner',NULL,NULL),('prtf','prtf_preview_banner_height','en','Banner Height',NULL,NULL),('prtf','prtf_preview_banner_info','en','Default size is 1370x100 pixels.',NULL,NULL),('prtf','prtf_preview_banner_width','en','Banner Width',NULL,NULL),('prtf','prtf_print_options','en','Options',NULL,NULL),('prtf','prtf_print_selection','en','Page Selection',NULL,NULL),('prtf','prtf_profile_picture','en','Display Profile Picture',NULL,NULL),('prtf','prtf_properties','en','Portfolio Properties',NULL,NULL),('prtf','prtf_public_comments','en','Public Comments',NULL,NULL),('prtf','prtf_role_assignment','en','Role Assignment',NULL,NULL),('prtf','prtf_role_title','en','Role',NULL,NULL),('prtf','prtf_save_status_and_titles','en','Save Status and Titles',NULL,NULL),('prtf','prtf_sec_protected_info','en','Protected sections cannot be edited by portfolio owners.',NULL,NULL),('prtf','prtf_selected_pages','en','Selected Pages',NULL,NULL),('prtf','prtf_settings','en','Portfolio Administration',NULL,NULL),('prtf','prtf_set_as_default','en','Set As My Profile',NULL,NULL),('prtf','prtf_set_default_publish_confirmation','en','The portfolio needs to be shared at least with all registered users. Should it be visible to the internet without registration, too?',NULL,NULL),('prtf','prtf_set_default_publish_global','en','Share with unregistered users also',NULL,NULL),('prtf','prtf_set_default_publish_registered','en','Share with registered users only',NULL,NULL),('prtf','prtf_set_offline','en','Set Offline',NULL,NULL),('prtf','prtf_set_online','en','Set Online',NULL,NULL),('prtf','prtf_shared_offline_info','en','A portfolio has to be online to be accessible by shared users.',NULL,NULL),('prtf','prtf_signature','en','Signature Field',NULL,NULL),('prtf','prtf_signature_date','en','Date, Signature',NULL,NULL),('prtf','prtf_signature_info','en','Adds a field to the print where the author can sign the portfolio.',NULL,NULL),('prtf','prtf_style','en','Portfolio Style',NULL,NULL),('prtf','prtf_submission_on','en','Submitted on $1',NULL,NULL),('prtf','prtf_successfully_shared_prtf','en','Confirmation Shared Portfolio \'%s\'',NULL,NULL),('prtf','prtf_successfully_shared_prtf_body','en','You have shared your portfolio \'%s\' with:',NULL,NULL),('prtf','prtf_sure_delete_portfolios','en','Are you sure you want to delete the following portfolio?',NULL,NULL),('prtf','prtf_sure_delete_portfolio_pages','en','Are you sure you want to delete the following portfolio page / blog page?',NULL,NULL),('prtf','prtf_tab_other_users','en','Portfolios of Other Users',NULL,NULL),('prtf','prtf_tab_portfolios','en','My Portfolios',NULL,NULL),('prtf','prtf_template_editor_placeholder_info','en','This placeholder will be replaced in the portfolio.',NULL,NULL),('prtf','prtf_template_import_blog_create','en','Create New Blog',NULL,NULL),('prtf','prtf_template_import_blog_ignore','en','Remove Blog Page',NULL,NULL),('prtf','prtf_template_import_blog_reuse','en','Use Existing Blog',NULL,NULL),('prtf','prtf_template_import_new_skills','en','If activated, these items will be added to your personal competences.',NULL,NULL),('prtf','prtf_template_title','en','Portfolio Template',NULL,NULL),('prtf','prtf_unset_as_default','en','Unset As My Profile',NULL,NULL),('prtf','prtf_unset_default_share_info','en','Your changes have been saved. Please check the current ‘share’ settings for your portfolio.',NULL,NULL),('prtf','prtf_use_page_layout','en','Use Page Layout',NULL,NULL),('prtf','prtf_visible_for_tutor','en','Visible For Tutor',NULL,NULL),('prtf','prtt_title_info','en','Please note that this will be also the default title for all portfolios being created form this template.',NULL,NULL),('prtt','prtt_activation_limited_visibility_info','en','If chosen, the portfolio template is visible even outside of the given availability.',NULL,NULL),('prtt','prtt_activation_online_info','en','Activate this setting to make the portfolio template accessible to users.',NULL,NULL),('prtt','prtt_add','en','Create Portfolio Template',NULL,NULL),('prtt','prtt_copy','en','Copy Portfolio Template',NULL,NULL),('prtt','prtt_edit','en','Edit Portfolio Template',NULL,NULL),('prtt','prtt_import','en','Import Portfolio Template',NULL,NULL),('prtt','prtt_new','en','New Portfolio Template',NULL,NULL),('prtt','prtt_pfpg','en','Portfolio Page',NULL,NULL),('prtt','prtt_portfolio_created','en','Portfolio Template added',NULL,NULL),('prtt','prtt_properties','en','Portfolio Template Properties',NULL,NULL),('prtt','prtt_select_datasets','en','Select Datasets',NULL,NULL),('prtt','prtt_style','en','Portfolio Template Style',NULL,NULL),('ps','cdf_edited_by_self','en','by the User',NULL,NULL),('ps','crs_ps_cdf_info','en','Further Course-Specific Data:',NULL,NULL),('ps','crs_ps_required_info','en','Further Course-Specific fields are required for accessing the course content.',NULL,NULL),('ps','grp_ps_cdf_info','en','Further Group-Specific Data:',NULL,NULL),('ps','grp_ps_required_info','en','Further Group-Specific fields are required for accessing the group content.',NULL,NULL),('ps','ps_agreement_accepted','en','User Agreement Accepted',NULL,NULL),('ps','ps_auto_https','en','Autodetect HTTPS',NULL,NULL),('ps','ps_auto_https_description','en','If enabled, ILIAS tries to detect the HTTPs Status by analysing the header value specified below.',NULL,NULL),('ps','ps_auto_https_header_name','en','Header Name',NULL,NULL),('ps','ps_auto_https_header_value','en','Header Value',NULL,NULL),('ps','ps_btn_add_value','en','New Value',NULL,NULL),('ps','ps_cdf_added_field','en','Added new selection box.',NULL,NULL),('ps','ps_cdf_add_field','en','Add User Field',NULL,NULL),('ps','ps_cdf_data_fields','en','Available User Fields',NULL,NULL),('ps','ps_cdf_deleted','en','Deleted user fields',NULL,NULL),('ps','ps_cdf_deleted_field','en','Deleted value',NULL,NULL),('ps','ps_cdf_delete_sure','en','Do you really want to delete these user fields ?',NULL,NULL),('ps','ps_cdf_edit_field','en','Edit Data Field',NULL,NULL),('ps','ps_cdf_name','en','Name',NULL,NULL),('ps','ps_cdf_no_fields','en','No User Fields Defined',NULL,NULL),('ps','ps_cdf_no_name_given','en','Please enter a name.',NULL,NULL),('ps','ps_cdf_required','en','Required Field',NULL,NULL),('ps','ps_cdf_select_one','en','Please select one.',NULL,NULL),('ps','ps_cdf_type','en','Type',NULL,NULL),('ps','ps_cdf_value','en','Value',NULL,NULL),('ps','ps_cdf_warning_modify','en','Attention: Minimum one user has accepted the user agreement. Modifying these course specific fields will reset all user agreements.',NULL,NULL),('ps','ps_crs_user_fields','en','Course-Specific User Fields',NULL,NULL),('ps','ps_error_message_https_header_missing','en','If you enable the automatic https detection you have to provide a header name and header value.',NULL,NULL),('ps','ps_error_message_invalid_login_max_attempts','en','Maximum login attempts may not be less than 0.',NULL,NULL),('ps','ps_error_message_invalid_password_max_age','en','Maximum password age may not be less than 0.',NULL,NULL),('ps','ps_error_message_invalid_password_max_length','en','Maximum password size may not be less than 0.',NULL,NULL),('ps','ps_error_message_invalid_password_min_length','en','Minimum password size may not be less than 0.',NULL,NULL),('ps','ps_error_message_password_max_less_min','en','Maximum password size may not be less than minimum password size.',NULL,NULL),('ps','ps_error_message_password_min1_because_chars','en','Minimum password size may not be less than %s.',NULL,NULL),('ps','ps_error_message_password_min2_because_chars_numbers','en','Minimum password size may not be less than %s if password have to contain characters and numbers.',NULL,NULL),('ps','ps_error_message_password_min3_because_chars_numbers_sc','en','Minimum password size may not be less than %s if password have to contain characters, numbers and special characters.',NULL,NULL),('ps','ps_export_admin','en','Administrators',NULL,NULL),('ps','ps_export_confirm','en','User Confirmation when Entering Courses',NULL,NULL),('ps','ps_export_confirm_group','en','User Confirmation when Entering Groups',NULL,NULL),('ps','ps_export_course','en','Allow export of user profile data in courses',NULL,NULL),('ps','ps_export_data','en','Data Types of the Personal Profile',NULL,NULL),('ps','ps_export_excel','en','Start Excel Export',NULL,NULL),('ps','ps_export_files','en','Export Files',NULL,NULL),('ps','ps_export_groups','en','Allow export of user profile data in groups',NULL,NULL),('ps','ps_export_member','en','Members',NULL,NULL),('ps','ps_export_prgs','en','Allow export of user profile data in Study Programmes',NULL,NULL),('ps','ps_export_settings','en','Export Settings',NULL,NULL),('ps','ps_export_sub','en','Subscribers',NULL,NULL),('ps','ps_export_tutor','en','Tutors',NULL,NULL),('ps','ps_export_user_data','en','Data Types',NULL,NULL),('ps','ps_export_wait','en','Users on the Waiting List',NULL,NULL),('ps','ps_field_type','en','Field Type',NULL,NULL),('ps','ps_files_deleted','en','Export Files Deleted',NULL,NULL),('ps','ps_grp_user_fields','en','Group-Specific User Fields',NULL,NULL),('ps','ps_login_max_attempts','en','Maximum Login Attempts',NULL,NULL),('ps','ps_login_max_attempts_info','en','Enter the maximum number of unsuccessful log in attempts allowed. After the maximum number of unsuccessful attempts is exceeded, the user account in question will be set to \'inactive\' and require re-activation in User Management. Leave the field empty to disable this option and ILIAS will not count failed login attempts.',NULL,NULL),('ps','ps_not_accepted','en','Not Accepted',NULL,NULL),('ps','ps_participants_list_courses','en','Allow Activation of Participant Lists in the Member Gallery of Courses',NULL,NULL),('ps','ps_passwd_policy_changed_force_user_reset','en','Your changes have been saved successfully. You just modified at least one password policy setting. Should local users be forced to change their password after their next successful login?',NULL,NULL),('ps','ps_passwd_policy_change_force_user_reset_succ','en','The changes have been successfully applied.',NULL,NULL),('ps','ps_password_change_on_first_login_enabled','en','Change Password on First Login',NULL,NULL),('ps','ps_password_change_on_first_login_enabled_info','en','Require users to change their password the first time they log in (unless they self-registered).',NULL,NULL),('ps','ps_password_chars_and_numbers_enabled','en','Force Characters and Numbers',NULL,NULL),('ps','ps_password_chars_and_numbers_enabled_info','en','Require passwords to contain characters and numbers.',NULL,NULL),('ps','ps_password_max_age','en','Maximum Password Age',NULL,NULL),('ps','ps_password_max_age_info','en','Enter the maximum age allowed for passwords in days. Set to 0 to disable this option.',NULL,NULL),('ps','ps_password_max_length','en','Maximum Password Size',NULL,NULL),('ps','ps_password_max_length_info','en','Enter the maximum size allowed for account passwords. Set to 0 to disable this option.',NULL,NULL),('ps','ps_password_min_length','en','Minimum Password Size',NULL,NULL),('ps','ps_password_min_length_info','en','Enter the minimum required length for account passwords. If set to 0, passwords are still required to have a minimum length of 1. If the required length is altered, the new requirement will be applied only to those accounts created or changed after the new length is set. Existing accounts are not affected.',NULL,NULL),('ps','ps_password_settings','en','Password Settings',NULL,NULL),('ps','ps_password_special_chars_enabled','en','Force Special Characters',NULL,NULL),('ps','ps_password_special_chars_enabled_info','en','Require passwords to contain special characters.',NULL,NULL),('ps','ps_perform_export','en','Start CSV-Export',NULL,NULL),('ps','ps_prevent_simultaneous_logins','en','Prevent Simultaneous Logins',NULL,NULL),('ps','ps_prevent_simultaneous_logins_info','en','Prevent simultaneous logins on the same account from different computers.',NULL,NULL),('ps','ps_privacy_protection','en','Privacy Settings',NULL,NULL),('ps','ps_profile_export','en','Protection of User Profile Data',NULL,NULL),('ps','ps_security_protection','en','Security Settings',NULL,NULL),('ps','ps_select_one','en','Please select one export file',NULL,NULL),('ps','ps_show_crs_access','en','Show last access time of course participants',NULL,NULL),('ps','ps_show_grp_access','en','Show last access time of group participants',NULL,NULL),('ps','ps_show_lso_access','en','Show last access time of learning sequence participants',NULL,NULL),('ps','ps_size','en','Files Size',NULL,NULL),('ps','ps_type_select','en','Select Field',NULL,NULL),('ps','ps_type_select_long','en','Selection Box (Fixed Values)',NULL,NULL),('ps','ps_type_text','en','Text Field',NULL,NULL),('ps','ps_type_txt_long','en','Text Field (Optional Values)',NULL,NULL),('ps','ps_user_selection','en','Participants Selection',NULL,NULL),('ps','ps_warning_modify','en','Attention: At least one user has accepted the user agreement. Modifying these settings will reset all user agreements.',NULL,NULL),('ps','rbac_log','en','Permission Log',NULL,NULL),('ps','rbac_log_age','en','Keep Log Entries',NULL,NULL),('ps','rbac_log_age_info','en','Maximum age of log entries in months',NULL,NULL),('ps','rbac_log_info','en','Log all changes to object permissions.',NULL,NULL),('ps','show_privacy','en','Privacy',NULL,NULL),('ps','show_security','en','Security',NULL,NULL),('pwassist','password_assistance','en','Password Assistance',NULL,NULL),('pwassist','pwassist_disabled_no_access','en','Password assistance is not enabled. Please contact the system administration for further assistance: %s',NULL,NULL),('pwassist','pwassist_enter_email','en','Please enter an e-mail address and submit the form. ILIAS will send an e-mail to that address. The e-mail contains all user names which have registered this e-mail address. Choose a suitable username and use the password service to retrieve a new password. If you do not retrieve any e-mail by this service please contact your course admin or %1$s.',NULL,NULL),('pwassist','pwassist_enter_username_and_email','en','Enter a username and the associated e-mail address in the fields shown below. ILIAS will send a message to that e-mail address. The message contains an address for a web page, where you can enter a new password for the user account. In case you are unable to assign a password to your user account using this form, contact your course administration or send an e-mail to %1$s.',NULL,NULL),('pwassist','pwassist_enter_username_and_new_password','en','Enter the username and the new password in the fields below.',NULL,NULL),('pwassist','pwassist_login_not_match','en','Please enter another username. The username you have entered does not match the username for which you had asked for password assistance.',NULL,NULL),('pwassist','pwassist_mail_body','en','Register a new password for your user account: %1$s<br><br>This message has been generated automatically by the ILIAS server %2$s<br><br>You (or someone at %3$s) has asked for password assistance for the user account \"%4$s\". Please check carefully the conditions listed below and proceed accordingly:<br><br>• If you have used the password assistance form on the ILIAS server by accident: Delete this mail.<br><br>• If you are certain, that you never asked for password assistance at this ILIAS server: Please contact %5$s.<br><br>• If you asked for password assistance, please proceed as follows:<br>1. Open your browser.<br>2. Enter the following address in your browser: %6$s<br>Important: The address is a single line. If you see this address split into multiple lines, then your e-mail program has inserted these line breaks.<br>3. On the web page shown by your browser, enter a new password for your user account.<br><br>Please note, that for security reasons, you can perform the three steps above only exactly once and for a limited time only. Afterwards the address becomes invalid, and you have to use the password assistance page on the ILIAS server again.',NULL,NULL),('pwassist','pwassist_mail_sent','en','A message has been sent to %1$s, if a user account with the entered username and email address could be found. Please check your mail box for further instructions.',NULL,NULL),('pwassist','pwassist_mail_sent_generic','en','A message has been sent to the email address defined in ILIAS. Please check your mail box.',NULL,NULL),('pwassist','pwassist_mail_subject','en','ILIAS Password Assistance',NULL,NULL),('pwassist','pwassist_password_assigned','en','The password has been successfully assigned to user \"%1$s\".',NULL,NULL),('pwassist','pwassist_session_expired','en','Please fill in this form again. Your password assistance session has expired. This may have happened, because you tried to use the link that has been sent by e-mail to you more than once, or because too much time has passed since the link has been sent to you.',NULL,NULL),('pwassist','pwassist_username_mail_body','en','These are the active username found for the given e-mail address: %s <br><br>This message has been created automatically by the following ILIAS Server: %s  <br><br>You (or somebody with IP  %s) have requested support for forgotten user names for the e-mail address \'%s\'. Please check the following and act as suggested:<br><br>• You have requested this e-mail by accident: Delete this e-mail.<br><br>• You are sure, that you never requested this e-mail: Please contact %s.<br><br>• If you requested this e-mail, please proceed as follows:<br>1. Start your internet browser.<br>2. Enter the following url: %s <br>Important: The address is a single line. If you see this address split into multiple lines, then your e-mail program has inserted these line breaks.<br>3. Your Browser now shows the Password-Service. Use this page together with one of the usernames and the according e-mail address to retrieve a new password.',NULL,NULL),('pwassist','unassist_disabled_no_access','en','Username assistance is not enabled. Please contact the system administration for further assistance: %s',NULL,NULL),('pwsp','pwsp_enable_personal_resources','en','Enable personal resources',NULL,NULL),('pwsp','pwsp_enable_wsp_blogs','en','Enable Blogs',NULL,NULL),('pwsp','pwsp_enable_wsp_files','en','Enable Files',NULL,NULL),('pwsp','pwsp_enable_wsp_links','en','Enable Links',NULL,NULL),('qpl','qpl_filter_commented_exclude','en','Questions without comments',NULL,NULL),('qpl','qpl_filter_commented_only','en','Questions with comments',NULL,NULL),('qpl','qpl_page_type_qfbg','en','General Feedback',NULL,NULL),('qpl','qpl_page_type_qfbs','en','Special Feedback',NULL,NULL),('qpl','qpl_page_type_qht','en','Hint',NULL,NULL),('qpl','qpl_page_type_qpl','en','Question Page',NULL,NULL),('rating','rating_activate_rating','en','Enable Rating',NULL,NULL),('rating','rating_activate_rating_info','en','if enabled, users can rate this object.',NULL,NULL),('rating','rating_add_category','en','Add Category',NULL,NULL),('rating','rating_avg_rating','en','Average Rating',NULL,NULL),('rating','rating_categories','en','Rating Categories',NULL,NULL),('rating','rating_category_add','en','Add',NULL,NULL),('rating','rating_category_create','en','Create Category',NULL,NULL),('rating','rating_category_created','en','Category created.',NULL,NULL),('rating','rating_category_deleted','en','Category deleted.',NULL,NULL),('rating','rating_category_delete_sure','en','Are you sure you want to delete the following rating categories?  All ratings for that category will be lost.',NULL,NULL),('rating','rating_category_edit','en','Edit Category',NULL,NULL),('rating','rating_category_update','en','Save',NULL,NULL),('rating','rating_category_updated','en','Category saved.',NULL,NULL),('rating','rating_export_category','en','Category',NULL,NULL),('rating','rating_export_date','en','Date',NULL,NULL),('rating','rating_export_rating','en','Rating',NULL,NULL),('rating','rating_new_objects_auto','en','Default Object Rating',NULL,NULL),('rating','rating_new_objects_auto_info','en','Rating is activated by default for new files, learning modules and wikis.',NULL,NULL),('rating','rating_number_votes','en','%s Ratings',NULL,NULL),('rating','rating_open_dialog','en','Open rating dialog',NULL,NULL),('rating','rating_overlay_submit','en','Submit Rating',NULL,NULL),('rating','rating_personal_rating','en','Your Rating',NULL,NULL),('rating','rating_rate_x_of_5','en','Rate with %s of 5 stars',NULL,NULL),('rating','rating_remove','en','Remove Rating',NULL,NULL),('rating','rating_update_positions','en','Save Order',NULL,NULL),('rating','rating_your_rating','en','Your Rating',NULL,NULL),('rating','rat_not_rated_yet','en','Not Rated Yet',NULL,NULL),('rating','rat_nr_ratings','en','%s Ratings',NULL,NULL),('rating','rat_one_rating','en','One Rating',NULL,NULL),('rbac','accs_edit_permission','en','User can change permissions of Accessibility Settings  in Administration.',NULL,NULL),('rbac','accs_read','en','User has read access to Accessibility Settings in Administration.',NULL,NULL),('rbac','accs_visible','en','Accessibility Settings are visible in Administration.',NULL,NULL),('rbac','accs_write','en','User can edit Accessibility Settings in Administration.',NULL,NULL),('rbac','activate_wiki_protection','en','Set Read-Only',NULL,NULL),('rbac','active_preconditions','en','Preconditions',NULL,NULL),('rbac','add_consultation_hours','en','Add Consultation Hours',NULL,NULL),('rbac','add_consume_provider','en','Add Own LTI Provider Settings',NULL,NULL),('rbac','add_pages','en','Add Pages',NULL,NULL),('rbac','add_reply','en','Add Reply',NULL,NULL),('rbac','add_thread','en','Add Thread',NULL,NULL),('rbac','adm_edit_permission','en','User can change permissions of General Settings in Administration.',NULL,NULL),('rbac','adm_read','en','User has read access to General Settings in Administration.',NULL,NULL),('rbac','adm_visible','en','General Settings are visible in Administration.',NULL,NULL),('rbac','adm_write','en','User can edit General Settings in Administration.',NULL,NULL),('rbac','adn_edit_permission','en','User can change permissions of Administrative Notifications\' administration.',NULL,NULL),('rbac','adn_read','en','User has read access to administration of Administrative Notifications.',NULL,NULL),('rbac','adn_visible','en','Administration of Administrative Notifications is visible.',NULL,NULL),('rbac','adn_write','en','User can add and edit Administrative Notifications.',NULL,NULL),('rbac','adopt_perm_from_template','en','Copy Permission Settings',NULL,NULL),('rbac','adve_edit_permission','en','User can change permission settings of Editing administration',NULL,NULL),('rbac','adve_read','en','User has read access to Editing Administration',NULL,NULL),('rbac','adve_visible','en','Editing Administration is visible',NULL,NULL),('rbac','adve_write','en','User can edit settings of Editing Administration',NULL,NULL),('rbac','amend_grading','en','Amend finalized grading',NULL,NULL),('rbac','assf_edit_permission','en','User can change permission settings of Test and Assessment administration',NULL,NULL),('rbac','assf_read','en','User has read access Test and Assessment Administration',NULL,NULL),('rbac','assf_visible','en','Test and Assessment administration is visible',NULL,NULL),('rbac','assf_write','en','User can edit settings of Test and Assessment Administration',NULL,NULL),('rbac','auth_edit_permission','en','User can change permission settings of Authentication and Registration administration',NULL,NULL),('rbac','auth_read','en','User has read access to administration of Authentication and Registration',NULL,NULL),('rbac','auth_visible','en','Administration of Authentication and Registration is visible',NULL,NULL),('rbac','auth_write','en','User can edit settings for Authentication and Registration',NULL,NULL),('rbac','awra_edit_permission','en','User can change permission settings in ‘Who is online?’ administration',NULL,NULL),('rbac','awra_read','en','User has read access to ‘Who is online?’ administration',NULL,NULL),('rbac','awra_visible','en','‘Who is online?’ administration is visible',NULL,NULL),('rbac','awra_write','en','Edit settings in ‘Who is online?’ administration',NULL,NULL),('rbac','bdga_edit_permission','en','User can change permission settings',NULL,NULL),('rbac','bdga_read','en','User can read badge administration content',NULL,NULL),('rbac','bdga_visible','en','Badge administration is visible',NULL,NULL),('rbac','bdga_write','en','User can edit badge administration settings',NULL,NULL),('rbac','bibl_copy','en','Copy Bibliography',NULL,NULL),('rbac','bibl_delete','en','User can move or delete bibliography',NULL,NULL),('rbac','bibl_edit_permission','en','User can change permission settings',NULL,NULL),('rbac','bibl_read','en','User can read bibliography content',NULL,NULL),('rbac','bibl_visible','en','Bibliography is visible',NULL,NULL),('rbac','bibl_write','en','User can edit bibliography settings',NULL,NULL),('rbac','bibs_copy','en','User can copy bibliography',NULL,NULL),('rbac','bibs_delete','en','User can delete library entries',NULL,NULL),('rbac','bibs_edit_permission','en','User can change permission settings',NULL,NULL),('rbac','bibs_read','en','User can read bibliography content',NULL,NULL),('rbac','bibs_visible','en','Bibliography-Administration is visible',NULL,NULL),('rbac','bibs_write','en','User can edit bibliography settings',NULL,NULL),('rbac','blga_edit_permission','en','User can change permission settings of Blog administration',NULL,NULL),('rbac','blga_read','en','User has read access to Blog Administration',NULL,NULL),('rbac','blga_visible','en','Blog Administration is visible',NULL,NULL),('rbac','blga_write','en','User can edit settings in Blog Administration',NULL,NULL),('rbac','blog_contribute','en','User can create posts',NULL,NULL),('rbac','blog_copy','en','User can copy blog',NULL,NULL),('rbac','blog_delete','en','User can move or delete blog',NULL,NULL),('rbac','blog_edit_permission','en','User can change permission settings',NULL,NULL),('rbac','blog_read','en','User can read blog content',NULL,NULL),('rbac','blog_redact','en','User can edit posts of other contributors, too',NULL,NULL),('rbac','blog_visible','en','Blog is visible',NULL,NULL),('rbac','blog_write','en','User can edit blog settings',NULL,NULL),('rbac','book_copy','en','User can copy booking pool',NULL,NULL),('rbac','book_delete','en','User can move or delete booking pool',NULL,NULL),('rbac','book_edit_permission','en','User can change permission settings for booking pool',NULL,NULL),('rbac','book_read','en','User can book resources / objects in booking pool',NULL,NULL),('rbac','book_visible','en','Booking pool is visible',NULL,NULL),('rbac','book_write','en','User can edit settings and content of booking pool',NULL,NULL),('rbac','cadm_edit_permission','en','User can change permission settings',NULL,NULL),('rbac','cadm_read','en','User has read access to user connection administration',NULL,NULL),('rbac','cadm_visible','en','User connection administration is visible',NULL,NULL),('rbac','cadm_write','en','User has write access to user connection administration',NULL,NULL),('rbac','cals_add_consultation_hours','en','User can offer and edit consultation hours in calendar',NULL,NULL),('rbac','cals_edit_event','en','User can create and edit public calendars and events in ILIAS',NULL,NULL),('rbac','cals_edit_permission','en','User can change permission settings for Calendar administration',NULL,NULL),('rbac','cals_read','en','User has read access to Calendar Administration',NULL,NULL),('rbac','cals_visible','en','Calendar Administration is visible',NULL,NULL),('rbac','cals_write','en','User can edit settings of Calendar Administration',NULL,NULL),('rbac','catr_copy','en','User can copy category link',NULL,NULL),('rbac','catr_delete','en','User can move or delete category link',NULL,NULL),('rbac','catr_edit_permission','en','User can change permission settings',NULL,NULL),('rbac','catr_visible','en','Category link is visible',NULL,NULL),('rbac','catr_write','en','User can edit settings of category link',NULL,NULL),('rbac','cat_administrate_users','en','Administrate Local User Accounts',NULL,NULL),('rbac','cat_cat_administrate_users','en','User can create and administrate local user accounts in this category',NULL,NULL),('rbac','cat_copy','en','User can copy category',NULL,NULL),('rbac','cat_delete','en','User can move or delete category',NULL,NULL),('rbac','cat_edit_permission','en','User can change permission settings',NULL,NULL),('rbac','cat_read','en','User has read access to category',NULL,NULL),('rbac','cat_read_users','en','User can read local user accounts created in this category',NULL,NULL),('rbac','cat_visible','en','Category is visible',NULL,NULL),('rbac','cat_write','en','User can edit settings of category and manage content',NULL,NULL),('rbac','cert_edit_permission','en','User can change permission settings of Certificates administration',NULL,NULL),('rbac','cert_read','en','User has read access to Certificates Administration',NULL,NULL),('rbac','cert_visible','en','Certificates Administration is visible',NULL,NULL),('rbac','cert_write','en','User can edit settings in Certificates Administration',NULL,NULL),('rbac','change_existing_objects','en','Change Existing Objects',NULL,NULL),('rbac','change_existing_objects_desc','en','The permission settings of this role will be adopted to ALL existing objects. If you want to change permissions only for specific object types please click the checkboxes to the right of the appropriate object type.',NULL,NULL),('rbac','change_existing_object_type_desc','en','This will also change the permissions of already existing objects of that type',NULL,NULL),('rbac','change_existing_prefix','en','Change Existing',NULL,NULL),('rbac','change_existing_prefix_single','en','Change',NULL,NULL),('rbac','change_existing_suffix','en','&nbsp;',NULL,NULL),('rbac','change_existing_suffix_single','en','&nbsp;',NULL,NULL),('rbac','change_presentation','en','Change Presentation',NULL,NULL),('rbac','chtr_delete','en','User can move or delete chat room',NULL,NULL),('rbac','chtr_edit_permission','en','User can change Permission Settings for Chat Room',NULL,NULL),('rbac','chtr_moderate','en','User can moderate discussion in chat room',NULL,NULL),('rbac','chtr_read','en','User can join and participate at chat room',NULL,NULL),('rbac','chtr_visible','en','Chat Room is visible',NULL,NULL),('rbac','chtr_write','en','User can edit settings of chat room and ban users',NULL,NULL),('rbac','cmis_edit_permissions','en','User can change permission settings of xAPI/cmi5 administration.',NULL,NULL),('rbac','cmis_read','en','User has read access to xAPI/cmi5 administration.',NULL,NULL),('rbac','cmis_visible','en','Administration of xAPI/cmi5 is visible.',NULL,NULL),('rbac','cmis_write','en','User can edit settings of xAPI/cmi5 administration.',NULL,NULL),('rbac','cmix_copy','en','User can copy xAPI/cmi5 Object',NULL,NULL),('rbac','cmix_delete','en','User can move or delete xAPI/cmi5 Object',NULL,NULL),('rbac','cmix_edit_learning_progress','en','User can edit learning progress settings',NULL,NULL),('rbac','cmix_edit_permission','en','User can change permission settings',NULL,NULL),('rbac','cmix_read','en','User can see xAPI/cmi5 Object',NULL,NULL),('rbac','cmix_read_learning_progress','en','User can view learning progress of other users',NULL,NULL),('rbac','cmix_read_outcomes','en','User can see learning experiences and ranking of other users',NULL,NULL),('rbac','cmix_visible','en','xAPI/cmi5 Object is visible',NULL,NULL),('rbac','cmix_write','en','User can edit settings of xAPI/cmi5 Object',NULL,NULL),('rbac','cmps_edit_permission','en','User can change permission settings of Plugins, Modules and Services administration',NULL,NULL),('rbac','cmps_read','en','User has read access to administration of Plugins, Modules and Services',NULL,NULL),('rbac','cmps_visible','en','Administration of Plugins, Modules and Services settings is visible',NULL,NULL),('rbac','cmps_write','en','User can edit settings of Plugins, Modules and Services',NULL,NULL),('rbac','coms_edit_permissions','en','User can change permission settings of administration of Comments.',NULL,NULL),('rbac','coms_read','en','User has read access to administration of Comments.',NULL,NULL),('rbac','coms_visible','en','Administration of Comments is visible.',NULL,NULL),('rbac','coms_write','en','User can edit settings of administration of Comments.',NULL,NULL),('rbac','condition_failed','en','Failed',NULL,NULL),('rbac','condition_learning_progress','en','Learning Progress Status: Completed',NULL,NULL),('rbac','contribute','en','Contribute',NULL,NULL),('rbac','copa_copy','en','Copy Content Page',NULL,NULL),('rbac','copa_delete','en','User can move or delete Content Page',NULL,NULL),('rbac','copa_edit_learning_progress','en','User can edit learning progress settings',NULL,NULL),('rbac','copa_edit_permission','en','User can change permission settings',NULL,NULL),('rbac','copa_read','en','User can read Content Page',NULL,NULL),('rbac','copa_read_learning_progress','en','User can view learning progress of other users',NULL,NULL),('rbac','copa_visible','en','Content Page is visible',NULL,NULL),('rbac','copa_write','en','User can edit Content Page',NULL,NULL),('rbac','cpad_edit_permissions','en','User can change permission settings of administration of Content Pages.',NULL,NULL),('rbac','cpad_read','en','User has read access to administration of Content Pages.',NULL,NULL),('rbac','cpad_visible','en','Administration of Content Pages is visible.',NULL,NULL),('rbac','cpad_write','en','User can edit settings of administration of Content Pages.',NULL,NULL),('rbac','crsr_copy','en','User can copy course link',NULL,NULL),('rbac','crsr_delete','en','User can move or delete course link',NULL,NULL),('rbac','crsr_edit_learning_progress','en','User can edit learning progress settings',NULL,NULL),('rbac','crsr_edit_permission','en','User can change permission settings',NULL,NULL),('rbac','crsr_read_learning_progress','en','User can view learning progress of other users',NULL,NULL),('rbac','crsr_visible','en','Course link is visible',NULL,NULL),('rbac','crsr_write','en','User can edit settings of course link',NULL,NULL),('rbac','crss_edit_permission','en','User can change permission settings in Course administration',NULL,NULL),('rbac','crss_read','en','User has read access to Course administration',NULL,NULL),('rbac','crss_visible','en','Course administration is visible',NULL,NULL),('rbac','crss_write','en','Edit settings in Course administration',NULL,NULL),('rbac','crs_copy','en','User can copy course',NULL,NULL),('rbac','crs_delete','en','User can move or delete course',NULL,NULL),('rbac','crs_edit_event','en','Edit Calendar Events',NULL,NULL),('rbac','crs_edit_learning_progress','en','User can edit learning progress settings',NULL,NULL),('rbac','crs_edit_permission','en','User can change permission settings',NULL,NULL),('rbac','crs_grade','en','Grade Members of Course',NULL,NULL),('rbac','crs_join','en','User can join course',NULL,NULL),('rbac','crs_leave','en','User can unsubscribe from course',NULL,NULL),('rbac','crs_manage_members','en','Manage Members of Course',NULL,NULL),('rbac','crs_news_add_news','en','Add and edit own news entries in course',NULL,NULL),('rbac','crs_read','en','User has read access to course',NULL,NULL),('rbac','crs_read_learning_progress','en','User can view learning progress of other users',NULL,NULL),('rbac','crs_visible','en','Course is visible',NULL,NULL),('rbac','crs_write','en','User can edit course settings and manage content',NULL,NULL),('rbac','dcl_add_entry','en','User can add/edit entries',NULL,NULL),('rbac','dcl_copy','en','User can copy data collection',NULL,NULL),('rbac','dcl_delete','en','User can move or delete data collection',NULL,NULL),('rbac','dcl_edit_content','en','Edit entries',NULL,NULL),('rbac','dcl_edit_permission','en','User can change permission settings',NULL,NULL),('rbac','dcl_read','en','Read access to Data Collection',NULL,NULL),('rbac','dcl_visible','en','Data Collection is visible',NULL,NULL),('rbac','dcl_write','en','User can edit settings and content of data collection',NULL,NULL),('rbac','delete_files','en','Delete Files',NULL,NULL),('rbac','delete_folders','en','Delete Folders',NULL,NULL),('rbac','delete_wiki_pages','en','Delete Pages',NULL,NULL),('rbac','dshs_change_presentation','en','Change presentation of dashboard view',NULL,NULL),('rbac','dshs_edit_permission','en','User can change permission settings of Dashboard administration',NULL,NULL),('rbac','dshs_read','en','User has read access to Dashboard administration',NULL,NULL),('rbac','dshs_visible','en','Dashboard administration is visible',NULL,NULL),('rbac','dshs_write','en','Edit settings of Dashboard administration',NULL,NULL),('rbac','ecss_edit_permission','en','User can edit permission settings of ECS administration',NULL,NULL),('rbac','ecss_read','en','User can read general ECS settings',NULL,NULL),('rbac','ecss_visible','en','ECS settings are visible',NULL,NULL),('rbac','ecss_write','en','User can edit ECS settings',NULL,NULL),('rbac','edit_event','en','Edit Calendar',NULL,NULL),('rbac','edit_file','en','Edit File',NULL,NULL),('rbac','edit_in_online_editor','en','Open in online editor',NULL,NULL),('rbac','edit_learning_progress','en','Edit Learning Progress Settings',NULL,NULL),('rbac','edit_members','en','Manage members',NULL,NULL),('rbac','edit_permission','en','Change Permissions',NULL,NULL),('rbac','edit_roleassignment','en','Edit role assignment',NULL,NULL),('rbac','edit_submissions_grades','en','Edit Submissions and Grades',NULL,NULL),('rbac','edit_userassignment','en','Edit User Assignment',NULL,NULL),('rbac','edit_wiki_navigation','en','Edit Navigation',NULL,NULL),('rbac','excs_edit_permission','en','User can change permission settings in Exercise administration',NULL,NULL),('rbac','excs_read','en','User has read access to Exercise administration',NULL,NULL),('rbac','excs_visible','en','Exercise administration is visible',NULL,NULL),('rbac','excs_write','en','Edit settings in Exercise administration',NULL,NULL),('rbac','exc_copy','en','User can copy exercise',NULL,NULL),('rbac','exc_delete','en','User can move or delete exercise',NULL,NULL),('rbac','exc_edit_learning_progress','en','User can edit learning progress settings',NULL,NULL),('rbac','exc_edit_permission','en','User can change permission settings',NULL,NULL),('rbac','exc_edit_submissions_grades','en','User can edit submissions and grades',NULL,NULL),('rbac','exc_read','en','User can participate at exercise',NULL,NULL),('rbac','exc_read_learning_progress','en','User can view learning progress of other users',NULL,NULL),('rbac','exc_visible','en','Exercise is visible',NULL,NULL),('rbac','exc_write','en','User can edit settings and assignments of exercise',NULL,NULL),('rbac','export_member_data','en','Access User Data',NULL,NULL),('rbac','extt_edit_permission','en','User can change permission settings of Third Party Software administration',NULL,NULL),('rbac','extt_read','en','User has read access to administration of Third Party Software',NULL,NULL),('rbac','extt_visible','en','Administration of Third Party Software is visible',NULL,NULL),('rbac','extt_write','en','User can edit settings of Third Party Software',NULL,NULL),('rbac','facs_edit_permission','en','User can change permission settings of Files and Folders administration',NULL,NULL),('rbac','facs_read','en','User has read access to administration of Files and Folders',NULL,NULL),('rbac','facs_upload_blacklisted_files','en','Upload indexed file types despite blacklist',NULL,NULL),('rbac','facs_visible','en','Administration of Files and Folders is visible',NULL,NULL),('rbac','facs_write','en','User can edit settings in administration of Files and Folders',NULL,NULL),('rbac','feed_copy','en','User can copy webfeed',NULL,NULL),('rbac','feed_delete','en','User can move or delete web feed',NULL,NULL),('rbac','feed_edit_permission','en','User can change permission settings',NULL,NULL),('rbac','feed_read','en','User can read content of web feed',NULL,NULL),('rbac','feed_write','en','User can edit web feed settings',NULL,NULL),('rbac','files_visible','en','Files Visible',NULL,NULL),('rbac','file_copy','en','User can copy file',NULL,NULL),('rbac','file_delete','en','User can move or delete file',NULL,NULL),('rbac','file_edit_file','en','Allow to edit the file in an external editor, if available',NULL,NULL),('rbac','file_edit_learning_progress','en','User can edit learning progress settings',NULL,NULL),('rbac','file_edit_permission','en','User can change permission settings',NULL,NULL),('rbac','file_read','en','User can download file',NULL,NULL),('rbac','file_read_learning_progress','en','User can view learning progress of other users',NULL,NULL),('rbac','file_visible','en','File is visible',NULL,NULL),('rbac','file_write','en','User can edit file settings and upload new version of file',NULL,NULL),('rbac','fils_edit_permissions','en','User can change permission settings of File Services administration.',NULL,NULL),('rbac','fils_read','en','User has read access to File Services administration.',NULL,NULL),('rbac','fils_visible','en','Administration of File Services is visible.',NULL,NULL),('rbac','fils_write','en','User can edit and configure File Services.',NULL,NULL),('rbac','filter_all_roles','en','Show all roles of current context',NULL,NULL),('rbac','filter_global_roles','en','Show only global roles',NULL,NULL),('rbac','filter_local_roles','en','Show only local roles of current context',NULL,NULL),('rbac','filter_local_roles_object','en','Show only local roles defined at this position',NULL,NULL),('rbac','filter_roles_local_policy','en','Show only roles using a local policy at this position',NULL,NULL),('rbac','fld_create_poll','en','Create Poll',NULL,NULL),('rbac','folders_create','en','Create Folders',NULL,NULL),('rbac','folders_visible','en','Folders Visible',NULL,NULL),('rbac','fold_copy','en','User can copy folder',NULL,NULL),('rbac','fold_delete','en','User can move or delete folder',NULL,NULL),('rbac','fold_edit_learning_progress','en','User can edit learning progress settings',NULL,NULL),('rbac','fold_edit_permission','en','User can change permission settings',NULL,NULL),('rbac','fold_read','en','User has read access to folder',NULL,NULL),('rbac','fold_read_learning_progress','en','User can view learning progress of other users',NULL,NULL),('rbac','fold_visible','en','Folder is visible',NULL,NULL),('rbac','fold_write','en','User can edit settings of folder and manage content',NULL,NULL),('rbac','frma_edit_permission','en','User can change permission settings of Forum administration',NULL,NULL),('rbac','frma_read','en','User has read access to Forum Administration',NULL,NULL),('rbac','frma_visible','en','Forum Administration is visible',NULL,NULL),('rbac','frma_write','en','User can edit settings in Forum Administration',NULL,NULL),('rbac','frm_add_reply','en','Users can reply to a post',NULL,NULL),('rbac','frm_add_thread','en','User can add a new thread',NULL,NULL),('rbac','frm_copy','en','User can copy forum',NULL,NULL),('rbac','frm_delete','en','User can move or delete forum',NULL,NULL),('rbac','frm_edit_permission','en','User can change permission settings',NULL,NULL),('rbac','frm_moderate_frm','en','User can edit, censor and delete posts',NULL,NULL),('rbac','frm_read','en','User can read forum content',NULL,NULL),('rbac','frm_visible','en','Forum is visible',NULL,NULL),('rbac','frm_write','en','User can edit forum settings and moderators',NULL,NULL),('rbac','glo_copy','en','User can copy glossary',NULL,NULL),('rbac','glo_delete','en','User can move or delete glossary',NULL,NULL),('rbac','glo_edit_content','en','User can edit content',NULL,NULL),('rbac','glo_edit_permission','en','User can change permission settings',NULL,NULL),('rbac','glo_read','en','User can read glossary content',NULL,NULL),('rbac','glo_visible','en','Glossary is visible',NULL,NULL),('rbac','glo_write','en','User can edit content and settings of glossary',NULL,NULL),('rbac','grpr_copy','en','User can copy group link',NULL,NULL),('rbac','grpr_delete','en','User can move or delete group link',NULL,NULL),('rbac','grpr_edit_permission','en','User can change permission settings',NULL,NULL),('rbac','grpr_visible','en','Group link is visible',NULL,NULL),('rbac','grpr_write','en','User can edit settings of group link',NULL,NULL),('rbac','grps_edit_permission','en','User can change permission settings in Group administration',NULL,NULL),('rbac','grps_read','en','User has read access to Group administration',NULL,NULL),('rbac','grps_visible','en','Group administration is visible',NULL,NULL),('rbac','grps_write','en','Edit settings in Group administration',NULL,NULL),('rbac','grp_copy','en','User can copy group',NULL,NULL),('rbac','grp_delete','en','User can move or delete group',NULL,NULL),('rbac','grp_edit_event','en','Edit Calendar Events',NULL,NULL),('rbac','grp_edit_learning_progress','en','User can edit learning progress settings',NULL,NULL),('rbac','grp_edit_permission','en','User can change permission settings',NULL,NULL),('rbac','grp_grade','en','Grade Members of Group',NULL,NULL),('rbac','grp_join','en','User can join group',NULL,NULL),('rbac','grp_leave','en','User can unsubscribe from group',NULL,NULL),('rbac','grp_manage_members','en','Manage Members of Group',NULL,NULL),('rbac','grp_news_add_news','en','Add and edit own news entries in group',NULL,NULL),('rbac','grp_read','en','User has read access to group',NULL,NULL),('rbac','grp_read_learning_progress','en','User can view learning progress of other users',NULL,NULL),('rbac','grp_visible','en','Group is visible',NULL,NULL),('rbac','grp_write','en','User can edit group settings and manage content',NULL,NULL),('rbac','hlps_edit_permission','en','User can change permissions of Help System administration.',NULL,NULL),('rbac','hlps_read','en','User has read access to Help System administration.',NULL,NULL),('rbac','hlps_visible','en','Help System administration is visible.',NULL,NULL),('rbac','hlps_write','en','User can edit settings of Help System and upload new versions',NULL,NULL),('rbac','htlm_copy','en','User can copy HTML learning module',NULL,NULL),('rbac','htlm_delete','en','User can move or delete HTML learning module',NULL,NULL),('rbac','htlm_edit_learning_progress','en','User can edit learning progress settings',NULL,NULL),('rbac','htlm_edit_permission','en','User can change permission settings',NULL,NULL),('rbac','htlm_read','en','User can read HTML learning module',NULL,NULL),('rbac','htlm_read_learning_progress','en','User can view learning progress of other users',NULL,NULL),('rbac','htlm_visible','en','HTML learning module is visible',NULL,NULL),('rbac','htlm_write','en','User can edit content and settings of HTML learning module',NULL,NULL),('rbac','iass_amend_grading','en','Amend gradings in an Individual Assessment',NULL,NULL),('rbac','iass_copy','en','Copy an Individual Assessment',NULL,NULL),('rbac','iass_delete','en','Delete an Individual Assessment',NULL,NULL),('rbac','iass_edit_learning_progress','en','Edit learning progress information of an Individual Assessment',NULL,NULL),('rbac','iass_edit_members','en','Edit members of an Individual Assessment',NULL,NULL),('rbac','iass_edit_permission','en','Edit permissions of an Individual Assessment',NULL,NULL),('rbac','iass_read','en','Read content of an Individual Assessment',NULL,NULL),('rbac','iass_read_learning_progress','en','View learning progress information of an Individual Assessment',NULL,NULL),('rbac','iass_visible','en','Individual Assessment is visible',NULL,NULL),('rbac','iass_write','en','Edit an Individual Assessment',NULL,NULL),('rbac','ilias_id','en','ILIAS-ID',NULL,NULL),('rbac','il_lti_global_role','en','LTI User',NULL,NULL),('rbac','il_sess_participant','en','Session Participant',NULL,NULL),('rbac','il_sess_status_closed','en','Non-Participant Closed Session',NULL,NULL),('rbac','info_user_view_changed','en','User view changed',NULL,NULL),('rbac','internal_mail','en','Internal Mail',NULL,NULL),('rbac','invite','en','Inviting to survey',NULL,NULL),('rbac','itgr_copy','en','User can copy item group',NULL,NULL),('rbac','itgr_delete','en','User can move or delete item group',NULL,NULL),('rbac','itgr_edit_permission','en','User can change permission settings',NULL,NULL),('rbac','itgr_read','en','User can see items in item group',NULL,NULL),('rbac','itgr_visible','en','Item group is visible',NULL,NULL),('rbac','itgr_write','en','User can edit content and settings of item group',NULL,NULL),('rbac','leave','en','Unsubscribe',NULL,NULL),('rbac','lhts_edit_permissions','en','User can change permission settings of Learning History administration.',NULL,NULL),('rbac','lhts_read','en','User has read access to Learning History administration.',NULL,NULL),('rbac','lhts_visible','en','Administration of Learning History is visible.',NULL,NULL),('rbac','lhts_write','en','User can edit settings of Learning History administration.',NULL,NULL),('rbac','lm_copy','en','User can copy ILIAS learning module',NULL,NULL),('rbac','lm_delete','en','User can move or delete ILIAS learning module',NULL,NULL),('rbac','lm_edit_learning_progress','en','User can edit learning progress settings',NULL,NULL),('rbac','lm_edit_permission','en','User can change permission settings',NULL,NULL),('rbac','lm_read','en','User can read ILIAS learning module',NULL,NULL),('rbac','lm_read_learning_progress','en','User can view learning progress of other users',NULL,NULL),('rbac','lm_visible','en','ILIAS Learning Module is visible',NULL,NULL),('rbac','lm_write','en','User can edit content and settings of ILIAS learning module',NULL,NULL),('rbac','lngf_edit_permission','en','User can change permission settings of Language administration',NULL,NULL),('rbac','lngf_read','en','User has read access to Language administration',NULL,NULL),('rbac','lngf_visible','en','Language administration is visible',NULL,NULL),('rbac','lngf_write','en','User can edit settings in Language administration and use extended language maintenance',NULL,NULL),('rbac','logs_edit_permission','en','User can edit permission settings of Logging administration',NULL,NULL),('rbac','logs_read','en','User can read general Logging settings',NULL,NULL),('rbac','logs_visible','en','Logging settings are visible',NULL,NULL),('rbac','logs_write','en','User can edit Logging settings',NULL,NULL),('rbac','lp_other_users','en','See learning progress overview of other users',NULL,NULL),('rbac','lrss_edit_permission','en','User can change permission settings of Learning Resources administration',NULL,NULL),('rbac','lrss_read','en','Read access to administration of Learning Resources',NULL,NULL),('rbac','lrss_visible','en','Administration of Learning Resources is visible',NULL,NULL),('rbac','lrss_write','en','User can edit settings of Learning Resources in administration',NULL,NULL),('rbac','lsos_edit_permissions','en','User can change permission settings of Learning Sequences administration.',NULL,NULL),('rbac','lsos_read','en','User has read access to Learning Sequences administration.',NULL,NULL),('rbac','lsos_visible','en','Administration of Learning Sequences is visible.',NULL,NULL),('rbac','lsos_write','en','User can edit settings of Learning Sequences administration.',NULL,NULL),('rbac','lso_copy','en','User can copy Learning Sequence',NULL,NULL),('rbac','lso_delete','en','User can delete Learning Sequence',NULL,NULL),('rbac','lso_edit_learning_progress','en','User can edit learning progress settings',NULL,NULL),('rbac','lso_edit_permission','en','User can change permission settings of Learning Sequence',NULL,NULL),('rbac','lso_lp_other_users','en','User can view learning progress of other users',NULL,NULL),('rbac','lso_manage_members','en','Manage members of Learning Sequence',NULL,NULL),('rbac','lso_participate','en','User can subscribe to a Learning Sequence',NULL,NULL),('rbac','lso_read','en','Users can access the Learning Sequence',NULL,NULL),('rbac','lso_read_learning_progress','en','User can view learning progress of other users',NULL,NULL),('rbac','lso_unparticipate','en','User can unsubscribe from a Learning Sequence',NULL,NULL),('rbac','lso_visible','en','Learning Sequence is visible',NULL,NULL),('rbac','lso_write','en','User can edit settings of Learning Sequence',NULL,NULL),('rbac','ltis_add_consume_provider','en','User can add own provider settings for LTI consumer',NULL,NULL),('rbac','ltis_edit_permission','en','User can change permission settings in LTI administration',NULL,NULL),('rbac','ltis_read','en','User has read access to LTI administration',NULL,NULL),('rbac','ltis_release_objects','en','User can release Objects for LTI Consumer',NULL,NULL),('rbac','ltis_visible','en','LTI administration is visible',NULL,NULL),('rbac','ltis_write','en','User can edit settings in LTI administration',NULL,NULL),('rbac','lti_copy','en','User can copy LTI consumer',NULL,NULL),('rbac','lti_delete','en','User can move or delete LTI consumer',NULL,NULL),('rbac','lti_edit_learning_progress','en','User can edit learning progress settings',NULL,NULL),('rbac','lti_edit_permission','en','User can change permission settings',NULL,NULL),('rbac','lti_read','en','User can see LTI consumer',NULL,NULL),('rbac','lti_read_learning_progress','en','User can view learning progress of other users',NULL,NULL),('rbac','lti_read_outcomes','en','User can see learning experiences and ranking of other users',NULL,NULL),('rbac','lti_visible','en','LTI consumer is visible',NULL,NULL),('rbac','lti_write','en','User can edit settings of LTI consumer',NULL,NULL),('rbac','mail_internal_mail','en','User can use internal mail system (ILIAS)',NULL,NULL),('rbac','mail_mail_to_global_roles','en','User can send mails to global roles',NULL,NULL),('rbac','mail_read','en','User has read access to Mail administration',NULL,NULL),('rbac','mail_smtp_mail','en','User can send e-mails per SMTP to external addresses',NULL,NULL),('rbac','mail_to_global_roles','en','Global Mails',NULL,NULL),('rbac','mail_visible','en','Mail administration is visible',NULL,NULL),('rbac','mail_write','en','User can edit settings in Mail administration',NULL,NULL),('rbac','manage_comp','en','Edit Competences',NULL,NULL),('rbac','manage_comp_temp','en','Edit Competence Templates',NULL,NULL),('rbac','manage_materials','en','Manage Materials',NULL,NULL),('rbac','manage_profiles','en','Edit Competence Profiles',NULL,NULL),('rbac','mcst_copy','en','User can copy mediacast',NULL,NULL),('rbac','mcst_delete','en','User can move or delete mediacast',NULL,NULL),('rbac','mcst_edit_learning_progress','en','User can edit learning progress settings',NULL,NULL),('rbac','mcst_edit_permission','en','User can change permission settings',NULL,NULL),('rbac','mcst_read','en','User can read mediacast',NULL,NULL),('rbac','mcst_read_learning_progress','en','User can view learning progress of other users',NULL,NULL),('rbac','mcst_visible','en','Mediacast is visible',NULL,NULL),('rbac','mcst_write','en','User can edit content and settings of mediacast',NULL,NULL),('rbac','mcts_edit_permission','en','User can change permission settings in Mediacast administration',NULL,NULL),('rbac','mcts_read','en','User has read access to Mediacast administration',NULL,NULL),('rbac','mcts_visible','en','Mediacast administration is visible',NULL,NULL),('rbac','mcts_write','en','User can edit settings in Mediacast administration',NULL,NULL),('rbac','mds_edit_permission','en','User can change permission settings in Metadata administration',NULL,NULL),('rbac','mds_read','en','User has read access to Metadata administration',NULL,NULL),('rbac','mds_visible','en','Metadata administration is visible',NULL,NULL),('rbac','mds_write','en','User can edit settings in Metadata administration',NULL,NULL),('rbac','mep_copy','en','User can copy media pool',NULL,NULL),('rbac','mep_delete','en','User can move or delete media pool',NULL,NULL),('rbac','mep_edit_permission','en','User can change permission settings',NULL,NULL),('rbac','mep_read','en','User has read access to media pool and can reuse media objects',NULL,NULL),('rbac','mep_visible','en','Media pool is visible',NULL,NULL),('rbac','mep_write','en','User can edit content and settings of media pool',NULL,NULL),('rbac','mme_edit_permission','en','User can change permission settings of Main Menu administration',NULL,NULL),('rbac','mme_read','en','User has read access to administration of Main Menu',NULL,NULL),('rbac','mme_visible','en','Administration of Main Menu is visible',NULL,NULL),('rbac','mme_write','en','User can edit settings of Main Menu administration',NULL,NULL),('rbac','mobs_edit_permission','en','User can change permission settings in Media Objects/Pools administration',NULL,NULL),('rbac','mobs_read','en','User has read access to Media Objects/Pools administration',NULL,NULL),('rbac','mobs_visible','en','Media Objects/Pools administration is visible',NULL,NULL),('rbac','mobs_write','en','User can edit settings in Media Objects/Pools administration',NULL,NULL),('rbac','moderate','en','Moderate',NULL,NULL),('rbac','moderate_frm','en','Moderate',NULL,NULL),('rbac','msg_anonymous_cannot_be_assigned','en','Anonymous cannot be assigned to a role.',NULL,NULL),('rbac','msg_no_roles_of_type','en','No Roles available with selected filter setting',NULL,NULL),('rbac','news_add_news','en','Add News',NULL,NULL),('rbac','nots_edit_permissions','en','User can change permission settings of Notes administration.',NULL,NULL),('rbac','nots_read','en','User has read access to Notes administration.',NULL,NULL),('rbac','nots_visible','en','Administration of Notes is visible.',NULL,NULL),('rbac','nots_write','en','User can edit settings of Notes administration.',NULL,NULL),('rbac','nwss_edit_permission','en','User can change permission settings in News and Web Feeds administration',NULL,NULL),('rbac','nwss_read','en','User has read access to ews and Web Feeds administration',NULL,NULL),('rbac','nwss_visible','en','News and Web Feeds administration is visible',NULL,NULL),('rbac','nwss_write','en','User can edit settings in News and Web Feeds administration',NULL,NULL),('rbac','obj_skee','en','Competence Tree',NULL,NULL),('rbac','orgu_cat_administrate_users','en','User can create and administrate local user accounts in this Organisational Unit',NULL,NULL),('rbac','orgu_copy','en','Copy Organisational Unit',NULL,NULL),('rbac','orgu_delete','en','User can move or delete Organisational Unit',NULL,NULL),('rbac','orgu_edit_permission','en','User can change permission settings',NULL,NULL),('rbac','orgu_read','en','User has read access to Organisational Unit',NULL,NULL),('rbac','orgu_read_users','en','User can read local user accounts created in this Organisational Unit',NULL,NULL),('rbac','orgu_view_learning_progress','en','View Learning Progress',NULL,NULL),('rbac','orgu_view_learning_progress_rec','en','View Learning Progress of Unit incl. Subunits',NULL,NULL),('rbac','orgu_visible','en','Organisational Unit is visible',NULL,NULL),('rbac','orgu_write','en','User can edit settings of Organisational Unit',NULL,NULL),('rbac','org_op_access_results','en','Access Results of Subordinated Users',NULL,NULL),('rbac','org_op_edit_submissions_grades','en','Edit submissions of other users',NULL,NULL),('rbac','org_op_manage_participants','en','Manage Subordinated Participants',NULL,NULL),('rbac','org_op_score_participants','en','Score Subordinated Participants',NULL,NULL),('rbac','org_op_view_certificates','en','View certificates of subordinated users',NULL,NULL),('rbac','org_op_view_competences','en','View competences of subordinated users',NULL,NULL),('rbac','org_op_write_learning_progress','en','Set learning Progress of subordinate users',NULL,NULL),('rbac','otpl_edit_permission','en','User can change permission settings in administration of Didactic Templates',NULL,NULL),('rbac','otpl_read','en','User has read access to Didactic Templates administration',NULL,NULL),('rbac','otpl_visible','en','Administration of Didactic Templates is visible',NULL,NULL),('rbac','otpl_write','en','User can edit settings of Didactic Templates',NULL,NULL),('rbac','perm_class_create','en','Create New Objects',NULL,NULL),('rbac','perm_class_create_desc','en','Determine which object types may be created under the current object.',NULL,NULL),('rbac','perm_class_object','en','Special Operations',NULL,NULL),('rbac','perm_class_object_desc','en','Object-specific operations.',NULL,NULL),('rbac','perm_global_role','en','Global Role',NULL,NULL),('rbac','perm_local_role','en','Local Role',NULL,NULL),('rbac','perm_local_role_desc','en','This role is locally defined at the current object and correspond to a local policy',NULL,NULL),('rbac','perm_protected_global_role','en','Protected Global Role',NULL,NULL),('rbac','perm_protected_local_role','en','Protected Local Role',NULL,NULL),('rbac','perm_role_path_info_created','en','Created in %1$s \"%2$s\"',NULL,NULL),('rbac','perm_role_path_info_inheritance','en','using local policy from %1$s \"%2$s\"',NULL,NULL),('rbac','perm_use_local_policy','en','Use local policy',NULL,NULL),('rbac','perm_use_local_policy_desc','en','If local policy is activated, you may define different default permission settings for the current object.',NULL,NULL),('rbac','poll_copy','en','User can copy poll',NULL,NULL),('rbac','poll_delete','en','User can move or delete poll',NULL,NULL),('rbac','poll_edit_permission','en','User can change permission settings',NULL,NULL),('rbac','poll_read','en','User can participate at poll',NULL,NULL),('rbac','poll_visible','en','Poll is visible',NULL,NULL),('rbac','poll_write','en','User can edit poll settings and content',NULL,NULL),('rbac','positions_override_operations','en','Override global Settings',NULL,NULL),('rbac','precondition_not_obligatory_alt','en','Precondition is optional',NULL,NULL),('rbac','precondition_num_obligatory','en','Number of Required Materials',NULL,NULL),('rbac','precondition_num_optional_info','en','Please enter the minimum number of materials required to fulfill this precondition.',NULL,NULL),('rbac','precondition_obligatory','en','Compulsory',NULL,NULL),('rbac','precondition_obligatory_alt','en','Precondition must be fulfilled',NULL,NULL),('rbac','precondition_obligatory_info','en','Compulsory preconditions must be fulfilled, for having access.',NULL,NULL),('rbac','precondition_obligatory_settings','en','Precondition Settings',NULL,NULL),('rbac','prfa_edit_permission','en','User can change permission settings of Portfolio administration',NULL,NULL),('rbac','prfa_read','en','User has read access to Portfolio administration',NULL,NULL),('rbac','prfa_visible','en','Portfolio administration is visible',NULL,NULL),('rbac','prfa_write','en','User can edit settings in Portfolio administration',NULL,NULL),('rbac','prgr_copy','en','User can copy links to study programmes.',NULL,NULL),('rbac','prgr_delete','en','User can move or delete links to study programmes.',NULL,NULL),('rbac','prgr_edit_permission','en','User can change permission settings.',NULL,NULL),('rbac','prgr_visible','en','Links to study programmes are visible and can be used',NULL,NULL),('rbac','prgr_write','en','User can edit settings of links to study programmes.',NULL,NULL),('rbac','prgs_edit_permission','en','Change permission settings in Study Programme administration',NULL,NULL),('rbac','prgs_read','en','User has read access to Study Programme administration',NULL,NULL),('rbac','prgs_visible','en','Study Programme administration is visible',NULL,NULL),('rbac','prgs_write','en','Edit settings in Study Programme administration',NULL,NULL),('rbac','prg_copy','en','User can copy Study Programme',NULL,NULL),('rbac','prg_delete','en','User can delete Study Programme',NULL,NULL),('rbac','prg_edit_permission','en','User can change permission settings',NULL,NULL),('rbac','prg_manage_members','en','Manage members of Study Programme',NULL,NULL),('rbac','prg_read','en','User has read access to Study Programme',NULL,NULL),('rbac','prg_visible','en','Study Programme is visible',NULL,NULL),('rbac','prg_write','en','User can edit settings of Study Programme',NULL,NULL),('rbac','prss_edit_permissions','en','User can change permission settings of Personal Resources administration.',NULL,NULL),('rbac','prss_read','en','User has read access to Personal Resources administration.',NULL,NULL),('rbac','prss_visible','en','Administration of Personal Resources is visible.',NULL,NULL),('rbac','prss_write','en','User can edit settings of Personal Resources administration.',NULL,NULL),('rbac','prtt_copy','en','User can copy portfolio template',NULL,NULL),('rbac','prtt_delete','en','User can move or delete portfolio template',NULL,NULL),('rbac','prtt_edit_permission','en','User can change permission settings for portfolio template',NULL,NULL),('rbac','prtt_read','en','User has read access to portfolio template',NULL,NULL),('rbac','prtt_visible','en','Portfolio Template is visible',NULL,NULL),('rbac','prtt_write','en','User can edit settings and content of portfolio template',NULL,NULL),('rbac','ps_edit_permission','en','User can change permission settings of Privacy/Security administration',NULL,NULL),('rbac','ps_export_member_data','en','User can export member data in courses and groups',NULL,NULL),('rbac','ps_read','en','User has read access to Privacy/Security administration',NULL,NULL),('rbac','ps_visible','en','Privacy/Security administration is visible',NULL,NULL),('rbac','ps_write','en','User can edit settings in Privacy/Security administration',NULL,NULL),('rbac','push_desktop_items','en','Recommend Content',NULL,NULL),('rbac','qpl_copy','en','User can copy question pool for tests',NULL,NULL),('rbac','qpl_delete','en','User can move or delete question pool',NULL,NULL),('rbac','qpl_edit_permission','en','User can change permission settings',NULL,NULL),('rbac','qpl_read','en','User can read test questions in pool and insert them in tests',NULL,NULL),('rbac','qpl_visible','en','Question pool is visible',NULL,NULL),('rbac','qpl_write','en','User can edit test questions and settings of question pool',NULL,NULL),('rbac','rbac_add_new_local_role','en','Add New Local Role',NULL,NULL),('rbac','rbac_add_recommended_content','en','Recommended Content',NULL,NULL),('rbac','rbac_add_recommended_content_info','en','Adds the current object \'%1\' for all members of the role as recommended content.',NULL,NULL),('rbac','rbac_admin_permissions','en','Administration Permissions',NULL,NULL),('rbac','rbac_auto_global','en','Auto generated global role',NULL,NULL),('rbac','rbac_auto_local','en','Auto generated local role',NULL,NULL),('rbac','rbac_auto_rolt','en','Auto generated role template',NULL,NULL),('rbac','rbac_back_to_overview','en','Back to Role List',NULL,NULL),('rbac','rbac_cant_import_role_wrong_type','en','Can\'t import a role from item %s into item %s.',NULL,NULL),('rbac','rbac_changes','en','Changes',NULL,NULL),('rbac','rbac_change_existing_confirm_tbl','en','Settings for ‘Change Existing Objects’',NULL,NULL),('rbac','rbac_change_existing_objects_desc_new_role','en','The permission settings of this role will be adopted to ALL existing objects.',NULL,NULL),('rbac','rbac_choose_copy_targets','en','Please select the roles which are to be the targets for the copied permissions.',NULL,NULL),('rbac','rbac_condition_delete_sure','en','Are you sure you want to delete the following preconditions?',NULL,NULL),('rbac','rbac_context_global','en','Global',NULL,NULL),('rbac','rbac_copy_behaviour','en','Role Copy Settings',NULL,NULL),('rbac','rbac_copy_finished','en','Finished copying.',NULL,NULL),('rbac','rbac_copy_role','en','Copy Role',NULL,NULL),('rbac','rbac_copy_role_add_perm','en','Add Permissions',NULL,NULL),('rbac','rbac_copy_role_copy','en','Copy Permissions',NULL,NULL),('rbac','rbac_copy_role_remove_perm','en','Remove Permissions',NULL,NULL),('rbac','rbac_create_bibl','en','Create Bibliography',NULL,NULL),('rbac','rbac_create_blog','en','Create Blog',NULL,NULL),('rbac','rbac_create_book','en','Create Booking Pool',NULL,NULL),('rbac','rbac_create_cat','en','Create Categories',NULL,NULL),('rbac','rbac_create_catr','en','Create Category Link',NULL,NULL),('rbac','rbac_create_chtr','en','Create Chat Room',NULL,NULL),('rbac','rbac_create_cld','en','Create Cloud Object',NULL,NULL),('rbac','rbac_create_cmix','en','Create xAPI/cmi5 Object',NULL,NULL),('rbac','rbac_create_copa','en','Create Content Page',NULL,NULL),('rbac','rbac_create_crs','en','Create Course',NULL,NULL),('rbac','rbac_create_crsr','en','Create Course Link',NULL,NULL),('rbac','rbac_create_dcl','en','Create Data Collection',NULL,NULL),('rbac','rbac_create_exc','en','Create Exercise',NULL,NULL),('rbac','rbac_create_file','en','Upload File',NULL,NULL),('rbac','rbac_create_fold','en','Create Folder',NULL,NULL),('rbac','rbac_create_frm','en','Create Forum',NULL,NULL),('rbac','rbac_create_glo','en','Create Glossary',NULL,NULL),('rbac','rbac_create_grp','en','Create Group',NULL,NULL),('rbac','rbac_create_grpr','en','Create Group Link',NULL,NULL),('rbac','rbac_create_htlm','en','Create HTML Learning Module',NULL,NULL),('rbac','rbac_create_iass','en','Create Individual Assessment',NULL,NULL),('rbac','rbac_create_itgr','en','Create Item Group',NULL,NULL),('rbac','rbac_create_lm','en','Create ILIAS Learning Module',NULL,NULL),('rbac','rbac_create_lso','en','Create Learning Sequence',NULL,NULL),('rbac','rbac_create_lti','en','Create LTI Consumer',NULL,NULL),('rbac','rbac_create_mcst','en','Create Mediacast',NULL,NULL),('rbac','rbac_create_mep','en','Create Media Pool',NULL,NULL),('rbac','rbac_create_orgu','en','Create Organisational Units',NULL,NULL),('rbac','rbac_create_poll','en','Create Poll',NULL,NULL),('rbac','rbac_create_prg','en','Create Study Programme',NULL,NULL),('rbac','rbac_create_prgr','en','Create link to study programme',NULL,NULL),('rbac','rbac_create_prtt','en','Create Portfolio Template',NULL,NULL),('rbac','rbac_create_qpl','en','Create Question Pool Test',NULL,NULL),('rbac','rbac_create_rcrs','en','Create ECS Course',NULL,NULL),('rbac','rbac_create_role','en','Create new Role',NULL,NULL),('rbac','rbac_create_rolt','en','Create new Role Template',NULL,NULL),('rbac','rbac_create_sahs','en','Create SCORM Learning Module',NULL,NULL),('rbac','rbac_create_sess','en','Create Session',NULL,NULL),('rbac','rbac_create_skee','en','Create Competence Tree',NULL,NULL),('rbac','rbac_create_spl','en','Create Question Pool Survey',NULL,NULL),('rbac','rbac_create_svy','en','Create Survey',NULL,NULL),('rbac','rbac_create_tst','en','Create Test',NULL,NULL),('rbac','rbac_create_usr','en','User is allowed to create user accounts',NULL,NULL),('rbac','rbac_create_webr','en','Create Weblink',NULL,NULL),('rbac','rbac_create_wiki','en','Create Wiki',NULL,NULL),('rbac','rbac_delete_local_policies','en','Delete Local Policies',NULL,NULL),('rbac','rbac_delete_local_policies_info','en','If activated, all local policies will be deleted. The object permissions will be rewritten and protected.',NULL,NULL),('rbac','rbac_delete_role','en','Delete Role',NULL,NULL),('rbac','rbac_edit_condition','en','Edit Precondition',NULL,NULL),('rbac','rbac_form_copy_roles_adjust_button','en','Alter Permissions',NULL,NULL),('rbac','rbac_form_copy_roles_adjust_type','en','Type of Permission Alteration',NULL,NULL),('rbac','rbac_form_copy_roles_adjust_type_add','en','Add Permissions',NULL,NULL),('rbac','rbac_form_copy_roles_adjust_type_add_info','en','Adds the SELECTED permissions of the role or role template from which you are copying to the default permissions of the target role.',NULL,NULL),('rbac','rbac_form_copy_roles_adjust_type_clone','en','Overwrite Permissions',NULL,NULL),('rbac','rbac_form_copy_roles_adjust_type_clone_info','en','Completely overwrites the permission settings of the target role with the permissions settings of the role or role template from which you are copying. This applies to both the selected AND unselected permissions.',NULL,NULL),('rbac','rbac_form_copy_roles_adjust_type_remove','en','Remove Permissions',NULL,NULL),('rbac','rbac_form_copy_roles_adjust_type_remove_info','en','Removes the SELECTED permissions (of the role or role template from which you are copying) from the default permissions of the target role.',NULL,NULL),('rbac','rbac_form_copy_roles_ce_add_no','en','Do NOT Alter Existing Objects',NULL,NULL),('rbac','rbac_form_copy_roles_ce_add_no_info','en','Only the permission settings of the target role(s) will be overwritten. Existing objects will not be affected.',NULL,NULL),('rbac','rbac_form_copy_roles_ce_add_yes','en','Alter Existing Objects',NULL,NULL),('rbac','rbac_form_copy_roles_ce_add_yes_info','en','The selected permissions settings of the role from which you are copying will be added to both the target role(s) AND any existing objects.',NULL,NULL),('rbac','rbac_form_copy_roles_ce_clone_no','en','Do NOT Alter Existing Objects',NULL,NULL),('rbac','rbac_form_copy_roles_ce_clone_no_info','en','Only the permission settings of the target role(s) will be overwritten. Existing objects will not be affected.',NULL,NULL),('rbac','rbac_form_copy_roles_ce_clone_yes','en','Alter Existing Objects',NULL,NULL),('rbac','rbac_form_copy_roles_ce_clone_yes_info','en','The permissions settings of the target role(s) AND of any existing objects will be overwritten.',NULL,NULL),('rbac','rbac_form_copy_roles_ce_remove_no','en','Do NOT Alter Existing Objects',NULL,NULL),('rbac','rbac_form_copy_roles_ce_remove_no_info','en','The selected permissions will only be removed from target role(s). The permission settings of existing objects will not be altered.',NULL,NULL),('rbac','rbac_form_copy_roles_ce_remove_yes','en','Remove From Existing Objects',NULL,NULL),('rbac','rbac_form_copy_roles_ce_remove_yes_info','en','The selected permissions will be removed from the target role(s) AND from the permission settings of existing objects.',NULL,NULL),('rbac','rbac_global_rolt','en','Global Role Template',NULL,NULL),('rbac','rbac_import_role','en','Import Role',NULL,NULL),('rbac','rbac_info_only_position_access','en','You are presented only with those members with a Position within your organisational unit. Members with other organisational Positions are not shown to you but may reside in this coures without being shown to you.',NULL,NULL),('rbac','rbac_keep_local_policies','en','Keep Local Policies',NULL,NULL),('rbac','rbac_keep_local_policies_info','en','Choose this mode for keeping all local policies. The object permissions will be adapted to these policies and afterwards protected.',NULL,NULL),('rbac','rbac_local_policies','en','Local Policies',NULL,NULL),('rbac','rbac_local_policy','en','Local Policy',NULL,NULL),('rbac','rbac_log','en','Log',NULL,NULL),('rbac','rbac_log_changed_owner','en','Changed Owner to',NULL,NULL),('rbac','rbac_log_change_owner','en','Change Owner of Object',NULL,NULL),('rbac','rbac_log_copy_object','en','Copy Object',NULL,NULL),('rbac','rbac_log_create_object','en','Create Object',NULL,NULL),('rbac','rbac_log_edit_permissions','en','Edit Permissions',NULL,NULL),('rbac','rbac_log_edit_template','en','Edit Role Template',NULL,NULL),('rbac','rbac_log_edit_template_existing','en','Use Role Template for Existing Objects',NULL,NULL),('rbac','rbac_log_inheritance_add','en','Stopped Inheritance for \"%s\"',NULL,NULL),('rbac','rbac_log_inheritance_rmv','en','Allowed Inheritance for \"%s\"',NULL,NULL),('rbac','rbac_log_link_object','en','Link Object',NULL,NULL),('rbac','rbac_log_move_object','en','Move Object',NULL,NULL),('rbac','rbac_log_operation_add','en','Added Operation for \"%s\"',NULL,NULL),('rbac','rbac_log_operation_rmv','en','Removed Operation for \"%s\"',NULL,NULL),('rbac','rbac_log_source_object','en','Source object',NULL,NULL),('rbac','rbac_msg_user_already_assigned','en','The chosen users are already assigned to this role.',NULL,NULL),('rbac','rbac_not_change_existing_objects','en','Do NOT change existing objects',NULL,NULL),('rbac','rbac_permissions','en','Permissions',NULL,NULL),('rbac','rbac_precondition_hide','en','Hide Object',NULL,NULL),('rbac','rbac_precondition_hide_info','en',' This option allows to hide the object for users who currently have not fulfilled the preconditions. Therefore, all not accessible content is invisible.',NULL,NULL),('rbac','rbac_precondition_minimum_optional','en','At least 2 preconditions have to remain optional.',NULL,NULL),('rbac','rbac_precondition_mode','en','Mode',NULL,NULL),('rbac','rbac_precondition_mode_all','en','All Preconditions',NULL,NULL),('rbac','rbac_precondition_mode_all_info','en','All preconditions need to be fulfilled to give access.',NULL,NULL),('rbac','rbac_precondition_mode_subset','en','Subset of Preconditions',NULL,NULL),('rbac','rbac_precondition_mode_subset_info','en','A subset of preconditions need to be fulfilled to give access. Some preconditions may still be set as compulsory.',NULL,NULL),('rbac','rbac_precondition_save_obligatory','en','Save Compulsory',NULL,NULL),('rbac','rbac_precondition_source','en','Condition Trigger',NULL,NULL),('rbac','rbac_precondition_target','en','Condition limits access to',NULL,NULL),('rbac','rbac_repository_permissions','en','Repository Permissions',NULL,NULL),('rbac','rbac_role_delete_qst','en','Are you sure you want to delete the following role?<br />All permissions granted by this role will be deleted permanently.',NULL,NULL),('rbac','rbac_role_delete_self','en','<strong>Attention:</strong> You are assigned to this role. If you continue this delete operation, you may loose access to some ILIAS materials.',NULL,NULL),('rbac','rbac_role_exists_alert','en','A role with the same name already exists in this context. Please choose another name.',NULL,NULL),('rbac','rbac_role_imported','en','The role has been successfully imported and the permissions set have been transferred to the new role\'s permissions settings. Now specify below which permissions the imported role should have for this object.',NULL,NULL),('rbac','rbac_role_rights_copy','en','Copy Permissions',NULL,NULL),('rbac','rbac_role_rights_copy_change_existing','en','Change Existing Objects',NULL,NULL),('rbac','rbac_role_rights_copy_empty','en','None',NULL,NULL),('rbac','rbac_role_selection','en','Role Type',NULL,NULL),('rbac','rbac_role_title','en','Role Title',NULL,NULL),('rbac','rbac_select_copy_targets','en','Please select the roles which are to be the targets for the copied permissions.',NULL,NULL),('rbac','rbac_ud_global','en','User-defined global role',NULL,NULL),('rbac','rbac_ud_local','en','User-defined local role',NULL,NULL),('rbac','rbac_ud_rolt','en','User-defined role template',NULL,NULL),('rbac','rbac_unprotected_delete_local_policies_info','en','If activated, all local policies will be deleted. Permissions in courses and groups will be newly initialized.',NULL,NULL),('rbac','rbac_unprotected_keep_local_policies_info','en','Choose this mode to keep all local policies.',NULL,NULL),('rbac','rcat_delete','en','User can move or delete ECS Category',NULL,NULL),('rbac','rcat_edit_permission','en','User can change permission settings',NULL,NULL),('rbac','rcat_read','en','User can use ECS Category',NULL,NULL),('rbac','rcat_visible','en','ECS Category is visible',NULL,NULL),('rbac','rcat_write','en','User can edit settings of ECS Category',NULL,NULL),('rbac','rcrs_delete','en','User can move or delete ECS Course',NULL,NULL),('rbac','rcrs_edit_permission','en','User can change permission settings',NULL,NULL),('rbac','rcrs_read','en','User can use ECS Course',NULL,NULL),('rbac','rcrs_visible','en','ECS Course is visible',NULL,NULL),('rbac','rcrs_write','en','User can edit settings of ECS Course',NULL,NULL),('rbac','read_comp','en','Read Competences',NULL,NULL),('rbac','read_learning_progress','en','View learning progress of other users',NULL,NULL),('rbac','read_outcomes','en','View learning experiences of other users',NULL,NULL),('rbac','read_profiles','en','Read Profiles',NULL,NULL),('rbac','read_results','en','Survey Results',NULL,NULL),('rbac','read_users','en','Read Access to User Accounts',NULL,NULL),('rbac','recf_edit_permission','en','User can change permission settings of Restored Objects administration',NULL,NULL),('rbac','recf_read','en','User has read access to Restored Objects administration',NULL,NULL),('rbac','recf_visible','en','Restored Objects administration is visible',NULL,NULL),('rbac','recf_write','en','Edit Settings and restore objects in Restored Objects administration',NULL,NULL),('rbac','redact','en','Redact',NULL,NULL),('rbac','release_objects','en','Release Objects',NULL,NULL),('rbac','reps_edit_permission','en','User can change permission settings in Repository administration',NULL,NULL),('rbac','reps_read','en','User has read access to Repository administration',NULL,NULL),('rbac','reps_visible','en','Repository administration is visible',NULL,NULL),('rbac','reps_write','en','Edit settings in Repository administration',NULL,NULL),('rbac','rfil_delete','en','User can move or delete ECS File',NULL,NULL),('rbac','rfil_edit_permission','en','User can change permission settings',NULL,NULL),('rbac','rfil_read','en','User can use ECS File',NULL,NULL),('rbac','rfil_visible','en','ECS File is visible',NULL,NULL),('rbac','rfil_write','en','User can edit settings of ECS File',NULL,NULL),('rbac','rglo_delete','en','User can move or delete ECS Glossary',NULL,NULL),('rbac','rglo_edit_permission','en','User can change permission settings',NULL,NULL),('rbac','rglo_read','en','User can use ECS Glossary',NULL,NULL),('rbac','rglo_visible','en','ECS Glossary is visible',NULL,NULL),('rbac','rglo_write','en','User can edit settings of ECS Glossary',NULL,NULL),('rbac','rgrp_delete','en','User can move or delete ECS Group',NULL,NULL),('rbac','rgrp_edit_permission','en','User can change permission settings',NULL,NULL),('rbac','rgrp_read','en','User can use ECS Group',NULL,NULL),('rbac','rgrp_visible','en','ECS Group is visible',NULL,NULL),('rbac','rgrp_write','en','User can edit settings of ECS Group',NULL,NULL),('rbac','rlm_delete','en','User can move or delete ECS Learning Module',NULL,NULL),('rbac','rlm_edit_permission','en','User can change permission settings',NULL,NULL),('rbac','rlm_read','en','User can use ECS Learning Module',NULL,NULL),('rbac','rlm_visible','en','ECS Learning Module is visible',NULL,NULL),('rbac','rlm_write','en','User can edit settings of ECS Learning Module',NULL,NULL),('rbac','role_blocked','en',': <i>Role will be blocked</i>',NULL,NULL),('rbac','role_block_role','en','Block Role',NULL,NULL),('rbac','role_block_role_desc','en','The access to this and all subordinated objects is will be revoked.',NULL,NULL),('rbac','role_confirm_block_role','en','Save Role Status',NULL,NULL),('rbac','role_confirm_block_role_header','en','Do you really want to change the block role status of the chosen roles?',NULL,NULL),('rbac','role_confirm_block_role_info','en','The following steps will be performed for the action \"Block Role\":<br /><br />- the role permissions of this and all subordinated objects will be blocked.<br />- the new permission settings will be protected.',NULL,NULL),('rbac','role_confirm_unblock_role_info','en','The following steps will be performed for the action \"Unblock Role\":<br /><br />- the local policy will be deleted.',NULL,NULL),('rbac','role_unblocked','en',': <i>Role will be unblocked</i>',NULL,NULL),('rbac','root_edit_permission','en','User can change permission settings',NULL,NULL),('rbac','root_read','en','User has read access to <i>Repository - Home</i>',NULL,NULL),('rbac','root_visible','en','<i>Repository - Home</i> is visible',NULL,NULL),('rbac','root_write','en','User can edit settings of <i>Repository - Home</i> and manage content',NULL,NULL),('rbac','rtst_delete','en','User can move or delete ECS Test',NULL,NULL),('rbac','rtst_edit_permission','en','User can change permission settings',NULL,NULL),('rbac','rtst_read','en','User can use ECS Test',NULL,NULL),('rbac','rtst_visible','en','ECS Test is visible',NULL,NULL),('rbac','rtst_write','en','User can edit settings of ECS Test',NULL,NULL),('rbac','rwik_delete','en','User can move or delete ECS Wiki',NULL,NULL),('rbac','rwik_edit_permission','en','User can change permission settings',NULL,NULL),('rbac','rwik_read','en','User can use ECS Wiki',NULL,NULL),('rbac','rwik_visible','en','ECS Wiki is visible',NULL,NULL),('rbac','rwik_write','en','User can edit settings of ECS Wiki',NULL,NULL),('rbac','sahs_copy','en','User can copy SCORM learning module',NULL,NULL),('rbac','sahs_delete','en','User can move or delete SCORM learning module',NULL,NULL),('rbac','sahs_edit_learning_progress','en','User can edit learning progress settings',NULL,NULL),('rbac','sahs_edit_permission','en','User can change permission settings',NULL,NULL),('rbac','sahs_read','en','User can read SCORM learning module',NULL,NULL),('rbac','sahs_read_learning_progress','en','User can view learning progress of other users',NULL,NULL),('rbac','sahs_visible','en','SCORM learning module is visible',NULL,NULL),('rbac','sahs_write','en','User can edit content and settings of SCORM learning module',NULL,NULL),('rbac','seas_edit_permission','en','User can change permission settings or Search administration',NULL,NULL),('rbac','seas_read','en','User has read access to Search administration',NULL,NULL),('rbac','seas_search','en','User can use the global search in ILIAS',NULL,NULL),('rbac','seas_visible','en','Search administration is visible',NULL,NULL),('rbac','seas_write','en','Edit settings in Search administration',NULL,NULL),('rbac','sess_copy','en','User can copy session',NULL,NULL),('rbac','sess_delete','en','User can move or delete session',NULL,NULL),('rbac','sess_edit_event','en','Edit Calendar Events',NULL,NULL),('rbac','sess_edit_learning_progress','en','User can edit learning progress settings',NULL,NULL),('rbac','sess_edit_metadata','en','Edit Metadata',NULL,NULL),('rbac','sess_edit_permission','en','User can change permission settings',NULL,NULL),('rbac','sess_manage_materials','en','Manage Session Materials',NULL,NULL),('rbac','sess_manage_members','en','Manage Participants of a Session',NULL,NULL),('rbac','sess_read','en','User has read access to sessions',NULL,NULL),('rbac','sess_read_learning_progress','en','User can view learning progress of other users',NULL,NULL),('rbac','sess_visible','en','Sessions are visible',NULL,NULL),('rbac','sess_write','en','User can edit session content and settings',NULL,NULL),('rbac','skee_copy','en','User can copy Competence Tree (currently not available)',NULL,NULL),('rbac','skee_delete','en','User can delete Competence Tree',NULL,NULL),('rbac','skee_edit_permission','en','User can change permission settings of Competence Tree administration',NULL,NULL),('rbac','skee_manage_comp','en','User can edit Competences in Competence Tree',NULL,NULL),('rbac','skee_manage_comp_temp','en','User can edit Competence Templates in Competence Tree',NULL,NULL),('rbac','skee_manage_profiles','en','User can edit Competence Profiles in Competence Tree',NULL,NULL),('rbac','skee_read','en','User has read access to administration of Competence Tree',NULL,NULL),('rbac','skee_read_comp','en','User has read access to Competences and Competence Templates in Competence Tree',NULL,NULL),('rbac','skee_read_profiles','en','User has read access to Competence Profiles in Competence Tree',NULL,NULL),('rbac','skee_visible','en','Competence Tree is visible',NULL,NULL),('rbac','skee_write','en','User can edit settings of Competence Tree',NULL,NULL),('rbac','skmg_edit_permission','en','User can change permission settings of Competence Management administration',NULL,NULL),('rbac','skmg_read','en','User has read access to administration of Competence Management',NULL,NULL),('rbac','skmg_visible','en','Competence Management administration is visible',NULL,NULL),('rbac','skmg_write','en','User can edit settings of Competence Management',NULL,NULL),('rbac','smtp_mail','en','SMTP E-Mail',NULL,NULL),('rbac','spl_copy','en','User can copy question pool for surveys',NULL,NULL),('rbac','spl_delete','en','User can move or delete question pool',NULL,NULL),('rbac','spl_edit_permission','en','User can change permission settings',NULL,NULL),('rbac','spl_read','en','User can read survey questions in pool and insert them in survey',NULL,NULL),('rbac','spl_visible','en','Question pool is visible',NULL,NULL),('rbac','spl_write','en','User can edit survey questions and settings of question pool',NULL,NULL),('rbac','statistics_read','en','View Statistics',NULL,NULL),('rbac','stys_edit_permission','en','User can change permission settings of Layout and Styles administration',NULL,NULL),('rbac','stys_read','en','User has read access to Layout and Styles administration',NULL,NULL),('rbac','stys_sty_write_content','en','Edit Content Styles',NULL,NULL),('rbac','stys_sty_write_custom','en','Edit Content Styles',NULL,NULL),('rbac','stys_sty_write_page_layout','en','Edit Page Layouts',NULL,NULL),('rbac','stys_sty_write_system','en','Edit System Styles',NULL,NULL),('rbac','stys_visible','en','Layout and Styles administration is visible',NULL,NULL),('rbac','sty_write_content','en','Edit Content Styles',NULL,NULL),('rbac','sty_write_page_layout','en','Edit Page Layouts',NULL,NULL),('rbac','sty_write_system','en','Edit System Styles',NULL,NULL),('rbac','svyf_edit_permission','en','User change permission settings in Survey administration',NULL,NULL),('rbac','svyf_read','en','User has read access to Survey administration',NULL,NULL),('rbac','svyf_visible','en','Survey administration is visible',NULL,NULL),('rbac','svyf_write','en','Edit settings in Survey administration',NULL,NULL),('rbac','svy_copy','en','User can copy survey',NULL,NULL),('rbac','svy_delete','en','User can move or delete survey',NULL,NULL),('rbac','svy_edit_learning_progress','en','User can edit learning progress settings',NULL,NULL),('rbac','svy_edit_permission','en','User can change permission settings',NULL,NULL),('rbac','svy_invite','en','User can invite others to a survey',NULL,NULL),('rbac','svy_read','en','User can participate at a survey',NULL,NULL),('rbac','svy_read_learning_progress','en','User can view learning progress of other users',NULL,NULL),('rbac','svy_read_results','en','User has access to survey results of others',NULL,NULL),('rbac','svy_visible','en','Survey is visible',NULL,NULL),('rbac','svy_write','en','User can edit content and settings of survey',NULL,NULL),('rbac','sysc_edit_permission','en','User can change permissions of System Check.',NULL,NULL),('rbac','sysc_read','en','User has read access to System Check.',NULL,NULL),('rbac','sysc_visible','en','System Check is visible.',NULL,NULL),('rbac','sysc_write','en','User can run System Check.',NULL,NULL),('rbac','tags_edit_permission','en','User can change permission settings in Tagging administration',NULL,NULL),('rbac','tags_read','en','User has read access to Tagging administration',NULL,NULL),('rbac','tags_visible','en','Tagging administration is visible',NULL,NULL),('rbac','tags_write','en','User can edit settings in Tagging administration',NULL,NULL),('rbac','tala_edit_permission','en','User can change permission settings in Talk Templates administration',NULL,NULL),('rbac','tala_read','en','User has read access to Talk Templates administration',NULL,NULL),('rbac','tala_visible','en','Talk Templates administration is visible',NULL,NULL),('rbac','tala_write','en','User can create and edit Talk Templates',NULL,NULL),('rbac','taxs_edit_permission','en','User can change permission settings in Taxonomy administration',NULL,NULL),('rbac','taxs_read','en','User has read access to Taxonomy administration',NULL,NULL),('rbac','taxs_visible','en','Taxonomy administration is visible',NULL,NULL),('rbac','taxs_write','en','Edit settings in Taxonomy administration',NULL,NULL),('rbac','tos_edit_permission','en','User can change permission settings in Terms of Service administration',NULL,NULL),('rbac','tos_read','en','User has read access to Terms of Service administration',NULL,NULL),('rbac','tos_visible','en','Terms of Service administration is visible',NULL,NULL),('rbac','tos_write','en','Edit settings in Terms of Service administration',NULL,NULL),('rbac','trac_delete','en','User can delete tracking data',NULL,NULL),('rbac','trac_edit_permission','en','Change permission settings in Statistics and Learning Progress administration',NULL,NULL),('rbac','trac_lp_other_users','en','See learning progress overview of other users',NULL,NULL),('rbac','trac_read','en','User has read access to Statistics and Learning Progress administration',NULL,NULL),('rbac','trac_visible','en','Statistics and Learning Progress administration is visible',NULL,NULL),('rbac','trac_write','en','Edit settings in Statistics and Learning Progress administration',NULL,NULL),('rbac','tst_copy','en','User can copy test',NULL,NULL),('rbac','tst_delete','en','User can move or delete test',NULL,NULL),('rbac','tst_edit_learning_progress','en','User can edit learning progress settings',NULL,NULL),('rbac','tst_edit_permission','en','User can change permission settings',NULL,NULL),('rbac','tst_read','en','User can perform the test',NULL,NULL),('rbac','tst_read_learning_progress','en','User can view learning progress of other users',NULL,NULL),('rbac','tst_tst_results','en','User has access to test results of others',NULL,NULL),('rbac','tst_tst_statistics','en','User has access to test statistics',NULL,NULL),('rbac','tst_visible','en','Test is visible',NULL,NULL),('rbac','tst_write','en','User can edit content and settings of test',NULL,NULL),('rbac','upload_blacklisted_files','en','Bypass blacklist',NULL,NULL),('rbac','usrf_delete','en','User can delete user accounts',NULL,NULL),('rbac','usrf_edit_permission','en','User can change permission settings in User administration',NULL,NULL),('rbac','usrf_edit_roleassignment','en','User can change role assignment of user account',NULL,NULL),('rbac','usrf_push_desktop_items','en','User is allowed to add recommended content for role members.',NULL,NULL),('rbac','usrf_read','en','User has read access to User administration',NULL,NULL),('rbac','usrf_read_users','en','User has read access to local user accounts (local administrators)',NULL,NULL),('rbac','usrf_visible','en','User administration is visible',NULL,NULL),('rbac','usrf_write','en','Edit settings in User administration',NULL,NULL),('rbac','wbdv_edit_permissions','en','User can change permission settings of WebDAV administration.',NULL,NULL),('rbac','wbdv_read','en','User has read access to WebDAV administration.',NULL,NULL),('rbac','wbdv_visible','en','Administration of WebDAV is visible.',NULL,NULL),('rbac','wbdv_write','en','User can edit settings of WebDAV administration.',NULL,NULL),('rbac','wbrs_edit_permission','en','User can change permission settings in Weblink administration',NULL,NULL),('rbac','wbrs_read','en','User has read access to Weblink administration',NULL,NULL),('rbac','wbrs_visible','en','Weblink administration is visible',NULL,NULL),('rbac','wbrs_write','en','Edit settings in Weblink administration',NULL,NULL),('rbac','webr_copy','en','User can copy weblink',NULL,NULL),('rbac','webr_delete','en','User can move or delete weblink',NULL,NULL),('rbac','webr_edit_permission','en','User can change permission settings',NULL,NULL),('rbac','webr_read','en','User can read and use weblinks',NULL,NULL),('rbac','webr_visible','en','Weblink is visible',NULL,NULL),('rbac','webr_write','en','User can edit settings of weblinks',NULL,NULL),('rbac','wiki_activate_wiki_protection','en','Set Wiki Pages to Read-Only',NULL,NULL),('rbac','wiki_add_pages','en','User can create wiki pages',NULL,NULL),('rbac','wiki_copy','en','User can copy wiki',NULL,NULL),('rbac','wiki_delete','en','User can move or delete wiki',NULL,NULL),('rbac','wiki_delete_wiki_pages','en','Delete Wiki Pages',NULL,NULL),('rbac','wiki_edit_content','en','User can edit wiki pages',NULL,NULL),('rbac','wiki_edit_page_meta','en','Edit Wiki Page Metadata',NULL,NULL),('rbac','wiki_edit_permission','en','User can change permission settings',NULL,NULL),('rbac','wiki_edit_wiki_navigation','en','Edit Wiki Navigation',NULL,NULL),('rbac','wiki_html_export','en','Export HTML',NULL,NULL),('rbac','wiki_read','en','User can read wiki content',NULL,NULL),('rbac','wiki_statistics_read','en','View Statistics',NULL,NULL),('rbac','wiki_visible','en','Wiki is visible',NULL,NULL),('rbac','wiki_wiki_html_export','en','Export Wiki as HTML',NULL,NULL),('rbac','wiki_write','en','User can edit settings of wiki',NULL,NULL),('rbac','wiks_edit_permission','en','User can change permission settings in Wiki administration',NULL,NULL),('rbac','wiks_read','en','User has read access to Wiki administration',NULL,NULL),('rbac','wiks_visible','en','Wiki administration is visible',NULL,NULL),('rbac','wiks_write','en','Edit settings in Wiki administration',NULL,NULL),('rbac','write','en','Edit Settings',NULL,NULL),('rcat','rcat_call','en','Call ECS Category',NULL,NULL),('rcrs','rcrs_call','en','Call ECS Course',NULL,NULL),('registration','registration_code','en','Code',NULL,NULL),('registration','registration_codes_access_limitation_all','en','All',NULL,NULL),('registration','registration_codes_add','en','Add Codes',NULL,NULL),('registration','registration_codes_edit_header','en','Add Codes',NULL,NULL),('registration','registration_codes_export','en','Export Codes',NULL,NULL),('registration','registration_codes_no_assigned_role','en','No Predefined Assigned Role',NULL,NULL),('registration','registration_codes_number','en','Number Of Codes',NULL,NULL),('registration','registration_codes_override_global_info','en','These settings may be overridden by registration codes.',NULL,NULL),('registration','registration_codes_override_info','en','This setting overrides any values defined in ‘Registration Settings’.',NULL,NULL),('registration','registration_codes_roles','en','Global Role',NULL,NULL),('registration','registration_codes_roles_limitation_none','en','No Predefined Access Limitation',NULL,NULL),('registration','registration_codes_roles_local','en','Local Role(s)',NULL,NULL),('registration','registration_codes_roles_title','en','Role for New Accounts',NULL,NULL),('registration','registration_codes_type','en','Code Type',NULL,NULL),('registration','registration_codes_type_ext','en','Extension of limited user accounts',NULL,NULL),('registration','registration_codes_type_ext_info','en','Code can be used for the extension of limited accounts.',NULL,NULL),('registration','registration_codes_type_reg','en','Registration Code',NULL,NULL),('registration','registration_codes_type_reg_info','en','Code can be used for the registration if a new user account',NULL,NULL),('registration','registration_code_not_valid','en','The given registration code is either invalid or already has been used.',NULL,NULL),('registration','registration_code_optional_info','en','If you have got a registration code, please enter it here.',NULL,NULL),('registration','registration_code_required_info','en','A pre-defined code is mandatory for the registration process.',NULL,NULL),('registration','registration_code_role_info','en','If you use a registration code, the role selection may be superseded by the code.',NULL,NULL),('registration','registration_disabled_no_access','en','The self-registration is not enabled. Please contact the system administration for further assistance: %s',NULL,NULL),('registration','registration_export_codes_no_data','en','No codes to export were selected.',NULL,NULL),('registration','registration_generated','en','Date Of Generation',NULL,NULL),('registration','registration_generated_all','en','All Dates',NULL,NULL),('registration','registration_no_valid_role','en','There is currently no valid role for new accounts. Please contact your administrator.',NULL,NULL),('registration','registration_reg_type_codes','en','Registration with Codes',NULL,NULL),('registration','registration_reg_type_codes_info','en','Users are able to self-register but need to have a valid code to do so.',NULL,NULL),('registration','registration_roles_all','en','All Roles',NULL,NULL),('registration','registration_settings','en','ILIAS Auth / Self-Registration',NULL,NULL),('registration','registration_tab_codes','en','Registration Codes',NULL,NULL),('registration','registration_tab_settings','en','Registration Settings',NULL,NULL),('registration','registration_used','en','Date Of Usage',NULL,NULL),('registration','registration_user_new_account_mail','en','Edit New Account Mail',NULL,NULL),('registration','reg_access_limitations','en','Access Expiry Date',NULL,NULL),('registration','reg_access_limitation_limited_time','en','After registration, access for',NULL,NULL),('registration','reg_access_limitation_limited_until','en','Access until',NULL,NULL),('registration','reg_access_limitation_missing_mode','en','Please choose for all roles an Access Limitation Mode',NULL,NULL),('registration','reg_access_limitation_mode','en','Access Limitation Mode',NULL,NULL),('registration','reg_access_limitation_mode_absolute','en','Access expires on a fixed date',NULL,NULL),('registration','reg_access_limitation_mode_absolute_target','en','Valid until',NULL,NULL),('registration','reg_access_limitation_mode_relative','en','Access granted for a fixed time period after registration',NULL,NULL),('registration','reg_access_limitation_mode_relative_target','en','Valid for',NULL,NULL),('registration','reg_access_limitation_mode_unlimited','en','No access expiry date',NULL,NULL),('registration','reg_access_limitation_none','en','Unlimited access',NULL,NULL),('registration','reg_access_limitation_out_of_date','en','One or more Roles have an outdated access limitation!',NULL,NULL),('registration','reg_added_assignment','en','Added new assignment.',NULL,NULL),('registration','reg_add_assignment','en','New Assignment',NULL,NULL),('registration','reg_allowed_domains','en','Allowed E-Mail Address Domains',NULL,NULL),('registration','reg_allowed_domains_info','en','Use * as a wildcard and ; as a separator, e.g. \"*@ilias.de\". Registration codes override these rules.',NULL,NULL),('registration','reg_allow_codes','en','Allow Codes',NULL,NULL),('registration','reg_allow_codes_info','en','Users are also allowed to register via codes.',NULL,NULL),('registration','reg_approve','en','Registration with Approval',NULL,NULL),('registration','reg_approve_info','en','Newly-registered users have to be approved by an administrator.',NULL,NULL),('registration','reg_approve_needs_recipient','en','For the registration type ‘Registration with Approval’ you should appoint at least one user who will be notified about new registrations.',NULL,NULL),('registration','reg_available_roles','en','Available Roles:',NULL,NULL),('registration','reg_confirmation_hash_life_time','en','Valid for',NULL,NULL),('registration','reg_confirmation_hash_life_time_expired','en','This confirmation link is no longer valid. Please re-register and click on the link in the new confirmation e-mail within a few minutes of receipt.',NULL,NULL),('registration','reg_confirmation_hash_life_time_info','en','Enter for how long (in seconds ) the confirmation link should be valid. The recommended value is 1800 seconds.',NULL,NULL),('registration','reg_confirmation_hash_not_found','en','No user account could be matched to this confirmation link.',NULL,NULL),('registration','reg_confirmation_hash_not_passed','en','The confirmation link is incomplete.',NULL,NULL),('registration','reg_confirmation_link_successful','en','You have successfully registered your account with ILIAS. To activate your account, please click on the link in the confirmation e-mail that you will receive shortly. The confirmation link is only valid for a certain period of time, so to avoid having to re-register, we recommend that you click on the link within the next few minutes.',NULL,NULL),('registration','reg_default','en','Default',NULL,NULL),('registration','reg_deleted_assignment','en','Deleted assignment(s).',NULL,NULL),('registration','reg_direct','en','Direct Registration',NULL,NULL),('registration','reg_direct_info','en','New user registration requests are automatically approved.',NULL,NULL),('registration','reg_disabled','en','No Registration Possible',NULL,NULL),('registration','reg_domain','en','Domain',NULL,NULL),('registration','reg_domain_already_assigned_p','en','The domains \'%s\' were already entered for another role.',NULL,NULL),('registration','reg_domain_already_assigned_s','en','The domain \'%s\' was already entered for another role.',NULL,NULL),('registration','reg_email','en','Automatic Role Assignment',NULL,NULL),('registration','reg_email_domains','en','The following e-mail address domains are valid: %s',NULL,NULL),('registration','reg_email_domains_code','en','With a registration code any E-Mail-Address is valid.',NULL,NULL),('registration','reg_email_role_assignment','en','Role Assignment By Domain',NULL,NULL),('registration','reg_fixed','en','Free Selection from Predefined List',NULL,NULL),('registration','reg_info_pwd','en','Newly-registered users automatically receive a randomly generated password by e-mail.',NULL,NULL),('registration','reg_mail_body_activation','en','to activate your account and confirm ownership of this e-mail address, click the link below:',NULL,NULL),('registration','reg_mail_body_approve','en','You already have registered to ILIAS eLearning and received a e-mail with your account data. Now your account has been activated by an administrator.',NULL,NULL),('registration','reg_mail_body_confirmation','en','To confirm this registration enter the ILIAS user administration and activate the account.',NULL,NULL),('registration','reg_mail_body_profile','en','Profile data:',NULL,NULL),('registration','reg_mail_body_profile_changed','en','your profile has changed !',NULL,NULL),('registration','reg_mail_body_pwd_generation','en','Your account request will be reviewed by an administrator, and should be activated within 48 hours. You will be informed by e-mail when approval has been obtained.',NULL,NULL),('registration','reg_mail_body_reason','en','You receive mail from ILIAS because notifications about new registrations are enabled for your account in the ILIAS administration.',NULL,NULL),('registration','reg_mail_body_timelimit','en','Your account has a limited period of validity: %s.',NULL,NULL),('registration','reg_mail_new_user','en','New user registration',NULL,NULL),('registration','reg_mail_new_user_body','en','a new user has been registered.',NULL,NULL),('registration','reg_mail_new_user_confirmation','en','Request for account confirmation',NULL,NULL),('registration','reg_missing_domain','en','Please fill out all fields.',NULL,NULL),('registration','reg_missing_role','en','Please fill out all fields.',NULL,NULL),('registration','reg_notification','en','Notifications',NULL,NULL),('registration','reg_notification_info','en','Enter one or more usernames (login-ID) of those users (comma separated) who will be informed about new user registrations by e-mail.',NULL,NULL),('registration','reg_role_access_limitations','en','Define access limitations of Roles for new registered Users',NULL,NULL),('registration','reg_role_assignment','en','Role Assignment',NULL,NULL),('registration','reg_role_info','en','Assigned Roles',NULL,NULL),('registration','reg_selectable_roles','en','Selectable Roles',NULL,NULL),('registration','reg_select_one','en','Please select one entry.',NULL,NULL),('registration','reg_settings_header','en','New Registration Settings',NULL,NULL),('registration','reg_type','en','Registration Type',NULL,NULL),('registration','reg_type_confirmation','en','Registration with E-Mail Confirmation',NULL,NULL),('registration','reg_type_confirmation_info','en','Users are able to self-register but are required to click on a link sent to them by e-mail in order to activate their account. This avoids self-registration to ILIAS with incorrect or non-existent e-mail addresses.',NULL,NULL),('registration','reg_unknown_recipients','en','The following accounts are not valid:',NULL,NULL),('rep','btn_undelete_new_location','en','Restore (new location)',NULL,NULL),('rep','btn_undelete_origin_location','en','Restore (same location)',NULL,NULL),('rep','rep_activation_access','en','Access',NULL,NULL),('rep','rep_activation_access_ref_info','en','This setting only affects this and no other reference in the repository.',NULL,NULL),('rep','rep_activation_availability','en','Availability',NULL,NULL),('rep','rep_activation_limited_end','en','End',NULL,NULL),('rep','rep_activation_limited_start','en','Start',NULL,NULL),('rep','rep_activation_limited_visibility','en','Always Visible',NULL,NULL),('rep','rep_activation_online','en','Online',NULL,NULL),('rep','rep_activation_online_object_info','en','This setting affects all references in the repository.',NULL,NULL),('rep','rep_added_rec_content','en','Recommended content has been added.',NULL,NULL),('rep','rep_added_to_favourites','en','The item has been added to your favourites.',NULL,NULL),('rep','rep_add_new_def_grp_assessment','en','Assessment',NULL,NULL),('rep','rep_add_new_def_grp_communication','en','Communication',NULL,NULL),('rep','rep_add_new_def_grp_content','en','Content',NULL,NULL),('rep','rep_add_new_def_grp_feedback','en','Feedback and Evaluation',NULL,NULL),('rep','rep_add_new_def_grp_organisation','en','Organisation',NULL,NULL),('rep','rep_add_new_def_grp_templates','en','Templates',NULL,NULL),('rep','rep_add_to_favourites','en','Add to Favourites',NULL,NULL),('rep','rep_allowed_types','en','Allowed Types',NULL,NULL),('rep','rep_breadcr_crs','en','Breadcrumb starts with course',NULL,NULL),('rep','rep_breadcr_crs_config','en','Configuration',NULL,NULL),('rep','rep_breadcr_crs_overwrite','en','Setting is changeable on course level',NULL,NULL),('rep','rep_breadcr_crs_overwrite_not','en','Setting is not changeable on course level',NULL,NULL),('rep','rep_breadcr_crs_overwrite_settings','en','Allow Exceptions',NULL,NULL),('rep','rep_breadcr_crs_overwrite_with_default','en','Setting is changeable on course level, with this as default',NULL,NULL),('rep','rep_configure','en','Configure',NULL,NULL),('rep','rep_crs_default_shortened','en','Default: Breadcrumbs Shortened',NULL,NULL),('rep','rep_custom_icons','en','Custom Icons',NULL,NULL),('rep','rep_default','en','Default',NULL,NULL),('rep','rep_deleted_account','en','Deleted Account',NULL,NULL),('rep','rep_dependencies','en','Dependencies',NULL,NULL),('rep','rep_dependency','en','Dependency',NULL,NULL),('rep','rep_dependent_object','en','Resource with dependence',NULL,NULL),('rep','rep_export_limitation','en','Container Export Limitation',NULL,NULL),('rep','rep_export_limitation_disabled','en','Container Export Disabled',NULL,NULL),('rep','rep_export_limitation_info','en','Limits the number of objects for container exports (courses, categories, ...) in the repository.',NULL,NULL),('rep','rep_export_limitation_limited','en','Limit Export',NULL,NULL),('rep','rep_export_limitation_unlimited','en','Unlimited Export',NULL,NULL),('rep','rep_export_limit_number','en','Number of Objects',NULL,NULL),('rep','rep_failure_trashed_trash','en','You selected objects that cannot be restored to their original location, because their parent objects were deleted. Please uncheck the respective object in the table or select the Restore to New Location instead.',NULL,NULL),('rep','rep_favourites','en','Favourites',NULL,NULL),('rep','rep_favourites_info','en','Users can mark single repository items as favourites. Favourites lists can be activated and configured in the dashboard and menu settings.',NULL,NULL),('rep','rep_fav_intro1','en','You have not yet selected any favourites. To do this, you must take two steps:',NULL,NULL),('rep','rep_fav_intro2','en','Click on \'%s\' and select a learning object from the available offer, e.g. a learning module or a forum.',NULL,NULL),('rep','rep_fav_intro3','en','When you have found something that interests you, you can easily add it to your favourites. Select the desired item in the <i>Actions</i> menu and choose \"<i>Add to favourites</i>\".',NULL,NULL),('rep','rep_intro','en','Welcome to the Repository!',NULL,NULL),('rep','rep_intro1','en','In this area you can create learning and working resources for all users. All resources are organised in categories. Categories can reflect the structure of your organisation (e.g. departments), a hierarchy of disciplines, or classes of a school.',NULL,NULL),('rep','rep_intro2','en','Three steps are needed to build an initial structure:',NULL,NULL),('rep','rep_intro3','en','Click on the <i>%s</i> button besides the selection list on the top right.',NULL,NULL),('rep','rep_intro4','en','In the following form, enter a title and a description, and click on <i>%s</i>.',NULL,NULL),('rep','rep_intro5','en','By clicking on the title of the category you enter your category.',NULL,NULL),('rep','rep_intro6','en','After that procedure you may add any learning or working resource to your category.',NULL,NULL),('rep','rep_mo_mem_dash','en','You are currently not yet a member of a course or group.',NULL,NULL),('rep','rep_multiple_reference_deletion_instruction','en','Please select the ones which should also be deleted:',NULL,NULL),('rep','rep_multiple_reference_deletion_intro','en','Further references exist for this object.',NULL,NULL),('rep','rep_new_item_groups','en','Grouping',NULL,NULL),('rep','rep_new_item_group_add','en','Add Grouping',NULL,NULL),('rep','rep_new_item_group_add_separator','en','Add Column Separator',NULL,NULL),('rep','rep_new_item_group_delete_sure','en','Are you sure you want to delete the following groupings?',NULL,NULL),('rep','rep_new_item_group_edit','en','Edit Grouping',NULL,NULL),('rep','rep_new_item_group_nr_subitems','en','Number of Assigned Objects',NULL,NULL),('rep','rep_new_item_group_other','en','Other',NULL,NULL),('rep','rep_new_item_group_separator','en','Column Separator',NULL,NULL),('rep','rep_new_item_group_unassigned','en','Not Assigned',NULL,NULL),('rep','rep_new_item_group_unassigned_subitems','en','Number of Unassigned Objects: %s',NULL,NULL),('rep','rep_new_item_menu','en','‘Add New Item’-Menu',NULL,NULL),('rep','rep_no_last_visited_mess','en','You have not yet visited any objects in the Repository.',NULL,NULL),('rep','rep_no_permission_to_delete','en','No permission to delete',NULL,NULL),('rep','rep_object_lists','en','Object Lists',NULL,NULL),('rep','rep_object_references_cannot_be_read','en','No permissions for %s more references.',NULL,NULL),('rep','rep_object_to_delete','en','To Delete',NULL,NULL),('rep','rep_recommended_content','en','Recommended Content',NULL,NULL),('rep','rep_rec_content_removed','en','Recommended content has been removed.',NULL,NULL),('rep','rep_removed_from_favourites','en','The item has been removed from your favourites.',NULL,NULL),('rep','rep_remove_from_favourites','en','Remove from Favourites',NULL,NULL),('rep','rep_remove_rec_content','en','Are you sure you want to remove the following recommended content?',NULL,NULL),('rep','rep_target_location','en','Target Location',NULL,NULL),('rep','rep_target_location_info','en','Bitte wählen Sie nun das Ziel aus, an dem die ausgewählten Objekte wiederhergestellt werden sollen.',NULL,NULL),('rep','rep_time_based_availability','en','Limited Availability Period',NULL,NULL),('rep','rep_time_based_availability_info','en','The selected items will only be visible between the start and end date.',NULL,NULL),('rep','rep_time_period','en','Period',NULL,NULL),('rep','rep_trash_deleted_by_unknown','en','Unknown',NULL,NULL),('rep','rep_trash_table_col_deleted_by','en','Deleted by',NULL,NULL),('rep','rep_trash_table_col_deleted_on','en','Deleted on',NULL,NULL),('rep','rep_trash_table_col_num_subs','en','Number Subitems',NULL,NULL),('rep','rep_trash_table_title','en','Deleted objects below:',NULL,NULL),('rep','rep_tree_limit','en','Limit Items in Tree',NULL,NULL),('rep','rep_tree_limit_info','en','The number of objects in the repository tree will be limited to enhance performance.',NULL,NULL),('rep','rep_tree_limit_number','en','Maximum Number',NULL,NULL),('rep','rep_tree_limit_number_info','en','Maximum Number of children elements that are initially shown for an expanded node. If more children elements are present, a search input field is shown to filter the children elements by title.',NULL,NULL),('rfil','rfil_call','en','Call ECS File',NULL,NULL),('rfil','rfil_version_tstamp','en','Upload Date',NULL,NULL),('rglo','rglo_call','en','Call ECS Glossary',NULL,NULL),('rgrp','rgrp_call','en','Call ECS Group',NULL,NULL),('rlm','rlm_call','en','Call ECS Learning Module',NULL,NULL),('rtst','rtst_call','en','Call ECS Test',NULL,NULL),('rwik','rwik_call','en','Call ECS Wiki',NULL,NULL),('sahs','cont_insert_after_chap','en','Insert items after chapter',NULL,NULL),('sahs','cont_insert_into_chap','en','Insert items inside chapter',NULL,NULL),('sahs','sahs_activate_expert_mode','en','Activate Sequencing Expert Mode',NULL,NULL),('sahs','sahs_activate_expert_mode_info','en','The sequencing expert mode allows you to directly edit the sequencing information of the package tree. If you are unsure what this means we recommend to use the default sequencing behaviour.',NULL,NULL),('sahs','sahs_add','en','Create SCORM Learning Module',NULL,NULL),('sahs','sahs_authoring_mode','en','Authoring Mode',NULL,NULL),('sahs','sahs_authoring_mode_info','en','The SCORM ZIP package must have been created with the ILIAS SCORM editor and it must have been exported as SCORM 1.2/2004 package.',NULL,NULL),('sahs','sahs_chapter','en','Chapter',NULL,NULL),('sahs','sahs_choose_pages_chap_scos_ass_only','en','Please select either pages, SCOs, assets or chapters only.',NULL,NULL),('sahs','sahs_choose_page_template','en','Choose Page Template',NULL,NULL),('sahs','sahs_choose_special_page','en','Choose Special Page',NULL,NULL),('sahs','sahs_copy','en','Copy SCORM Learning Module',NULL,NULL),('sahs','sahs_desc_objectives','en','Description/Objectives',NULL,NULL),('sahs','sahs_glo_info','en','Please note that internal links in glossary terms are not supported.',NULL,NULL),('sahs','sahs_hide_objectives_page','en','Hide Description/Objectives Page',NULL,NULL),('sahs','sahs_hide_objectives_page_info','en','If checked, the SCO description and objectives page will not be included in the presentation.',NULL,NULL),('sahs','sahs_import_sequencing','en','Import Sequencing',NULL,NULL),('sahs','sahs_import_sequencing_info','en','Import sequencing information from package (Sequencing Expert Mode).',NULL,NULL),('sahs','sahs_insert_ass','en','Insert Asset',NULL,NULL),('sahs','sahs_insert_ass_from_clip','en','Paste Assets from Clipboard',NULL,NULL),('sahs','sahs_insert_ass_from_clip_inside_chap','en','Paste Assets from Clipboard (inside chapter)',NULL,NULL),('sahs','sahs_insert_ass_inside_chap','en','Insert Asset (inside chapter)',NULL,NULL),('sahs','sahs_insert_chapter','en','Insert Chapter',NULL,NULL),('sahs','sahs_insert_page','en','Insert Page',NULL,NULL),('sahs','sahs_insert_pagelayout','en','Insert Template Page',NULL,NULL),('sahs','sahs_insert_sco','en','Insert SCO',NULL,NULL),('sahs','sahs_insert_sco_from_clip_inside_chap','en','Paste SCOs from Clipboard (inside chapter)',NULL,NULL),('sahs','sahs_insert_sco_inside_chap','en','Insert SCO (inside chapter)',NULL,NULL),('sahs','sahs_insert_special_page','en','Insert Special Page',NULL,NULL),('sahs','sahs_learning_objectives','en','Learning Objectives',NULL,NULL),('sahs','sahs_list_info','en','Use leading * for bullet lists or leading # for numbered lists.',NULL,NULL),('sahs','sahs_mail_context_lp','en','Learning Module SCORM: Learning Progress',NULL,NULL),('sahs','sahs_mail_context_lp_info','en','For the participant e-mails on the learning progress screens of a scorm module',NULL,NULL),('sahs','sahs_new_asset','en','New Asset',NULL,NULL),('sahs','sahs_new_chapter','en','New Chapter',NULL,NULL),('sahs','sahs_new_page','en','New Page',NULL,NULL),('sahs','sahs_new_sco','en','New SCO',NULL,NULL),('sahs','sahs_oa_no_scos','en','The chapter does not contain any SCOs yet.',NULL,NULL),('sahs','sahs_objectives','en','Learning Objectives',NULL,NULL),('sahs','sahs_objectives_alignment','en','Learning Objectives Alignment',NULL,NULL),('sahs','sahs_organization','en','Organization',NULL,NULL),('sahs','sahs_page','en','Page',NULL,NULL),('sahs','sahs_questions','en','Questions',NULL,NULL),('sahs','sahs_sco_objective','en','Objectives',NULL,NULL),('sahs','sahs_sequencing','en','Sequencing',NULL,NULL),('sahs','sahs_std_sequencing','en','Standard Sequencing',NULL,NULL),('sahs','sahs_std_sequencing_info','en','Use ILIAS standard sequencing behaviour.',NULL,NULL),('sahs','sahs_unit','en','SCO',NULL,NULL),('sahs','scorm_create_export_file_html_one','en','Create Export File (HTML, One Page, Review Mode)',NULL,NULL),('sc13','sc13_page_type_sahs','en','SCORM Editor Page',NULL,NULL),('scormdebug','adl.nav.request','en','Navigation request to be processed immediately following Terminate()',NULL,NULL),('scormdebug','adl.nav.request_valid.choice','en','Used by a SCO to determine if a Choice navigation request for a particular activity will succeed.',NULL,NULL),('scormdebug','adl.nav.request_valid.continue','en','Used by a SCO to determine if a Continue navigation request will succeed.',NULL,NULL),('scormdebug','adl.nav.request_valid.previous','en','Used by a SCO to determine if a Previous navigation request will succeed.',NULL,NULL),('scormdebug','all_API-calls_shown','en','All API-calls are currently shown.',NULL,NULL),('scormdebug','API-call','en','API-call',NULL,NULL),('scormdebug','cmi.comments_from_learner.n.comment','en','Textual input',NULL,NULL),('scormdebug','cmi.comments_from_learner.n.location','en','Point in the SCO to which the comment applies',NULL,NULL),('scormdebug','cmi.comments_from_learner.n.timestamp','en','Point in time at which the comment was created or most recently changed',NULL,NULL),('scormdebug','cmi.comments_from_learner._children','en','Listing of supported data model elements',NULL,NULL),('scormdebug','cmi.comments_from_learner._count','en','Current number of learner comments',NULL,NULL),('scormdebug','cmi.comments_from_lms.n.comment','en','Comments or annotations associated with a SCO',NULL,NULL),('scormdebug','cmi.comments_from_lms.n.location','en','Point in the SCO to which the comment applies',NULL,NULL),('scormdebug','cmi.comments_from_lms.n.timestamp','en','Point in time at which the comment was created or most recently changed',NULL,NULL),('scormdebug','cmi.comments_from_lms._children','en','Listing of supported data model elements',NULL,NULL),('scormdebug','cmi.comments_from_lms._count','en','Current number of comments from the LMS',NULL,NULL),('scormdebug','cmi.completion_status','en','Indicates whether the learner has completed the SCO',NULL,NULL),('scormdebug','cmi.completion_threshold','en','Used to determine whether the SCO should be considered complete',NULL,NULL),('scormdebug','cmi.credit','en','Indicates whether the learner will be credited for performance in the SCO',NULL,NULL),('scormdebug','cmi.entry','en','Asserts whether the learner has previously accessed the SCO',NULL,NULL),('scormdebug','cmi.exit','en','Indicates how or why the learner left the SCO',NULL,NULL),('scormdebug','cmi.interactions.n.correct_responses.n.pattern','en','One correct response pattern for the interaction',NULL,NULL),('scormdebug','cmi.interactions.n.correct_responses._count','en','Current number of correct responses being stored by the LMS for this interaction',NULL,NULL),('scormdebug','cmi.interactions.n.description','en','Brief informative description of the interaction',NULL,NULL),('scormdebug','cmi.interactions.n.id','en','Unique label for the interaction',NULL,NULL),('scormdebug','cmi.interactions.n.latency','en','Time elapsed between the time the interaction was made available to the learner for response and the time of the first response',NULL,NULL),('scormdebug','cmi.interactions.n.learner_response','en','Data generated when a learner responds to an interaction',NULL,NULL),('scormdebug','cmi.interactions.n.objectives.n.id','en','Label for objectives associated with the interaction',NULL,NULL),('scormdebug','cmi.interactions.n.objectives._count','en','Current number of objectives (i.e., objective identifiers) being stored by the LMS for this interaction',NULL,NULL),('scormdebug','cmi.interactions.n.result','en','Judgment of the correctness of the learner response',NULL,NULL),('scormdebug','cmi.interactions.n.timestamp','en','Point in time at which the interaction was first made available to the learner for learner interaction and response',NULL,NULL),('scormdebug','cmi.interactions.n.type','en','Which type of interaction is recorded',NULL,NULL),('scormdebug','cmi.interactions.n.weighting','en','Weight given to the interaction relative to other interactions',NULL,NULL),('scormdebug','cmi.interactions._children','en','Listing of supported data model elements',NULL,NULL),('scormdebug','cmi.interactions._count','en','Current number of interactions being stored by the LMS',NULL,NULL),('scormdebug','cmi.launch_data','en','Data provided to a SCO after launch, initialized from the dataFromLMS manifest element',NULL,NULL),('scormdebug','cmi.learner_id','en','Identifies the learner on behalf of whom the SCO was launched',NULL,NULL),('scormdebug','cmi.learner_name','en','Name provided for the learner by the LMS',NULL,NULL),('scormdebug','cmi.learner_preference.audio_captioning','en','Specifies whether captioning text corresponding to audio is displayed',NULL,NULL),('scormdebug','cmi.learner_preference.audio_level','en','Specifies an intended change in perceived audio level',NULL,NULL),('scormdebug','cmi.learner_preference.delivery_speed','en','The learner\'s preferred relative speed of content delivery',NULL,NULL),('scormdebug','cmi.learner_preference.language','en','The learner\'s preferred language for SCOs with multilingual capability',NULL,NULL),('scormdebug','cmi.learner_preference._children','en','Listing of supported data model elements',NULL,NULL),('scormdebug','cmi.location','en','The learner\'s current location in the SCO',NULL,NULL),('scormdebug','cmi.max_time_allowed','en','Amount of accumulated time the learner is allowed to use a SCO',NULL,NULL),('scormdebug','cmi.mode','en','Identifies one of three possible modes in which the SCO may be presented to the learner',NULL,NULL),('scormdebug','cmi.objectives.n.completion_status','en','Indicates whether the learner has completed the associated objective',NULL,NULL),('scormdebug','cmi.objectives.n.description','en','Provides a brief informative description of the objective',NULL,NULL),('scormdebug','cmi.objectives.n.id','en','Unique label for the objective',NULL,NULL),('scormdebug','cmi.objectives.n.progress_measure','en','Measure of the progress the learner has made toward completing the objective',NULL,NULL),('scormdebug','cmi.objectives.n.score.max','en','Maximum value, for the objective, in the range for the raw score',NULL,NULL),('scormdebug','cmi.objectives.n.score.min','en','Minimum value, for the objective, in the range for the raw score',NULL,NULL),('scormdebug','cmi.objectives.n.score.raw','en','Number that reflects the performance of the learner, for the objective, relative to the range bounded by the values of min and max',NULL,NULL),('scormdebug','cmi.objectives.n.score.scaled','en','Number that reflects the performance of the learner for the objective',NULL,NULL),('scormdebug','cmi.objectives.n.score._children','en','Listing of supported data model elements',NULL,NULL),('scormdebug','cmi.objectives.n.success_status','en','Indicates whether the learner has mastered the objective',NULL,NULL),('scormdebug','cmi.objectives._children','en','Listing of supported data model elements',NULL,NULL),('scormdebug','cmi.objectives._count','en','Current number of objectives being stored by the LMS',NULL,NULL),('scormdebug','cmi.progress_measure','en','Measure of the progress the learner has made toward completing the SCO',NULL,NULL),('scormdebug','cmi.scaled_passing_score','en','Scaled passing score required to master the SCO',NULL,NULL),('scormdebug','cmi.score.max','en','Maximum value in the range for the raw score',NULL,NULL),('scormdebug','cmi.score.min','en','Minimum value in the range for the raw score',NULL,NULL),('scormdebug','cmi.score.raw','en','Number that reflects the performance of the learner relative to the range bounded by the values of min and max',NULL,NULL),('scormdebug','cmi.score.scaled','en','Number that reflects the performance of the learner',NULL,NULL),('scormdebug','cmi.score._children','en','Listing of supported data model elements',NULL,NULL),('scormdebug','cmi.session_time','en','Amount of time that the learner has spent in the current learner session for this SCO',NULL,NULL),('scormdebug','cmi.success_status','en','Indicates whether the learner has mastered the SCO',NULL,NULL),('scormdebug','cmi.suspend_data','en','Provides space to store and retrieve data between learner sessions',NULL,NULL),('scormdebug','cmi.time_limit_action','en','Indicates what the SCO should do when cmi.max_time_allowed is exceeded',NULL,NULL),('scormdebug','cmi.total_time','en','Sum of all of the learner\'s session times accumulated in the current learner attempt',NULL,NULL),('scormdebug','cmi._version','en','Represents the version of the data model',NULL,NULL),('scormdebug','comment','en','Comment',NULL,NULL),('scormdebug','Commit','en','store data',NULL,NULL),('scormdebug','completion_status_by_progress_measure','en','Because there is a value for cmi.completion_threshold, the value for cmi.completion_status is evaluated by the LMS! This is done by comparing the value for cmi.completion_threshold with the value for cmi.progress_measure. The value for cmi.completion_status is currently:',NULL,NULL),('scormdebug','debugwindow_action','en','Action',NULL,NULL),('scormdebug','debugwindow_cancel','en','Cancel',NULL,NULL),('scormdebug','debugwindow_comment','en','comment',NULL,NULL),('scormdebug','debugwindow_comment_enter','en','Please enter your comment',NULL,NULL),('scormdebug','debugwindow_console','en','Console',NULL,NULL),('scormdebug','debugwindow_date','en','Date',NULL,NULL),('scormdebug','debugwindow_delete','en','Delete',NULL,NULL),('scormdebug','debugwindow_delete_logfile','en','Delete logfile',NULL,NULL),('scormdebug','debugwindow_download','en','Download',NULL,NULL),('scormdebug','debugwindow_filename','en','File Name',NULL,NULL),('scormdebug','debugwindow_logs','en','Logs',NULL,NULL),('scormdebug','debugwindow_open','en','Open',NULL,NULL),('scormdebug','debugwindow_start_recording','en','Start Recording',NULL,NULL),('scormdebug','debugwindow_stop_recording','en','Stop Recording',NULL,NULL),('scormdebug','debugwindow_submission_failed','en','Submission failed',NULL,NULL),('scormdebug','debugwindow_submit','en','Submit',NULL,NULL),('scormdebug','description_for','en','description for',NULL,NULL),('scormdebug','error','en','error',NULL,NULL),('scormdebug','error0','en','No error',NULL,NULL),('scormdebug','error101','en','General Exception',NULL,NULL),('scormdebug','error102','en','General Initialization Failure',NULL,NULL),('scormdebug','error103','en','Already Initialized',NULL,NULL),('scormdebug','error104','en','Content Instance Terminated',NULL,NULL),('scormdebug','error111','en','General Termination Failure',NULL,NULL),('scormdebug','error112','en','Termination Before Initialization',NULL,NULL),('scormdebug','error113','en','Termination After Termination',NULL,NULL),('scormdebug','error122','en','Retrieve Data Before Initialization',NULL,NULL),('scormdebug','error123','en','Retrieve Data After Termination',NULL,NULL),('scormdebug','error132','en','Store Data Before Initialization',NULL,NULL),('scormdebug','error133','en','Store Data After Termination',NULL,NULL),('scormdebug','error142','en','Commit Before Initialization',NULL,NULL),('scormdebug','error143','en','Commit After Termination',NULL,NULL),('scormdebug','error201','en','General Argument Error',NULL,NULL),('scormdebug','error301','en','General Get Failure',NULL,NULL),('scormdebug','error351','en','General Set Failure',NULL,NULL),('scormdebug','error391','en','General Commit Failure',NULL,NULL),('scormdebug','error401','en','Undefined Data Model Element',NULL,NULL),('scormdebug','error402','en','Unimplemented Data Model Element',NULL,NULL),('scormdebug','error403','en','Data Model Element Value Not Initialized',NULL,NULL),('scormdebug','error404','en','Data Model Element Is Read Only',NULL,NULL),('scormdebug','error405','en','Data Model Element Is Write Only',NULL,NULL),('scormdebug','error406','en','Data Model Element Type Mismatch',NULL,NULL),('scormdebug','error407','en','Data Model Element Value Out Of Range',NULL,NULL),('scormdebug','error408','en','Data Model Dependency Not Established',NULL,NULL),('scormdebug','generated','en','generated',NULL,NULL),('scormdebug','GetDiagnostic','en','allows the LMS (!) to define additional diagnostic information',NULL,NULL),('scormdebug','GetErrorString','en','retrieve a textual description of the current error state',NULL,NULL),('scormdebug','GetLastError','en','request the error code for the current error state',NULL,NULL),('scormdebug','GetValue','en','get data',NULL,NULL),('scormdebug','hide','en','hide',NULL,NULL),('scormdebug','id_learning_module','en','ID of the learning module',NULL,NULL),('scormdebug','Initialize','en','initialize API-communication',NULL,NULL),('scormdebug','i_fuchsia','en','fuchsia: tolerated value because sent value is not rejected',NULL,NULL),('scormdebug','i_gray','en','gray: error corrected by ILIAS',NULL,NULL),('scormdebug','i_green','en','green: okay',NULL,NULL),('scormdebug','i_orange','en','orange: attention please!',NULL,NULL),('scormdebug','i_red','en','red: error!',NULL,NULL),('scormdebug','log_for','en','Log for the learning module',NULL,NULL),('scormdebug','milliseconds','en','milliseconds',NULL,NULL),('scormdebug','missing_API-calls','en','These API-calls are missing:',NULL,NULL),('scormdebug','no_missing_API-calls','en','Missing API-calls had not been recognized.',NULL,NULL),('scormdebug','nr_session','en','number of session',NULL,NULL),('scormdebug','only_important_API-Calls_shown','en','Only important API-Calls are currently shown.',NULL,NULL),('scormdebug','return_value','en','return value',NULL,NULL),('scormdebug','SCO-name','en','SCO-name',NULL,NULL),('scormdebug','SCO-title','en','SCO-title',NULL,NULL),('scormdebug','scormdebug_disable_cache','en','Disable SCORM 2004 Browser Cache',NULL,NULL),('scormdebug','scormdebug_disable_cache_info','en','This prevents the storage of the SCORM 2004 javascript files in the browser cache. Please use this function in time before a new release!',NULL,NULL),('scormdebug','scormdebug_global_activate','en','Enable SCORM test tool',NULL,NULL),('scormdebug','scormdebug_global_activate_info','en','If enabled, the SCORM test tool can be activated for desired learning modules. If disabled, the test tool is deactivated for all learning modules.',NULL,NULL),('scormdebug','sent_values_not_checked','en','selected property: values sent by SCO are not fully checked',NULL,NULL),('scormdebug','SetValue','en','send data',NULL,NULL),('scormdebug','show_all_API-calls','en','Show all API-calls!',NULL,NULL),('scormdebug','show_only_important_API-calls','en','Show only important API-calls!',NULL,NULL),('scormdebug','started','en','started',NULL,NULL),('scormdebug','strange_API-Call','en','strange API-Call',NULL,NULL),('scormdebug','strange_error','en','strange error',NULL,NULL),('scormdebug','success_status_by_score_scaled','en','Because there is a value for cmi.scaled_passing_score, the value for cmi.success_status is evaluated by the LMS! This is done by comparing the value for cmi.scaled_passing_score with the value for cmi.score.scaled. The value for cmi.success_status is currently:',NULL,NULL),('scormdebug','summary_csv','en','Summary is generated as CSV-file to import for example in Excel',NULL,NULL),('scormdebug','summary_download','en','You can click to ‘Logs’ and download it when you start this tool again.',NULL,NULL),('scormdebug','summary_for_SCO_without_test','en','Summary for a SCO without a test',NULL,NULL),('scormdebug','summary_for_SCO_with_test','en','Summary for a SCO with a test',NULL,NULL),('scormdebug','Terminate','en','store data and terminate API-communication',NULL,NULL),('scormdebug','undefined_color','en','undefined color',NULL,NULL),('scormdebug','unknown','en','unknown',NULL,NULL),('scormtrac','Attempts','en','Attempts',NULL,NULL),('scormtrac','audio_captioning','en','learner_preference.audio_captioning',NULL,NULL),('scormtrac','audio_level','en','learner_preference.audio_level',NULL,NULL),('scormtrac','completedSCOs','en','Number of fully completed SCOs',NULL,NULL),('scormtrac','completion_status','en','completion_status',NULL,NULL),('scormtrac','completion_threshold','en','completion_threshold',NULL,NULL),('scormtrac','counter','en','counter',NULL,NULL),('scormtrac','counter_all','en','All users',NULL,NULL),('scormtrac','counter_correct','en','Users with correct result',NULL,NULL),('scormtrac','counter_correct_percent','en','Percentage of users with correct result',NULL,NULL),('scormtrac','counter_incorrect','en','Users with incorrect result',NULL,NULL),('scormtrac','counter_incorrect_percent','en','Percentage of users with incorrect result',NULL,NULL),('scormtrac','counter_i_correct','en','Correctly answered interactions',NULL,NULL),('scormtrac','counter_i_correct_percent','en','Percentage of correctly answered interactions',NULL,NULL),('scormtrac','counter_i_incorrect','en','Incorrectly answered interactions',NULL,NULL),('scormtrac','counter_i_incorrect_percent','en','Percentage of incorrectly answered interactions',NULL,NULL),('scormtrac','counter_i_other','en','Neither correctly nor incorrectly answered interactions',NULL,NULL),('scormtrac','counter_i_other_percent','en','Percentage of neither correctly nor incorrectly answered interactions',NULL,NULL),('scormtrac','counter_other','en','Users with other result',NULL,NULL),('scormtrac','counter_other_percent','en','Percentage of users with other result',NULL,NULL),('scormtrac','cp_node_id','en','ID of chapter / SCO',NULL,NULL),('scormtrac','credit','en','credit',NULL,NULL),('scormtrac','c_entry','en','entry',NULL,NULL),('scormtrac','c_exit','en','exit',NULL,NULL),('scormtrac','c_language','en','learner_preference.language',NULL,NULL),('scormtrac','c_location','en','location',NULL,NULL),('scormtrac','c_max','en','score.max',NULL,NULL),('scormtrac','c_min','en','score.min',NULL,NULL),('scormtrac','c_mode','en','mode',NULL,NULL),('scormtrac','c_raw','en','score.raw: achieved score',NULL,NULL),('scormtrac','c_timestamp','en','Last access',NULL,NULL),('scormtrac','c_type','en','Type',NULL,NULL),('scormtrac','delivery_speed','en','learner_preference.delivery_speed',NULL,NULL),('scormtrac','existingSCOs','en','Number of existing SCOs',NULL,NULL),('scormtrac','exportobjglobaltosystem','en','Report for Objectives Global To System (used by Sequencing)',NULL,NULL),('scormtrac','exportselectedcore','en','Basic report for chapters (SCO)',NULL,NULL),('scormtrac','exportselectedinteractions','en','Basic report for interactions',NULL,NULL),('scormtrac','exportselectedobjectives','en','Report for objectives',NULL,NULL),('scormtrac','exportselectedraw','en','CMI (RAW) data',NULL,NULL),('scormtrac','exportselectedsuccess','en','Basic report for success',NULL,NULL),('scormtrac','id','en','ID',NULL,NULL),('scormtrac','identifierref','en','SCO-Identifier',NULL,NULL),('scormtrac','interaction_description','en','Description of interaction',NULL,NULL),('scormtrac','interaction_id','en','ID of interaction',NULL,NULL),('scormtrac','interaction_value','en','Result of interaction',NULL,NULL),('scormtrac','latency','en','latency: time',NULL,NULL),('scormtrac','latency_seconds','en','latency: time in seconds',NULL,NULL),('scormtrac','launch_data','en','launch_data: data at start of the SCO',NULL,NULL),('scormtrac','learner_response','en','learner_response: Response',NULL,NULL),('scormtrac','LearningModuleId','en','ID of learning module',NULL,NULL),('scormtrac','LearningModuleTitle','en','Title of learning module',NULL,NULL),('scormtrac','LearningModuleVersion','en','Version of learning module',NULL,NULL),('scormtrac','lesson_status','en','lesson_status',NULL,NULL),('scormtrac','lm_id','en','ID of the learning module',NULL,NULL),('scormtrac','lm_title','en','Title of the learning module',NULL,NULL),('scormtrac','lvalue','en','Key',NULL,NULL),('scormtrac','measure','en','Status: measure',NULL,NULL),('scormtrac','ostatus','en','Status of the objective',NULL,NULL),('scormtrac','passedSCOs','en','Number of passed SCOs',NULL,NULL),('scormtrac','Percentage','en','Percentage of completed SCOs',NULL,NULL),('scormtrac','progress_measure','en','progress_measure',NULL,NULL),('scormtrac','report','en','Report',NULL,NULL),('scormtrac','result','en','result',NULL,NULL),('scormtrac','roundedTotal_timeSeconds','en','Total time in seconds (rounded)',NULL,NULL),('scormtrac','rvalue','en','Value',NULL,NULL),('scormtrac','satisfied','en','Status: satisfied',NULL,NULL),('scormtrac','scaled','en','score.scaled: score achieved as a decimal fraction',NULL,NULL),('scormtrac','scaled_passing_score','en','scaled_passing_score: score required to pass as a decimal fraction',NULL,NULL),('scormtrac','scope','en','scope',NULL,NULL),('scormtrac','sco_id','en','ID of chapter / SCO',NULL,NULL),('scormtrac','sco_marked_for_learning_progress','en','Relevant for learning progress',NULL,NULL),('scormtrac','sco_title','en','Title of chapter / SCO',NULL,NULL),('scormtrac','session_time','en','session_time: time in the last session',NULL,NULL),('scormtrac','session_time_seconds','en','session_time: time in the last session in seconds',NULL,NULL),('scormtrac','startedSCOs','en','Number of started SCOs',NULL,NULL),('scormtrac','Status','en','Total status',NULL,NULL),('scormtrac','student_response','en','student_response: Response',NULL,NULL),('scormtrac','success_status','en','success_status: success',NULL,NULL),('scormtrac','suspend_data','en','suspend_data: variable buffer of the SCO',NULL,NULL),('scormtrac','total_time','en','total_time: total time',NULL,NULL),('scormtrac','total_time_seconds','en','total_time: total time in seconds',NULL,NULL),('scormtrac','tracinteractionitem','en','Evaluation per interaction',NULL,NULL),('scormtrac','tracinteractionuser','en','Evaluation per user',NULL,NULL),('scormtrac','tracinteractionuseranswers','en','Responses of users',NULL,NULL),('scormtrac','user_id','en','User-ID',NULL,NULL),('scormtrac','weighting','en','weighting',NULL,NULL),('scov','crsv_create','en','Create SCORM Certificate',NULL,NULL),('scov','crsv_create_info','en','Select a completed learning module to generate a certificate for it',NULL,NULL),('scov','scov_create','en','Create SCORM Certificate',NULL,NULL),('scov','scov_create_info','en','Select a completed SCORM module to generate a certificate for it',NULL,NULL),('search','add_members_header','en','Add Members',NULL,NULL),('search','adv_md_search_title','en','Search in Custom Metadata',NULL,NULL),('search','append_results','en','Append results',NULL,NULL),('search','btn_search','en','Search',NULL,NULL),('search','last_search_result','en','Last Search Result',NULL,NULL),('search','lucene_activate_field','en','Activate Search',NULL,NULL),('search','lucene_advanced_settings','en','Advanced Search',NULL,NULL),('search','lucene_advanced_settings_table','en','Search Settings',NULL,NULL),('search','lucene_all_occurrences','en','... %s other occurrence(s)',NULL,NULL),('search','lucene_and','en','AND',NULL,NULL),('search','lucene_cpu','en','Maximum Number of Threads',NULL,NULL),('search','lucene_create_ini','en','Create Configuration File',NULL,NULL),('search','lucene_default_operator','en','Default Operator',NULL,NULL),('search','lucene_default_operator_info','en','Please choose the default operator for boolean queries. In default mode (‘AND’) terms are considered to be in conjunction. In ‘OR’ mode terms without any modifiers are considered optional.',NULL,NULL),('search','lucene_download_ini','en','Download Configuration File',NULL,NULL),('search','lucene_err_ampersand','en','Queries containing the special characters && must be in the form: term1 && term2.',NULL,NULL),('search','lucene_err_and_or_not','en','Queries containing AND/OR/NOT must be in the form: term1 AND|OR|NOT|AND NOT term2.',NULL,NULL),('search','lucene_err_asterisk','en','The wildcard (*) character must be preceded by at least one alphabet or number.',NULL,NULL),('search','lucene_err_caret','en','The caret (^) character must be preceded by alphanumeric characters and followed by numbers.',NULL,NULL),('search','lucene_err_colon','en','Field declarations (:) must be preceded by at least one alphabet or number and followed by at least one alphabet or number.',NULL,NULL),('search','lucene_err_exclamation_mark','en','Queries containing the special character (!) must be in the form: term1 ! term2.',NULL,NULL),('search','lucene_err_parenthesis_empty','en','Parentheses must contain at least one character.',NULL,NULL),('search','lucene_err_parenthesis_not_closed','en','Parentheses must be closed.',NULL,NULL),('search','lucene_err_plus_minus','en','(+) and (-) modifiers must be followed by at least one alphabet or number.',NULL,NULL),('search','lucene_err_question_mark','en','The question mark (?) character must be preceded by at least one alphabet or number.',NULL,NULL),('search','lucene_err_quotes','en','Please close all quote (\") marks.',NULL,NULL),('search','lucene_err_quotes_not_empty','en','Quotes (\") must contain at least one character.',NULL,NULL),('search','lucene_general_settings','en','General Settings',NULL,NULL),('search','lucene_host','en','Host',NULL,NULL),('search','lucene_host_info','en','Please enter the hostname or Ip-address for the java server.',NULL,NULL),('search','lucene_index_path','en','Directory for Index Files',NULL,NULL),('search','lucene_index_path_info','en','Please enter a directory name for storing index files.',NULL,NULL),('search','lucene_last_index_time','en','Last Index Generation',NULL,NULL),('search','lucene_last_index_time_info','en','Please modify this settings only if you have installed an index backup.',NULL,NULL),('search','lucene_level','en','Log-Level',NULL,NULL),('search','lucene_log','en','Path to Logfile',NULL,NULL),('search','lucene_log_info','en','Enter the absolute path to a file in which log messages will we written. If the file does not exist, it will be created automatically.',NULL,NULL),('search','lucene_max_fs','en','Maximum File Size (in MB)',NULL,NULL),('search','lucene_max_fs_info','en','Defines the file size limit. Bigger files will not be included in the index.',NULL,NULL),('search','lucene_max_sub','en','Number of Sub-items',NULL,NULL),('search','lucene_max_sub_info','en','Please enter maximum number of sub-items (Forum threads, Glossary terms...) that are shown by default.',NULL,NULL),('search','lucene_more_hits_link','en','%s more hits...',NULL,NULL),('search','lucene_num_fragments','en','Number of Text Fragments',NULL,NULL),('search','lucene_num_frag_info','en','Please choose the maximum number of highlighted text fragments.',NULL,NULL),('search','lucene_offline_filter','en','Online-Status',NULL,NULL),('search','lucene_or','en','OR',NULL,NULL),('search','lucene_port','en','Port',NULL,NULL),('search','lucene_prefix_wildcard','en','Prefix Wildcard Queries',NULL,NULL),('search','lucene_prefix_wildcard_info','en','Supports prefix wildcard queries: ‘*LIAS’ finds ‘ILIAS’',NULL,NULL),('search','lucene_relevance','en','Relevance of Search Results',NULL,NULL),('search','lucene_relevance_short','en','Relevance',NULL,NULL),('search','lucene_settings_tab','en','Lucene',NULL,NULL),('search','lucene_settings_title','en','Lucene Settings',NULL,NULL),('search','lucene_show_relevance','en','Show Relevance',NULL,NULL),('search','lucene_show_relevance_info','en','Search results are sorted by their relevance. If activated, the relevance is shown as additional information for each search result.',NULL,NULL),('search','lucene_show_sub_relevance','en','Show Sub-Item Relevance',NULL,NULL),('search','lucene_size_fragments','en','Size of Text Fragments',NULL,NULL),('search','lucene_size_frag_info','en','Please choose the maximum size of highlighted text fragments. To do this, enter the number of characters including spaces.',NULL,NULL),('search','lucene_tbl_create_ini','en','Create Java-Server Ini-File',NULL,NULL),('search','search_add_members_from_container_crs','en','Add Users of Current Course',NULL,NULL),('search','search_add_members_from_container_grp','en','Add Users of Current Group',NULL,NULL),('search','search_advanced','en','Advanced Search',NULL,NULL),('search','search_adv_md','en','Custom Metadata',NULL,NULL),('search','search_all_words','en','All words <small>(<i>AND</i>)</small>',NULL,NULL),('search','search_any','en','-- Any --',NULL,NULL),('search','search_any_word','en','Any word <small>(<i>OR</i>)</small>',NULL,NULL),('search','search_area','en','Search Area',NULL,NULL),('search','search_area_info','en','Please select an area where the search should start.',NULL,NULL),('search','search_auto_complete_length','en','Number of Auto Complete List Entries',NULL,NULL),('search','search_cdate_filter','en','Filter by Creation Date',NULL,NULL),('search','search_cdate_filter_info','en','If enabled, the object search can be filtered by an optional creation date filter.',NULL,NULL),('search','search_choose_object_type','en','Please choose one object type.',NULL,NULL),('search','search_content','en','Page Content',NULL,NULL),('search','search_created_after','en','Objects created after',NULL,NULL),('search','search_created_before','en','Objects created before...',NULL,NULL),('search','search_created_on','en','Objects create on...',NULL,NULL),('search','search_crs_title','en','Course Name',NULL,NULL),('search','search_details_info','en','Detailed search. Please select one or more resource types.',NULL,NULL),('search','search_direct','en','Direct search',NULL,NULL),('search','search_err_user_not_exist','en','A user with that login name does not exist.',NULL,NULL),('search','search_fast_info','en','Search for titles, descriptions and keywords in all object types',NULL,NULL),('search','search_field','en','Search Input Field',NULL,NULL),('search','search_field_perform','en','Perform Search',NULL,NULL),('search','search_filter_by_type','en','Filter by Type',NULL,NULL),('search','search_filter_cd','en','Filter by Creation Date',NULL,NULL),('search','search_for_crs_members','en','Search for Courses',NULL,NULL),('search','search_for_grp_members','en','Search for Groups',NULL,NULL),('search','search_for_orgu_members','en','Search for Organisational Units',NULL,NULL),('search','search_for_role_members','en','Search for Roles',NULL,NULL),('search','search_for_users','en','Search for Users',NULL,NULL),('search','search_grp_title','en','Group Name',NULL,NULL),('search','search_hide_adv_search','en','Hide Advanced Search',NULL,NULL),('search','search_item_filter_form','en','Search by Type',NULL,NULL),('search','search_item_filter_form_info','en','Search can be restricted to the chosen object types.',NULL,NULL),('search','search_like_info','en','Choose this option to get best results.',NULL,NULL),('search','search_limit_reached','en','Your search produced more than %s hits. You can restrict the search terms to receive more detailed results.',NULL,NULL),('search','search_lom','en','LOM Metadata',NULL,NULL),('search','search_lucene','en','Lucene search',NULL,NULL),('search','search_mime_excel','en','Excel Files',NULL,NULL),('search','search_mime_filter_form','en','Mime Type Filter',NULL,NULL),('search','search_mime_filter_form_info','en','Search can be restricted to the chosen mime types.',NULL,NULL),('search','search_mime_image','en','Images',NULL,NULL),('search','search_mime_pdf','en','PDF Files',NULL,NULL),('search','search_mime_powerpoint','en','Powerpoint Files',NULL,NULL),('search','search_mime_word','en','Word Files',NULL,NULL),('search','search_minimum_info','en','Your search must be at least %s characters long',NULL,NULL),('search','search_minimum_three','en','Your search must be at least three characters long.',NULL,NULL),('search','search_newer_than','en','Objects newer than',NULL,NULL),('search','search_no_connection_lucene','en','Cannot connect to Lucene server.',NULL,NULL),('search','search_no_match','en','Your search did not match any results.',NULL,NULL),('search','search_no_match_hint','en','Your search for <b>%s</b> did not match any documents.<br /><br />Suggestions:<br />• Make sure all words are spelled correctly.<br />• Try different keywords.<br />• Try more general keywords.<br />• Try fewer keywords.',NULL,NULL),('search','search_no_selection','en','You made no selection.',NULL,NULL),('search','search_off','en','Off',NULL,NULL),('search','search_option_offline','en','Offline',NULL,NULL),('search','search_option_online','en','Online',NULL,NULL),('search','search_results','en','Search Results',NULL,NULL),('search','search_role_title','en','Role Name',NULL,NULL),('search','search_select_search_area','en','Select Search Area',NULL,NULL),('search','search_show_inactive_user','en','Show Inactive Users',NULL,NULL),('search','search_show_inactive_user_info','en','If enabled, the user search will show inactive users, too.',NULL,NULL),('search','search_show_limited_user','en','Show Users with Limited Access',NULL,NULL),('search','search_show_limited_user_info','en','If enabled, the user search will also show users with limited access outside their allowed time period.',NULL,NULL),('search','search_term_combination','en','Combination',NULL,NULL),('search','search_title_description','en','Title / Description',NULL,NULL),('search','search_tst_svy','en','Tests/Surveys',NULL,NULL),('search','search_type','en','Type',NULL,NULL),('search','search_user','en','Users',NULL,NULL),('search','search_users','en','Search Users',NULL,NULL),('search','search_user_extended','en','Extended User Search',NULL,NULL),('search','search_user_search_form','en','Global User Search',NULL,NULL),('search','search_user_search_info_form','en','Users can be found in the global search. Furthermore, data in personal profiles of users is indexed if the Lucene fulltext search is enabled.',NULL,NULL),('search','select_orgu','en','Select Organisational Units',NULL,NULL),('search','until','en','up to',NULL,NULL),('sess','il_sess_participant','en','Session Participants',NULL,NULL),('sess','il_sess_status_open','en','Open Session',NULL,NULL),('sess','mail_sess_roles','en','Send Mail to Session Roles',NULL,NULL),('sess','notification','en','Notification',NULL,NULL),('sess','objs_crs_role','en','Course Roles',NULL,NULL),('sess','objs_grp_role','en','Group Roles',NULL,NULL),('sess','send_mail_participants','en','All Participants of Session',NULL,NULL),('sess','sess_accept_request','en','Accept Participation',NULL,NULL),('sess','sess_assign','en','Assign',NULL,NULL),('sess','sess_bt_refuse','en','Cannot Participate',NULL,NULL),('sess','sess_change_type','en','Change Session Type',NULL,NULL),('sess','sess_contact','en','Contact',NULL,NULL),('sess','sess_copy','en','Copy Session',NULL,NULL),('sess','sess_filter_all_types','en','All types',NULL,NULL),('sess','sess_filter_not_assigned','en','Not Assigned',NULL,NULL),('sess','sess_import','en','Import Session',NULL,NULL),('sess','sess_info_new_sess_type','en','New Session Type',NULL,NULL),('sess','sess_is_assigned','en','Assigned',NULL,NULL),('sess','sess_list_reg_limit_places','en','Free places',NULL,NULL),('sess','sess_lp_preset','en','Activate Learning Progress',NULL,NULL),('sess','sess_lp_preset_info','en','Activates the learning progress for all session events to be created.',NULL,NULL),('sess','sess_mail_admins_only','en','For Administrators only',NULL,NULL),('sess','sess_mail_admins_only_info','en','Only administrators can use the feature ‘Mail to Participants’ in the ‘Participants’ tab.',NULL,NULL),('sess','sess_mail_all','en','For all Participants',NULL,NULL),('sess','sess_mail_all_info','en','All participants can use the feature ‘Mail to Participants’ in the ‘Participants’ tab.',NULL,NULL),('sess','sess_mail_context_participant_info','en','For the participant e-mails on the participants and learning progress screens of a session',NULL,NULL),('sess','sess_mail_context_participant_title','en','Session: Mail to Participants',NULL,NULL),('sess','sess_mail_permanent_link','en','Click on the following link to find all of the information you need regarding the session:',NULL,NULL),('sess','sess_mail_permanent_link_participants','en','Click on the following link to edit the participants of the session:',NULL,NULL),('sess','sess_mail_sub_acc_bod','en','you have been registered for session \"%s\".',NULL,NULL),('sess','sess_mail_sub_acc_sub','en','Registration for Session \"%s\"',NULL,NULL),('sess','sess_mail_sub_dec_bod','en','your registration for session \"%s\" has been refused.',NULL,NULL),('sess','sess_mail_sub_dec_sub','en','Registration refused for session \"%s\"',NULL,NULL),('sess','sess_mail_type','en','Mail to Participants',NULL,NULL),('sess','sess_material_assigned','en','Assigned',NULL,NULL),('sess','sess_material_not_assigned','en','Not Assigned',NULL,NULL),('sess','sess_max_members_needed','en','A maximum number of members is needed for the waiting list feature.',NULL,NULL),('sess','sess_members','en','Participants',NULL,NULL),('sess','sess_members_gallery','en','Session Gallery',NULL,NULL),('sess','sess_members_print_title','en','Session Participants',NULL,NULL),('sess','sess_member_administration','en','Edit Participants',NULL,NULL),('sess','sess_mem_contacts','en','Tutorial Support',NULL,NULL),('sess','sess_mem_send_mail','en','Send Mail',NULL,NULL),('sess','sess_mem_tbl_header','en','Session Participants',NULL,NULL),('sess','sess_msg_applicants_assigned','en','Applicant(s) registered for session.',NULL,NULL),('sess','sess_msg_applicants_removed','en','Applicant(s) removed from list.',NULL,NULL),('sess','sess_new_registrations','en','Join Request',NULL,NULL),('sess','sess_notification_option','en','Option',NULL,NULL),('sess','sess_notification_option_inherit','en','Inherit from Parent',NULL,NULL),('sess','sess_notification_option_inherit_info','en','Use the parent notification settings (e.g. notification settings from course or group) for members of this session',NULL,NULL),('sess','sess_notification_option_manual','en','Set manually',NULL,NULL),('sess','sess_notification_option_manual_info','en','Notification setting for users has to be set manually in tab \'Participants\'',NULL,NULL),('sess','sess_open','en','Open Session',NULL,NULL),('sess','sess_participation_refused_info','en','Your participation for this event has been canceled.',NULL,NULL),('sess','sess_part_filter_participated','en','Only Attended',NULL,NULL),('sess','sess_part_filter_registered','en','Only Registered',NULL,NULL),('sess','sess_part_table_excused','en','Excused',NULL,NULL),('sess','sess_print_list','en','Generate List',NULL,NULL),('sess','sess_registered_confirm','en','Participation requires confirmation by an administrator. You will be notified when your application has been handled.',NULL,NULL),('sess','sess_registration_notification','en','Notification',NULL,NULL),('sess','sess_registration_notification_info','en','Shows column in tab \'Participants\' to select users being notified about new or leaving participants',NULL,NULL),('sess','sess_reg_added_to_wl','en','You have been added to the waiting list.',NULL,NULL),('sess','sess_reg_cannot_participate','en','Cannot Participate',NULL,NULL),('sess','sess_reg_cannot_participate_info','en','Users can indicate that they cannot participate in the session.',NULL,NULL),('sess','sess_reg_direct','en','Declare Participation',NULL,NULL),('sess','sess_reg_direct_info','en','User has to click ‘Attend’ to participate in session',NULL,NULL),('sess','sess_reg_disabled','en','Without Registration',NULL,NULL),('sess','sess_reg_disabled_info','en','Registration options are not offered for this session.',NULL,NULL),('sess','sess_reg_max_members','en','Limited Number of Members',NULL,NULL),('sess','sess_reg_max_members_info','en','Define the maximum number of users that can participate in session.',NULL,NULL),('sess','sess_reg_max_members_short','en','Number of Members',NULL,NULL),('sess','sess_reg_max_users_exceeded','en','A registration is not possible, since the maximum number of users id exceeded.',NULL,NULL),('sess','sess_reg_max_users_exceeded_wl','en','The maximum number of users for this session appointment is exceeded.',NULL,NULL),('sess','sess_reg_request','en','Apply for Participation',NULL,NULL),('sess','sess_reg_request_info','en','An administrator has to decide upon each user\'s apply for participating in session.',NULL,NULL),('sess','sess_reg_tutor','en','No Registration Possible',NULL,NULL),('sess','sess_reg_tutor_info','en','Users cannot register for this session on their own. Only administrators can register users.',NULL,NULL),('sess','sess_reg_type','en',' Registration Procedure',NULL,NULL),('sess','sess_reg_waiting_list','en','Waiting List',NULL,NULL),('sess','sess_reg_waiting_list_autofill','en','With Auto-Fill',NULL,NULL),('sess','sess_reg_waiting_list_autofill_info','en','Participants are recruited from the waiting list automatically on cancellations. This should not be used with the \"Apply for Participation\" registration procedure as autofill will bypass it.',NULL,NULL),('sess','sess_reg_waiting_list_none','en','None',NULL,NULL),('sess','sess_reg_waiting_list_no_autofill','en','Without Auto-Fill',NULL,NULL),('sess','sess_reg_waiting_list_no_autofill_info','en','If the maximum number of users is exceeded, new registrations will be placed on a waiting list.',NULL,NULL),('sess','sess_section_reg','en','Registration Settings',NULL,NULL),('sess','sess_setting_header_presentation','en','Presentation',NULL,NULL),('sess','sess_show_members','en','Show Participants',NULL,NULL),('sess','sess_show_participants_info','en','If activated, session participants can access the participant gallery',NULL,NULL),('sess','sess_title','en','Title of Session',NULL,NULL),('sess','sess_users_added','en','Registered selected users for the session.',NULL,NULL),('sess','sess_users_already_assigned','en','The user is already registered for this session.',NULL,NULL),('sess','sess_users_removed_from_list','en','The selected users have been removed from the waiting list.',NULL,NULL),('sess','sess_warn_sess_type_changed','en','Do you really want to change the session type? All permission settings will be reset.',NULL,NULL),('shib','shib_activate_new','en','New Accounts with Approval',NULL,NULL),('shib','shib_activate_new_info','en','Newly-created accounts are inactive until they have been approved by an administrator.',NULL,NULL),('shib','shib_add_missing','en','Assign Missing Roles',NULL,NULL),('shib','shib_add_remove','en','Add/Remove Roles',NULL,NULL),('shib','shib_assignment_type','en','Kind of Assignment',NULL,NULL),('shib','shib_attribute','en','User Attribute',NULL,NULL),('shib','shib_attribute_name','en','Attribute Name',NULL,NULL),('shib','shib_attribute_value','en','Attribute Value',NULL,NULL),('shib','shib_attr_info','en','Assign by a specific attribute in the Shibboleth User Profile.',NULL,NULL),('shib','shib_check_role_assignment','en','Assignment of Roles After Later Logins',NULL,NULL),('shib','shib_choose_role','en','Choose Role',NULL,NULL),('shib','shib_confirm_del_role_ass','en','Do you really want to delete the following rules?',NULL,NULL),('shib','shib_deleted_rule','en','Deleted role assignments.',NULL,NULL),('shib','shib_global_role','en','Global Role',NULL,NULL),('shib','shib_ilias_role','en','ILIAS Role Name',NULL,NULL),('shib','shib_local_role','en','Local Role',NULL,NULL),('shib','shib_missing_attr_name','en','Please enter the attribute name.',NULL,NULL),('shib','shib_missing_attr_value','en','Please enter the attribute value.',NULL,NULL),('shib','shib_missing_plugin_id','en','Please enter a valid plugin id.',NULL,NULL),('shib','shib_missing_role','en','Please select one role.',NULL,NULL),('shib','shib_new_rule','en','Add new Rule',NULL,NULL),('shib','shib_plugin','en','Assignment by Plugin',NULL,NULL),('shib','shib_plugin_id','en','Plugin ID',NULL,NULL),('shib','shib_plugin_info','en','Validate the role assignment with a plugin. Please enter a valid plugin id.',NULL,NULL),('shib','shib_remove_deprecated','en','Deassign Deprecated Roles',NULL,NULL),('shib','shib_role_assignment','en','Role Assignments',NULL,NULL),('shib','shib_role_ass_table','en','New Rule for Role Assignments',NULL,NULL),('shib','shib_role_by_attribute','en','Shibboleth Attribute',NULL,NULL),('shib','shib_role_by_plugin','en','By Plugin',NULL,NULL),('shib','shib_role_name','en','ILIAS Role Name',NULL,NULL),('shib','shib_role_name_info','en','Please choose either a global role or enter the name of a local role.',NULL,NULL),('shib','shib_role_selection','en','Role Selection',NULL,NULL),('shib','shib_rules_tables','en','Active Role Assignment Rules',NULL,NULL),('shib','shib_rule_condition','en','Condition',NULL,NULL),('shib','shib_rule_type','en','Type of Assignment',NULL,NULL),('shib','shib_settings','en','Shibboleth Settings',NULL,NULL),('shib','shib_update_roles','en','Role Assignments',NULL,NULL),('shib','shib_update_role_ass_table','en','Edit Role Assignment Rule',NULL,NULL),('skll','skll_competence_achievements','en','New competence achievements and appraisals',NULL,NULL),('skll','skll_intro_skill_notification_for','en','this is an overview of your latest competence achievements.',NULL,NULL),('skll','skll_lhist_skill_achieved','en','Status $4$ of $3$ was assigned in $1$.',NULL,NULL),('skll','skll_lhist_skill_profile_fulfilled','en','Competence Profile $3$ was fulfilled.',NULL,NULL),('skll','skll_lhist_skill_self_eval','en','Status $4$ of $3$ was self-assigned.',NULL,NULL),('skll','skll_lhist_skill_self_eval_in','en','Status $4$ of $3$ was self-assigned in $1$.',NULL,NULL),('skll','skll_new_skill_achievements','en','You achieved new competence levels in the period of %1$s to %2$s:',NULL,NULL),('skll','skll_skill_notification','en','Competence Notification',NULL,NULL),('skll','skll_skill_notification_desc','en','Informs user on newly set competence levels.',NULL,NULL),('skmg','scat','en','Competence Category',NULL,NULL),('skmg','skll','en','Competence',NULL,NULL),('skmg','skmg_360_survey','en','360° Survey',NULL,NULL),('skmg','skmg_add_assignment','en','Add Roles / Members',NULL,NULL),('skmg','skmg_add_level','en','Add Level',NULL,NULL),('skmg','skmg_add_local_profile','en','Add Local Profile',NULL,NULL),('skmg','skmg_add_profile','en','Add Profile',NULL,NULL),('skmg','skmg_add_resource','en','Assign Repository Object',NULL,NULL),('skmg','skmg_add_skill','en','Add Competence',NULL,NULL),('skmg','skmg_add_skill_tree','en','Add Competence Tree',NULL,NULL),('skmg','skmg_add_user_to_profile','en','Add users or roles to profile',NULL,NULL),('skmg','skmg_all','en','All',NULL,NULL),('skmg','skmg_allow_local_profiles','en','Allow Creation of Local Profiles',NULL,NULL),('skmg','skmg_allow_local_profiles_info','en','Users with permission \'Edit Settings\' in Courses and Groups can create local competence profiles using globally defined competences.',NULL,NULL),('skmg','skmg_assigned_objects','en','Assigned Objects',NULL,NULL),('skmg','skmg_assigned_profiles','en','Assigned Competence Profiles',NULL,NULL),('skmg','skmg_assigned_skill_levels','en','Assigned Competence Targets',NULL,NULL),('skmg','skmg_assigned_users','en','Assigned Roles and Users',NULL,NULL),('skmg','skmg_assign_level','en','Assign Level',NULL,NULL),('skmg','skmg_assign_materials','en','Assign Personal Resources',NULL,NULL),('skmg','skmg_assign_user','en','Assign User',NULL,NULL),('skmg','skmg_ass_materials_from_workspace','en','Here you can assign materials, e.g. files, from your personal resources to competence levels. If you would like to add materials to your personal resources now, please click the following link.',NULL,NULL),('skmg','skmg_cannot_delete_nodes_in_use','en','Some items cannot be deleted, because they are still in use.',NULL,NULL),('skmg','skmg_cert_skill_level_title','en','Competence Level Title',NULL,NULL),('skmg','skmg_cert_skill_title','en','Competence Title',NULL,NULL),('skmg','skmg_cert_skill_trigger_title','en','Competence Trigger Title',NULL,NULL),('skmg','skmg_confirm_level_resources_removal','en','Do you really want to remove the following repository objects from the competence level?',NULL,NULL),('skmg','skmg_confirm_remove_level_ass','en','So you really want to remove the following competence levels from the profile?',NULL,NULL),('skmg','skmg_confirm_user_removal','en','Do you really want to remove the following users from this profile?',NULL,NULL),('skmg','skmg_context_global','en','Global',NULL,NULL),('skmg','skmg_context_local','en','Local',NULL,NULL),('skmg','skmg_cont_profiles_info','en','In this view, you can select the competence profiles with competence entries, which are related to the currently open object (course/group). To get to the global view with all competence profiles you are assigned to and all competence entries, click on the link below.',NULL,NULL),('skmg','skmg_cont_profiles_info_empty','en','There are no competence profiles related to the currently open object.',NULL,NULL),('skmg','skmg_cont_records_info_empty','en','There are no competences related to the currently opened object.',NULL,NULL),('skmg','skmg_count_references','en','Number of referenced competences:',NULL,NULL),('skmg','skmg_create_sctp','en','Create Template Category',NULL,NULL),('skmg','skmg_create_skill_category','en','Create Competence Category',NULL,NULL),('skmg','skmg_create_skill_template','en','Create Competence Template',NULL,NULL),('skmg','skmg_create_skill_template_category','en','Create Competence Template Category',NULL,NULL),('skmg','skmg_create_skill_template_reference','en','Create Competence Template Reference',NULL,NULL),('skmg','skmg_create_skll','en','Create Competence',NULL,NULL),('skmg','skmg_custom_image_alt','en','Custom image for competence profile',NULL,NULL),('skmg','skmg_delete_profiles','en','Do you really want to delete the following profiles?',NULL,NULL),('skmg','skmg_delete_warning','en','Are you sure that you want to delete the following item(s)? When you delete the items, you also delete all usages, assignments and achievements of it. To be on the safe side, you find a list of all usages below. If the item is used in a competence profile, it will be removed from the profile, too. This may cause the fulfilment of the competence profile for the assigned users. If your are not sure whether an item should really be deleted, please use the statuses in the settings of a single item.',NULL,NULL),('skmg','skmg_description_info','en','The description comes from the template.',NULL,NULL),('skmg','skmg_edit_level','en','Edit Level',NULL,NULL),('skmg','skmg_edit_profile','en','Edit Profile',NULL,NULL),('skmg','skmg_edit_scat','en','Edit Competence Category',NULL,NULL),('skmg','skmg_edit_sctp','en','Edit Template Category',NULL,NULL),('skmg','skmg_edit_skll','en','Edit Competence Settings',NULL,NULL),('skmg','skmg_edit_sktr','en','Edit Competence Template Reference',NULL,NULL),('skmg','skmg_enable_skmg','en','Activate Competence Management',NULL,NULL),('skmg','skmg_eval_type_1','en','Appraisal',NULL,NULL),('skmg','skmg_eval_type_2','en','Measurement',NULL,NULL),('skmg','skmg_eval_type_3','en','Self-Evaluation',NULL,NULL),('skmg','skmg_eval_type_latest_1','en','Latest Appraisal',NULL,NULL),('skmg','skmg_eval_type_latest_2','en','Latest Measurement',NULL,NULL),('skmg','skmg_eval_type_latest_3','en','Latest Self-Evaluation',NULL,NULL),('skmg','skmg_execute_self_evaluation','en','Start',NULL,NULL),('skmg','skmg_form_presentation','en','Presentation',NULL,NULL),('skmg','skmg_from_lower_to_higher_levels','en','Please order the competence levels from lower ones on top to higher ones at the bottom.',NULL,NULL),('skmg','skmg_hide_profile_self_eval','en','Hide Competence Target without Self Evaluation',NULL,NULL),('skmg','skmg_hide_profile_self_eval_info','en','Competence Target will not be shown to a user, if no self evaluation has been done for a specific competence.',NULL,NULL),('skmg','skmg_import_skills','en','Import',NULL,NULL),('skmg','skmg_input_file','en','Import File',NULL,NULL),('skmg','skmg_insert_basic_skill_from_clip','en','Insert Competences from Clipboard',NULL,NULL),('skmg','skmg_insert_please_choose_one_type_only','en','Please choose only one type of items.',NULL,NULL),('skmg','skmg_insert_skill_category_from_clip','en','Insert Competence Categories from Clipboard',NULL,NULL),('skmg','skmg_insert_skill_template_from_clip','en','Insert Competence Template from Clipboard',NULL,NULL),('skmg','skmg_insert_skill_template_reference_from_clip','en','Insert Competence Template Reference from Clipboard',NULL,NULL),('skmg','skmg_insert_template_category_from_clip','en','Insert Template Category from Clipboard',NULL,NULL),('skmg','skmg_items','en','Items',NULL,NULL),('skmg','skmg_level','en','Level',NULL,NULL),('skmg','skmg_list_skills','en','List Competences',NULL,NULL),('skmg','skmg_local_assignment_profiles','en','Allow Local Assignment of Global Profiles',NULL,NULL),('skmg','skmg_lp_triggers_level','en','Completion Triggers Competence Record',NULL,NULL),('skmg','skmg_materials','en','Personal Resources',NULL,NULL),('skmg','skmg_materials_resources','en','Learning Materials',NULL,NULL),('skmg','skmg_new_level','en','New Level',NULL,NULL),('skmg','skmg_new_sktr','en','New Competence Template Reference',NULL,NULL),('skmg','skmg_next_step','en','Next Step',NULL,NULL),('skmg','skmg_no_nodes_selectable','en','Currently there are no competences selectable.',NULL,NULL),('skmg','skmg_no_skills_selected_info','en','You have not selected or fulfilled any competences yet. Click on the \"Add Competence\"-button to select a competence. You can add any number of competences. If you fulfill competences by editing learning materials, they will be automatically listed here.',NULL,NULL),('skmg','skmg_no_skill_entries','en','You do not have any entries for this competence yet.',NULL,NULL),('skmg','skmg_no_trigger','en','No Trigger',NULL,NULL),('skmg','skmg_nr','en','Nr',NULL,NULL),('skmg','skmg_number','en','Number',NULL,NULL),('skmg','skmg_open','en','Open',NULL,NULL),('skmg','skmg_open_all_assigned_profiles','en','Open All Assigned Competence Profiles',NULL,NULL),('skmg','skmg_order','en','Order',NULL,NULL),('skmg','skmg_order_nr','en','Order Number',NULL,NULL),('skmg','skmg_order_nr_info','en','Positions competence in the list of competences.',NULL,NULL),('skmg','skmg_please_select_self_skill','en','Start a new Self Evaluation. Competence:',NULL,NULL),('skmg','skmg_please_select_your_skill_levels','en','Please select your competence levels.',NULL,NULL),('skmg','skmg_previous_step','en','Previous Step',NULL,NULL),('skmg','skmg_profile','en','Profile',NULL,NULL),('skmg','skmg_really_delete_levels','en','Do you really want to delete the following competence levels?',NULL,NULL),('skmg','skmg_really_remove_skills','en','Do you really want to remove the following competences from your list?',NULL,NULL),('skmg','skmg_recommended_learning_material_crs','en','Achieve your targets in this course',NULL,NULL),('skmg','skmg_recommended_learning_material_global','en','Achieve your targets',NULL,NULL),('skmg','skmg_recommended_learning_material_grp','en','Achieve your targets in this group',NULL,NULL),('skmg','skmg_recommended_learning_material_info','en','Please work through the following learning materials to achieve the competence target. Select exactly one learning material per competence level.',NULL,NULL),('skmg','skmg_refresh_view','en','Refresh',NULL,NULL),('skmg','skmg_remove','en','Remove',NULL,NULL),('skmg','skmg_remove_levels','en','Remove Levels',NULL,NULL),('skmg','skmg_remove_skill','en','Remove Competence',NULL,NULL),('skmg','skmg_remove_trigger','en','Remove Trigger',NULL,NULL),('skmg','skmg_resources','en','Repository Objects',NULL,NULL),('skmg','skmg_save_order','en','Save Order',NULL,NULL),('skmg','skmg_save_self_evaluation','en','Finish Self-Evaluation',NULL,NULL),('skmg','skmg_save_settings','en','Save Settings',NULL,NULL),('skmg','skmg_sctp','en','Competence Template Category',NULL,NULL),('skmg','skmg_selectable','en','Selectable',NULL,NULL),('skmg','skmg_selectable_info','en','Allows user to select this category as a personal competence.',NULL,NULL),('skmg','skmg_selected_items_have_been_copied','en','Selected items have been copied.',NULL,NULL),('skmg','skmg_selected_items_have_been_cut','en','Selected items have been cut.',NULL,NULL),('skmg','skmg_selected_skills','en','Selected Competences',NULL,NULL),('skmg','skmg_select_level','en','Select Competence Level',NULL,NULL),('skmg','skmg_select_skill','en','Click on a competence to add it to your personal competences.',NULL,NULL),('skmg','skmg_select_skill_level_assign','en','Please select a competence.',NULL,NULL),('skmg','skmg_select_trigger','en','Select Trigger',NULL,NULL),('skmg','skmg_self_evaluation','en','Self-Evaluation',NULL,NULL),('skmg','skmg_self_evaluations','en','Self-Evaluations',NULL,NULL),('skmg','skmg_self_evaluation_byline','en','The self-evaluation will be excluded from target achievement. It is used for your guidance.',NULL,NULL),('skmg','skmg_settings','en','Competence Management Settings',NULL,NULL),('skmg','skmg_set_as_lp_trigger','en','Completion Should Trigger Competence Record',NULL,NULL),('skmg','skmg_set_as_no_lp_trigger','en','Completion Should Not Trigger Competence Record',NULL,NULL),('skmg','skmg_set_as_no_suggested','en','Do not Show as Learning Material',NULL,NULL),('skmg','skmg_set_as_suggested','en','Show as Learning Material',NULL,NULL),('skmg','skmg_show_all','en','Show All',NULL,NULL),('skmg','skmg_show_latest_entries','en','Show Latest Entries',NULL,NULL),('skmg','skmg_skill','en','Competence',NULL,NULL),('skmg','skmg_skills','en','Competences',NULL,NULL),('skmg','skmg_skill_in_use','en','This competence is used by users or content. Not all commands are available. Please keep in mind that any changes that are made will affect the existing usages.',NULL,NULL),('skmg','skmg_skill_level','en','Competence Level',NULL,NULL),('skmg','skmg_skill_levels','en','Competence Levels',NULL,NULL),('skmg','skmg_skill_level_trigger','en','Competence Level Trigger',NULL,NULL),('skmg','skmg_skill_management_deactivated','en','Competence Management is currently deactivated.',NULL,NULL),('skmg','skmg_skill_needs_impr_no_res','en','You need to improve this competence. Unfortunately, there are currently no learning materials available, which are aligned to your competence target.',NULL,NULL),('skmg','skmg_skill_needs_impr_res','en','You need to improve this competence. The following learning materials are aligned to your competence target.',NULL,NULL),('skmg','skmg_skill_needs_self_eval','en','Please conduct a self-evaluation first to see your competence target.',NULL,NULL),('skmg','skmg_skill_needs_self_eval_box','en','Please note that you have not conducted a self-evaluation for at least one competence in this profile. You will not see the competence target for the affected competences until a self-evaluation is done.',NULL,NULL),('skmg','skmg_skill_no_needs_impr','en','Competence target achieved!',NULL,NULL),('skmg','skmg_skill_no_needs_impr_info','en','You achieved the target for this competence.',NULL,NULL),('skmg','skmg_skill_overview','en','Overview',NULL,NULL),('skmg','skmg_skill_profiles','en','Competence Profiles',NULL,NULL),('skmg','skmg_skill_profile_records','en','Competence Records',NULL,NULL),('skmg','skmg_skill_template','en','Competence Template',NULL,NULL),('skmg','skmg_skill_templates','en','Competence Templates',NULL,NULL),('skmg','skmg_skill_tree','en','Competence Tree',NULL,NULL),('skmg','skmg_skill_trees','en','Competence Trees',NULL,NULL),('skmg','skmg_sktr','en','Competence Template Reference',NULL,NULL),('skmg','skmg_status','en','Status',NULL,NULL),('skmg','skmg_status_draft','en','Draft (Offline)',NULL,NULL),('skmg','skmg_status_draft_info','en','Item will be hidden.',NULL,NULL),('skmg','skmg_status_outdated','en','Outdated',NULL,NULL),('skmg','skmg_status_outdated_info','en','Item cannot be newly selected by users as personal competence, or newly assigned to repository objects or competence profiles. However existing assignments and data are still presented.',NULL,NULL),('skmg','skmg_status_publish','en','Published',NULL,NULL),('skmg','skmg_status_publish_info','en','Item can be used if all parents are published, too.',NULL,NULL),('skmg','skmg_suggested','en','Shown as Learning Material',NULL,NULL),('skmg','skmg_suggested_resources','en','Assigned Repository Objects',NULL,NULL),('skmg','skmg_sure_delete_self_evaluation','en','Do you really want to delete the following self-evaluations?',NULL,NULL),('skmg','skmg_target_level','en','Competence Target',NULL,NULL),('skmg','skmg_target_levels','en','Competence Targets',NULL,NULL),('skmg','skmg_trigger','en','Trigger',NULL,NULL),('skmg','skmg_type','en','Type',NULL,NULL),('skmg','skmg_type_of_formation','en','Type of Formation',NULL,NULL),('skmg','skmg_update_order','en','Update Order',NULL,NULL),('skmg','skmg_usage','en','Usage',NULL,NULL),('skmg','skmg_usage_obj_objects','en','Object(s)',NULL,NULL),('skmg','skmg_usage_obj_profiles','en','Profile(s)',NULL,NULL),('skmg','skmg_usage_obj_users','en','User(s)',NULL,NULL),('skmg','skmg_usage_type_info_gen','en','General Use in Repository Objects',NULL,NULL),('skmg','skmg_usage_type_info_mat','en','Users assigned personal resources from their personal workspace',NULL,NULL),('skmg','skmg_usage_type_info_pers','en','Selected by Users as Personal Competence',NULL,NULL),('skmg','skmg_usage_type_info_prof','en','Used in Competence Profiles',NULL,NULL),('skmg','skmg_usage_type_info_res','en','Repository Objects Assigned as Learning Material',NULL,NULL),('skmg','skmg_usage_type_info_user','en','Assigned to Users',NULL,NULL),('skmg','skmg_your_self_evaluation','en','Your Self-Evaluation',NULL,NULL),('style','adapt_icon','en','Adapt Icon',NULL,NULL),('style','adapt_icons','en','Adapt Icon Colors',NULL,NULL),('style','adapt_icons_description','en','All icons that could be found in svg icons in the skins images folder are listed here. If one color is changed, it will be changed in all icons containing this colors at once.',NULL,NULL),('style','adapt_icon_description','en','Adapt icon colors or change the icon itself.',NULL,NULL),('style','adapt_scss','en','Adapt scss',NULL,NULL),('style','adapt_scss_description','en','This is a direct representation of all scss variables from the settings files used in the selected skin. Variable names and descriptions are drawn directly from those files and are therefore only available in their original language. The selected style will be recompiled completely by updating/reseting the variables. Resetting variables will create a copy of the default delos style.',NULL,NULL),('style','add_substyle','en','Add Sub Style',NULL,NULL),('style','add_system_style','en','Add System Style',NULL,NULL),('style','assignment','en','Assignment',NULL,NULL),('style','blue_color','en','Blue Color',NULL,NULL),('style','blue_colors','en','Blue Colors',NULL,NULL),('style','blue_colors_description','en','Blue Color Description',NULL,NULL),('style','cant_deactivate_default_style','en','Default styles cannot be deactivated.',NULL,NULL),('style','cant_delete_activated_style','en','Active Styles cannot be deleted.',NULL,NULL),('style','cant_delete_if_users_assigned','en','Styles can not be deleted if users are still assigned.',NULL,NULL),('style','cant_delete_style_with_substyles','en','Styles with sub styles cannot be deleted.',NULL,NULL),('style','can_not_read_scss_file','en','Cannot read scss file. Path:',NULL,NULL),('style','change_icon','en','Change Icon',NULL,NULL),('style','color','en','Color',NULL,NULL),('style','color_changed_from','en','Color changed from:',NULL,NULL),('style','color_changed_to','en','to:',NULL,NULL),('style','color_reset','en','The colors of the icons have been reset. Important: Note that caching might prevent your changes from being shown. You might need to clear your browsers cache.',NULL,NULL),('style','color_update','en','The colors of the icons have been updated. Important: Note that caching might prevent your changes from being shown. You might need to clear your browsers cache.',NULL,NULL),('style','default_style_set_to','en','The default system style has been set to:',NULL,NULL),('style','directory_created','en','Directory created:',NULL,NULL),('style','dir_changed_to','en','The directory has been moved to:',NULL,NULL),('style','dir_copied_from','en','The directory has been copied to from:',NULL,NULL),('style','dir_created','en','The following directory has been created:',NULL,NULL),('style','dir_deleted','en','The following directory has been deleted:',NULL,NULL),('style','dir_preserved_backup','en','Preserved Backup folder:',NULL,NULL),('style','dir_preserved_linked','en','Preserved Link:',NULL,NULL),('style','documentation','en','Documentation',NULL,NULL),('style','edit_by_color','en','Edit by Color',NULL,NULL),('style','edit_by_icon','en','Edit by Icon',NULL,NULL),('style','enable_system_styles_management_no_write_perm','en','System styles management is enabled but ILIAS does not have write permission on the Customizing/global/skin folder. No new styles can therefore be created/edited.',NULL,NULL),('style','entries_reloaded','en','All entries have been reloaded',NULL,NULL),('style','file_deleted','en','Following file has been deleted:',NULL,NULL),('style','font_dir','en','Font Directory',NULL,NULL),('style','font_dir_description','en','Folder to store fonts of the skin into. This directory can be shared with other styles and sub styles of this skin. Beware, if this folder is adapted, the SCSS variable il-web-font-path needs to be manually adapted as well.',NULL,NULL),('style','from_skin','en','of skin:',NULL,NULL),('style','green_color','en','Green Color',NULL,NULL),('style','green_colors','en','Green Colors',NULL,NULL),('style','green_colors_description','en','Green Color Description',NULL,NULL),('style','grey_color','en','Gray Color',NULL,NULL),('style','grey_colors','en','Gray Colors',NULL,NULL),('style','grey_colors_description','en','Gray Color Description',NULL,NULL),('style','icons','en','Icons',NULL,NULL),('style','icons_gallery','en','Icons Gallery',NULL,NULL),('style','image_dir','en','Image Directory',NULL,NULL),('style','image_dir_description','en','Folder to store images (mostly icons) of the skin into. This directory can be shared with other styles and sub styles of this skin.',NULL,NULL),('style','invalid_scss_path','en','The provided sass/scss path is either not valid or the webserver does not have the proper permission to read and execute sass/scss. Sass/scss (or the file linked to by the file pointed to by the scss path) has to be readable and executable by your webserver.',NULL,NULL),('style','in_main_scss_file','en','is not imported inside the system styles main scss file:',NULL,NULL),('style','ks_documentation_of_style','en','Kitchen Sink documentation of style:',NULL,NULL),('style','ks_documentation_of_substyle','en','Kitchen Sink documentation of sub style:',NULL,NULL),('style','main_scss_created','en','Main SCSS has been created:',NULL,NULL),('style','manage_system_styles','en','Manage System Styles',NULL,NULL),('style','msg_sub_style_created','en','The sub style has been created.',NULL,NULL),('style','msg_sys_style_created','en','The new system style has successfully been created.',NULL,NULL),('style','msg_sys_style_update','en','System Styles have been updated',NULL,NULL),('style','no_scss_path_set','en','No Scss Path set',NULL,NULL),('style','no_style_selected','en','No sub style has been selected.',NULL,NULL),('style','of_parent','en','of parent:',NULL,NULL),('style','open_documentation','en','Open Documentation',NULL,NULL),('style','parent','en','Parent Style',NULL,NULL),('style','personal','en','Personal',NULL,NULL),('style','personal_style_set_to','en','Your personal style has been set to:',NULL,NULL),('style','preview','en','Preview',NULL,NULL),('style','provided_scss_path','en','Provided scss path:',NULL,NULL),('style','red_color','en','Red Color',NULL,NULL),('style','red_colors','en','Red Colors',NULL,NULL),('style','red_colors_description','en','Red Color Description',NULL,NULL),('style','refresh_entries','en','Refresh Entries',NULL,NULL),('style','remove_assignment','en','Remove Assignment',NULL,NULL),('style','reset_icons','en','Reset Icons',NULL,NULL),('style','reset_variables','en','Reset Variables',NULL,NULL),('style','scope','en','Scope',NULL,NULL),('style','scss','en','Scss',NULL,NULL),('style','scss_can_not_be_modified','en','Scss cannot be modified',NULL,NULL),('style','scss_compile_failed','en','Something in the compilation of the scss file went wrong. Is scss installed and the path set correctly in ILIAS setup? Original error:',NULL,NULL),('style','scss_file_reset','en','The scss variables have been reset. Important: Note that caching might prevent your changes from being shown. You might need to clear your browsers cache.',NULL,NULL),('style','scss_file_updated','en','The scss variables have been updated. Important: Note that caching might prevent your changes from being shown. You might need to clear your browsers cache.',NULL,NULL),('style','scss_folder_reset','en','Scss folder reset',NULL,NULL),('style','scss_folder_updated','en','Scss folder has been updated',NULL,NULL),('style','scss_scss_installation_detected','en','Scss/sass installation detected at:',NULL,NULL),('style','scss_variables_empty_might_have_changed','en','There are empty variables in your form. You might have changed your settings files since loading this form. The defaults from the settings files have been set for the empty fields. Please check those marked empty fields before compiling and saving the values to your settings files.',NULL,NULL),('style','scss_variables_file_not_included','en','The scss variables files:',NULL,NULL),('style','scss_variable_empty','en','This variable was empty. The default from your settings files has been set. Please check if this is correct before compiling.',NULL,NULL),('style','select_icon','en','Select Icon',NULL,NULL),('style','settings_of_style','en','Manage style',NULL,NULL),('style','settings_of_substyle','en','Manage sub style',NULL,NULL),('style','skin','en','Skin',NULL,NULL),('style','skin_deleted','en','Following skin has been deleted:',NULL,NULL),('style','skin_id','en','Skin ID',NULL,NULL),('style','skin_id_description','en','Skins are container for styles and sub styles. The skin ID sets the name of the folder that holds all style and sub style information. Only letters, numbers as well as hyphens or underline characters are to be used in skin ID\'s.',NULL,NULL),('style','skin_id_exists','en','There exists already a skin with this ID.',NULL,NULL),('style','skin_name','en','Skin Name',NULL,NULL),('style','skin_name_description','en','The skin name can be used to describe the area of application of the skin in human readable form. It will appear in all UI elements allowing the selection of skins.',NULL,NULL),('style','skin_version','en','Skin Version',NULL,NULL),('style','skin_version_description','en','The skin version is used to re-cache the style after changes. It gets automatically updated.',NULL,NULL),('style','sound_dir','en','Sound Directory',NULL,NULL),('style','sound_dir_description','en','Folder to store sounds of the skin into. This directory can be shared with other styles and sub styles of this skin.',NULL,NULL),('style','Style','en','Style',NULL,NULL),('style','styles_not_deleted','en','The styles could not have been deleted for the following reasons:',NULL,NULL),('style','style_assignments_deleted','en','Style assignments of the following Sub Style have been deleted:',NULL,NULL),('style','style_copied','en','Style has been successfully copied.',NULL,NULL),('style','style_current_style','en','Current Style',NULL,NULL),('style','style_deleted','en','Deleted Style:',NULL,NULL),('style','style_delete_style','en','Delete Style',NULL,NULL),('style','style_edit_style','en','Edit Style',NULL,NULL),('style','style_id','en','Style ID',NULL,NULL),('style','style_id_description','en','The style id is used as name for style specific files such as css and scss placed inside the skins folder. Only letters, numbers as well as hyphens or underline characters are to be used in style ID\'s.',NULL,NULL),('style','style_imported','en','Style has been successfully imported into:',NULL,NULL),('style','style_name','en','Style Name',NULL,NULL),('style','style_name_description','en','The style name can be used to describe the area of application of the style in human readable form. It will appear in all UI elements allowing the selection of styles.',NULL,NULL),('style','style_not_deleted','en','The style could not be deleted for the following reasons:',NULL,NULL),('style','style_page_layout_module_learning_module','en','ILIAS Learning Module',NULL,NULL),('style','style_page_layout_module_portfolio','en','Portfolio',NULL,NULL),('style','style_page_layout_module_scorm','en','Scorm',NULL,NULL),('style','style_support_reuse','en','Re-Use',NULL,NULL),('style','style_support_reuse_info','en','Allow sub-objects of the current container to re-use this content style.',NULL,NULL),('style','sty_acopy','en','Copy',NULL,NULL),('style','sty_added_characteristic','en','Added style class.',NULL,NULL),('style','sty_add_assignment','en','Add Assignment',NULL,NULL),('style','sty_add_characteristic','en','Add Style Class',NULL,NULL),('style','sty_add_color','en','Add Color',NULL,NULL),('style','sty_add_content_style','en','Add Content Style',NULL,NULL),('style','sty_add_image','en','Add Image',NULL,NULL),('style','sty_add_media_query','en','Add Media Query',NULL,NULL),('style','sty_add_media_query_info','en','E.g. \"only screen and (max-width: 600px)\" for browser window smaller than 600px or \"print\" for printing devices.',NULL,NULL),('style','sty_add_pgl','en','Add Page Layout',NULL,NULL),('style','sty_add_template','en','Add Template',NULL,NULL),('style','sty_all','en','All',NULL,NULL),('style','sty_all_styles_obligatory','en','All selected styles are compulsory and cannot be deleted.',NULL,NULL),('style','sty_assign_categories','en','Assign Categories',NULL,NULL),('style','sty_background','en','Background',NULL,NULL),('style','sty_background_attachment','en','Background Attachment',NULL,NULL),('style','sty_background_color','en','Background Color',NULL,NULL),('style','sty_background_image','en','Background Image',NULL,NULL),('style','sty_background_position','en','Background Position',NULL,NULL),('style','sty_background_repeat','en','Background Repeat',NULL,NULL),('style','sty_based_on','en','Based on',NULL,NULL),('style','sty_base_color','en','Base Color',NULL,NULL),('style','sty_bg_img_info','en','To add images to the dropdown selection please upload them in the \"Images\" section of the style first.',NULL,NULL),('style','sty_border','en','Border',NULL,NULL),('style','sty_border_color','en','Border Color',NULL,NULL),('style','sty_border_style','en','Border Style',NULL,NULL),('style','sty_border_width','en','Border Width',NULL,NULL),('style','sty_bottom','en','Bottom',NULL,NULL),('style','sty_caption','en','Caption',NULL,NULL),('style','sty_caption_class','en','Caption',NULL,NULL),('style','sty_carousel_templates','en','Carousel Templates',NULL,NULL),('style','sty_cat_assignments','en','Style/Category Assignments',NULL,NULL),('style','sty_ca_cntr_class','en','Carousel Container',NULL,NULL),('style','sty_ca_icntr_class','en','Carousel Item Container',NULL,NULL),('style','sty_ca_icont_class','en','Carousel Item Content',NULL,NULL),('style','sty_ca_ihead_class','en','Carousel Item Header',NULL,NULL),('style','sty_characteristic_already_exists','en','A style class with this title already exists within this style.',NULL,NULL),('style','sty_class','en','Style Class',NULL,NULL),('style','sty_class_name','en','Class Name',NULL,NULL),('style','sty_clear','en','Clear',NULL,NULL),('style','sty_color','en','Color',NULL,NULL),('style','sty_colors','en','Colors',NULL,NULL),('style','sty_color_already_exists','en','A color with this name already exists in this style.',NULL,NULL),('style','sty_color_code','en','Color Code',NULL,NULL),('style','sty_color_flavors','en','Color Flavors',NULL,NULL),('style','sty_color_info','en','Predefined colors make it easy to reuse a color for different purposes. You refer to a predefined color by using its name with a leading ‘!’ for any color attribute in your style classes. To use a flavour, append a lightness value in brackets to the color name, e.g. ‘!MyColor(20)’.',NULL,NULL),('style','sty_color_name','en','Color Name',NULL,NULL),('style','sty_col_foot_class','en','Column Footer',NULL,NULL),('style','sty_col_head_class','en','Column Header',NULL,NULL),('style','sty_commands','en','Commands',NULL,NULL),('style','sty_confirm_char_deletion','en','Are you sure that you want to delete the following style class(es)?',NULL,NULL),('style','sty_confirm_color_deletion','en','Confirm Color Deletion',NULL,NULL),('style','sty_confirm_del_ind_styles','en','Confirm Deletion of Individual Content Styles',NULL,NULL),('style','sty_confirm_del_ind_styles_desc','en','All learning modules with individual styles will be assigned to style \'%s\'. This will also delete all individual content styles. Are you sure to continue?',NULL,NULL),('style','sty_confirm_template_deletion','en','Confirm Template Deletion',NULL,NULL),('style','sty_copied_please_select_target','en','The style classes have been copied. Please open the target style and click ‘Paste Style Classes’.',NULL,NULL),('style','sty_copy_other_stylesheet','en','Copy Style From Local Source',NULL,NULL),('style','sty_copy_other_system_style','en','Copy System Style',NULL,NULL),('style','sty_copy_to','en','to:',NULL,NULL),('style','sty_create_ind_style','en','Create Individual Style',NULL,NULL),('style','sty_create_new_class','en','Create new style class',NULL,NULL),('style','sty_create_new_stylesheet','en','Create New Style',NULL,NULL),('style','sty_create_new_system_style','en','Create New System Style',NULL,NULL),('style','sty_create_new_system_sub_style','en','Create New Sub Style',NULL,NULL),('style','sty_create_pgl','en','Create Page Layout',NULL,NULL),('style','sty_cursor','en','Cursor',NULL,NULL),('style','sty_custom','en','Custom',NULL,NULL),('style','sty_custom_par','en','Custom Parameters',NULL,NULL),('style','sty_custom_par_info','en','Add custom CSS parameters using format ‘parameter: value’.',NULL,NULL),('style','sty_default','en','Default',NULL,NULL),('style','sty_default_style','en','Default Style',NULL,NULL),('style','sty_delete_other_selected','en','Continue',NULL,NULL),('style','sty_del_template','en','Delete Templates and Classes',NULL,NULL),('style','sty_del_template_keep_classes','en','Delete and keep Style Classes',NULL,NULL),('style','sty_disable_auto_margins','en','Disable Auto Margins',NULL,NULL),('style','sty_disable_auto_margins_info','en','Disables automatic setting of left/right to 0px, if media objects or tables are left/right aligned.',NULL,NULL),('style','sty_edit_template','en','Edit Template',NULL,NULL),('style','sty_even_col_class','en','Even Columns',NULL,NULL),('style','sty_even_row_class','en','Even Rows',NULL,NULL),('style','sty_example','en','Example',NULL,NULL),('style','sty_flist_char','en','File List',NULL,NULL),('style','sty_float','en','Float',NULL,NULL),('style','sty_font_family','en','Font Family',NULL,NULL),('style','sty_font_size','en','Font Size',NULL,NULL),('style','sty_font_style','en','Font Style',NULL,NULL),('style','sty_font_variant','en','Font Variant',NULL,NULL),('style','sty_font_weight','en','Font Weight',NULL,NULL),('style','sty_from','en','From',NULL,NULL),('style','sty_generate_template','en','Generate Template',NULL,NULL),('style','sty_glo_char','en','Glossary',NULL,NULL),('style','sty_haccordion_templates','en','Hor. Accordion Templates',NULL,NULL),('style','sty_ha_cntr_class','en','Hor. Accordion Container',NULL,NULL),('style','sty_ha_icntr_class','en','Hor. Accordion Item Container',NULL,NULL),('style','sty_ha_icont_class','en','Hor. Accordion Item Content',NULL,NULL),('style','sty_ha_ihcap_class','en','Hor. Accordion Caption',NULL,NULL),('style','sty_ha_iheada_class','en','Hor. Accordion Header (active)',NULL,NULL),('style','sty_ha_ihead_class','en','Hor. Accordion Item Header',NULL,NULL),('style','sty_height','en','Height',NULL,NULL),('style','sty_hide','en','Hidden',NULL,NULL),('style','sty_horizontal','en','Horizontal',NULL,NULL),('style','sty_if_style_class_already_exists','en','If style class already exists...',NULL,NULL),('style','sty_images','en','Images',NULL,NULL),('style','sty_image_file','en','Image File',NULL,NULL),('style','sty_import_page_layout','en','Import Page Layout',NULL,NULL),('style','sty_import_stylesheet','en','Import Style',NULL,NULL),('style','sty_import_system_style','en','Import System Style',NULL,NULL),('style','sty_individual_styles','en','Individual Styles',NULL,NULL),('style','sty_keep_existing','en','Keep Existing',NULL,NULL),('style','sty_left','en','Left',NULL,NULL),('style','sty_left_right_padding','en','Cell Padding Left/Right',NULL,NULL),('style','sty_letter_spacing','en','Letter Spacing',NULL,NULL),('style','sty_lightness_border','en','Lightness Border',NULL,NULL),('style','sty_lightness_cell1_bg','en','Lightness Cell 1 Background',NULL,NULL),('style','sty_lightness_cell1_text','en','Lightness Cell 1 Text',NULL,NULL),('style','sty_lightness_cell2_bg','en','Lightness Cell 2 Background',NULL,NULL),('style','sty_lightness_cell2_text','en','Lightness Cell 2 Text',NULL,NULL),('style','sty_lightness_header_bg','en','Lightness Header Background',NULL,NULL),('style','sty_lightness_header_text','en','Lightness Header Text',NULL,NULL),('style','sty_line_height','en','Line Height',NULL,NULL),('style','sty_link_char','en','Link',NULL,NULL),('style','sty_list_char','en','List',NULL,NULL),('style','sty_list_style_position','en','List Style Position',NULL,NULL),('style','sty_list_style_type','en','List Style Type',NULL,NULL),('style','sty_make_global_default','en','Set as default style',NULL,NULL),('style','sty_make_global_fixed','en','Force this style on all objects',NULL,NULL),('style','sty_margin','en','Margin',NULL,NULL),('style','sty_margin_and_padding','en','Margin and Padding',NULL,NULL),('style','sty_media_char','en','Media',NULL,NULL),('style','sty_media_queries','en','Media Queries',NULL,NULL),('style','sty_media_query_info','en','A separate CSS block is added for each media query after the default (no special media query) block.',NULL,NULL),('style','sty_min_height','en','Minimum Height',NULL,NULL),('style','sty_move_lm_styles','en','Change Style of Learning Modules',NULL,NULL),('style','sty_move_style','en','Change Style',NULL,NULL),('style','sty_move_user_styles','en','Change Style of Users',NULL,NULL),('style','sty_msg_characteristic_must_only_include','en','The title of style classes must start with a letter, does not use spaces and only include the following characters:',NULL,NULL),('style','sty_msg_color_must_only_include','en','The color name may only include the following characters:',NULL,NULL),('style','sty_msg_input_must_be_numeric','en','Input must be numeric.',NULL,NULL),('style','sty_name','en','Name',NULL,NULL),('style','sty_nr_learning_modules','en','Number of Learning Modules',NULL,NULL),('style','sty_odd_col_class','en','Odd Columns',NULL,NULL),('style','sty_odd_row_class','en','Odd Rows',NULL,NULL),('style','sty_ol','en','Ordered List',NULL,NULL),('style','sty_opacity','en','Opacity',NULL,NULL),('style','sty_opt_saved','en','Options saved',NULL,NULL),('style','sty_order','en','Order',NULL,NULL),('style','sty_outdated','en','Outdated',NULL,NULL),('style','sty_overflow','en','Overflow',NULL,NULL),('style','sty_overwrite','en','Overwrite',NULL,NULL),('style','sty_overwrite_existing_class','en','Overwrite existing style class',NULL,NULL),('style','sty_padding','en','Padding',NULL,NULL),('style','sty_page_char','en','Page',NULL,NULL),('style','sty_parameters','en','Parameters',NULL,NULL),('style','sty_paste_characteristics','en','Paste Style Classes',NULL,NULL),('style','sty_paste_chars','en','Paste Classes',NULL,NULL),('style','sty_paste_style_classes','en','Paste Style Classes',NULL,NULL),('style','sty_position','en','Position',NULL,NULL),('style','sty_positioning','en','Positioning',NULL,NULL),('style','sty_preview','en','Preview',NULL,NULL),('style','sty_query','en','Query',NULL,NULL),('style','sty_question_char','en','Question',NULL,NULL),('style','sty_remove_global_default_state','en','Remove Global Default State',NULL,NULL),('style','sty_remove_global_fixed_state','en','Remove Global Fixed State',NULL,NULL),('style','sty_remove_outdated','en','Remove Outdated Status',NULL,NULL),('style','sty_resize','en','Resize',NULL,NULL),('style','sty_resize_image','en','Resize Image',NULL,NULL),('style','sty_right','en','Right',NULL,NULL),('style','sty_row_foot_class','en','Row Footer',NULL,NULL),('style','sty_row_head_class','en','Row Header',NULL,NULL),('style','sty_rte_char','en','SCORM RTE',NULL,NULL),('style','sty_save_active_styles','en','Save Active Styles',NULL,NULL),('style','sty_save_hide_order_status','en','Save Order and Hidden Status',NULL,NULL),('style','sty_save_hide_status','en','Save',NULL,NULL),('style','sty_save_order','en','Save Order',NULL,NULL),('style','sty_save_order_status','en','Save Order',NULL,NULL),('style','sty_scope','en','Scope',NULL,NULL),('style','sty_sco_char','en','SCO and Objective',NULL,NULL),('style','sty_section_char','en','Section',NULL,NULL),('style','sty_set_outdated','en','Set Outdated',NULL,NULL),('style','sty_set_scope','en','Set Scope',NULL,NULL),('style','sty_some_styles_obligatory_delete_rest','en','The following style classes are compulsory and cannot be deleted. Do you want to continue and delete the remaining selected style classes?',NULL,NULL),('style','sty_source','en','Source',NULL,NULL),('style','sty_special','en','Special',NULL,NULL),('style','sty_style_chars','en','Style Classes',NULL,NULL),('style','sty_style_class','en','Style Classes',NULL,NULL),('style','sty_style_classes_copied','en','Style classes have been copied.',NULL,NULL),('style','sty_substyle','en','Substyle',NULL,NULL),('style','sty_substyles','en','Substyles',NULL,NULL),('style','sty_substyle_of','en','Sub Style of',NULL,NULL),('style','sty_sure_del_mqueries','en','Do you really want to delete this media query and all related CSS rules?',NULL,NULL),('style','sty_switch','en','Switch',NULL,NULL),('style','sty_table_char','en','Table',NULL,NULL),('style','sty_table_class','en','Table Style Class',NULL,NULL),('style','sty_table_templates','en','Table Templates',NULL,NULL),('style','sty_table_template_bw_zebra','en','Gray Zebra',NULL,NULL),('style','sty_table_template_colored_zebra','en','Colored Zebra',NULL,NULL),('style','sty_table_template_no_zebra','en','No Zebra',NULL,NULL),('style','sty_tabs_char','en','Accordions and Panels',NULL,NULL),('style','sty_tag_hover','en',':hover',NULL,NULL),('style','sty_tag_normal','en','Normal',NULL,NULL),('style','sty_templates','en','Templates',NULL,NULL),('style','sty_template_layout','en','Template Layout',NULL,NULL),('style','sty_template_name','en','Name',NULL,NULL),('style','sty_text','en','Text',NULL,NULL),('style','sty_text_align','en','Text Alignment',NULL,NULL),('style','sty_text_block_char','en','Text (Block)',NULL,NULL),('style','sty_text_decoration','en','Text Decoration',NULL,NULL),('style','sty_text_indent','en','Text Indentation',NULL,NULL),('style','sty_text_inline_char','en','Text (Character)',NULL,NULL),('style','sty_text_transform','en','Text Transform',NULL,NULL),('style','sty_titles','en','Titles',NULL,NULL),('style','sty_to','en','To',NULL,NULL),('style','sty_top','en','Top',NULL,NULL),('style','sty_top_bottom_padding','en','Cell Padding Top/Bottom',NULL,NULL),('style','sty_transform','en','Transform',NULL,NULL),('style','sty_transform_origin','en','Transform-Origin',NULL,NULL),('style','sty_type','en','Type',NULL,NULL),('style','sty_type_ca_cntr','en','Carousel Container',NULL,NULL),('style','sty_type_ca_icntr','en','Carousel Item Container',NULL,NULL),('style','sty_type_ca_icont','en','Carousel Item Content',NULL,NULL),('style','sty_type_ca_ihead','en','Carousel Item Header',NULL,NULL),('style','sty_type_code_block','en','Code (Block)',NULL,NULL),('style','sty_type_code_inline','en','Code (Inline)',NULL,NULL),('style','sty_type_em','en','Emphasised',NULL,NULL),('style','sty_type_flist','en','File List',NULL,NULL),('style','sty_type_flist_a','en','File List Item Link',NULL,NULL),('style','sty_type_flist_cont','en','File List Container',NULL,NULL),('style','sty_type_flist_head','en','File List Heading',NULL,NULL),('style','sty_type_flist_li','en','File List Item',NULL,NULL),('style','sty_type_glo_ovclink','en','Glossary Overlay Close Link',NULL,NULL),('style','sty_type_glo_overlay','en','Glossary Overlay',NULL,NULL),('style','sty_type_glo_ovtitle','en','Term/Title (Overlay)',NULL,NULL),('style','sty_type_glo_ovuglink','en','Unit Glossary Link',NULL,NULL),('style','sty_type_glo_ovuglistlink','en','Unit Glossary List Link',NULL,NULL),('style','sty_type_ha_cntr','en','Hor. Accordion Container',NULL,NULL),('style','sty_type_ha_icntr','en','Hor. Accordion Item Container',NULL,NULL),('style','sty_type_ha_icont','en','Hor. Accordion Item Content',NULL,NULL),('style','sty_type_ha_ihcap','en','Hor. Accordion Caption',NULL,NULL),('style','sty_type_ha_ihead','en','Hor. Accordion Item Header',NULL,NULL),('style','sty_type_ha_iheada','en','Hor. Accordion Header (active)',NULL,NULL),('style','sty_type_heading1','en','Heading 1',NULL,NULL),('style','sty_type_heading2','en','Heading 2',NULL,NULL),('style','sty_type_heading3','en','Heading 3',NULL,NULL),('style','sty_type_iim','en','Interactive Image Content Popup',NULL,NULL),('style','sty_type_link','en','Link',NULL,NULL),('style','sty_type_list_item','en','List Item',NULL,NULL),('style','sty_type_list_o','en','Numbered List',NULL,NULL),('style','sty_type_list_u','en','Bulleted List',NULL,NULL),('style','sty_type_marker','en','Interactive Image Marker',NULL,NULL),('style','sty_type_media_caption','en','Media Caption',NULL,NULL),('style','sty_type_media_cont','en','Media Container',NULL,NULL),('style','sty_type_page_bnav','en','Bottom Navigation',NULL,NULL),('style','sty_type_page_cont','en','Page Container',NULL,NULL),('style','sty_type_page_fn','en','Footnote',NULL,NULL),('style','sty_type_page_frame','en','Page Frame',NULL,NULL),('style','sty_type_page_lnav','en','Left Navigation',NULL,NULL),('style','sty_type_page_lnavimage','en','Left Navigation Image',NULL,NULL),('style','sty_type_page_lnavlink','en','Left Navigation Link',NULL,NULL),('style','sty_type_page_rnav','en','Right Navigation',NULL,NULL),('style','sty_type_page_rnavimage','en','Right Navigation Image',NULL,NULL),('style','sty_type_page_rnavlink','en','Right Navigation Link',NULL,NULL),('style','sty_type_page_title','en','Page Title',NULL,NULL),('style','sty_type_page_tnav','en','Top Navigation',NULL,NULL),('style','sty_type_qanswer','en','Answer',NULL,NULL),('style','sty_type_qetcorr','en','Error Text Corrected',NULL,NULL),('style','sty_type_qetitem','en','Error Text Item',NULL,NULL),('style','sty_type_qfeedr','en','Feedback, Right',NULL,NULL),('style','sty_type_qfeedw','en','Feedback, Wrong',NULL,NULL),('style','sty_type_qimg','en','Question Image',NULL,NULL),('style','sty_type_qimgd','en','Image Details Link',NULL,NULL),('style','sty_type_qinput','en','Text Input',NULL,NULL),('style','sty_type_qlinput','en','Long Text Input',NULL,NULL),('style','sty_type_qordli','en','Order List Item',NULL,NULL),('style','sty_type_qordul','en','Order List',NULL,NULL),('style','sty_type_qover','en','Question Overview',NULL,NULL),('style','sty_type_qsubmit','en','Question Submit Buttons',NULL,NULL),('style','sty_type_qtitle','en','Question Title',NULL,NULL),('style','sty_type_question','en','Question',NULL,NULL),('style','sty_type_rte_drag','en','Drag Bar',NULL,NULL),('style','sty_type_rte_menu','en','RTE Menu',NULL,NULL),('style','sty_type_rte_mlink','en','RTE Menu Link',NULL,NULL),('style','sty_type_rte_node','en','RTE Tree Node',NULL,NULL),('style','sty_type_rte_status','en','RTE Status',NULL,NULL),('style','sty_type_rte_tclink','en','Tree Control Link',NULL,NULL),('style','sty_type_rte_texp','en','Tree Icon',NULL,NULL),('style','sty_type_rte_tli','en','Tree List Item',NULL,NULL),('style','sty_type_rte_tlink','en','RTE Tree Node Link',NULL,NULL),('style','sty_type_rte_tree','en','RTE Tree Section',NULL,NULL),('style','sty_type_rte_tul','en','Tree List',NULL,NULL),('style','sty_type_sco_desc','en','SCO Description',NULL,NULL),('style','sty_type_sco_fmess','en','SCORM Final Message',NULL,NULL),('style','sty_type_sco_keyw','en','SCO Keywords',NULL,NULL),('style','sty_type_sco_obj','en','SCO Objective',NULL,NULL),('style','sty_type_sco_title','en','SCO Title',NULL,NULL),('style','sty_type_section','en','Section',NULL,NULL),('style','sty_type_strong','en','Strong',NULL,NULL),('style','sty_type_sub','en','Subscript',NULL,NULL),('style','sty_type_sup','en','Superscript',NULL,NULL),('style','sty_type_table','en','Table',NULL,NULL),('style','sty_type_table_cell','en','Table Cell',NULL,NULL),('style','sty_type_text_block','en','Text Block',NULL,NULL),('style','sty_type_text_inline','en','Character',NULL,NULL),('style','sty_type_va_cntr','en','Vert. Accordion Container',NULL,NULL),('style','sty_type_va_icntr','en','Vert. Accordion Item Container',NULL,NULL),('style','sty_type_va_icont','en','Vert. Accordion Item Content',NULL,NULL),('style','sty_type_va_ihcap','en','Vert. Accordion Caption',NULL,NULL),('style','sty_type_va_ihead','en','Vert. Accordion Item Header',NULL,NULL),('style','sty_type_va_iheada','en','Vert. Accordion Header (active)',NULL,NULL),('style','sty_ul','en','Unordered List',NULL,NULL),('style','sty_vaccordion_templates','en','Vert. Accordion Templates',NULL,NULL),('style','sty_va_cntr_class','en','Vert. Accordion Container',NULL,NULL),('style','sty_va_icntr_class','en','Vert. Accordion Item Container',NULL,NULL),('style','sty_va_icont_class','en','Vert. Accordion Item Content',NULL,NULL),('style','sty_va_ihcap_class','en','Vert. Accordion Caption',NULL,NULL),('style','sty_va_iheada_class','en','Vert. Accordion Header (active)',NULL,NULL),('style','sty_va_ihead_class','en','Vert. Accordion Item Header',NULL,NULL),('style','sty_vertical','en','Vertical',NULL,NULL),('style','sty_vertical_align','en','Vertical Alignment',NULL,NULL),('style','sty_white_space','en','White Space',NULL,NULL),('style','sty_width','en','Width',NULL,NULL),('style','sty_width_height','en','Width x Height',NULL,NULL),('style','sty_word_spacing','en','Word Spacing',NULL,NULL),('style','sub_style','en','Sub Style',NULL,NULL),('style','sub_style_id','en','Sub Style ID',NULL,NULL),('style','sub_style_id_description','en','The sub style id is used as name for sub style specific files such as css and scss placed inside the skins folder. Only letters, numbers as well as hyphens or underline characters are to be used in skin ID\'s.',NULL,NULL),('style','sub_style_name','en','Sub Style Name',NULL,NULL),('style','sub_style_name_description','en','The sub style name can be used to describe the area of application of the style in human readable form. It will appear in all UI elements allowing the selection of skins.',NULL,NULL),('style','sub_style_parent_style_description','en','Sub styles are assigned to exactly one parent style. They are only displayed to a specific user if the parent style is assigned to a this exact user. The parent style of a substyle can not be changed after the creation of the sub style.',NULL,NULL),('style','system_style_activation','en','System Style Activated',NULL,NULL),('style','system_style_activation_description','en','Active system styles can be assigned to users or even selected by users if this setting is activated (see User Management / Settings / Standard Fields / Default Skin).',NULL,NULL),('style','system_style_default_description','en','Set this style as the default system style. The default system style is used if the current user has not style assigned or if the user is not logged in.',NULL,NULL),('style','system_style_personal_description','en','Set this style as your personal system style. This might be handy to see the changes that are currently performed.',NULL,NULL),('style','update_colors','en','Update Colors',NULL,NULL),('style','update_icon','en','Update Icon',NULL,NULL),('style','update_variables','en','Update Variables',NULL,NULL),('style','usages','en','Usages:',NULL,NULL),('style','used_colors','en','Used Colors:',NULL,NULL),('style','zip_export_failed','en','The ZIP export failed. The following error occured:',NULL,NULL),('survey','add_heading','en','Add Heading',NULL,NULL),('survey','add_material','en','Add Material',NULL,NULL),('survey','add_phrase','en','Add Phrase',NULL,NULL),('survey','already_completed_survey','en','You have already finished the survey! You are not able to enter the survey again.',NULL,NULL),('survey','anonymization','en','Anonymization',NULL,NULL),('survey','anonymize_anonymous_introduction','en','To grant you access to the survey, you must use a 5-character survey code which you can receive from the creator/maintainer of this survey.<br />Please enter it in the text field above.',NULL,NULL),('survey','answer','en','Answer',NULL,NULL),('survey','apply','en','Apply',NULL,NULL),('survey','arithmetic_mean','en','Arithmetic Mean',NULL,NULL),('survey','back','en','Back',NULL,NULL),('survey','before','en','before',NULL,NULL),('survey','browse_for_questions','en','Add from Pool',NULL,NULL),('survey','cancel_survey','en','Suspend the Survey',NULL,NULL),('survey','cannot_manage_phrases','en','You do not possess sufficient permissions to manage the phrases!',NULL,NULL),('survey','cannot_participate_survey','en','You do not possess sufficient permissions to participate in the survey!',NULL,NULL),('survey','cannot_read_survey','en','You do not possess sufficient permissions to read the survey data!',NULL,NULL),('survey','cannot_send_emails','en','You do not possess sufficient permissions to send e-mails.',NULL,NULL),('survey','cannot_switch_to_online_no_questions','en','The status cannot be changed to &quot;online&quot; because there are no questions in the survey!',NULL,NULL),('survey','cant_send_email_smtp_disabled','en','Sending external mails is not available. This option is deactivated globally.',NULL,NULL),('survey','categories','en','Answers',NULL,NULL),('survey','category','en','Answer',NULL,NULL),('survey','category_nr_selected','en','Number of selections',NULL,NULL),('survey','chart','en','Chart',NULL,NULL),('survey','codes','en','Access Codes',NULL,NULL),('survey','codes_created','en','Code(s) created',NULL,NULL),('survey','codes_deleted','en','Code(s) deleted',NULL,NULL),('survey','combobox','en','Combobox',NULL,NULL),('survey','concatenation','en','Concatenation',NULL,NULL),('survey','confirm_delete_all_user_data','en','Are you sure you want to delete all user data of the survey?',NULL,NULL),('survey','confirm_delete_single_user_data','en','Are you sure you want remove the participants? This will delete any survey data of the selected users.',NULL,NULL),('survey','confirm_remove_heading','en','Are you sure you want to remove the heading?',NULL,NULL),('survey','confirm_sync_questions','en','The question you changed is a copy which has been created for use with the active survey. Do you want to change the original of the question too?',NULL,NULL),('survey','conjunction_and','en','if each constraint is fulfilled',NULL,NULL),('survey','conjunction_and_title','en','Fulfill each of the following constraints',NULL,NULL),('survey','conjunction_or','en','if one constraint is fulfilled',NULL,NULL),('survey','conjunction_or_title','en','Fulfill one of the following constraints',NULL,NULL),('survey','constraints','en','Routing',NULL,NULL),('survey','constraints_first_question_description','en','The first entity could not have any routing because there are no previous questions.',NULL,NULL),('survey','constraints_introduction','en','You can add a routing rule to a single question or a question block with multiple questions. Depending on the specific answer given to an earlier question participants get presented with a defined next question. Thus questions irrelevant to a participant will not be asked and the survey gets shorter or more specific depending on the answers provided earlier. No routing rules can be set for the first question or question block in a survey.',NULL,NULL),('survey','constraints_list_of_entities','en','Available hooks for routing rules',NULL,NULL),('survey','constraints_no_nonessay_available','en','There are no previous questions available to define routing rules. The following types are supported: Metric, Single Choice and Multiple Choice question.',NULL,NULL),('survey','constraints_no_questions_or_questionblocks_selected','en','Please select at least one question or question block!',NULL,NULL),('survey','constraint_add','en','Add Routing Rule',NULL,NULL),('survey','constraint_fulfilled','en','Show page',NULL,NULL),('survey','contains','en','Contains',NULL,NULL),('survey','continue','en','Continue >>',NULL,NULL),('survey','create_date','en','Created',NULL,NULL),('survey','create_new','en','Create New',NULL,NULL),('survey','dc_agree','en','agree',NULL,NULL),('survey','dc_always','en','always',NULL,NULL),('survey','dc_definitelyfalse','en','definitely false',NULL,NULL),('survey','dc_definitelytrue','en','definitely true',NULL,NULL),('survey','dc_desired','en','desired',NULL,NULL),('survey','dc_disagree','en','disagree',NULL,NULL),('survey','dc_fair','en','fair',NULL,NULL),('survey','dc_false','en','false',NULL,NULL),('survey','dc_good','en','good',NULL,NULL),('survey','dc_manytimes','en','many times',NULL,NULL),('survey','dc_morenegative','en','more negative',NULL,NULL),('survey','dc_morepositive','en','more positive',NULL,NULL),('survey','dc_mostcertainly','en','most certainly',NULL,NULL),('survey','dc_mostcertainlynot','en','most certainly not',NULL,NULL),('survey','dc_must','en','must',NULL,NULL),('survey','dc_mustnot','en','must not',NULL,NULL),('survey','dc_neutral','en','neutral',NULL,NULL),('survey','dc_never','en','never',NULL,NULL),('survey','dc_no','en','no',NULL,NULL),('survey','dc_notacceptable','en','not acceptable',NULL,NULL),('survey','dc_poor','en','poor',NULL,NULL),('survey','dc_rarely','en','rarely',NULL,NULL),('survey','dc_should','en','should',NULL,NULL),('survey','dc_shouldnot','en','should not',NULL,NULL),('survey','dc_sometimes','en','sometimes',NULL,NULL),('survey','dc_stronglyagree','en','strongly agree',NULL,NULL),('survey','dc_stronglydesired','en','strongly desired',NULL,NULL),('survey','dc_stronglydisagree','en','strongly disagree',NULL,NULL),('survey','dc_stronglyundesired','en','strongly undesired',NULL,NULL),('survey','dc_true','en','true',NULL,NULL),('survey','dc_undecided','en','undecided',NULL,NULL),('survey','dc_undesired','en','undesired',NULL,NULL),('survey','dc_varying','en','varying',NULL,NULL),('survey','dc_verygood','en','very good',NULL,NULL),('survey','dc_yes','en','yes',NULL,NULL),('survey','default_codes_mail_message','en','Your survey access code is [code]. You can start the survey in your web browser using the URL [url]',NULL,NULL),('survey','default_codes_mail_subject','en','Your access code for %s',NULL,NULL),('survey','define_questionblock','en','Define Question Block',NULL,NULL),('survey','delete_saved_message','en','Delete Message Text',NULL,NULL),('survey','description_maxchars','en','If nothing entered the maximum number of characters for this text answer is unlimited.',NULL,NULL),('survey','display_all_available','en','Display all available',NULL,NULL),('survey','dont_use_questionpool','en','Don\'t insert the questions in a question pool (only available in this survey)',NULL,NULL),('survey','dp_standard_attitude_agree5','en','Standard Attitude (strongly agree-agree-undecided-disagree-strongly disagree)',NULL,NULL),('survey','dp_standard_attitude_agree_disagree','en','Standard Attitude (agree-disagree)',NULL,NULL),('survey','dp_standard_attitude_agree_undecided_disagree','en','Standard Attitude (agree-undecided-disagree)',NULL,NULL),('survey','dp_standard_attitude_desired5','en','Standard Attitude (strongly desired-desired-neutral-undesired-strongly undesired)',NULL,NULL),('survey','dp_standard_attitude_desired_neutral_undesired','en','Standard Attitude (desired-neutral-undesired)',NULL,NULL),('survey','dp_standard_attitude_desired_undesired','en','Standard Attitude (desired-undesired)',NULL,NULL),('survey','dp_standard_attitude_good5','en','Standard Attitude (very good-good-fair-poor-not acceptable)',NULL,NULL),('survey','dp_standard_attitude_good_fair_notacceptable','en','Standard Attitude (good-fair-not acceptable)',NULL,NULL),('survey','dp_standard_attitude_good_notacceptable','en','Standard Attitude (good-not acceptable)',NULL,NULL),('survey','dp_standard_attitude_must5','en','Standard Attitude (must-should-undecided-should not-must not)',NULL,NULL),('survey','dp_standard_attitude_shold_shouldnot','en','Standard Attitude (should-should not)',NULL,NULL),('survey','dp_standard_attitude_should_undecided_shouldnot','en','Standard Attitude (should-undecided-should not)',NULL,NULL),('survey','dp_standard_behaviour_certainly5','en','Standard Behavior (most certainly-more positive-undecided-more negative-most certainly not)',NULL,NULL),('survey','dp_standard_behaviour_yes_no','en','Standard Behavior (yes-no)',NULL,NULL),('survey','dp_standard_behaviour_yes_undecided_no','en','Standard Behavior (yes-undecided-no)',NULL,NULL),('survey','dp_standard_beliefs_always5','en','Standard Beliefs (always-many times-varying-rarely-never)',NULL,NULL),('survey','dp_standard_beliefs_always_never','en','Standard Beliefs (always-never)',NULL,NULL),('survey','dp_standard_beliefs_always_sometimes_never','en','Standard Beliefs (always-sometimes-never)',NULL,NULL),('survey','dp_standard_beliefs_true5','en','Standard Beliefs (definitely true-true-undecided-false-definitely false)',NULL,NULL),('survey','dp_standard_beliefs_true_false','en','Standard Beliefs (true-false)',NULL,NULL),('survey','dp_standard_beliefs_true_undecided_false','en','Standard Beliefs (true-undecided-false)',NULL,NULL),('survey','dp_standard_numbers','en','Standard Numbers',NULL,NULL),('survey','duplicate','en','Duplicate',NULL,NULL),('survey','edit_heading','en','Edit Heading',NULL,NULL),('survey','edit_phrase','en','Edit phrase',NULL,NULL),('survey','end_date','en','End Date',NULL,NULL),('survey','end_date_reached','en','You cannot start the survey. The end date is reached!',NULL,NULL),('survey','enter_anonymous_id','en','Survey Access Code',NULL,NULL),('survey','enter_phrase_title','en','Please enter a Phrase Title',NULL,NULL),('survey','enter_valid_number_of_codes','en','Please enter a valid number to generate survey access codes!',NULL,NULL),('survey','error_retrieving_anonymous_survey','en','The system could not find your survey data for survey code &quot;%s&quot;. Please check the survey code you have entered!',NULL,NULL),('survey','error_save_code','en','Value not saved properly. <b>The E- mail: \'%s\' is not valid</b>. First name: \'%s\', Last name: \'%s\'.<br>',NULL,NULL),('survey','err_external_rcp_no_email','en','The import data must at least contain an ‘email’ field',NULL,NULL),('survey','err_external_rcp_no_email_column','en','The import data must at least contain a column ‘email’ with the title ‘email’ in the first row and the e-mail addresses in the following rows',NULL,NULL),('survey','err_maxvaluegeminvalue','en','The maximum value must be greater or equal than the minimum value and scss or equal than the maximum number of answers.',NULL,NULL),('survey','err_minvalueganswers','en','The minimum must be less or equal than the maximum number of answers.',NULL,NULL),('survey','err_no_exact_answers','en','Please check exactly %s answer(s).',NULL,NULL),('survey','err_no_max_answers','en','Please check at most %s answers.',NULL,NULL),('survey','err_no_min_answers','en','Please check at least %s answer(s).',NULL,NULL),('survey','err_no_pool_name','en','Please enter the name of a survey question pool',NULL,NULL),('survey','evaluation','en','Statistics',NULL,NULL),('survey','evaluation_access','en','Participants\' Access to Results',NULL,NULL),('survey','evaluation_access_all','en','All Registered Users can Access the Results',NULL,NULL),('survey','evaluation_access_info','en','You have access to the survey results',NULL,NULL),('survey','evaluation_access_off','en','Participants Cannot Access Results',NULL,NULL),('survey','evaluation_access_participants','en','All Survey Participants can Access the Results',NULL,NULL),('survey','existing_constraints','en','Existing Routing Rules',NULL,NULL),('survey','export_all_survey_codes','en','Export all Access Codes',NULL,NULL),('survey','export_label_only','en','Export label only',NULL,NULL),('survey','export_title_label','en','Export title and label',NULL,NULL),('survey','export_title_only','en','Export title only',NULL,NULL),('survey','exp_type_csv','en','Comma Separated Value (CSV)',NULL,NULL),('survey','exp_type_excel','en','Microsoft Excel',NULL,NULL),('survey','externalmails','en','Import file',NULL,NULL),('survey','externalmails_info','en','The import file must be a CSV file, columns separated by a semicolon. The first row contains the column titles. The file must at least contain an ‘email’ column containing the recipient e-mail.',NULL,NULL),('survey','externaltext','en','Import text',NULL,NULL),('survey','externaltext_info','en','The import text must be arranged in rows and columns, columns separated by a semicolon. The first row contains the column titles. The text must at least contain an ‘email’ column containing the recipient e-mail.',NULL,NULL),('survey','external_recipients_imported','en','External recipients have been imported.',NULL,NULL),('survey','filter','en','Filter',NULL,NULL),('survey','filter_all_questionpools','en','All Question Pools',NULL,NULL),('survey','filter_all_question_types','en','All Question Types',NULL,NULL),('survey','finished_mail_subject','en','The survey \"%s\" was finished',NULL,NULL),('survey','freetext_answers','en','Open Answers',NULL,NULL),('survey','geometric_mean','en','Geometric Mean',NULL,NULL),('survey','given_answers','en','Given Answers',NULL,NULL),('survey','glossary_term','en','Glossary Term',NULL,NULL),('survey','harmonic_mean','en','Harmonic Mean',NULL,NULL),('survey','heading','en','Heading',NULL,NULL),('survey','horizontal','en','Horizontal',NULL,NULL),('survey','import_error_closing_file','en','Error closing the import file!',NULL,NULL),('survey','import_error_opening_file','en','Error opening the import file!',NULL,NULL),('survey','import_from_file','en','Import user data from a file',NULL,NULL),('survey','import_from_text','en','Import user data from a text',NULL,NULL),('survey','import_no_file_selected','en','No file selected!',NULL,NULL),('survey','import_question','en','Import Question(s)',NULL,NULL),('survey','import_wrong_file_type','en','Wrong file type!',NULL,NULL),('survey','insert_after','en','Insert After',NULL,NULL),('survey','insert_before','en','Insert Before',NULL,NULL),('survey','insert_missing_question','en','Please select at least one question to insert it into the survey!',NULL,NULL),('survey','insert_missing_questionblock','en','Please select at least one question block to insert it into the survey!',NULL,NULL),('survey','insert_saved_message','en','Insert Message Text',NULL,NULL),('survey','internal_link','en','Internal Link',NULL,NULL),('survey','introduction','en','Introductory Message',NULL,NULL),('survey','invited_users','en','Selected Users',NULL,NULL),('survey','label','en','Label',NULL,NULL),('survey','label_info','en','Alternative identifier for further data processing (e.g. in SPSS)',NULL,NULL),('survey','language_changed','en','Language changed',NULL,NULL),('survey','last_update','en','Updated',NULL,NULL),('survey','layout','en','Layout',NULL,NULL),('survey','legend','en','Legend',NULL,NULL),('survey','lower_limit','en','Lower Limit',NULL,NULL),('survey','mailaddresses','en','Recipient addresses',NULL,NULL),('survey','mailaddresses_info','en','Enter a comma separated list of tutor account names who will receive a notification on finished surveys.',NULL,NULL),('survey','mailnotification','en','Seperate E-Mail for Each Finished Survey',NULL,NULL),('survey','mailparticipantdata','en','Additional participant data',NULL,NULL),('survey','mailparticipantdata_info','en','This information will be precede the automatically included results section of the notification mail.',NULL,NULL),('survey','mailparticipantdata_placeholder','en','These placeholders are replaced by actual user data if ‘Privacy’ is ‘With Names’:',NULL,NULL),('survey','mail_import_example2','en','sandraowen@domain.tld;Sandra;Owen',NULL,NULL),('survey','mail_import_example3','en','kennethbirt@domain.tld;Kenneth;Birt',NULL,NULL),('survey','mail_sent_short','en','Sent',NULL,NULL),('survey','mail_survey_codes','en','Mail access codes or messages',NULL,NULL),('survey','maintenance','en','Participants',NULL,NULL),('survey','manage_phrases','en','My Phrases',NULL,NULL),('survey','material','en','Material',NULL,NULL),('survey','materials','en','Materials',NULL,NULL),('survey','materials_deleted','en','Material(s) have been removed from the question.',NULL,NULL),('survey','material_added_empty','en','The object does not have any suitable material.',NULL,NULL),('survey','material_added_successfully','en','You successfully set a material link!',NULL,NULL),('survey','matrix_appearance','en','Appearance',NULL,NULL),('survey','matrix_bipolar_adjectives','en','Bipolar Adjectives',NULL,NULL),('survey','matrix_bipolar_adjectives_description','en','You may use a pair of bipolar adjectives to scale the column responses to words, short phrases, or texts',NULL,NULL),('survey','matrix_columns','en','Matrix Columns',NULL,NULL),('survey','matrix_column_separators','en','Column Separators',NULL,NULL),('survey','matrix_column_separators_description','en','Select the check box if you want to have separators (thin lines) between the columns in the output of the Matrix Question',NULL,NULL),('survey','matrix_column_settings','en','Matrix Column Settings',NULL,NULL),('survey','matrix_left_pole','en','Left Pole',NULL,NULL),('survey','matrix_neutral_answer','en','Text for a Neutral Column (‘Not Specified’, ‘I don\'t know’ etc.)',NULL,NULL),('survey','matrix_neutral_column_separator','en','Neutral Column Separator',NULL,NULL),('survey','matrix_neutral_column_separator_description','en','Select the check box if you want to have a separator (thick line) between the neutral column and the other columns in the output of the Matrix Question',NULL,NULL),('survey','matrix_question_checkbox_not_checked','en','Please check at least one check box in every row!',NULL,NULL),('survey','matrix_question_radio_button_not_checked','en','Please select an option button for every row!',NULL,NULL),('survey','matrix_right_pole','en','Right Pole',NULL,NULL),('survey','matrix_rows','en','Matrix Rows',NULL,NULL),('survey','matrix_row_separators','en','Row Separators',NULL,NULL),('survey','matrix_row_separators_description','en','Select the check box if you want to have separators (thin lines) between the rows in the output of the Matrix Question',NULL,NULL),('survey','matrix_standard_answers','en','Column Text',NULL,NULL),('survey','matrix_subtype_mr','en','Check Boxes (Multiple Response)',NULL,NULL),('survey','matrix_subtype_sr','en','Option Buttons (Single Response)',NULL,NULL),('survey','maxchars','en','Maximum Number of Characters',NULL,NULL),('survey','maximum','en','Maximum Value',NULL,NULL),('survey','median','en','Median',NULL,NULL),('survey','median_between','en','between',NULL,NULL),('survey','menuback','en','Back',NULL,NULL),('survey','menubacktosurvey','en','Back to the Survey',NULL,NULL),('survey','message_content_info','en','Enter the mail message for the notification mail containing the survey codes for the participants. You may use the placeholders [code] (the access code), [url] (the URL to this survey), and participant related data depending on your import fields: %s. The placeholders will be replaced with the imported user data in the mail.',NULL,NULL),('survey','metric_question_floating_point','en','The value you entered is a floating point value. Floating point values are not allowed for this question type!',NULL,NULL),('survey','metric_question_not_a_value','en','The value you entered is not a numeric value!',NULL,NULL),('survey','metric_question_out_of_bounds','en','The value you entered is not between the minimum and maximum value!',NULL,NULL),('survey','metric_subtype_description_interval','en','Equivalent intervals between measurements allow a meaningful comparison between arbitrary pairs of measurements. The zero point on the scale is arbitrary, so negative values can be used. Examples of interval values are the year date in many calendars or the temperature in Celsius scale.',NULL,NULL),('survey','metric_subtype_description_ratioabsolute','en','The ratio absolute measurement uses natural numbers additional to the non-arbitrary zero point for example the number of children in a family or probability.',NULL,NULL),('survey','metric_subtype_description_rationonabsolute','en','In addition to the interval measurement there are also meaningful ratios between arbitrary pairs of numbers. The zero value on a ratio scale is non-arbitrary. Most physical quantities, such as length in centimeters or duration in seconds are measured on ratio scales.',NULL,NULL),('survey','minimum','en','Minimum Value',NULL,NULL),('survey','mode','en','Most Selected Value',NULL,NULL),('survey','mode_nr_of_selections','en','Nr of Selections',NULL,NULL),('survey','mode_text','en','Most Selected Value (Text)',NULL,NULL),('survey','msg_deleted_export_files','en','Export file(s) deleted',NULL,NULL),('survey','msg_duplicate_scale','en','Please enter unique scale values.',NULL,NULL),('survey','msg_enter_value_for_valid_constraint','en','Please enter a value to create a valid routing rule!',NULL,NULL),('survey','msg_input_only_positive_numbers','en','Please enter positive numbers in scale values.',NULL,NULL),('survey','msg_max_nr_answers','en','Please check at most %s answers.',NULL,NULL),('survey','msg_message_deleted','en','Messagetext deleted',NULL,NULL),('survey','msg_message_inserted','en','Messagetext inserted',NULL,NULL),('survey','msg_min_max_exact_answers','en','Please check exactly %s answer(s).',NULL,NULL),('survey','msg_min_max_nr_answers','en','Please check at least %s and at most %s answers.',NULL,NULL),('survey','msg_min_nr_answers','en','Please check at least %s answer(s).',NULL,NULL),('survey','msg_no_message_deleted','en','Please select a saved message text',NULL,NULL),('survey','msg_no_message_inserted','en','Please select a message text',NULL,NULL),('survey','new_survey_codes','en','new survey access code(s)',NULL,NULL),('survey','non_ratio','en','Interval',NULL,NULL),('survey','not_sent_only','en','Only to new recipients (who did not receive a mail yet)',NULL,NULL),('survey','not_used','en','not used yet',NULL,NULL),('survey','no_phrase_selected','en','Nothing selected.',NULL,NULL),('survey','no_questions_available','en','There are no questions available!',NULL,NULL),('survey','no_question_selected_for_copy_to_pool','en','Please select at least one question, which is not already linked to a question pool.',NULL,NULL),('survey','no_question_selected_for_move','en','Please check at least one question to move it!',NULL,NULL),('survey','no_question_selected_for_removal','en','Please check at least one question or question block to remove it!',NULL,NULL),('survey','no_target_selected_for_move','en','You must select a target position!',NULL,NULL),('survey','no_user_invited','en','All invited users did not possess sufficient permissions to run the survey. No user was invited.',NULL,NULL),('survey','nr_max_answers','en','Maximum',NULL,NULL),('survey','nr_min_answers','en','Minimum',NULL,NULL),('survey','obligatory','en','Compulsory',NULL,NULL),('survey','off','en','Off',NULL,NULL),('survey','offline','en','offline',NULL,NULL),('survey','on','en','On',NULL,NULL),('survey','or','en','or',NULL,NULL),('survey','orientation','en','Orientation',NULL,NULL),('survey','other_answer','en','Other answer',NULL,NULL),('survey','other_answer_label','en','Label of other answer (optional)',NULL,NULL),('survey','outro','en','Concluding Remarks',NULL,NULL),('survey','percentage_of_selections','en','Percentage of selections',NULL,NULL),('survey','phrase_added','en','Phrase added',NULL,NULL),('survey','phrase_new','en','Create new phrase',NULL,NULL),('survey','phrase_saved','en','The phrase was saved successfully!',NULL,NULL),('survey','please_enter_mail_code','en','Please enter the access code placeholder [code]',NULL,NULL),('survey','please_enter_mail_url','en','Please enter the access url placeholder [url]',NULL,NULL),('survey','please_select','en','-- please select --',NULL,NULL),('survey','preview','en','Preview',NULL,NULL),('survey','qpl_confirm_delete_phrases','en','Are you sure you want to delete the following phrase(s)?',NULL,NULL),('survey','qpl_confirm_delete_questions','en','Are you sure you want to delete the following question(s)?',NULL,NULL),('survey','qpl_copy_select_none','en','Please check at least one question to copy it!',NULL,NULL),('survey','qpl_define_questionblock_select_missing','en','Please select a least two questions if you want to define a question block!',NULL,NULL),('survey','qpl_delete_phrase_select_none','en','Please check at least one phrase to delete it',NULL,NULL),('survey','qpl_delete_select_none','en','Please check at least one question to delete it!',NULL,NULL),('survey','qpl_export_select_none','en','Please check at least one question to export it',NULL,NULL),('survey','qpl_phrases_deleted','en','Phrase(s) deleted.',NULL,NULL),('survey','qpl_questions_deleted','en','Question(s) deleted.',NULL,NULL),('survey','qpl_savephrase_empty','en','Please enter a phrase title!',NULL,NULL),('survey','qpl_savephrase_exists','en','The phrase title already exists! Please enter another phrase title.',NULL,NULL),('survey','qpl_unfold_select_none','en','Please select at least one question block if you want to unfold question blocks!',NULL,NULL),('survey','questionblock','en','Question Block',NULL,NULL),('survey','questionblocks','en','Question Blocks',NULL,NULL),('survey','questionblocks_inserted','en','Question Blocks inserted',NULL,NULL),('survey','questionblock_inserted','en','Question Block inserted',NULL,NULL),('survey','questions','en','Questions',NULL,NULL),('survey','questions_inserted','en','Question(s) inserted!',NULL,NULL),('survey','questions_removed','en','Question(s) and/or question block(s) removed!',NULL,NULL),('survey','questiontype','en','Question Type',NULL,NULL),('survey','question_changed_in_survey_only','en','Question was changed only in survey',NULL,NULL),('survey','question_mr_not_checked','en','Please check at least one of the offered answers!',NULL,NULL),('survey','question_mr_no_other_answer','en','Please enter a text for the other answer',NULL,NULL),('survey','question_mr_no_other_answer_checked','en','You need to select the checkbox if you enter a text for an answer',NULL,NULL),('survey','question_not_checked','en','Please check one of the offered answers!',NULL,NULL),('survey','question_obligatory','en','The question is compulsory!',NULL,NULL),('survey','question_sr_no_other_answer_checked','en','You need to select the radio button if you enter a text for an answer',NULL,NULL),('survey','question_type','en','Question Type',NULL,NULL),('survey','ratio_absolute','en','Ratio-Absolute',NULL,NULL),('survey','ratio_non_absolute','en','Ratio-Non-Absolute',NULL,NULL),('survey','recipients','en','Recipients',NULL,NULL),('survey','remove_question','en','Remove',NULL,NULL),('survey','remove_questions','en','Are you sure you want to remove the following question(s) and/or question block(s) from the survey?',NULL,NULL),('survey','reset_filter','en','Reset Filter',NULL,NULL),('survey','results','en','Results',NULL,NULL),('survey','resume_survey','en','Resume the Survey',NULL,NULL),('survey','row_text','en','Row Text',NULL,NULL),('survey','saved_messages','en','Available messages',NULL,NULL),('survey','save_obligatory_state','en','Save Compulsory States and Order',NULL,NULL),('survey','save_phrase','en','Save as Phrase',NULL,NULL),('survey','save_phrase_introduction','en','If you want to save the answers below as default phrase, please enter a phrase title. You can access a default phrase whenever you want to add a phrase to an ordinal question.',NULL,NULL),('survey','save_reuse_message','en','Save message text for later use',NULL,NULL),('survey','save_reuse_title','en','Message text title',NULL,NULL),('survey','scale','en','Scale',NULL,NULL),('survey','search_for','en','Search for',NULL,NULL),('survey','search_groups','en','Found Groups',NULL,NULL),('survey','search_roles','en','Found Roles',NULL,NULL),('survey','search_term','en','Search Term',NULL,NULL),('survey','search_users','en','Search Users',NULL,NULL),('survey','selection','en','Selection',NULL,NULL),('survey','select_option','en','--- Please select an option ---',NULL,NULL),('survey','select_prior_question','en','Select a prior question',NULL,NULL),('survey','select_questionpool','en','Please select a question pool to store the created question',NULL,NULL),('survey','select_questionpool_short','en','Question Pool Survey',NULL,NULL),('survey','select_relation','en','Select a Relation',NULL,NULL),('survey','select_target_position_for_move_question','en','Please select a target position to move the question(s) and press one of the insert buttons!',NULL,NULL),('survey','select_value','en','Enter a Value',NULL,NULL),('survey','send_to_all','en','To all recipients',NULL,NULL),('survey','send_to_answered','en','To all recipients who did finish the survey',NULL,NULL),('survey','send_to_unanswered','en','To all recipients who did not finish the survey (reminder)',NULL,NULL),('survey','show_questiontext','en','Display the Question Text',NULL,NULL),('survey','show_questiontext_description','en','If this checkbox is selected, for every question in the question block the question text will be shown. If this checkbox is not selected, the question text of every question in the question block will be hidden.',NULL,NULL),('survey','skipped','en','skipped',NULL,NULL),('survey','spl_copy_insert_clipboard','en','The selected question(s) are copied to the clipboard',NULL,NULL),('survey','spl_copy_select_none','en','Please check at least one question to copy it to the clipboard',NULL,NULL),('survey','spl_move_insert_clipboard','en','The selected question(s) are marked for moving',NULL,NULL),('survey','spl_move_same_pool','en','It has no effect to move questions from inside the same question pool.',NULL,NULL),('survey','spl_move_select_none','en','Please check at least one question to select it for moving',NULL,NULL),('survey','spl_online_property','en','Online',NULL,NULL),('survey','spl_online_property_description','en','If the question pool is not online, it cannot be used in surveys.',NULL,NULL),('survey','spl_paste_no_objects','en','There are no questions in the clipboard. Please copy or move a question into the clipboard.',NULL,NULL),('survey','spl_paste_success','en','The question(s) have been pasted into the question pool',NULL,NULL),('survey','spl_save_obligatory_state','en','Save Compulsory States',NULL,NULL),('survey','start_date','en','Start Date',NULL,NULL),('survey','start_date_not_reached','en','You cannot start the survey until the start date is reached!',NULL,NULL),('survey','start_survey','en','Start Survey',NULL,NULL),('survey','subtype','en','Subtype',NULL,NULL),('survey','sub_tab_dashboard','en','Dashboard',NULL,NULL),('survey','SurveyMatrixQuestion','en','Matrix Question',NULL,NULL),('survey','SurveyMetricQuestion','en','Metric Question',NULL,NULL),('survey','SurveyMultipleChoiceQuestion','en','Multiple Choice Question (Multiple Response)',NULL,NULL),('survey','SurveySingleChoiceQuestion','en','Multiple Choice Question (Single Response)',NULL,NULL),('survey','SurveyTextQuestion','en','Essay',NULL,NULL),('survey','survey_360_add_external_rater','en','Add External Rater',NULL,NULL),('survey','survey_360_add_self_appraisee','en','Add yourself as appraisee to this survey',NULL,NULL),('survey','survey_360_appraisee','en','Appraisee',NULL,NULL),('survey','survey_360_appraisees','en','Appraisees',NULL,NULL),('survey','survey_360_appraisee_close_action','en','Close Survey For Raters',NULL,NULL),('survey','survey_360_appraisee_close_action_info','en','This will give access to your statistics.',NULL,NULL),('survey','survey_360_appraisee_close_action_info_skill','en','This will give access to your statistics and update your competence levels.',NULL,NULL),('survey','survey_360_appraisee_close_action_status','en','Survey was closed on %s.',NULL,NULL),('survey','survey_360_appraisee_close_action_success','en','You have closed your 360° survey for your raters.',NULL,NULL),('survey','survey_360_appraisee_close_action_success_admin','en','The 360° surveys of the appraisees were closed for the raters.',NULL,NULL),('survey','survey_360_appraisee_close_table','en','Closed on',NULL,NULL),('survey','survey_360_appraisee_info','en','Appraisee Info',NULL,NULL),('survey','survey_360_appraisee_is_closed','en','The appraisee has closed his survey.',NULL,NULL),('survey','survey_360_edit_raters','en','Manage Raters',NULL,NULL),('survey','survey_360_list_title','en','360° Mode',NULL,NULL),('survey','survey_360_mode','en','360° Feedback',NULL,NULL),('survey','survey_360_mode_info','en','Use for peer-reviewing of persons',NULL,NULL),('survey','survey_360_no_appraisees','en','There are currently no appraisees for you to rate.',NULL,NULL),('survey','survey_360_no_closed_appraisees','en','No appraisee has closed his survey yet.',NULL,NULL),('survey','survey_360_raters','en','Raters',NULL,NULL),('survey','survey_360_raters_finished','en','Raters Finished',NULL,NULL),('survey','survey_360_raters_status_info','en','Raters finished',NULL,NULL),('survey','survey_360_rater_finished','en','Survey Finished',NULL,NULL),('survey','survey_360_rater_mail_sent','en','Mail sent',NULL,NULL),('survey','survey_360_rater_message_content_anonymous','en','Message Content (Anonymous)',NULL,NULL),('survey','survey_360_rater_message_content_anonymous_default','en','Your survey access code is [code]. You can start the survey in your web browser using the URL [url].',NULL,NULL),('survey','survey_360_rater_message_content_registered','en','Message Content (Registered)',NULL,NULL),('survey','survey_360_rater_message_content_registered_default','en','You can start the survey in your web browser using the URL [url].',NULL,NULL),('survey','survey_360_rater_subject_default','en','You have been invited as rater to a 360° survey.',NULL,NULL),('survey','survey_360_rate_other_appraisees','en','Rate appraisees',NULL,NULL),('survey','survey_360_remove_appraisees','en','Remove Appraisee(s)',NULL,NULL),('survey','survey_360_results','en','Access To Results For Appraisees',NULL,NULL),('survey','survey_360_results_all','en','All Feedbacks',NULL,NULL),('survey','survey_360_results_all_info','en','All appraisees of the 360°-Survey can view all feedback provided by all raters of all appraisees, not only by their own raters.',NULL,NULL),('survey','survey_360_results_none','en','No Access to Results',NULL,NULL),('survey','survey_360_results_none_info','en','Appraisees can not access the feedback provided by raters.',NULL,NULL),('survey','survey_360_results_own','en','Access to Feedback of Own Raters',NULL,NULL),('survey','survey_360_results_own_info','en','Appraisees can access only the feedback of their own raters.',NULL,NULL),('survey','survey_360_select_appraisee','en','Select',NULL,NULL),('survey','survey_360_self_appraisee','en','Open Feedback',NULL,NULL),('survey','survey_360_self_appraisee_info','en','On the ‘Info’-tab a link is displayed to all users. By clicking this link they can add themselves as appraisee and receive feedback.',NULL,NULL),('survey','survey_360_self_evaluation','en','Self-Evaluation',NULL,NULL),('survey','survey_360_self_evaluation_info','en','Appraisees are allowed to rate themselves using the questions.',NULL,NULL),('survey','survey_360_self_raters','en','Appraisees Select Own Raters',NULL,NULL),('survey','survey_360_self_raters_info','en','Appraisees autonomously select and invite those persons that are supposed to provide feedback to them.',NULL,NULL),('survey','survey_360_sure_appraisee_close','en','Are you sure you want to close the survey for all of your raters?',NULL,NULL),('survey','survey_360_sure_appraisee_close_admin','en','Are you sure you want to close the surveys for the following appraisees?',NULL,NULL),('survey','survey_360_sure_delete_appraises','en','Are you sure you want to remove the following appraisees?',NULL,NULL),('survey','survey_360_sure_delete_raters','en','Are you sure you want to remove the following raters for %s?',NULL,NULL),('survey','survey_access_codes','en','Authentication by Access Codes',NULL,NULL),('survey','survey_access_codes_info','en','Users get access to the survey by entering a code on the ‘Info’-tab. These access codes are generated in a sub-tab ‘Access Codes’ in the tab ‘Participants’.',NULL,NULL),('survey','survey_activate_skill_service','en','Activate Competence Service',NULL,NULL),('survey','survey_activate_skill_service_info','en','A new tab ‘Competences’ will be displayed. In this tab questions are assigned to competences, then thresholds are ascribed for reaching a specific level of a competence.',NULL,NULL),('survey','survey_add_new_question','en','Create Question',NULL,NULL),('survey','survey_assign_competence','en','Assign Competence',NULL,NULL),('survey','survey_at_beginning','en','At The Beginning',NULL,NULL),('survey','survey_auto_block_title','en','Page Header',NULL,NULL),('survey','survey_available_question_pools','en','Available Pools',NULL,NULL),('survey','survey_behind_page','en','Behind',NULL,NULL),('survey','survey_block_hidden','en','hidden',NULL,NULL),('survey','survey_block_visible','en','visible',NULL,NULL),('survey','survey_calculate_sum_score','en','Calculate Sum Score',NULL,NULL),('survey','survey_calculate_sum_score_info','en','Calculates the sum of all scale values for single choice, multiple choice and matrix questions for each participant. Caution: If participants skip these kind of questions, the whole sum score will not be calculated anymore.',NULL,NULL),('survey','survey_calc_skills','en','Determine Competence Levels',NULL,NULL),('survey','survey_cancel_preview','en','Cancel Preview',NULL,NULL),('survey','survey_cannot_preview_survey','en','Preview not available',NULL,NULL),('survey','survey_clipboard_notice','en','There are question(s) in the clipboard. Select the target position or empty the clipboard.',NULL,NULL),('survey','survey_code','en','Survey Access Code',NULL,NULL),('survey','survey_codes_lang','en','Preselected Survey Language',NULL,NULL),('survey','survey_codes_no_anonymization','en','You must create an anonymized survey with access codes to create new access codes!',NULL,NULL),('survey','survey_code_delete_sure','en','Are you sure you want to delete the following unused access codes?',NULL,NULL),('survey','survey_code_url','en','URL for Direct Access',NULL,NULL),('survey','survey_code_url_name','en','URL <small>(use right mouse button to copy URL)</small>',NULL,NULL),('survey','survey_code_used','en','Code was ..',NULL,NULL),('survey','survey_competences','en','Competences',NULL,NULL),('survey','survey_confirm_template_reset','en','Are you sure that you do not want to use the template anymore?',NULL,NULL),('survey','survey_constraint_deleted','en','The routing rule has been deleted.',NULL,NULL),('survey','survey_copy_questions_to_pool','en','Add to question pool',NULL,NULL),('survey','survey_copy_select_questionpool','en','Question pool to put the copies',NULL,NULL),('survey','survey_copy_to_questionpool_success','en','The questions were copied into the pool successfully.',NULL,NULL),('survey','survey_delete_heading','en','Remove Heading',NULL,NULL),('survey','survey_delete_page','en','Delete Page',NULL,NULL),('survey','survey_dnd_clear_clipboard','en','Clear Clipboard',NULL,NULL),('survey','survey_dnd_move_next','en','Move to Next Page',NULL,NULL),('survey','survey_dnd_move_previous','en','Move to Previous Page',NULL,NULL),('survey','survey_dnd_paste','en','Paste',NULL,NULL),('survey','survey_dnd_split_page','en','Split Page',NULL,NULL),('survey','survey_edit_heading','en','Edit Heading',NULL,NULL),('survey','survey_edit_settings','en','Edit Settings',NULL,NULL),('survey','survey_error_insert_incomplete_question','en','You tried to add an incomplete question to the survey! The question was not added.',NULL,NULL),('survey','survey_execution_exit','en','Back to repository',NULL,NULL),('survey','survey_execution_exit_360','en','Back',NULL,NULL),('survey','survey_execution_sure_finish','en','Are you sure you want to finish the survey? You will not be able to edit your answers afterwards.',NULL,NULL),('survey','survey_existing_pool','en','Use existing question pool',NULL,NULL),('survey','survey_finish','en','Finish Survey',NULL,NULL),('survey','survey_finished','en','You have finished the survey. Thank you for your participation!',NULL,NULL),('survey','survey_has_datasets_warning','en','The survey already contains data sets. You cannot edit the survey questions until you remove these data sets in the participants section.',NULL,NULL),('survey','survey_has_datasets_warning_page_view','en','The survey already contains data sets. You cannot edit the survey questions until you remove these datasets.',NULL,NULL),('survey','survey_has_datasets_warning_page_view_link','en','Edit Participants',NULL,NULL),('survey','survey_introduction_info','en','This message is permanently displayed on the ‘Info’-tab.',NULL,NULL),('survey','survey_is_offline','en','You cannot start the survey! The survey is currently offline.',NULL,NULL),('survey','survey_jump_to','en','Jump to',NULL,NULL),('survey','survey_move_page','en','Move Page',NULL,NULL),('survey','survey_new_pool','en','Create new question pool',NULL,NULL),('survey','survey_next','en','Next >>',NULL,NULL),('survey','survey_next_question','en','Next Page',NULL,NULL),('survey','survey_notification_finished_introduction','en','A participant has finished the survey.',NULL,NULL),('survey','survey_notification_finished_reason','en','You are receiving this e-mail because you activated notifications for the survey mentioned above.',NULL,NULL),('survey','survey_notification_target_group','en','Target Group',NULL,NULL),('survey','survey_notification_target_group_invited','en','All users who got the survey put on their Dashboard as tasks (invitation)',NULL,NULL),('survey','survey_notification_target_group_invited_info','en','Number of current recipients: %s',NULL,NULL),('survey','survey_notification_target_group_parent_course','en','All members of parent course/group',NULL,NULL),('survey','survey_notification_target_group_parent_course_inactive','en','No parent course/group given - no reminders will be sent!',NULL,NULL),('survey','survey_notification_tutor_body','en','The following survey has been finished by all participants',NULL,NULL),('survey','survey_notification_tutor_link','en','Link to Survey',NULL,NULL),('survey','survey_notification_tutor_recipients','en','Tutors (Login[s])',NULL,NULL),('survey','survey_notification_tutor_recipients_invalid','en','Please state users with write permission.',NULL,NULL),('survey','survey_notification_tutor_salutation','en','Hello %s,',NULL,NULL),('survey','survey_notification_tutor_setting','en','One E-Mail after all Participants Finished',NULL,NULL),('survey','survey_notification_tutor_subject','en','All participants have finished the survey \"%s\"',NULL,NULL),('survey','survey_not_available','en','n/a',NULL,NULL),('survey','survey_no_pool','en','Do not use question pool',NULL,NULL),('survey','survey_order','en','Sort Order',NULL,NULL),('survey','survey_page_moved','en','The page has been moved.',NULL,NULL),('survey','survey_per_page_view','en','Page View',NULL,NULL),('survey','survey_pool_selection','en','Pool Selection',NULL,NULL),('survey','survey_previous','en','<< Previous',NULL,NULL),('survey','survey_prev_question','en','Previous Page',NULL,NULL),('survey','survey_questions','en','Questions',NULL,NULL),('survey','survey_questions_to_clipboard_copy','en','Question(s) were copied to the clipboard. Please select a target or empty the clipboard.',NULL,NULL),('survey','survey_questions_to_clipboard_cut','en','Question(s) were copied to the clipboard. Please select a target or empty the clipboard.',NULL,NULL),('survey','survey_question_editor','en','List View',NULL,NULL),('survey','survey_question_obligatory','en','This question is compulsory. You must answer the question!',NULL,NULL),('survey','survey_question_pool','en','Question Pool',NULL,NULL),('survey','survey_question_pool_title','en','Pool Title',NULL,NULL),('survey','survey_question_pool_usage','en','Question Pool',NULL,NULL),('survey','survey_question_pool_usage_active','en','Questions can be added optionally to a question pool',NULL,NULL),('survey','survey_question_pool_usage_active_info','en','Each time a question is created it has to be decided if a question pool is to be used.',NULL,NULL),('survey','survey_question_pool_usage_inactive','en','Questions are created directly in the survey.',NULL,NULL),('survey','survey_question_pool_usage_inactive_info','en','The questions can be added to a question pool manually later but are created only for this survey first.',NULL,NULL),('survey','survey_question_text_hidden','en','Text hidden',NULL,NULL),('survey','survey_question_text_visible','en','Text visible',NULL,NULL),('survey','survey_question_title','en','Question Title',NULL,NULL),('survey','survey_reached_level','en','Reached Level',NULL,NULL),('survey','survey_reminder_body','en','the following survey has not been finished by you yet',NULL,NULL),('survey','survey_reminder_cron','en','Remind users to participate',NULL,NULL),('survey','survey_reminder_cron_info','en','If activated, users will be reminded to participate in surveys',NULL,NULL),('survey','survey_reminder_end','en','End',NULL,NULL),('survey','survey_reminder_frequency','en','Frequency',NULL,NULL),('survey','survey_reminder_frequency_days','en','Days',NULL,NULL),('survey','survey_reminder_link','en','URL',NULL,NULL),('survey','survey_reminder_salutation','en','Hello %s,',NULL,NULL),('survey','survey_reminder_setting','en','Remind Users to Participate',NULL,NULL),('survey','survey_reminder_start','en','Start',NULL,NULL),('survey','survey_reminder_subject','en','Survey \"%s\" was not finished',NULL,NULL),('survey','survey_remove_competence','en','Remove Competence',NULL,NULL),('survey','survey_results_anonymization','en','Privacy',NULL,NULL),('survey','survey_results_anonymized','en','Without Names / Anonymous Survey',NULL,NULL),('survey','survey_results_anonymized_info','en','In the tab ‘Results’ participants\' names are replaced by codes. Users having access to this tab cannot attribute answers to named participants but only to user ‘iTXaF’ (example).',NULL,NULL),('survey','survey_results_finished','en','Survey finished',NULL,NULL),('survey','survey_results_not_started','en','Survey not started',NULL,NULL),('survey','survey_results_personalized','en','With Names',NULL,NULL),('survey','survey_results_personalized_info','en','In the tab ‘Results’ the names of the participants and their respective answers are listed. Users having full access to this tab can inspect who has provided which answer. Even users with limited access to the tab may deduce given answers, if the number of participants is low.',NULL,NULL),('survey','survey_results_started','en','Survey started',NULL,NULL),('survey','survey_results_tutor_body','en','Attached you will find the detailed results for the following survey',NULL,NULL),('survey','survey_results_tutor_subject','en','Results for survey \"%s\"',NULL,NULL),('survey','survey_show_blocktitle','en','Show Block Title',NULL,NULL),('survey','survey_show_blocktitle_description','en','If activated the block title will be shown in the survey.',NULL,NULL),('survey','survey_skill','en','Competence',NULL,NULL),('survey','survey_skill_assign','en','Question/Competence Assignment',NULL,NULL),('survey','survey_skill_level','en','Competence Level',NULL,NULL),('survey','survey_skill_max_scale_points','en','Max. Scale Points',NULL,NULL),('survey','survey_skill_nr_q','en','Number of Questions',NULL,NULL),('survey','survey_skill_thresholds','en','Competence Thresholds',NULL,NULL),('survey','survey_start','en','Go To Start Page',NULL,NULL),('survey','survey_sum_of_means','en','Sum of Arithm. Means per Question',NULL,NULL),('survey','survey_sure_delete_constraint','en','Are you sure you want to delete the routing rule \"%1$s\" for the question \"%2$s\"?',NULL,NULL),('survey','survey_sure_delete_questions','en','Are you sure that you want to delete the following questions or headings?',NULL,NULL),('survey','survey_sync_insufficient_permissions','en','Insufficient Permissions',NULL,NULL),('survey','survey_sync_question_copies','en','Sync Question Copies',NULL,NULL),('survey','survey_sync_question_copies_info','en','The selected questions will be replaced with the current pool version.',NULL,NULL),('survey','survey_sync_success','en','The selected questions were updated.',NULL,NULL),('survey','survey_template_reset','en','The template has been removed.',NULL,NULL),('survey','survey_up_to_x_points','en','Up to x points',NULL,NULL),('survey','survey_use_start_button','en','You must enter the survey using the start button!',NULL,NULL),('survey','survey_using_template','en','This survey uses the template %s. If you do not want to use a template and have access to all settings, please click here: %s.',NULL,NULL),('survey','survey_using_template_link','en','Do not use template anymore',NULL,NULL),('survey','svy_activation_limited_visibility_info','en','Outside the indicated period, only the title of the survey will be displayed while the question are not accessible.',NULL,NULL),('survey','svy_activation_online_info','en','Only if a survey is online, users can participate in it.',NULL,NULL),('survey','svy_add_internal_user','en','Add User',NULL,NULL),('survey','svy_add_internal_user_info','en','The rater has a registered user on this platform.',NULL,NULL),('survey','svy_add_rater','en','Add Rater',NULL,NULL),('survey','svy_all_raters','en','All Raters',NULL,NULL),('survey','svy_all_survey_competences','en','All Survey Competences',NULL,NULL),('survey','svy_all_user_data_deleted','en','All user data of this survey has been deleted!',NULL,NULL),('survey','svy_analysis','en','Analysis',NULL,NULL),('survey','svy_anonymous_participants','en','List of Participants',NULL,NULL),('survey','svy_anonymous_participants_info','en','If activated a list of participants can be enabled in anonymous surveys.',NULL,NULL),('survey','svy_anonymous_participants_min','en','Minimum Number of Participants',NULL,NULL),('survey','svy_anonymous_participants_min_info','en','The list will only be available if there are at least the minimum number of participants.',NULL,NULL),('survey','svy_anonymous_participants_svy','en','List of Participants',NULL,NULL),('survey','svy_anonymous_participants_svy_info','en','If activated a list of participants is available after the end date.',NULL,NULL),('survey','svy_answer_too_long','en','Your current answer is too long (%s characters). Please shorten your answer.',NULL,NULL),('survey','svy_appraisses_cannot_be_raters','en','User cannot be added as rater. Use self evaluation option in the survey settings instead.',NULL,NULL),('survey','svy_app_see_rater_info','en','Appraisees can access rater information in the results screens, including names and e-mail addresses, if entered before when adding raters.',NULL,NULL),('survey','svy_back','en','Back',NULL,NULL),('survey','svy_chart_download','en','Download Chart',NULL,NULL),('survey','svy_check_evaluation_access_introduction','en','Since this survey evaluation is only accessible by survey participants you need to enter your survey access code to open the evaluation.',NULL,NULL),('survey','svy_check_evaluation_authentication_needed','en','Authentication needed',NULL,NULL),('survey','svy_check_evaluation_wrong_key','en','You entered a wrong survey access code or you have not participated the survey. Your access to the survey evaluation is denied.',NULL,NULL),('survey','svy_compress_view','en','Compressed View',NULL,NULL),('survey','svy_compress_view_info','en','If activated, all single choice questions with similar scales will be presented matrix-like.',NULL,NULL),('survey','svy_copy','en','Copy Survey',NULL,NULL),('survey','svy_create_question','en','Create Question',NULL,NULL),('survey','svy_delete_all_user_data','en','Delete all User Data',NULL,NULL),('survey','svy_dont_send','en','Don\'t send a message',NULL,NULL),('survey','svy_evaluation_access_all_info','en','All registered users that can access the survey can also look at the results of this survey.',NULL,NULL),('survey','svy_evaluation_access_off_info','en','Only Users that can edit the survey (write permission) have access to the survey\'s results.',NULL,NULL),('survey','svy_evaluation_access_participants_info','en','All users that participated in the survey may choose to look at the results after finishing it.',NULL,NULL),('survey','svy_eval_captions','en','Figures',NULL,NULL),('survey','svy_eval_captions_abs','en','Absolute',NULL,NULL),('survey','svy_eval_captions_abs_perc','en','Absolute and Percentage',NULL,NULL),('survey','svy_eval_captions_perc','en','Percentage',NULL,NULL),('survey','svy_eval_competences','en','Competence Results',NULL,NULL),('survey','svy_eval_cumulated','en','Overview',NULL,NULL),('survey','svy_eval_detail','en','Details',NULL,NULL),('survey','svy_eval_skipped_value','en','Results: ‘skipped’',NULL,NULL),('survey','svy_eval_skipped_value_custom','en','Use custom value',NULL,NULL),('survey','svy_eval_skipped_value_custom_info','en','Define any (or empty) value to use for skipped answers',NULL,NULL),('survey','svy_eval_skipped_value_custom_value','en','Value',NULL,NULL),('survey','svy_eval_skipped_value_lng','en','Use language file entry',NULL,NULL),('survey','svy_eval_skipped_value_lng_info','en','Current value: \"%s\"',NULL,NULL),('survey','svy_eval_user','en','Per Participant',NULL,NULL),('survey','svy_eval_view','en','View',NULL,NULL),('survey','svy_eval_view_charts','en','Chart',NULL,NULL),('survey','svy_eval_view_tables','en','Table',NULL,NULL),('survey','svy_eval_view_tables_charts','en','Table and chart',NULL,NULL),('survey','svy_export_files','en','Export Files',NULL,NULL),('survey','svy_export_format','en','Export survey data as',NULL,NULL),('survey','svy_export_pdf','en','Export PDF',NULL,NULL),('survey','svy_external_rater','en','Add External Rater',NULL,NULL),('survey','svy_external_rater_info','en','The rater is not registered on this platform.',NULL,NULL),('survey','svy_ext_rater_firstname','en','First name of external rater',NULL,NULL),('survey','svy_ext_rater_lastname','en','Last name of external rater',NULL,NULL),('survey','svy_fraction_of_selections','en','Fraction of selections',NULL,NULL),('survey','svy_gap_analysis','en','Gap Analysis',NULL,NULL),('survey','svy_general_properties','en','General Properties',NULL,NULL),('survey','svy_import_codes','en','Import Codes',NULL,NULL),('survey','svy_import_codes_info','en','This import requires a \"%s\" export file.',NULL,NULL),('survey','svy_ind_feedb_info','en','Users get distinct evaluations by others.',NULL,NULL),('survey','svy_ind_feedb_mode','en','Individual Feedback',NULL,NULL),('survey','svy_mail_confirmation_subject','en','Survey \"%s\" - Your participation confirmation',NULL,NULL),('survey','svy_mail_context_rater_invitation_info','en','Invite raters to participate in a survey.',NULL,NULL),('survey','svy_mail_context_rater_invitation_survey_title','en','Survey Title',NULL,NULL),('survey','svy_mail_context_rater_invitation_title','en','Survey: Rater Invitation',NULL,NULL),('survey','svy_mail_context_reminder_info','en','Reminds users to participate in survey',NULL,NULL),('survey','svy_mail_context_reminder_survey_title','en','Survey Title',NULL,NULL),('survey','svy_mail_context_reminder_title','en','Survey: Survey-Reminder',NULL,NULL),('survey','svy_mail_own_results','en','Mail given answers',NULL,NULL),('survey','svy_mail_own_results_body','en','you participated in the following survey:',NULL,NULL),('survey','svy_mail_own_results_subject','en','Survey \"%s\" - Your Answers',NULL,NULL),('survey','svy_mail_send_confirmation','en','Send Participation Confirmation',NULL,NULL),('survey','svy_matrix_layout_percentages_sum_invalid','en','The column settings do not sum up to 100%.',NULL,NULL),('survey','svy_max_sum_score','en','Maximum Sum Score',NULL,NULL),('survey','svy_neutral_answer','en','Text for a Neutral Answer (‘Not Specified’, ‘I don\'t know’ etc.)',NULL,NULL),('survey','svy_notification_tutor_results','en','One E-Mail including Survey Results',NULL,NULL),('survey','svy_notification_tutor_results_alert','en','This requires an end date.',NULL,NULL),('survey','svy_notification_tutor_results_info','en','After reaching the end data a cron job will send an email with the detailed survey results attached to it.',NULL,NULL),('survey','svy_no_appraisees_found','en','No appraisees with feedbacks found.',NULL,NULL),('survey','svy_only_max_one_external_rater','en','Please select only one external rater.',NULL,NULL),('survey','svy_page_add_question','en','Add new %s',NULL,NULL),('survey','svy_page_error','en','There was an error answering a survey question. Please refer to the question to get more information on the error!',NULL,NULL),('survey','svy_page_errors','en','There were errors answering the survey questions. Please refer to the questions to get more information on the errors!',NULL,NULL),('survey','svy_participant','en','Participant',NULL,NULL),('survey','svy_participants','en','Participants',NULL,NULL),('survey','svy_participation','en','Participation',NULL,NULL),('survey','svy_please_select_unused_codes','en','Please select at least one unused code.',NULL,NULL),('survey','svy_print_hide_labels','en','Hide labels',NULL,NULL),('survey','svy_print_show_labels','en','Show labels',NULL,NULL),('survey','svy_privacy_info','en','Privacy',NULL,NULL),('survey','svy_rater','en','Rater',NULL,NULL),('survey','svy_rater_see_app_info','en','The names of appraisees will be presented to raters to enable them evaluating the questions.',NULL,NULL),('survey','svy_reminder_mail_template','en','Mail Template',NULL,NULL),('survey','svy_reminder_mail_template_none','en','Do not use mail template',NULL,NULL),('survey','svy_results','en','Results',NULL,NULL),('survey','svy_results_mail_confirm','en','Participants can request participation confirmation',NULL,NULL),('survey','svy_results_mail_confirm_info','en','Participants can request a mail with a confirmation of participation at the end of the survey.',NULL,NULL),('survey','svy_results_mail_own','en','Include given answers',NULL,NULL),('survey','svy_results_mail_own_info','en','The given answers will be included in the confirmation of participation.',NULL,NULL),('survey','svy_results_view_own','en','Participants can View Own Answers',NULL,NULL),('survey','svy_results_view_own_info','en','After finishing the survey, participants can view a list of all answers they provided. They cannot change their answers',NULL,NULL),('survey','svy_result_mail_notification_info','en','On finishing the survey the answers of each participant will be sent to the defined recipients.',NULL,NULL),('survey','svy_save_and_continue','en','Save and Continue',NULL,NULL),('survey','svy_save_sync','en','Save and Sync Question Copies',NULL,NULL),('survey','svy_search_user','en','Search User',NULL,NULL),('survey','svy_search_users','en','Search for participants',NULL,NULL),('survey','svy_search_user_info','en','Search for users or roles and pick participants.',NULL,NULL),('survey','svy_selected_user_data_deleted','en','The survey data of the selected user(s) was deleted successfully',NULL,NULL),('survey','svy_select_rater','en','Select Rater',NULL,NULL),('survey','svy_self_ev_access_results_all','en','Access to Self-Evaluations of All Participants',NULL,NULL),('survey','svy_self_ev_access_results_none','en','No Access to Results',NULL,NULL),('survey','svy_self_ev_access_results_own','en','Access to Own Self-Evaluations',NULL,NULL),('survey','svy_self_ev_info','en','Use for self evaluation.',NULL,NULL),('survey','svy_self_ev_mode','en','Self-Evaluation Only',NULL,NULL),('survey','svy_settings_section_access','en','Administering the survey: Access',NULL,NULL),('survey','svy_settings_section_before_start','en','Information before start of survey',NULL,NULL),('survey','svy_settings_section_finishing','en','Finishing the survey',NULL,NULL),('survey','svy_settings_section_question_behaviour','en','Administering the survey: Behaviour of question',NULL,NULL),('survey','svy_settings_section_reminders','en','Reminders',NULL,NULL),('survey','svy_show_questiontitles','en','Show Question Title',NULL,NULL),('survey','svy_skl_comp_assignm_not_supported','en','Competence assignment is not supported for this question type.',NULL,NULL),('survey','svy_sum_score','en','Sum Score',NULL,NULL),('survey','svy_type_of_rater','en','Type of Rater',NULL,NULL),('survey','svy_view_own_results','en','View given answers',NULL,NULL),('survey','svy_wrong_or_expired_code','en','Sorry, you entered an invalid or expired code.',NULL,NULL),('survey','text_maximum_chars_allowed','en','Please do not enter more than a maximum of %s characters. Any characters above will be cut.',NULL,NULL),('survey','text_question_not_filled_out','en','Please fill out the answer field!',NULL,NULL),('survey','unfold','en','Unfold',NULL,NULL),('survey','upper_limit','en','Upper Limit',NULL,NULL),('survey','upper_limit_must_be_greater','en','The upper limit must be greater than the lower limit!',NULL,NULL),('survey','used','en','used',NULL,NULL),('survey','users_answered','en','Users Answered',NULL,NULL),('survey','users_invited','en','%s users have been invited',NULL,NULL),('survey','users_skipped','en','Users Skipped',NULL,NULL),('survey','use_anonymous_id','en','Show Survey Code',NULL,NULL),('survey','use_anonymous_id_desc','en','If checked, the username in anonymized surveys will be shown as the survey code, otherwise the text ‘Anonymous’ will be shown.',NULL,NULL),('survey','use_browser_print_function','en','Please use the print function of your web browser.',NULL,NULL),('survey','use_min_answers','en','Answer selections',NULL,NULL),('survey','use_min_answers_option','en','Set a number of answer selections',NULL,NULL),('survey','use_other_answer','en','Open answer',NULL,NULL),('survey','values','en','Values',NULL,NULL),('survey','vertical','en','Vertical',NULL,NULL),('survey','warning_question_not_complete','en','The question is not complete!',NULL,NULL),('survey','workingtime','en','Working time',NULL,NULL),('survey','wrong_survey_code_used','en','No access to survey. Your survey code is invalid or has already been used.',NULL,NULL),('svy','survey_360_appraisees_remind_info','en','If self evaluation is activated, appraisees that have not yet finished the survey will be reminded.',NULL,NULL),('svy','survey_360_raters_remind_info','en','Raters that have not yet finished the survey will be reminded.',NULL,NULL),('svy','svy_all_pages','en','All Pages',NULL,NULL),('svy','svy_all_participants','en','All Participants',NULL,NULL),('svy','svy_all_questions','en','All Questions',NULL,NULL),('svy','svy_codes','en','Access Codes',NULL,NULL),('svy','svy_current_page','en','Current Page',NULL,NULL),('svy','svy_finish_survey','en','Finish survey \'%1\'',NULL,NULL),('svy','svy_invite_participants','en','Invite Participants',NULL,NULL),('svy','svy_link_to_svy','en','Link to Survey',NULL,NULL),('svy','svy_part_overview','en','Overview',NULL,NULL),('svy','svy_placeholders_label','en','Available Placeholders',NULL,NULL),('svy','svy_print_selection','en','Print View Selection',NULL,NULL),('svy','svy_remove_all_participants','en','Delete all Participant Data',NULL,NULL),('svy','svy_remove_participants','en','Remove Participants',NULL,NULL),('svy','svy_selected_participants','en','Selected Participants',NULL,NULL),('svy','svy_selected_questions','en','Selected Questions',NULL,NULL),('svy','svy_selection','en','Selection',NULL,NULL),('svy','svy_status','en','Status',NULL,NULL),('svy','svy_status_finished','en','Finished',NULL,NULL),('svy','svy_status_invited','en','Invited',NULL,NULL),('svy','svy_status_in_progress','en','In Progress',NULL,NULL),('svy','svy_users_invited','en','Users have been invited.',NULL,NULL),('svy','svy_user_added_appraisee','en','Survey \'%1\'',NULL,NULL),('svy','svy_user_added_appraisee_close_mail','en','The survey has been closed for your raters.',NULL,NULL),('svy','svy_user_added_appraisee_mail','en','You have been added to the survey as an appraisee.',NULL,NULL),('svy','svy_user_added_rater','en','Survey \'%1\'',NULL,NULL),('svy','svy_user_added_rater_mail','en','You have been added as a rater to the survey.',NULL,NULL),('svy','svy_user_added_rater_reminder_mail','en','Please finish to rate the following appraisees:',NULL,NULL),('svy','svy_user_not_found','en','User not found.',NULL,NULL),('sysc','sysc_action_list_tree','en','Create Repository Tree Dump',NULL,NULL),('sysc','sysc_action_repair','en','Repair',NULL,NULL),('sysc','sysc_action_show_tree','en','Show Repository Tree Dump',NULL,NULL),('sysc','sysc_action_validate','en','Validate',NULL,NULL),('sysc','sysc_administrate_deleted','en','Administrate Deleted Objects',NULL,NULL),('sysc','sysc_btn_tree_missing','en','Restore Missing',NULL,NULL),('sysc','sysc_btn_tree_structure','en','Recreate Tree Structure',NULL,NULL),('sysc','sysc_completed_num','en','Fulfilled Tasks',NULL,NULL),('sysc','sysc_cron_empty_trash','en','Delete Trash Bin',NULL,NULL),('sysc','sysc_cron_empty_trash_desc','en','If enabled, the repository trash bin will be purged by given criteria (age, object type or maximum number of objects).',NULL,NULL),('sysc','sysc_failed_num','en','Not Fulfilled Tasks',NULL,NULL),('sysc','sysc_groups','en','System Check Groups',NULL,NULL),('sysc','sysc_grp_tree','en','Repository Tree',NULL,NULL),('sysc','sysc_grp_tree_desc','en','Performs an analysis of the tree and prints all tree nodes along with analysis data.',NULL,NULL),('sysc','sysc_message_success','en','No errors found',NULL,NULL),('sysc','sysc_message_tree_missing_confirm','en','Do you really want to restore missing entries in the repository tree structure?',NULL,NULL),('sysc','sysc_message_tree_structure_confirm','en','Do you really want to repair the tree structure? Please create a database backup before you proceed.',NULL,NULL),('sysc','sysc_overview','en','Overview',NULL,NULL),('sysc','sysc_status_completed','en','Completed',NULL,NULL),('sysc','sysc_status_failed','en','Failed',NULL,NULL),('sysc','sysc_status_na','en','Not yet run',NULL,NULL),('sysc','sysc_status_running','en','Running',NULL,NULL),('sysc','sysc_tab_trash','en','Deleted Objects',NULL,NULL),('sysc','sysc_task_overview','en','Tasks',NULL,NULL),('sysc','sysc_task_structure','en','Tree structure',NULL,NULL),('sysc','sysc_task_structure_desc','en','Analyzes and corrects the repository tree structure.',NULL,NULL),('sysc','sysc_task_tree_dump','en','List Tree',NULL,NULL),('sysc','sysc_task_tree_dump_desc','en','Analyses and prints the repository tree structure',NULL,NULL),('sysc','sysc_task_tree_duplicates','en','Duplicate Entries in Repository Tree',NULL,NULL),('sysc','sysc_task_tree_duplicates_desc','en','Search for duplicate entries in the repository tree structure.',NULL,NULL),('sysc','sysc_task_tree_missing','en','Missing Entries in Repository Tree',NULL,NULL),('sysc','sysc_task_tree_missing_desc','en','Searches and repairs missing entries in the repository tree.',NULL,NULL),('sysc','sysc_task_tree_missing_reference','en','Missing Object References',NULL,NULL),('sysc','sysc_task_tree_missing_reference_desc','en','Searches and repairs missing object references in the repository tree.',NULL,NULL),('sysc','sysc_task_tree_missing_tree','en','Missing Entries in Repository Tree',NULL,NULL),('sysc','sysc_task_tree_missing_tree_desc','en','Searches and repairs missing entries in the repository tree.',NULL,NULL),('sysc','sysc_trash_action','en','Action',NULL,NULL),('sysc','sysc_trash_limit_age','en','Limit Age',NULL,NULL),('sysc','sysc_trash_limit_num','en','Limit Number',NULL,NULL),('sysc','sysc_trash_limit_type','en','Limit by Type',NULL,NULL),('sysc','sysc_trash_remove','en','Remove deleted objects from system',NULL,NULL),('sysc','sysc_trash_remove_info','en','Remove deleted objects (trash bin) from the system',NULL,NULL),('sysc','sysc_trash_restore','en','Restore Deleted Objects',NULL,NULL),('sysc','sysc_trash_restore_info','en','Restore deleted objects from trash bin and move the to the ‘Recovery Folder’',NULL,NULL),('sysc','sysc_tree_duplicate_failures','en','Found duplicate entries in tree structure. Number of duplicate entries',NULL,NULL),('sysc','sysc_tree_list_failures','en','A dump of the the repository tree has been created. Number of errors in tree structure:',NULL,NULL),('sysc','sysc_tree_missing_failures','en','Found missing entries in the tree structure. Number of missing entries:',NULL,NULL),('sysc','sysc_tree_structure_failures','en','Number of failures in the tree structure (parent-Relation):',NULL,NULL),('tagging','no_tag_text_1','en','You have not yet used any tags. To do this, you must take two steps:',NULL,NULL),('tagging','no_tag_text_2','en','Click on \'%s\' and select a learning object from the available offer, e.g. a learning module or a forum.',NULL,NULL),('tagging','no_tag_text_3','en','To attach any tags to the object select \'Set Tags\' from the actions menu.',NULL,NULL),('tagging','tagging_all_users','en','All Users',NULL,NULL),('tagging','tagging_edit_settings','en','Edit Settings',NULL,NULL),('tagging','tagging_enable_all_users','en','Show Tags of All Users',NULL,NULL),('tagging','tagging_enable_all_users_info','en','Adds a section ‘All Users’ to the info screens that lists all tags of all users attached to a resource.',NULL,NULL),('tagging','tagging_enable_tagging','en','Enable Tagging',NULL,NULL),('tagging','tagging_forbidden_tags','en','Forbidden Tags',NULL,NULL),('tagging','tagging_no_obj_for_tag','en','No Resources tagged with %s.',NULL,NULL),('tagging','tagging_other_users','en','Tags of Other Users',NULL,NULL),('tagging','tagging_resources_for_tag','en','Resources tagged with %s',NULL,NULL),('tagging','tagging_search_users','en','Search Users',NULL,NULL),('tagging','tagging_settings','en','Settings',NULL,NULL),('tagging','tagging_set_tag','en','Set Tags',NULL,NULL),('tagging','tagging_tag','en','Tag',NULL,NULL),('tagging','tagging_tags','en','Tags',NULL,NULL),('tagging','tagging_tag_info','en','To attach tags to a resource open the info screen of the resource and enter your tags.',NULL,NULL),('tagging','tagging_users_using_tag','en','Users Using Tag',NULL,NULL),('tagging','tag_remove_tags_of_obj_without_access','en','Remove Tag',NULL,NULL),('tagging','tag_some_obj_tagged_without_access','en','You do not have the permissions to access some of the tagged objects anymore. Should the tag be removed for these objects?',NULL,NULL),('tagging','tag_tags_deleted','en','Tag has been removed from inaccessible objects.',NULL,NULL),('task','task_deadline','en','End',NULL,NULL),('task','task_derived_tasks','en','Tasks',NULL,NULL),('task','task_details','en','Details',NULL,NULL),('task','task_no_tasks','en','You do not have any open tasks.',NULL,NULL),('task','task_no_task_items','en','There are no tasks for you.',NULL,NULL),('task','task_start','en','Start',NULL,NULL),('task','task_task','en','Task',NULL,NULL),('task','task_tasks_without_deadline','en','Without Deadline',NULL,NULL),('task','task_tasks_with_deadline','en','With Deadline',NULL,NULL),('tax','obj_taxn','en','Node',NULL,NULL),('tax','tax_added','en','Taxonomy has been created.',NULL,NULL),('tax','tax_add_taxonomy','en','Add Taxonomy',NULL,NULL),('tax','tax_admin_settings_repository','en','Repository Taxonomies',NULL,NULL),('tax','tax_alphabetical','en','Alphabetical',NULL,NULL),('tax','tax_assigned_items','en','Assigned Items',NULL,NULL),('tax','tax_confirm_deletion','en','Do you really want to delete the whole taxonomy and all its relations?',NULL,NULL),('tax','tax_create_node','en','Create Node',NULL,NULL),('tax','tax_item_sorting','en','Support Sorting of Assigned Items',NULL,NULL),('tax','tax_manual','en','Manual',NULL,NULL),('tax','tax_max_one_tax','en','You can use maximum one taxonomy in this context.',NULL,NULL),('tax','tax_new_tax_node','en','New Node',NULL,NULL),('tax','tax_node','en','Node',NULL,NULL),('tax','tax_nodes','en','Nodes',NULL,NULL),('tax','tax_node_sorting','en','Sorting of Nodes',NULL,NULL),('tax','tax_order','en','Order',NULL,NULL),('tax','tax_order_nr','en','Order Nr',NULL,NULL),('tax','tax_please_select_target','en','Please select the target.',NULL,NULL),('tax','tax_target_within_nodes','en','The target must not be a sub-node of the selected items.',NULL,NULL),('tax','tax_taxonomy','en','Taxonomy',NULL,NULL),('tax','tax_tax_assignment','en','Taxonomy Assignment',NULL,NULL),('tax','tax_tax_deleted','en','The taxonomy has been deleted.',NULL,NULL),('tax','tax_tax_settings','en','Taxonomy Settings',NULL,NULL),('tbl','tbl_export_csv','en','Export CSV',NULL,NULL),('tbl','tbl_export_excel','en','Export Excel',NULL,NULL),('tbl','tbl_templates','en','View',NULL,NULL),('tbl','tbl_template_create','en','Save Current View',NULL,NULL),('tbl','tbl_template_created','en','The current view has been saved.',NULL,NULL),('tbl','tbl_template_delete','en','Delete Saved View',NULL,NULL),('tbl','tbl_template_deleted','en','The saved view has been deleted.',NULL,NULL),('tos','tos_accept_usr_agreement_anonymous','en','Terms of Service',NULL,NULL),('tos','tos_accept_usr_agreement_anonymous_intro','en','Before you proceed to ILIAS you accept the following Terms of Service.',NULL,NULL),('tos','tos_account_reg_not_possible','en','Self-registration is currently not possible because there is no Terms of Service agreement available. Please contact your <a href=\"%1$s\">system administrator</a> for further information.',NULL,NULL),('tos','tos_agreement','en','Terms of Service',NULL,NULL),('tos','tos_agree_date','en','ToS agreed on',NULL,NULL),('tos','tos_disabled_no_docs_left','en','Terms of Service documents can no longer be displayed, because all ToS documents have been deleted. Users will no longer be required to agree to a ToS document when registering an account. Please create at least one document before re-checking the ‘Display Terms of Service’ box.',NULL,NULL),('tos','tos_last_reset_date','en','The Terms of Service were reset on %s. Only reset the Terms of Service if changes have been made to the ToS document(s) and you require all users to agree to the new ToS.',NULL,NULL),('tos','tos_never_reset','en','The Terms of Service have not yet been reset. Only reset the Terms of Service if changes have been made to the ToS document(s) and you require all users to agree to the new ToS.',NULL,NULL),('tos','tos_no_documents_exist','en','There are currently no Terms of Service documents available.',NULL,NULL),('tos','tos_no_documents_exist_cant_save','en','There are currently no Terms of Service documents available. Please add at least one document in order to activate this service.',NULL,NULL),('tos','tos_reset_for_all_users','en','Reset Terms of Service',NULL,NULL),('tos','tos_reset_successful','en','Terms of Service successfully reset.',NULL,NULL),('tos','tos_status_desc','en','Display relevant language-based Terms of Service documents at the end of the registration form for new users and, if applicable, upon the user’s first login. Users are required to accept the Terms of Service before they can enter ILIAS.',NULL,NULL),('tos','tos_status_enable','en','Display Terms of Service',NULL,NULL),('tos','tos_sure_reset_tos','en','Are you sure you want to reset the Terms of Service for all users in the system? This also applies, for example, to those accounts that are used for the SOAP web services.',NULL,NULL),('tos','tos_withdrawal_usr_deletion','en','Account deletion upon ToS withdrawal',NULL,NULL),('tos','tos_withdrawal_usr_deletion_desc','en','If a user withdraws their acceptance from  a previously accepted Terms of Service document, this will result in the deletion of the user’s account.',NULL,NULL),('trac','cmix_lp_mode_deactivated','en','Learning Progress is Deactivated',NULL,NULL),('trac','cmix_lp_mode_deactivated_info','en','The learning progress status is not displayed and does not influence parent objects.',NULL,NULL),('trac','cmix_lp_mode_when_completed','en','Completed when \'completed\'',NULL,NULL),('trac','cmix_lp_mode_when_completed_info','en','ILIAS status \'completed\' is set when verb of last relevant xAPI-Statement is \'completed\'.',NULL,NULL),('trac','cmix_lp_mode_when_passed','en','Completed when \'passed\'',NULL,NULL),('trac','cmix_lp_mode_when_passed_info','en','ILIAS status \'completed\' is set when verb of last relevant xAPI-Statement is \'passed\' or \'satisfied\'.',NULL,NULL),('trac','cmix_lp_mode_when_passed_or_completed','en','Completed when passed or completed',NULL,NULL),('trac','cmix_lp_mode_when_passed_or_completed_info','en','ILIAS status \'completed\' is set when verb of last relevant xAPI-Statement is \'completed\' or \'passed\' or \'satisfied\'.',NULL,NULL),('trac','cmix_lp_mode_with_failed','en','Also consider failed',NULL,NULL),('trac','cmix_lp_mode_with_failed_info','en','The status could be \'failed\' instead of \'in progress\'.',NULL,NULL),('trac','create_date_max','en','Latest Registration',NULL,NULL),('trac','create_date_min','en','Earliest Registration',NULL,NULL),('trac','info_valid_request','en','The maximum valid time between two requests of a user.',NULL,NULL),('trac','last_login','en','Last Login',NULL,NULL),('trac','meta_typical_learning_time','en','Typical learning time',NULL,NULL),('trac','obj_types','en','Object Types',NULL,NULL),('trac','read_count_avg','en','Average page views',NULL,NULL),('trac','registration_filter','en','Date of Registration',NULL,NULL),('trac','search_area_info','en','Please choose one object.',NULL,NULL),('trac','search_terms','en','Search Term(s)',NULL,NULL),('trac','select_one','en','Please select one object',NULL,NULL),('trac','session_statistics','en','Session Statistics',NULL,NULL),('trac','trac_aggregation','en','Aggregation',NULL,NULL),('trac','trac_all','en','All',NULL,NULL),('trac','trac_anonymized','en','Anonymized',NULL,NULL),('trac','trac_anonymized_info','en','If enabled, all statistics will be anonymized.',NULL,NULL),('trac','trac_anonymized_info_short','en','(Anonymized)',NULL,NULL),('trac','trac_assigned','en','Assigned',NULL,NULL),('trac','trac_average','en','Average',NULL,NULL),('trac','trac_begin_at','en','Start date',NULL,NULL),('trac','trac_closed_expire','en','Timeout',NULL,NULL),('trac','trac_closed_idle','en','Idle Time',NULL,NULL),('trac','trac_closed_idle_first','en','Idle Time (1st Request)',NULL,NULL),('trac','trac_closed_login','en','Anonymous To Login',NULL,NULL),('trac','trac_closed_manual','en','Logout',NULL,NULL),('trac','trac_closed_misc','en','Misc.',NULL,NULL),('trac','trac_collection_assign','en','Select for Learning Progress Determination',NULL,NULL),('trac','trac_collection_deassign','en','Deselect for Learning Progress Determination',NULL,NULL),('trac','trac_collection_manual_learner_changed_ts','en','Changed on',NULL,NULL),('trac','trac_collection_manual_learner_info','en','The learning progress for this object has to be set manually.',NULL,NULL),('trac','trac_collection_manual_learner_lm_info','en','Activate all chapters you completed.',NULL,NULL),('trac','trac_collection_tlt_learner_info','en','The learning progress for this object is based on the typical learning time.',NULL,NULL),('trac','trac_collection_tlt_learner_subitem','en','You have spent %s of the %s needed for completion (%s%%).',NULL,NULL),('trac','trac_comment','en','Remark',NULL,NULL),('trac','trac_completed','en','Completed',NULL,NULL),('trac','trac_cron_info','en','Please activate the \"Object Statistics\" cron job to gather data.',NULL,NULL),('trac','trac_crs_objects','en','Course Participants',NULL,NULL),('trac','trac_current','en','Current',NULL,NULL),('trac','trac_current_system_load','en','Current System Load',NULL,NULL),('trac','trac_data_deleted','en','Data has been deleted.',NULL,NULL),('trac','trac_defaults','en','Completion Status',NULL,NULL),('trac','trac_defaults_inactive','en','Inactive',NULL,NULL),('trac','trac_defaults_info','en','Set the completion status determination mode for supported object types. Used by certain badge types and certificates.',NULL,NULL),('trac','trac_delete_data','en','Delete Data',NULL,NULL),('trac','trac_determines_learning_progress','en','Determines Learning Progress',NULL,NULL),('trac','trac_edit_collection','en','Please assign materials. If the status of all assigned items is ‘Completed’ the overall status is completed by the user.',NULL,NULL),('trac','trac_end_at','en','End Date',NULL,NULL),('trac','trac_failed','en','Failed',NULL,NULL),('trac','trac_figure','en','Key Figure',NULL,NULL),('trac','trac_filter_area','en','Area',NULL,NULL),('trac','trac_filter_has_status','en','Show also objects with status ‘not attempted’',NULL,NULL),('trac','trac_filter_hidden','en','Hidden',NULL,NULL),('trac','trac_first_access','en','First Access',NULL,NULL),('trac','trac_first_and_last_access','en','First and Last Access',NULL,NULL),('trac','trac_frm_contribution_num_postings','en','Minimum number of posts',NULL,NULL),('trac','trac_frm_contribution_num_postings_info_p','en','%s: %s Posts',NULL,NULL),('trac','trac_frm_contribution_num_postings_info_s','en','%s: %s Post',NULL,NULL),('trac','trac_grouped_material_obligatory_err','en','The number materials which must be passed has to be greater than 0 and smaller than the number of materials of the grouping.',NULL,NULL),('trac','trac_group_materials','en','Create Grouping with Optional Materials',NULL,NULL),('trac','trac_group_materials_save','en','Save Number of Compulsory Materials',NULL,NULL),('trac','trac_hide','en','Hide',NULL,NULL),('trac','trac_hide_selected','en','Hide Selected Items',NULL,NULL),('trac','trac_info_edited','en','Set the status to ‘Completed’ if you think you have processed all content.',NULL,NULL),('trac','trac_in_progress','en','In Progress',NULL,NULL),('trac','trac_last_access','en','Last Access',NULL,NULL),('trac','trac_last_aggregation','en','Last Aggregation',NULL,NULL),('trac','trac_last_maxed_out_sessions','en','Last Full Load',NULL,NULL),('trac','trac_learning_progress','en','Learning Progress',NULL,NULL),('trac','trac_learning_progress_of','en','Learning Progress of %s',NULL,NULL),('trac','trac_learning_progress_settings_info','en','Activate extended data',NULL,NULL),('trac','trac_lhist_obj_completed','en','$1$ was completed.',NULL,NULL),('trac','trac_lhist_obj_completed_in','en','$1$ was completed in $2$.',NULL,NULL),('trac','trac_log_info','en','Last Aggregation: %s (Unprocessed items: %s)',NULL,NULL),('trac','trac_log_info_link','en','Update',NULL,NULL),('trac','trac_long_system_load','en','Long term',NULL,NULL),('trac','trac_lp_determination','en','Items Determining the Learning Progress',NULL,NULL),('trac','trac_lp_determination_info_crs','en','Select the items that determine the overall learning progress status.',NULL,NULL),('trac','trac_lp_determination_info_crs_tutor','en','This selection is not connected to the learning progress status.',NULL,NULL),('trac','trac_lp_determination_info_mob','en','Select the items that determine the overall learning progress status of the Mediacast',NULL,NULL),('trac','trac_lp_determination_info_sco','en','Select the items that determine the overall learning progress status of the SCORM learning module.',NULL,NULL),('trac','trac_lp_determination_tutor','en','Display of objects in learning progress',NULL,NULL),('trac','trac_lp_filter','en','Filter',NULL,NULL),('trac','trac_lp_learner_access','en','View Own Learning Progress',NULL,NULL),('trac','trac_lp_learner_access_info','en','If active, users can access their own learning progress status.',NULL,NULL),('trac','trac_lp_list_gui','en','Dashboard, Repository, Search',NULL,NULL),('trac','trac_lp_list_gui_info','en','If activated, the learning progress status is included in objects lists.',NULL,NULL),('trac','trac_lp_settings_info_parent_container','en','Learning Progress of Parent Container Objects',NULL,NULL),('trac','trac_lp_settings_info_parent_legend','en','The learning progress status of this object is influenced by \"%s\".',NULL,NULL),('trac','trac_manual_display','en','Display in Learning Progress',NULL,NULL),('trac','trac_manual_is_displayed','en','Is Displayed',NULL,NULL),('trac','trac_manual_no_display','en','Do not display in Learning Progress',NULL,NULL),('trac','trac_mark','en','Mark',NULL,NULL),('trac','trac_matrix','en','Matrix View',NULL,NULL),('trac','trac_maxed_out_counter','en','Rejected Users',NULL,NULL),('trac','trac_maxed_out_time','en','Full Load [min]',NULL,NULL),('trac','trac_measure','en','Figure',NULL,NULL),('trac','trac_members_short','en','Members',NULL,NULL),('trac','trac_min_passed','en','Minimum Number of Passed Materials:',NULL,NULL),('trac','trac_mode','en','Mode',NULL,NULL),('trac','trac_mode_cmix_completed','en','Completed when verb \'completed\' was sent. Verb \'failed\' sets status of ILIAS to \'In Progress\'.',NULL,NULL),('trac','trac_mode_cmix_completed_info','en','&nbsp;',NULL,NULL),('trac','trac_mode_cmix_completed_or_passed','en','Completed when verb \'completed\' or \'passed\' or \'satisfied\' was sent. Verb \'failed\' sets status of ILIAS to \'In Progress\'.',NULL,NULL),('trac','trac_mode_cmix_completed_or_passed_info','en','&nbsp;',NULL,NULL),('trac','trac_mode_cmix_compl_or_passed_with_failed','en','Completed when verb \'completed\' or \'passed\' or \'satisfied\' was sent. Verb \'failed\' sets status of ILIAS to \'Failed\'.',NULL,NULL),('trac','trac_mode_cmix_compl_or_passed_with_failed_info','en','&nbsp;',NULL,NULL),('trac','trac_mode_cmix_compl_with_failed','en','Completed when verb \'completed\' was sent. Verb \'failed\' sets status of ILIAS to \'Failed\'.',NULL,NULL),('trac','trac_mode_cmix_compl_with_failed_info','en','&nbsp;',NULL,NULL),('trac','trac_mode_cmix_passed','en','Completed when verb \'passed\' or \'satisfied\' was sent. Verb \'failed\' sets status of ILIAS to \'In Progress\'.',NULL,NULL),('trac','trac_mode_cmix_passed_info','en','&nbsp;',NULL,NULL),('trac','trac_mode_cmix_passed_with_failed','en','Completed when verb \'passed\' or \'satisfied\' was sent. Verb \'failed\' sets status of ILIAS to \'Failed\'.',NULL,NULL),('trac','trac_mode_cmix_passed_with_failed_info','en','&nbsp;',NULL,NULL),('trac','trac_mode_collection','en','Status is Determined by a Collection of Items',NULL,NULL),('trac','trac_mode_collection_info','en','A user\'s learning progress status is determined by the learning progress status of a collection of items:  If the status of all items in the collection is ‘Completed’ the overall status is ‘Completed’ .<br />Items can be assigned to the collection on this screen after saving this setting.',NULL,NULL),('trac','trac_mode_collection_manual','en','Users Monitor and Set Status per Chapter Themselves',NULL,NULL),('trac','trac_mode_collection_manual_info','en','Users decide themselves if they have accomplished a chapter of the learning module. After completing a chapter, users have to set this chapter\'s status to ‘Completed’ on the \'Info\'-tab. <br />Chapters can be selected as Progress-relevant on this screen after you have saved this setting.',NULL,NULL),('trac','trac_mode_collection_mobs','en','Collection of Media Objects',NULL,NULL),('trac','trac_mode_collection_mobs_info','en','The learning progress status will be determined by the viewing status of selected media objects.',NULL,NULL),('trac','trac_mode_collection_tlt','en','Minimally Required Amount of Time Spent per Chapter',NULL,NULL),('trac','trac_mode_collection_tlt_info','en','The status will be automatically set according to time a user spends working on the chapters . The status \'Completed\' is assigned once users exceed the minimally required Typical Learning Time for all progress-relevant chapters.<br />The Typical Learning Time per chapter can be set on this screen after you have saved this setting.',NULL,NULL),('trac','trac_mode_content_visited','en','Visited',NULL,NULL),('trac','trac_mode_content_visited_info','en','Learning progress status is set to \'completed\' when object has been presented to user.',NULL,NULL),('trac','trac_mode_contribution_to_discussion','en','Contributions to Discussion',NULL,NULL),('trac','trac_mode_contribution_to_discussion_info','en','The learning progress status will be determined by the number of written posts.',NULL,NULL),('trac','trac_mode_course_reference','en','Adopted from Course',NULL,NULL),('trac','trac_mode_course_reference_info','en','The mode is automatically adopted from the course this course link points to.',NULL,NULL),('trac','trac_mode_deactivated','en','Learning Progress is Deactivated',NULL,NULL),('trac','trac_mode_deactivated_info_new','en','The learning progress status is not displayed and does not influence parent objects.',NULL,NULL),('trac','trac_mode_event','en','Tutors Monitor and Record Attendance',NULL,NULL),('trac','trac_mode_event_info','en','Tutors monitor whether or not participants attend the session. Tutors record attendance manually in the \'Participants\'-tab.',NULL,NULL),('trac','trac_mode_exercise_returned','en','Tutors Monitor and Set Status',NULL,NULL),('trac','trac_mode_exercise_returned_info','en','Tutors decide if users have accomplished the excercise. Tutors manually set the overall status i.e. ‘Completed’ or ‘Failed’.',NULL,NULL),('trac','trac_mode_individual_assessment','en','Graded manually by tutor or trainer',NULL,NULL),('trac','trac_mode_individual_assessment_info','en','The record of a user has to be finalized by the tutor in order to complete individual assessment.',NULL,NULL),('trac','trac_mode_lti_outcome','en','Mastery Score Must be reached',NULL,NULL),('trac','trac_mode_lti_outcome_info','en','The Learning Progress will be evaluated from the LTI outcome and the mastery score threshold.',NULL,NULL),('trac','trac_mode_manual','en','Users Monitor and Set Status Themselves (Complete Module)',NULL,NULL),('trac','trac_mode_manual_by_tutor','en','Tutors Monitor and Set Status',NULL,NULL),('trac','trac_mode_manual_by_tutor_info','en','Tutors decide if users have accomplished the object. Tutors manually set the overall status i.e. ‘Completed’ or ‘Failed’.',NULL,NULL),('trac','trac_mode_manual_info','en','Users decide themselves if they have accomplished the object. Once they are done, they have to set their status to ‘Completed’ on the \'Info\'-tab.',NULL,NULL),('trac','trac_mode_objectives','en','Status is Determined by Learning Objectives',NULL,NULL),('trac','trac_mode_objectives_info','en','The learning progress will be automatically determined according to the number of passed learning objectives.',NULL,NULL),('trac','trac_mode_plugin','en','Plugin',NULL,NULL),('trac','trac_mode_questions','en','Answering All Questions Correctly',NULL,NULL),('trac','trac_mode_questions_info','en','Users who answered all questions correctly will automatically be assigned with the status ‘Completed’. Please use this setting only if there actually are questions in the learning module.',NULL,NULL),('trac','trac_mode_scorm','en','Status is Determined by a Collection of SCORM Items',NULL,NULL),('trac','trac_mode_scorm_info','en','The learning progress status will automatically be determined by the status of selected SCOs.<br />A user\'s learning progress status is determined by the learning progress status of a collection of SCOs: SCOs can be assigned to the collection on this screen after saving this setting.',NULL,NULL),('trac','trac_mode_scorm_package','en','Status is Determined by the Whole SCORM Package',NULL,NULL),('trac','trac_mode_scorm_package_info','en','The learning progress status will automatically be determined by the status of the complete SCORM package. All comprised SCOs will matter for the learning progress.',NULL,NULL),('trac','trac_mode_study_programme','en','Study Programme Completed',NULL,NULL),('trac','trac_mode_survey_finished','en','Survey Finished',NULL,NULL),('trac','trac_mode_survey_finished_info','en','The survey has to be finished by an user to receive the status \'Completed\'.',NULL,NULL),('trac','trac_mode_test_finished','en','Test Must be Finished',NULL,NULL),('trac','trac_mode_test_finished_info','en','A user\'s learning progress status is set to ‘Completed’ after the user clicks \'Finish the Test\'. Regardless of whether or not the test was passed, the learning progress will be set to ‘Completed’.',NULL,NULL),('trac','trac_mode_test_passed','en','Test Must be Passed',NULL,NULL),('trac','trac_mode_test_passed_info','en','A user\'s learning progress status is set to ‘Completed’ after the user passed the test. Thresholds for passing the test can be set in the \'Settings\'-tab at the section \'Mark Schema\'.',NULL,NULL),('trac','trac_mode_tlt','en','Minimally Required Amount of Time Spent on Learning Module',NULL,NULL),('trac','trac_mode_tlt_info','en','The status will be automatically set according to time a user spends working with the learning module. The status \'Completed\' is assigned once users exceed the minimally required Typical Learning Time. <br />The Typical Learning Time can be specified in the \'Metadata\'-tab.',NULL,NULL),('trac','trac_mode_visited_pages','en','Visiting All Pages',NULL,NULL),('trac','trac_mode_visited_pages_info','en','The status ‘Completed’ is automatically assigned to a user once this user visited all pages of the learning module.',NULL,NULL),('trac','trac_mode_visits','en','Status is Determined from Number of Visits',NULL,NULL),('trac','trac_mode_visits_info','en','A user\'s status will be automatically set to \'Completed\' after this user has visited the learning module more than a specified number of times. Users will be informed about their number of visits to the learning module and to what percentage they have met the set requirements.',NULL,NULL),('trac','trac_name_of_installation','en','Name of Installation',NULL,NULL),('trac','trac_not_accessed','en','Not Accessed',NULL,NULL),('trac','trac_not_assigned','en','Not Assigned',NULL,NULL),('trac','trac_not_attempted','en','Not Attempted',NULL,NULL),('trac','trac_not_completed','en','Not Completed',NULL,NULL),('trac','trac_not_participated','en','Not Participated',NULL,NULL),('trac','trac_not_registered','en','Not Registered',NULL,NULL),('trac','trac_no_attempted','en','Not Attempted',NULL,NULL),('trac','trac_objects','en','Users',NULL,NULL),('trac','trac_object_link','en','Link to Object',NULL,NULL),('trac','trac_object_name','en','Name of Object',NULL,NULL),('trac','trac_object_owner','en','Owner of Object',NULL,NULL),('trac','trac_object_statistics','en','Object Statistics',NULL,NULL),('trac','trac_object_statistics_info','en','If activated, the basic data for the usage statistics will be gathered and processed.',NULL,NULL),('trac','trac_object_stat_access','en','Usage Intensity',NULL,NULL),('trac','trac_object_stat_admin','en','Manage Data',NULL,NULL),('trac','trac_object_stat_daily','en','Daily Usage',NULL,NULL),('trac','trac_object_stat_lp','en','Learning Progress Statistics Course',NULL,NULL),('trac','trac_object_stat_lp_max','en','Max.',NULL,NULL),('trac','trac_object_stat_lp_min','en','Min.',NULL,NULL),('trac','trac_object_stat_types','en','Number of Objects',NULL,NULL),('trac','trac_others','en','Others',NULL,NULL),('trac','trac_participants','en','Show Participants',NULL,NULL),('trac','trac_participated','en','Participated',NULL,NULL),('trac','trac_paths','en','Paths',NULL,NULL),('trac','trac_percentage','en','Percentage',NULL,NULL),('trac','trac_periodic_system_load','en','Periodic',NULL,NULL),('trac','trac_progress','en','Personal Learning Progress',NULL,NULL),('trac','trac_read_count','en','Access Number',NULL,NULL),('trac','trac_read_count_spent_seconds','en','Time Spent / Access',NULL,NULL),('trac','trac_reference','en','References',NULL,NULL),('trac','trac_reference_ids_column','en','Reference-IDs',NULL,NULL),('trac','trac_refresh','en','Refresh',NULL,NULL),('trac','trac_registered','en','Registered',NULL,NULL),('trac','trac_release_materials','en','Disintegrate Grouping with Optional Materials',NULL,NULL),('trac','trac_report_date','en','Date of Report',NULL,NULL),('trac','trac_report_owner','en','Owner of Report',NULL,NULL),('trac','trac_required_visits','en','Number of Required Visits',NULL,NULL),('trac','trac_sahs_relevant_items','en','Content Items',NULL,NULL),('trac','trac_scale','en','Scale',NULL,NULL),('trac','trac_select_area','en','Select Area',NULL,NULL),('trac','trac_sessions_closed','en','Leavings',NULL,NULL),('trac','trac_sessions_opened','en','Admissions',NULL,NULL),('trac','trac_session_active_avg','en','Active Sessions (Average)',NULL,NULL),('trac','trac_session_active_max','en','Active Sessions (Maximum)',NULL,NULL),('trac','trac_session_active_min','en','Active Sessions (Minimum)',NULL,NULL),('trac','trac_session_statistics_mode_day','en','Day',NULL,NULL),('trac','trac_session_statistics_mode_last_day','en','Last 24 Hours',NULL,NULL),('trac','trac_session_statistics_mode_last_month','en','Last 30 Days',NULL,NULL),('trac','trac_session_statistics_mode_last_week','en','Last 7 Days',NULL,NULL),('trac','trac_session_statistics_mode_month','en','Month',NULL,NULL),('trac','trac_session_statistics_mode_today','en','Today',NULL,NULL),('trac','trac_session_statistics_mode_week','en','Week',NULL,NULL),('trac','trac_session_statistics_mode_year','en','Year',NULL,NULL),('trac','trac_session_statistics_no_data','en','No data for this statistics could be found.',NULL,NULL),('trac','trac_settings','en','Settings',NULL,NULL),('trac','trac_settings_saved','en','Settings saved',NULL,NULL),('trac','trac_short_system_load','en','Short term',NULL,NULL),('trac','trac_show_graph','en','Show Graph',NULL,NULL),('trac','trac_show_repository_views','en','Show Tracking Information',NULL,NULL),('trac','trac_show_repository_views_info','en','Show tracking information for repository objects on info page.',NULL,NULL),('trac','trac_spent_seconds','en','Time Spent',NULL,NULL),('trac','trac_spent_time','en','Spent Time',NULL,NULL),('trac','trac_status','en','Status',NULL,NULL),('trac','trac_status_changed','en','Last Status Change',NULL,NULL),('trac','trac_subitems','en','Show Sub-Items',NULL,NULL),('trac','trac_sum','en','Sum',NULL,NULL),('trac','trac_summary','en','Summary',NULL,NULL),('trac','trac_sure_delete_data','en','Are you sure you want to delete the complete data for the following months? This will remove all statistics for that period incl. Usage Intensity, Daily Usage, Learning Progress Statistics Course and Number of Objects.',NULL,NULL),('trac','trac_sync_obj_stats','en','Update Data',NULL,NULL),('trac','trac_sync_obj_stats_success','en','Data has been updated.',NULL,NULL),('trac','trac_sync_session_stats','en','Aggregate Data',NULL,NULL),('trac','trac_sync_session_stats_success','en','Data aggregation was done successfully.',NULL,NULL),('trac','trac_time_passed','en','Editing Time Exceeded',NULL,NULL),('trac','trac_title','en','Title',NULL,NULL),('trac','trac_title_description','en','Title / Description',NULL,NULL),('trac','trac_total_online','en','Total Time Online',NULL,NULL),('trac','trac_trash','en','Moved to Trash',NULL,NULL),('trac','trac_updated_status','en','Saved learning progress status.',NULL,NULL),('trac','trac_update_edit_user','en','Settings saved',NULL,NULL),('trac','trac_user_data','en','User Data',NULL,NULL),('trac','trac_valid_request','en','Max. Time Between Requests',NULL,NULL),('trac','trac_view_crs','en','Back to Course',NULL,NULL),('trac','trac_view_list','en','Back to List',NULL,NULL),('trac','trac_view_mode','en','View Mode',NULL,NULL),('trac','trac_view_mode_all','en','All Objects',NULL,NULL),('trac','trac_view_mode_collection','en','Only objects that determine the overall status',NULL,NULL),('trac','trac_visits','en','Required Number of Visits',NULL,NULL),('trac','trac_visits_info','en','A click counts as new visit only after %s seconds.',NULL,NULL),('trac','user_total','en','User Total',NULL,NULL),('trac','view_mode','en','View Mode',NULL,NULL),('tstv','tstv_create','en','Create Test Certificate',NULL,NULL),('tstv','tstv_create_info','en','Select a completed test to generate a certificate for it.',NULL,NULL),('ui','datatable_multiactionmodal_actionlabel','en','Action for All Entries',NULL,NULL),('ui','datatable_multiactionmodal_apply','en','Apply',NULL,NULL),('ui','datatable_multiactionmodal_listentry','en','Actions for Entire Table',NULL,NULL),('ui','datatable_multiactionmodal_msg','en','Selected action will affect all entries in this table.',NULL,NULL),('ui','datatable_multiactionmodal_title','en','Actions for Entire Table',NULL,NULL),('ui','datatable_multiaction_label','en','Bulk Actions',NULL,NULL),('ui','duration_default_label_end','en','end',NULL,NULL),('ui','duration_default_label_start','en','start',NULL,NULL),('ui','duration_end_must_not_be_earlier_than_start','en','Start must not be later than end.',NULL,NULL),('ui','label_fieldselection','en','Field Selection',NULL,NULL),('ui','label_fieldselection_refresh','en','Apply',NULL,NULL),('ui','label_pagination_limit','en','Pagination Number of Rows',NULL,NULL),('ui','label_pagination_offset','en','Pagination Offset',NULL,NULL),('ui','label_sortation','en','Sortation',NULL,NULL),('ui','order_option_alphabetical_ascending','en','A to Z',NULL,NULL),('ui','order_option_alphabetical_descending','en','Z to A',NULL,NULL),('ui','order_option_chronological_ascending','en','Earliest first',NULL,NULL),('ui','order_option_chronological_descending','en','Most Recent first',NULL,NULL),('ui','order_option_first','en','first',NULL,NULL),('ui','order_option_generic_ascending','en','ascending',NULL,NULL),('ui','order_option_generic_descending','en','descending',NULL,NULL),('ui','order_option_numerical_ascending','en','0 to 9',NULL,NULL),('ui','order_option_numerical_descending','en','9 to 0',NULL,NULL),('ui','presentation_table_collapse','en','collapse all',NULL,NULL),('ui','presentation_table_expand','en','expand all',NULL,NULL),('ui','ui_chars_max','en','Maximum:',NULL,NULL),('ui','ui_chars_min','en','Minimum:',NULL,NULL),('ui','ui_chars_remaining','en','Characters remaining:',NULL,NULL),('ui','ui_error_in_group','en','There is some error in this part.',NULL,NULL),('ui','ui_error_switchable_group_required','en','Please select an option.',NULL,NULL),('ui','ui_file_input_general_error','en','An error occurred! You can check the JavaScript console of your browser for more information and/or contact your ILIAS system administration about this incident.',NULL,NULL),('ui','ui_file_input_invalid_amount','en','You cannot upload this many files, please remove some in order to continue.',NULL,NULL),('ui','ui_file_input_invalid_mime','en','Files of type \'%s\' are not allowed',NULL,NULL),('ui','ui_file_input_invalid_size','en','File exceeds the maximum size of %s.',NULL,NULL),('ui','ui_invalid_url','en','Invalid URL-format',NULL,NULL),('ui','ui_link_label','en','Label',NULL,NULL),('ui','ui_link_url','en','URL',NULL,NULL),('ui','ui_md_input_edit','en','Edit',NULL,NULL),('ui','ui_md_input_view','en','View',NULL,NULL),('ui','ui_pagination_unlimited','en','Unlimited',NULL,NULL),('ui','ui_select_dropdown_label','en','Please select',NULL,NULL),('ui','ui_table_no_records','en','No records',NULL,NULL),('ui','ui_transcription','en','Transcript',NULL,NULL),('user','all_roles_has_starting_point','en','All the roles have starting points',NULL,NULL),('user','back_to_starting_points_list','en','Back to Starting Points',NULL,NULL),('user','clipboard_add_btn','en','Add to Clipboard',NULL,NULL),('user','clipboard_add_from_btn','en','Add from Clipboard',NULL,NULL),('user','clipboard_empty_btn','en','Empty Clipboard',NULL,NULL),('user','clipboard_remove_btn','en','Remove from Clipboard',NULL,NULL),('user','clipboard_table_title','en','Clipboard (User Accounts)',NULL,NULL),('user','clipboard_user_added','en','Added selected users to clipboard.',NULL,NULL),('user','confirm_delete_starting_point','en','Are you sure you want to delete this rule?',NULL,NULL),('user','confirm_logout_for_email_change','en','You changed your email. To finalize this change, you will need to provide your password. The system is thus going to log you out and you will have 5 minutes to log in again. All other changes will be saved before logging you out.',NULL,NULL),('user','create_starting_point','en','Create Rule',NULL,NULL),('user','criteria','en','Criteria',NULL,NULL),('user','delete_inactive_user_accounts_frequency','en','Frequency',NULL,NULL),('user','delete_inactive_user_accounts_frequency_desc','en','Frequency, in which the deletion and e-mail distribution will be tested.',NULL,NULL),('user','del_mail_body','en','Hello %1$s, %2$s You have not logged in to %3$s for a long time. Therefore, your ILIAS account is expected to be deleted on %4$s. In order to keep your ILIAS account, you must log in again before the aforementioned date.',NULL,NULL),('user','del_mail_subject','en','Your ILIAS account will be deleted soon',NULL,NULL),('user','editing_this_role','en','Role',NULL,NULL),('user','email_could_not_be_changed','en','The request to change your email could not be finalized.',NULL,NULL),('user','enable_local_user_administration','en','Enable Local User Administration',NULL,NULL),('user','enable_local_user_administration_info','en','Allow local user accounts to be administrated in categories and organisational units.',NULL,NULL),('user','feedhash','en','Newsfeedhash',NULL,NULL),('user','has_role','en','Role',NULL,NULL),('user','inform_user_mail_info','en','If activated, an e-mail will be sent to the user. Its content can be defined in \'Administration » Users and Roles » User Management\', tab \'Settings : New Account Mail\'.',NULL,NULL),('user','info_accessFree_sure','en','Are you sure you want to remove the valid until date from the following accounts?',NULL,NULL),('user','interests','en','Interests',NULL,NULL),('user','interests_general','en','General Interests',NULL,NULL),('user','interests_help_looking','en','Looking For Help',NULL,NULL),('user','interests_help_offered','en','Offering Help',NULL,NULL),('user','ldoc_accepted_content','en','Accepted Content',NULL,NULL),('user','ldoc_not_accepted_yet','en','Not accepted yet',NULL,NULL),('user','msg_spoint_not_modified','en','Starting point not modified',NULL,NULL),('user','no_deactivate_yourself','en','You cannot deactivate your own user account.',NULL,NULL),('user','obj_ref_id_not_exist','en','The entered Reference-ID does not exist',NULL,NULL),('user','restrict_user_access','en','Restricted Search in User Accounts',NULL,NULL),('user','restrict_user_access_info','en','ILIAS-accounts will only be autocompleted in search for roles with ‘Read Access to User Accounts’.',NULL,NULL),('user','roles_without_starting_point','en','Roles without defined starting point:',NULL,NULL),('user','save_order','en','Save Order',NULL,NULL),('user','send_mail_reminder_window_too_small','en','Your Frequency setting is too large for this reminder value.',NULL,NULL),('user','send_mail_to_inactive_users','en','Warning Mail',NULL,NULL),('user','send_mail_to_inactive_users_desc','en','If set, a warning mail will be sent to the user before his/her account is deleted due to inactivity. Please make sure that sending external mails is possible. On activation with reminder mail, it may happen, that the time frame between reminder mail and deletion is smaller than the configured time frame.',NULL,NULL),('user','send_mail_to_inactive_users_must_be_smaller_than','en','This value must be smaller than the value ‘Days passed since last login’.',NULL,NULL),('user','send_mail_to_inactive_users_numbers_only','en','Only positive non decimal numbers are accepted.',NULL,NULL),('user','send_mail_to_inactive_users_suffix','en','Days before Deletion.',NULL,NULL),('user','show_own_online_status','en','Show My Online Status',NULL,NULL),('user','starting_page','en','Starting Point',NULL,NULL),('user','starting_point','en','Starting Point',NULL,NULL),('user','starting_points','en','Starting Points',NULL,NULL),('user','starting_point_settings','en','Starting Point Settings',NULL,NULL),('user','user_access_limited','en','Limited',NULL,NULL),('user','user_access_unlimited','en','Unlimited',NULL,NULL),('user','user_account_code','en','Code',NULL,NULL),('user','user_account_codes_add','en','Add Codes',NULL,NULL),('user','user_account_codes_edit_header','en','Add Codes',NULL,NULL),('user','user_account_codes_export','en','Export Codes',NULL,NULL),('user','user_account_codes_number','en','Number Of Codes',NULL,NULL),('user','user_account_code_generated','en','Date Of Generation',NULL,NULL),('user','user_account_code_generated_all','en','All Dates',NULL,NULL),('user','user_account_code_not_valid','en','The given registration code is either invalid or already has been used.',NULL,NULL),('user','user_account_code_setting','en','Enable Account Re-Activation by Code',NULL,NULL),('user','user_account_code_setting_info','en','Users can re-activate their expired user account with a pre-defined code. Corresponding codes for the renewal of temporary ILIAS accounts are generated in \'Administration » Users and Roles » Authentication and Registration\', tab \'ILIAS Auth / Self-Registration : Registration Codes\'. Inactive accounts cannot be re-activated by codes.',NULL,NULL),('user','user_account_code_used','en','Date Of Use',NULL,NULL),('user','user_account_code_valid_until','en','Valid Until',NULL,NULL),('user','user_account_code_valid_until_dynamic','en','Number of Days',NULL,NULL),('user','user_account_code_valid_until_static','en','End Date',NULL,NULL),('user','user_account_code_valid_until_unlimited','en','Unlimited',NULL,NULL),('user','user_account_deleted_confirmation','en','Your account has been deleted. An e-mail containing detailed information has been sent to you.',NULL,NULL),('user','user_activate_public_profile','en','Activation',NULL,NULL),('user','user_activate_public_profile_info','en','Your first and last name will always be visible in your profile if it is activated.',NULL,NULL),('user','user_activation','en','Activation',NULL,NULL),('user','user_all','en','All',NULL,NULL),('user','user_allow_delete_own_account','en','Allow Users to Delete Own Account',NULL,NULL),('user','user_any','en','Any',NULL,NULL),('user','user_awrn_all_users','en','All Users',NULL,NULL),('user','user_awrn_all_users_info','en','All users of the platform are listed. Please not that the setting \"Online and Offline\" can reduce performance greatly on installations with a large number of users.',NULL,NULL),('user','user_check_profile_data','en','Check profile data',NULL,NULL),('user','user_chooses_starting_page','en','User Chooses Starting Point',NULL,NULL),('user','user_delete_own_account','en','Delete Account',NULL,NULL),('user','user_delete_own_account_aborted','en','Aborted deletion, account was not changed.',NULL,NULL),('user','user_delete_own_account_email_body','en','Your user account \"%s\" has been deleted from %s on %s.',NULL,NULL),('user','user_delete_own_account_email_subject','en','User account deleted',NULL,NULL),('user','user_delete_own_account_final_confirmation','en','Please confirm for the last time to remove your user account from ILIAS!',NULL,NULL),('user','user_delete_own_account_info','en','Here you can delete your current user account. Keep in mind that the deletion of your account is irreversible!',NULL,NULL),('user','user_delete_own_account_logout_button','en','Proceed to Authentication',NULL,NULL),('user','user_delete_own_account_logout_confirmation','en','Your account has been flagged for deletion. Please authenticate to continue the process.',NULL,NULL),('user','user_delete_own_account_notification_email','en','Notification E-Mail',NULL,NULL),('user','user_field','en','Field',NULL,NULL),('user','user_global_role','en','Global Role',NULL,NULL),('user','user_last_login_before','en','Last Login Before',NULL,NULL),('user','user_limited_access','en','Limited Access',NULL,NULL),('user','user_local_role','en','Local Role',NULL,NULL),('user','user_lv_do_not_store','en','Never remember last visited',NULL,NULL),('user','user_lv_keep_entries','en','Remember last visited',NULL,NULL),('user','user_lv_keep_only_for_session','en','Remember only during current session',NULL,NULL),('user','user_make_profile_public','en','Publish Profile',NULL,NULL),('user','user_member_of_course_group','en','Member of Course/Group',NULL,NULL),('user','user_no_courses','en','No Courses Assigned',NULL,NULL),('user','user_no_groups','en','No Groups Assigned',NULL,NULL),('user','user_order','en','Order',NULL,NULL),('user','user_ownership','en','Repository Objects',NULL,NULL),('user','user_please_select_course_group','en','Please select a course or a group.',NULL,NULL),('user','user_portfolios','en','Portfolios',NULL,NULL),('user','user_portfolios_desc','en','Users can create portfolios and use them as profile.',NULL,NULL),('user','user_privacy_checklist','en','Privacy Checklist',NULL,NULL),('user','user_profile_data','en','Profile Data',NULL,NULL),('user','user_profile_data_checked','en','Profile data checked',NULL,NULL),('user','user_profile_info','en','User Profile Info',NULL,NULL),('user','user_profile_info_std','en','Default User Profile Info',NULL,NULL),('user','user_profile_info_text_info','en','This text is presented on top of the form for entering personal data.',NULL,NULL),('user','user_profile_portfolio','en','If you would like to use a portfolio as your profile, go to the portfolio section and select ‘Set As My Profile’ from the drop-down menu to the right of the portfolio you wish to use.',NULL,NULL),('user','user_profile_portfolio_selected','en','You are currently using a portfolio as your profile. Activation can be set there using the ‘Share’ tab.',NULL,NULL),('user','user_profile_preview','en','Preview of Profile',NULL,NULL),('user','user_profile_prompt_text_info','en','This text will replace the default info text, if a user has been prompted to the profile.',NULL,NULL),('user','user_prompting_recurrence','en','When and How Often a User is Prompted',NULL,NULL),('user','user_prompting_settings','en','Prompting Settings',NULL,NULL),('user','user_prompt_incomplete','en','Only if profile is incomplete',NULL,NULL),('user','user_prompt_incomplete_info','en','If the user has to enter required fields, the profile will be shown after login.',NULL,NULL),('user','user_prompt_once_after_login','en','Once, a specific number of days after first login',NULL,NULL),('user','user_prompt_once_after_login_info','en','After this period the user will be prompted with the profile, if the user did not publish the profile yet.',NULL,NULL),('user','user_prompt_repeat','en','Repeat every specific number of days',NULL,NULL),('user','user_prompt_repeat_info','en','The user will be periodically prompted to publish their profile if they have not done so yet.',NULL,NULL),('user','user_public_profile_info','en','Please select which personal data you would like to have visible in your profile and which users should be able to visit your profile.',NULL,NULL),('user','user_publish_options','en','Publish Profile',NULL,NULL),('user','user_role_selection','en','Role Selection',NULL,NULL),('user','user_role_starting_point','en','User - Starting Point',NULL,NULL),('user','user_save_continue','en','Save and Continue',NULL,NULL),('user','user_save_ordering_and_titles','en','Save Order and Titles',NULL,NULL),('user','user_select_course_group','en','Select Course/Group',NULL,NULL),('user','user_set_publishing_options','en','Set publishing options',NULL,NULL),('user','user_set_visibilty_options','en','Set visibility options',NULL,NULL),('user','user_store_last_visited','en','Last Visited',NULL,NULL),('user','user_visibility_settings','en','Visibility',NULL,NULL),('user','user_visible_in_profile','en','Visible in Personal Data',NULL,NULL),('user','usr_id','en','User ID',NULL,NULL),('user','usr_letter_avatars','en','Letter Avatars',NULL,NULL),('user','usr_letter_avatars_info','en','Show the username (or the initials of the username) as the user’s profile picture if no public picture has been provided.',NULL,NULL),('user','usr_public_profile_disabled','en','Profile Disabled',NULL,NULL),('user','usr_public_profile_disabled_info','en','Your information is only visible to administrative staff.',NULL,NULL),('user','usr_public_profile_global','en','WWW / Accessible for all Users on the Internet',NULL,NULL),('user','usr_public_profile_logged_in','en','Visible for logged in Users',NULL,NULL),('usr','user_action','en','User Action',NULL,NULL),('usr','user_actions','en','User Actions',NULL,NULL),('usr','user_actions_activation_info','en','Actions will only be listet for users, if the corresponding services are activated and all preconditions are given (e.g. permissions requirements).',NULL,NULL),('validation','datetime_required','en','Time/Date required',NULL,NULL),('validation','not_an_array','en','\'%s\' is not an array.',NULL,NULL),('validation','not_an_array_of','en','The elements of the array fail constraints: %s',NULL,NULL),('validation','not_an_int','en','Value of type \'%s\' is not an integer.',NULL,NULL),('validation','not_a_null','en','Value of type \'%s\' is not a null.',NULL,NULL),('validation','not_a_string','en','Value of type \'%s\' is not a string.',NULL,NULL),('validation','not_generic','en','It is not the case that: %s',NULL,NULL),('validation','not_greater_than','en','\'%s\' is not greater than \'%s\'.',NULL,NULL),('validation','not_greater_than_or_equal','en','The value is not greater than or equal \'%s\'.',NULL,NULL),('validation','not_less_than','en','\'%s\' is not less than \'%s\'.',NULL,NULL),('validation','not_less_than_or_equal','en','The value is not less than or equal \'%s\'.',NULL,NULL),('validation','not_max_length','en','The entered text has a length more than \'%s\'.',NULL,NULL),('validation','not_min_length','en','Your input has a length of %d and falls below the minimum length %d.',NULL,NULL),('validation','not_numeric','en','\'%s\' is not numeric.',NULL,NULL),('validation','not_numeric_empty_string','en','Your input is not numeric.',NULL,NULL),('validation','no_array','en','Given value is not an array',NULL,NULL),('validation','numeric_only','en','Please insert a whole number.',NULL,NULL),('validation','tag_required','en','Please insert at least one tag.',NULL,NULL),('violation','not_a_string','en','Given value is not a String',NULL,NULL),('webr','invalid_links_tbl','en','Invalid Links',NULL,NULL),('webr','webr_active','en','Active',NULL,NULL),('webr','webr_container_info','en','Please enter a title and optionally a description for the presentation of this Weblink List in the repository.',NULL,NULL),('webr','webr_copy','en','Copy Weblink',NULL,NULL),('webr','webr_deactivate','en','Deactivate Weblink',NULL,NULL),('webr','webr_edit_links','en','Edit Weblinks',NULL,NULL),('webr','webr_edit_list','en','Edit Weblinks',NULL,NULL),('webr','webr_edit_settings','en','Edit Settings',NULL,NULL),('webr','webr_import','en','Import Weblink',NULL,NULL),('webr','webr_inactive_success','en','The chosen link is deactivated.',NULL,NULL),('webr','webr_link_added','en','A new link has been created.',NULL,NULL),('webr','webr_link_target','en','Weblink Target',NULL,NULL),('webr','webr_link_title','en','Weblink Name / Weblink List Name',NULL,NULL),('webr','webr_link_type_list','en','Weblink List',NULL,NULL),('webr','webr_link_type_single','en','Single Weblink',NULL,NULL),('webr','webr_list_added','en','A new weblink list has been created.',NULL,NULL),('webr','webr_list_desc','en','Description of Weblink List',NULL,NULL),('webr','webr_list_set','en','The weblink has been set to a weblink list.',NULL,NULL),('webr','webr_list_title','en','Title of Weblink List',NULL,NULL),('webr','webr_new_link','en','Add New Weblink',NULL,NULL),('webr','webr_new_list','en','Add New Weblink List',NULL,NULL),('webr','webr_new_list_info','en','Please enter a title and optionally a description for the presentation of this Weblink List in the repository.',NULL,NULL),('webr','webr_set_to_list','en','Set to Weblink List',NULL,NULL),('webr','webr_sorting','en','Weblink Sorting',NULL,NULL),('webr','webr_sort_manual','en','Sort Manually',NULL,NULL),('webr','webr_sort_title','en','Titles in Alphabetical Order',NULL,NULL),('wfld','wfld_add','en','Create Folder',NULL,NULL),('wfld','wfld_alphabetically_asc','en','Alphabetically, asc.',NULL,NULL),('wfld','wfld_alphabetically_desc','en','Alphabetically, desc.',NULL,NULL),('wfld','wfld_creation_asc','en','Creation Date, asc.',NULL,NULL),('wfld','wfld_creation_desc','en','Creation Date, desc.',NULL,NULL),('wfld','wfld_derive','en','Adopt from parent',NULL,NULL),('wfld','wfld_edit','en','Edit Folder',NULL,NULL),('wfld','wfld_new','en','Create New Folder',NULL,NULL),('wfld','wfld_sortation','en','Sortation',NULL,NULL),('wiki','wiki_activate_extended_rating','en','Activate Rating Categories',NULL,NULL),('wiki','wiki_activate_new_page_rating','en','Activate Rating For New Pages',NULL,NULL),('wiki','wiki_activate_page_rating','en','Activate Rating',NULL,NULL),('wiki','wiki_activate_rating','en','Activate Rating For Pages',NULL,NULL),('wiki','wiki_add_link','en','Add Link',NULL,NULL),('wiki','wiki_add_template','en','Set Template Status',NULL,NULL),('wiki','wiki_advmd_block_title','en','Custom Metadata of Page',NULL,NULL),('wiki','wiki_all_pages','en','All Pages',NULL,NULL),('wiki','wiki_block_page','en','Set Read-Only',NULL,NULL),('wiki','wiki_changed_by','en','Changed by',NULL,NULL),('wiki','wiki_change_notification_body_new','en','the following wiki page was created',NULL,NULL),('wiki','wiki_change_notification_link','en','URL',NULL,NULL),('wiki','wiki_change_notification_page_body_comment','en','a comment has been added to the following wiki page',NULL,NULL),('wiki','wiki_change_notification_page_body_delete','en','the following wiki page has been deleted',NULL,NULL),('wiki','wiki_change_notification_page_body_update','en','the following wiki page has been updated',NULL,NULL),('wiki','wiki_change_notification_page_link','en','URL',NULL,NULL),('wiki','wiki_change_notification_salutation','en','Hello %s,',NULL,NULL),('wiki','wiki_change_notification_subject','en','Wiki \"%1$s\" has been changed: %2$s',NULL,NULL),('wiki','wiki_commented_by','en','Commented by',NULL,NULL),('wiki','wiki_contributor','en','Contributor',NULL,NULL),('wiki','wiki_contributors','en','Contributors',NULL,NULL),('wiki','wiki_copy','en','Copy Wiki',NULL,NULL),('wiki','wiki_created_by','en','Created By',NULL,NULL),('wiki','wiki_create_page','en','Create Page',NULL,NULL),('wiki','wiki_deactivate_page_rating','en','Deactivate Rating',NULL,NULL),('wiki','wiki_delete_page','en','Delete Page',NULL,NULL),('wiki','wiki_download_submission','en','Download Submission File',NULL,NULL),('wiki','wiki_empty_page','en','Empty Page',NULL,NULL),('wiki','wiki_empty_page_template','en','Empty Page Template on Page Creation',NULL,NULL),('wiki','wiki_exc_template','en','Wiki Template',NULL,NULL),('wiki','wiki_exc_wiki_created','en','Wiki has been created.',NULL,NULL),('wiki','wiki_exercise_info','en','This wiki is part of the assignment \"%s\" of exercise \"%s\".',NULL,NULL),('wiki','wiki_exercise_submitted_info','en','Your last submission was on %s. Please check the export file.',NULL,NULL),('wiki','wiki_failed','en','Failed',NULL,NULL),('wiki','wiki_feedback_from_tutor','en','Feedback from Tutor',NULL,NULL),('wiki','wiki_finalized','en','Wiki has been finalized and submitted.',NULL,NULL),('wiki','wiki_finalize_wiki','en','Finalize and Submit Wiki',NULL,NULL),('wiki','wiki_functions','en','Wiki Functions',NULL,NULL),('wiki','wiki_general_settings','en','General Settings',NULL,NULL),('wiki','wiki_grading','en','Grading',NULL,NULL),('wiki','wiki_html_export','en','Export HTML',NULL,NULL),('wiki','wiki_import','en','Import Wiki',NULL,NULL),('wiki','wiki_imp_page_added','en','Page added.',NULL,NULL),('wiki','wiki_incl_comments','en','including comments',NULL,NULL),('wiki','wiki_indentation','en','Indentation',NULL,NULL),('wiki','wiki_introduction','en','Introduction',NULL,NULL),('wiki','wiki_last_changed','en','Last Change',NULL,NULL),('wiki','wiki_last_changed_by','en','Last Changed By',NULL,NULL),('wiki','wiki_last_edited','en','Last edited',NULL,NULL),('wiki','wiki_last_visited_page','en','Last Visited Page',NULL,NULL),('wiki','wiki_link_md_values','en','Automatic Linking',NULL,NULL),('wiki','wiki_link_md_values_info','en','Autmatically links properties presented in the side block to wiki pages with the same name.',NULL,NULL),('wiki','wiki_link_text','en','Link Text',NULL,NULL),('wiki','wiki_mark','en','Mark',NULL,NULL),('wiki','wiki_master_existing','en','Page Exists in Master Language',NULL,NULL),('wiki','wiki_master_title','en','Title of Page in Master Language',NULL,NULL),('wiki','wiki_navigation','en','Wiki Navigation',NULL,NULL),('wiki','wiki_navigation_info','en','Here you can add and remove links to existing wiki pages to the navigation block in the wiki.',NULL,NULL),('wiki','wiki_news_page_changed','en','Wiki page has been updated.',NULL,NULL),('wiki','wiki_news_page_created','en','New wiki page has been created.',NULL,NULL),('wiki','wiki_new_page','en','New Page',NULL,NULL),('wiki','wiki_new_pages','en','New Pages',NULL,NULL),('wiki','wiki_new_page_name','en','New Title',NULL,NULL),('wiki','wiki_notgraded','en','Not Graded',NULL,NULL),('wiki','wiki_notification_activated','en','Notification Activated (Whole Wiki)',NULL,NULL),('wiki','wiki_notification_activate_page','en','Activate Notification for Page',NULL,NULL),('wiki','wiki_notification_activate_wiki','en','Activate Notification for Wiki',NULL,NULL),('wiki','wiki_notification_comment','en','the following Wiki Page has been commented.',NULL,NULL),('wiki','wiki_notification_comment_subject','en','A comment was added to %s: %s',NULL,NULL),('wiki','wiki_notification_deactivated','en','Notification Deactivated',NULL,NULL),('wiki','wiki_notification_deactivate_page','en','Deactivate Notification for Page',NULL,NULL),('wiki','wiki_notification_deactivate_wiki','en','Deactivate Notification for Wiki',NULL,NULL),('wiki','wiki_not_existing','en','not existing yet',NULL,NULL),('wiki','wiki_no_master','en','Page Does Not Exist in Master Language',NULL,NULL),('wiki','wiki_no_page_found','en','No wiki page has been found for search term \'$1\'.',NULL,NULL),('wiki','wiki_no_search_term','en','No search term has been entered. All pages of the wiki are listed below.',NULL,NULL),('wiki','wiki_no_start_page','en','Wiki is missing a valid starting page.',NULL,NULL),('wiki','wiki_number_users_notes_or_comments','en','Number of users that attached notes or comments to this page',NULL,NULL),('wiki','wiki_ordering','en','Ordering',NULL,NULL),('wiki','wiki_ordering_and_indent_saved','en','Ordering and Indentation saved.',NULL,NULL),('wiki','wiki_orphaned_pages','en','Orphaned Pages',NULL,NULL),('wiki','wiki_other_pages_linking','en','Other Pages Linking to This Page',NULL,NULL),('wiki','wiki_page','en','Page',NULL,NULL),('wiki','wiki_pages','en','Pages',NULL,NULL),('wiki','wiki_pages_found','en','The following pages match your search term \'$1\'.',NULL,NULL),('wiki','wiki_page_actions','en','Page Actions',NULL,NULL),('wiki','wiki_page_already_exists','en','A page with this title already exists.',NULL,NULL),('wiki','wiki_page_blocked','en','Wiki page is set to \'read-only\'. Only users with \'Edit Settings\' permission have write access.',NULL,NULL),('wiki','wiki_page_changes','en','Page Changes',NULL,NULL),('wiki','wiki_page_deleted','en','Wiki page deleted.',NULL,NULL),('wiki','wiki_page_deletion_confirmation','en','Do you really want to delete this wiki page?',NULL,NULL),('wiki','wiki_page_exists','en','Existing Page',NULL,NULL),('wiki','wiki_page_hits','en','Page Hits',NULL,NULL),('wiki','wiki_page_in_master_language','en','Page in Master Language',NULL,NULL),('wiki','wiki_page_lists','en','Pages Overview',NULL,NULL),('wiki','wiki_page_list_form_info','en','Adds a list of pages of this wiki that are all assigned to the selected metadata below. Only searchable metadata fields are listed.',NULL,NULL),('wiki','wiki_page_list_mode','en','Type of List',NULL,NULL),('wiki','wiki_page_list_mode_ordered','en','Numbered',NULL,NULL),('wiki','wiki_page_list_mode_unordered','en','Not numbered',NULL,NULL),('wiki','wiki_page_notification_activated','en','Notification Activated (Single Page)',NULL,NULL),('wiki','wiki_page_not_exist_select_templ','en','This page does not exist yet. Please select a template for the new page.',NULL,NULL),('wiki','wiki_page_status_blocked','en','Page is read-only.',NULL,NULL),('wiki','wiki_page_template','en','Page Template',NULL,NULL),('wiki','wiki_page_templates','en','Page Templates',NULL,NULL),('wiki','wiki_page_title_too_long','en','Sorry, the title of the wiki page is too long. Please replace it with a shorter title.',NULL,NULL),('wiki','wiki_page_toc','en','Enable Page Overview Block',NULL,NULL),('wiki','wiki_page_toc_info','en','This lists all headings linked to the content at the beginning of each page if that page uses at least two headings.',NULL,NULL),('wiki','wiki_page_type_wpg','en','Wiki Page',NULL,NULL),('wiki','wiki_page_unblocked','en','Write permission granted for users.',NULL,NULL),('wiki','wiki_passed','en','Passed',NULL,NULL),('wiki','wiki_pg_list_no_search_fields','en','No searchable metadata fields found in the metadata sets of the wiki.',NULL,NULL),('wiki','wiki_please_enter_search_term','en','Please enter a search term.',NULL,NULL),('wiki','wiki_popular_pages','en','Popular Pages',NULL,NULL),('wiki','wiki_print_view','en','Print View',NULL,NULL),('wiki','wiki_public_comments','en','Public Comments',NULL,NULL),('wiki','wiki_purpose','en','Purpose',NULL,NULL),('wiki','wiki_quick_navigation','en','Wiki Quick Navigation',NULL,NULL),('wiki','wiki_rate_overall','en','Rate Wiki',NULL,NULL),('wiki','wiki_rate_page','en','Rate this Wiki Page',NULL,NULL),('wiki','wiki_recent_changes','en','Recent Changes',NULL,NULL),('wiki','wiki_removed_imp_pages','en','Important pages removed from list.',NULL,NULL),('wiki','wiki_remove_template_status','en','Remove Template Status',NULL,NULL),('wiki','wiki_rename','en','Rename',NULL,NULL),('wiki','wiki_rename_page','en','Rename Page',NULL,NULL),('wiki','wiki_save_ordering_and_indent','en','Save Ordering and Indentation',NULL,NULL),('wiki','wiki_search','en','Search',NULL,NULL),('wiki','wiki_search_results','en','Search Results',NULL,NULL),('wiki','wiki_sec_protect_info','en','Protected sections can only be edited by users having \"Edit Settings\" permission.',NULL,NULL),('wiki','wiki_selected_pages','en','Selected Pages',NULL,NULL),('wiki','wiki_select_one_item','en','Please select one item.',NULL,NULL),('wiki','wiki_settings','en','Wiki Settings',NULL,NULL),('wiki','wiki_set_as_start_page','en','Set as Start Page',NULL,NULL),('wiki','wiki_short_title_already_in_use','en','This title is already used by another wiki. Please select a different title.',NULL,NULL),('wiki','wiki_show_pdf_export','en','PDF Export',NULL,NULL),('wiki','wiki_show_print_view','en','Print View',NULL,NULL),('wiki','wiki_start_page','en','Start Page',NULL,NULL),('wiki','wiki_start_page_info','en','If there does not exist a page with this title yet, a new page will be created.',NULL,NULL),('wiki','wiki_stat_chars','en','Number of Characters',NULL,NULL),('wiki','wiki_stat_chars_avg','en','Average Number of Characters per Page',NULL,NULL),('wiki','wiki_stat_deleted_pages','en','Number of Deleted Pages',NULL,NULL),('wiki','wiki_stat_edit_pages','en','Number of Edited Pages',NULL,NULL),('wiki','wiki_stat_edit_pages_avg','en','Average Number of Edited Pages per User',NULL,NULL),('wiki','wiki_stat_external_links','en','Number of External Links',NULL,NULL),('wiki','wiki_stat_external_links_avg','en','Average Number of External Links per Page',NULL,NULL),('wiki','wiki_stat_figure','en','Figure',NULL,NULL),('wiki','wiki_stat_footnotes','en','Number of Footnotes',NULL,NULL),('wiki','wiki_stat_footnotes_avg','en','Average Number of Footnotes per Page',NULL,NULL),('wiki','wiki_stat_internal_links','en','Number of Internal Links',NULL,NULL),('wiki','wiki_stat_internal_links_avg','en','Average Number of Internal Links per Page',NULL,NULL),('wiki','wiki_stat_new_pages','en','Number of New Pages',NULL,NULL),('wiki','wiki_stat_new_pages_avg','en','Average Number of New Pages per User',NULL,NULL),('wiki','wiki_stat_num_pages','en','Number of Pages',NULL,NULL),('wiki','wiki_stat_num_rating','en','Number of Ratings',NULL,NULL),('wiki','wiki_stat_num_rating_avg','en','Average Number of Ratings per Page',NULL,NULL),('wiki','wiki_stat_page_changes','en','Number of Changes',NULL,NULL),('wiki','wiki_stat_page_changes_avg','en','Average Number of Changes',NULL,NULL),('wiki','wiki_stat_page_characters','en','Number of Characters',NULL,NULL),('wiki','wiki_stat_page_external_links','en','Number of External Links',NULL,NULL),('wiki','wiki_stat_page_footnotes','en','Number of Footnotes',NULL,NULL),('wiki','wiki_stat_page_internal_links','en','Number of Internal Links',NULL,NULL),('wiki','wiki_stat_page_ratings','en','Number of Ratings',NULL,NULL),('wiki','wiki_stat_page_read','en','Number of Read Accesses',NULL,NULL),('wiki','wiki_stat_page_user_edit','en','Number of Users Who Edited Page',NULL,NULL),('wiki','wiki_stat_page_words','en','Number of Words',NULL,NULL),('wiki','wiki_stat_rating_avg','en','Average Rating',NULL,NULL),('wiki','wiki_stat_read_pages','en','Number of Read Accesses',NULL,NULL),('wiki','wiki_stat_scope','en','Timeframe',NULL,NULL),('wiki','wiki_stat_user_edit_pages','en','Number of Users Who Edited Pages',NULL,NULL),('wiki','wiki_stat_user_edit_pages_avg','en','Average Number of Users Who Edited Pages',NULL,NULL),('wiki','wiki_stat_words','en','Number of Words',NULL,NULL),('wiki','wiki_stat_words_avg','en',' Average Number of Words per Page',NULL,NULL),('wiki','wiki_style','en','Style',NULL,NULL),('wiki','wiki_sure_remove_imp_pages','en','Do you really want to remove the following pages from the list of important pages?',NULL,NULL),('wiki','wiki_target_page','en','Target Page',NULL,NULL),('wiki','wiki_team_members','en','Team Members',NULL,NULL),('wiki','wiki_template_added','en','Template page added.',NULL,NULL),('wiki','wiki_template_status_removed','en','Template status removed.',NULL,NULL),('wiki','wiki_templ_add_to_page','en','Available for Being Added to Existing Pages',NULL,NULL),('wiki','wiki_templ_new_pages','en','Available on Page Creation',NULL,NULL),('wiki','wiki_translate_page_master_info','en','You are creating a new wiki page translation. Please specify, if this translation belongs to an existing master version of the page, or if a completely new page is being created. In the second case you need to specify a page title for the master version.',NULL,NULL),('wiki','wiki_translations','en','Translations',NULL,NULL),('wiki','wiki_translation_page','en','Translation Page',NULL,NULL),('wiki','wiki_type_wiki_team','en','Team Wiki',NULL,NULL),('wiki','wiki_unblock_page','en','Grant Write Access',NULL,NULL),('wiki','wiki_unhide_meta_adv_records','en','Show additional properties',NULL,NULL),('wiki','wiki_what_links_here','en','What Links Here?',NULL,NULL),('wiki','wiki_what_links_to_page','en','What links to page \"%s\"?',NULL,NULL),('wiki','wiki_whole_wiki','en','Whole Wiki',NULL,NULL),('wiki','wiki_wiki_page','en','Wiki Page',NULL,NULL),('wiki','wiki_wiki_search','en','Wiki Search',NULL,NULL),('wiki','wiki_wpg','en','Wiki Page',NULL,NULL),('wopi','activate_wopi','en','Activate WOPI',NULL,NULL),('wopi','close_wopi_editor','en','Close Editor',NULL,NULL),('wopi','close_wopi_editor_info','en','It can take up to several minutes for the external editor to transfer the changes to ILIAS. Visit this page again at a later time if the changes you have made are not yet visible.',NULL,NULL),('wopi','currently_supported','en','Currently supported Suffixes: %s',NULL,NULL),('wopi','msg_error_wopi_invalid_discorvery_url','en','The Discovery URL entered is invalid or cannot be accessed.',NULL,NULL),('wopi','msg_wopi_settings_modified','en','Settings stored',NULL,NULL),('wopi','open_external_editor','en','Open in external Editor',NULL,NULL),('wopi','wopi_crawler_cronjob_description','en','Updates the information of the connected WOPI service.',NULL,NULL),('wopi','wopi_crawler_cronjob_not_activated','en','WOPI is not activated.',NULL,NULL),('wopi','wopi_crawler_cronjob_no_apps','en','No WOPI apps were found in the discovery.',NULL,NULL),('wopi','wopi_crawler_cronjob_success','en','WOPI information updated successfully.',NULL,NULL),('wopi','wopi_crawler_cronjob_title','en','Update WOPI Discovery',NULL,NULL),('wopi','wopi_settings','en','WOPI',NULL,NULL),('wopi','wopi_url','en','WOPI Discovery URL',NULL,NULL),('wopi','wopi_url_byline','en','Complete URL of the WOPI-Discovery, this must be accessible through the ILIAS server. The XML data of the Discover is read in and stored by ILIAS, the information is regularly updated by the cronjob \"Update WOPI Discovery\". Example: https://example.org/hosting/discovery',NULL,NULL),('wsp','element_already_shared','en','This object is already shared with this user.',NULL,NULL),('wsp','element_shared','en','Object shared.',NULL,NULL),('wsp','error_creating_certificate_pdf','en','The certificate could not be created. Please contact the administrator to check the certificate server.',NULL,NULL),('wsp','search_no_match','en','Your search did not match any results.',NULL,NULL),('wsp','share','en','Share',NULL,NULL),('wsp','share_content','en','Share Object',NULL,NULL),('wsp','share_with','en','Username',NULL,NULL),('wsp','wsp_copy_to_repository','en','Copy to Repository',NULL,NULL),('wsp','wsp_invalid_password','en','The given password is invalid.',NULL,NULL),('wsp','wsp_list_cmxv','en','Certificate of xAPI/cmi5 Object',NULL,NULL),('wsp','wsp_list_crsv','en','Course Certificate',NULL,NULL),('wsp','wsp_list_excv','en','Exercise Certificate',NULL,NULL),('wsp','wsp_list_ltiv','en','Certificate of LTI Consumer Object',NULL,NULL),('wsp','wsp_list_scov','en','SCORM Certificate',NULL,NULL),('wsp','wsp_list_tstv','en','Test Certificate',NULL,NULL),('wsp','wsp_move_to_repository','en','Move to Repository',NULL,NULL),('wsp','wsp_password_for','en','Password for',NULL,NULL),('wsp','wsp_password_protected_resource','en','Password-protected Resource',NULL,NULL),('wsp','wsp_password_protected_resource_info','en','To access this resource you have to enter a password.',NULL,NULL),('wsp','wsp_permissions','en','Share',NULL,NULL),('wsp','wsp_permission_all_info','en','This object is visible for all users of the internet.',NULL,NULL),('wsp','wsp_permission_all_pw_info','en','After providing the password this object is visible for all users of the internet.',NULL,NULL),('wsp','wsp_permission_registered_info','en','This object is shared with all registered users.',NULL,NULL),('wsp','wsp_permission_removed','en','Entry has been removed.',NULL,NULL),('wsp','wsp_personal_resources_description','en','Here you can manage your private files, blogs and artifacts.',NULL,NULL),('wsp','wsp_send_mail','en','Send Mail',NULL,NULL),('wsp','wsp_set_permission_all','en','World Wide Web',NULL,NULL),('wsp','wsp_set_permission_all_password','en','World Wide Web with Password',NULL,NULL),('wsp','wsp_set_permission_course','en','Members of Course',NULL,NULL),('wsp','wsp_set_permission_group','en','Members of Group',NULL,NULL),('wsp','wsp_set_permission_registered','en','All Registered Users',NULL,NULL),('wsp','wsp_set_permission_single_user','en','A Single User',NULL,NULL),('wsp','wsp_shared_date','en','Date of Share',NULL,NULL),('wsp','wsp_shared_date_filter','en','Shared From',NULL,NULL),('wsp','wsp_shared_filter_button','en','Search',NULL,NULL),('wsp','wsp_shared_filter_reset_button','en','Reset Search',NULL,NULL),('wsp','wsp_shared_mandatory_filter_info','en','Please set at least one filter attribute. Text filters have to be at least 4 characters long.',NULL,NULL),('wsp','wsp_shared_member_filter','en','Members of Course / Group',NULL,NULL),('wsp','wsp_shared_object_type','en','Type of Resource',NULL,NULL),('wsp','wsp_shared_resources','en','Shared Resources',NULL,NULL),('wsp','wsp_shared_table_title','en','Shares',NULL,NULL),('wsp','wsp_shared_title','en','Title of Resource',NULL,NULL),('wsp','wsp_shared_type','en','Shared With',NULL,NULL),('wsp','wsp_shared_user_filter','en','Login/Name',NULL,NULL),('wsp','wsp_shared_with','en','Shared With',NULL,NULL),('wsp','wsp_share_search_users','en','Search Users',NULL,NULL),('wsp','wsp_share_success','en','A new entry has been added.',NULL,NULL),('wsp','wsp_share_with_members','en','Share with members',NULL,NULL),('wsp','wsp_share_with_users','en','Share with users',NULL,NULL),('wsp','wsp_status_shared','en','Shared',NULL,NULL),('wsp','wsp_switch_to_repo_tree','en','Switch to Repository',NULL,NULL),('wsp','wsp_switch_to_wsp_tree','en','Switch to Personal Resources',NULL,NULL),('wsp','wsp_tab_ownership','en','My Repository Objects',NULL,NULL),('wsp','wsp_tab_personal','en','My Resources',NULL,NULL),('wsp','wsp_tab_shared','en','Resources of Other Users',NULL,NULL),('wsp','wsp_type_blog','en','Blog',NULL,NULL),('wsp','wsp_type_cmxv','en','Certificate: xAPI/cmi5',NULL,NULL),('wsp','wsp_type_crsv','en','Certificate: Course',NULL,NULL),('wsp','wsp_type_excv','en','Certificate: Exercise',NULL,NULL),('wsp','wsp_type_file','en','File',NULL,NULL),('wsp','wsp_type_ltiv','en','Certificate: LTI Consumer',NULL,NULL),('wsp','wsp_type_scov','en','Certificate: SCORM',NULL,NULL),('wsp','wsp_type_tstv','en','Certificate: Test',NULL,NULL),('wsp','wsp_type_webr','en','Weblink',NULL,NULL),('wsp','wsp_type_wfld','en','Folder',NULL,NULL);
/*!40000 ALTER TABLE `lng_data` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lng_log`
--

DROP TABLE IF EXISTS `lng_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lng_log` (
  `module` varchar(30) NOT NULL DEFAULT '',
  `identifier` varchar(200) NOT NULL DEFAULT ' ',
  PRIMARY KEY (`module`,`identifier`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lng_log`
--

LOCK TABLES `lng_log` WRITE;
/*!40000 ALTER TABLE `lng_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `lng_log` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lng_modules`
--

DROP TABLE IF EXISTS `lng_modules`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lng_modules` (
  `module` varchar(30) NOT NULL DEFAULT ' ',
  `lang_key` char(2) NOT NULL DEFAULT '',
  `lang_array` longtext,
  PRIMARY KEY (`module`,`lang_key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lng_modules`
--

LOCK TABLES `lng_modules` WRITE;
/*!40000 ALTER TABLE `lng_modules` DISABLE KEYS */;
INSERT INTO `lng_modules` VALUES ('acc','en','a:42:{s:26:\"acc_add_document_btn_label\";s:12:\"Add Document\";s:26:\"acc_crit_type_usr_language\";s:16:\"Profile Language\";s:46:\"acc_criterion_assignment_must_be_unique_insert\";s:198:\"It is not possible to set the language you have selected as the criterion for displaying this document, as it has already been set as the criterion for displaying a different Accessibility document.\";s:46:\"acc_criterion_assignment_must_be_unique_update\";s:202:\"It is not possible to change the criterion for displaying this document to the language you have selected. That language is being used as the criterion for displaying a different Accessibility document.\";s:16:\"acc_ctrl_cpt_txt\";s:23:\"Accessibility Documents\";s:23:\"acc_deleted_documents_p\";s:32:\"The documents have been deleted.\";s:23:\"acc_deleted_documents_s\";s:30:\"The document has been deleted.\";s:21:\"acc_doc_crit_attached\";s:83:\"The criterion for displaying this Accessibility document has been set successfully.\";s:20:\"acc_doc_crit_changed\";s:74:\"The criterion for displaying this Accessibility document has been changed.\";s:21:\"acc_doc_crit_detached\";s:74:\"The criterion for displaying this Accessibility document has been removed.\";s:14:\"acc_doc_delete\";s:15:\"Delete Document\";s:33:\"acc_doc_detach_crit_confirm_title\";s:25:\"Remove Language Criterion\";s:24:\"acc_doc_sure_detach_crit\";s:114:\"Are you sure that you no longer want this language to be the criterion for displaying this Accessibility document?\";s:12:\"acc_document\";s:8:\"Document\";s:30:\"acc_form_attach_criterion_head\";s:68:\"Select Language Criterion for Displaying Accessibility Info Document\";s:18:\"acc_form_criterion\";s:9:\"Criterion\";s:17:\"acc_form_document\";s:8:\"Document\";s:33:\"acc_form_document_content_changed\";s:137:\"The uploaded file has had its html &lt;head&gt; information removed by ILIAS. Please check the result and upload a new file if necessary.\";s:22:\"acc_form_document_info\";s:228:\"Please select a file from your local filesystem. You can either upload a plain text file, or a simple HTML file. HTML files will have their &lt;head&gt; information removed – only the contents of the body element will be used.\";s:21:\"acc_form_document_new\";s:14:\"Change Content\";s:26:\"acc_form_document_new_info\";s:414:\"Here you can select a file from your local filesystem to change the contents of this Accessibility document. You can either upload a plain text file, or a simple HTML file. HTML files will have their &lt;head&gt; information removed - only the contents of the body element will be used. The existing contents of the Accessibility document will be replaced. The document’s acceptance history will not be affected.\";s:23:\"acc_form_document_title\";s:5:\"Title\";s:28:\"acc_form_document_title_info\";s:38:\"Please enter a title for the document.\";s:28:\"acc_form_edit_criterion_head\";s:23:\"Edit Language Criterion\";s:22:\"acc_form_edit_doc_head\";s:13:\"Edit Document\";s:21:\"acc_form_new_doc_head\";s:15:\"Create Document\";s:16:\"acc_forward_mail\";s:12:\"Forward Mail\";s:12:\"acc_function\";s:8:\"Function\";s:20:\"acc_last_rep_visited\";s:23:\"Repository/Last Visited\";s:17:\"acc_saved_sorting\";s:29:\"The new order has been saved.\";s:27:\"acc_sure_delete_documents_p\";s:55:\"Are you sure you want to delete the selected documents?\";s:27:\"acc_sure_delete_documents_s\";s:46:\"Are you sure you want to delete this document?\";s:33:\"acc_tbl_docs_action_add_criterion\";s:13:\"Add Criterion\";s:31:\"acc_tbl_docs_cell_not_criterion\";s:30:\"No language criterion assigned\";s:25:\"acc_tbl_docs_head_created\";s:13:\"Creation Date\";s:26:\"acc_tbl_docs_head_criteria\";s:9:\"Criterion\";s:29:\"acc_tbl_docs_head_last_change\";s:11:\"Last Change\";s:25:\"acc_tbl_docs_head_sorting\";s:5:\"Order\";s:23:\"acc_tbl_docs_head_title\";s:5:\"Title\";s:18:\"acc_tbl_docs_title\";s:9:\"Documents\";s:12:\"acc_tree_off\";s:8:\"Tree Off\";s:11:\"acc_tree_on\";s:7:\"Tree On\";}'),('adm','en','a:7:{s:21:\"adm_acc_ctrl_cpt_desc\";s:83:\"Display the link to your Accessibility document in the footer of your installation.\";s:23:\"adm_acc_ctrl_cpt_enable\";s:28:\"Accessibility Link in Footer\";s:26:\"adm_accessibility_contacts\";s:38:\"Contact Point for Accessibility Issues\";s:31:\"adm_accessibility_contacts_info\";s:139:\"Contacts for the ‘Report Accessibility Issue’ link in your installation’s footer. Comma-separated list of account usernames (logins).\";s:30:\"adm_awrn_support_contacts_info\";s:240:\"All users assigned as contacts for technical support are listed. Users can be assigned to the list of technical support contacts in the administration section \'System Settings and Maintenance » General Settings\', tab \'Contact Information\'.\";s:20:\"adm_support_contacts\";s:17:\"Technical Support\";s:25:\"adm_support_contacts_info\";s:329:\"Please enter the login names of the people who can be contacted with questions and technical problems here, separated by commas. They can be contacted by e-mail via the \"Contact technical support\" link in the ILIAS footer. If the \"Who is online?\" display is active, these people will also be displayed there as technical support.\";}'),('administration','en','a:270:{s:16:\"adm_achievements\";s:12:\"Achievements\";s:25:\"adm_activate_db_benchmark\";s:21:\"Activate Benchmarking\";s:30:\"adm_activate_db_benchmark_desc\";s:62:\"Benchmarking will be automatically disabled after one request.\";s:20:\"adm_adm_role_protect\";s:26:\"Protect Administrator Role\";s:25:\"adm_adm_role_protect_info\";s:83:\"Only allow administrators to assign or remove users from the role of administrator.\";s:14:\"adm_auth_login\";s:20:\"Authentication Login\";s:12:\"adm_auth_reg\";s:27:\"Authentication Registration\";s:17:\"adm_communication\";s:13:\"Communication\";s:27:\"adm_db_bench_by_first_table\";s:32:\"Aggregated by First Table in SQL\";s:26:\"adm_db_bench_chronological\";s:13:\"Chronological\";s:26:\"adm_db_bench_slowest_first\";s:13:\"Slowest First\";s:26:\"adm_db_bench_sorted_by_sql\";s:13:\"Sorted by SQL\";s:16:\"adm_db_benchmark\";s:12:\"DB Benchmark\";s:21:\"adm_db_benchmark_user\";s:17:\"User Account Name\";s:26:\"adm_db_benchmark_user_desc\";s:125:\"Measurements will be made for this user only. The username entered should not belong to the user initiating the benchmarking.\";s:19:\"adm_extending_ilias\";s:15:\"Extending ILIAS\";s:25:\"adm_external_setting_edit\";s:13:\"Edit Settings\";s:8:\"adm_hide\";s:21:\"Hide in Settings Form\";s:13:\"adm_hide_tabs\";s:9:\"Hide Tabs\";s:9:\"adm_https\";s:5:\"HTTPS\";s:11:\"adm_imprint\";s:12:\"Legal Notice\";s:20:\"adm_imprint_inactive\";s:63:\"Legal notice is not active and users are not able to access it.\";s:19:\"adm_item_cmd_asynch\";s:41:\"Load Resource Action Lists Asynchronously\";s:24:\"adm_item_cmd_asynch_info\";s:167:\"Action commands, e.g. in the repository, are loaded asynchronously. This increases performance in general, but slows down loading of action command lists a little bit.\";s:25:\"adm_layout_and_navigation\";s:21:\"Layout and Navigation\";s:21:\"adm_legal_regulations\";s:17:\"Legal Regulations\";s:10:\"adm_locale\";s:6:\"Locale\";s:15:\"adm_locale_info\";s:155:\"Locale setting influences e.g. sorting in lists. Examples are nl_NL or de_DE. Multiple locales can be separated by comma. The first valid one will be used.\";s:15:\"adm_maintenance\";s:31:\"System Settings and Maintenance\";s:19:\"adm_missing_entries\";s:15:\"Missing Entries\";s:21:\"adm_missing_entry_add\";s:13:\"Add New Entry\";s:28:\"adm_missing_entry_add_action\";s:3:\"Add\";s:17:\"adm_nr_statements\";s:20:\"Number of Statements\";s:22:\"adm_personal_workspace\";s:18:\"Personal Workspace\";s:23:\"adm_predefined_settings\";s:19:\"Predefined Settings\";s:29:\"adm_pub_section_domain_filter\";s:13:\"Domain Filter\";s:34:\"adm_pub_section_domain_filter_info\";s:99:\"Domain filters granting anonymous access. Enter one ore more domains, which allow anonymous access.\";s:27:\"adm_rep_shorten_description\";s:30:\"Limited Length of Descriptions\";s:32:\"adm_rep_shorten_description_info\";s:96:\"If activated all descriptions in object lists are presented with a maximum number of characters.\";s:34:\"adm_rep_shorten_description_length\";s:28:\"Maximum number of characters\";s:22:\"adm_rep_tree_all_types\";s:16:\"All Object Types\";s:27:\"adm_rep_tree_all_types_info\";s:56:\"All object types are presented in the Tree View (Slate).\";s:26:\"adm_rep_tree_limit_grp_crs\";s:32:\"Show only in courses and groups.\";s:31:\"adm_rep_tree_limit_grp_crs_info\";s:129:\"The Tree View shows all objects only within courses and groups. Outside courses and groups, only container objects are presented.\";s:22:\"adm_rep_tree_only_cntr\";s:22:\"Container Objects Only\";s:27:\"adm_rep_tree_only_cntr_info\";s:115:\"Only objects of type Study Programme, Category, Course, Group and Learning Sequence are presented in the Tree View.\";s:25:\"adm_rep_tree_presentation\";s:23:\"Tree View of Repository\";s:26:\"adm_repository_and_objects\";s:22:\"Repository and Objects\";s:19:\"adm_search_and_find\";s:15:\"Search and Find\";s:34:\"adm_show_comments_tagging_in_lists\";s:55:\"Show Number of Notes, Comments and Tags in Object Lists\";s:39:\"adm_show_comments_tagging_in_lists_tags\";s:30:\"Display tags instead of number\";s:7:\"adm_sql\";s:3:\"SQL\";s:9:\"adm_table\";s:5:\"Table\";s:8:\"adm_time\";s:4:\"Time\";s:23:\"adm_user_administration\";s:15:\"Users and Roles\";s:23:\"adm_user_starting_point\";s:23:\"Personal Starting Point\";s:28:\"adm_user_starting_point_info\";s:59:\"Select the page or object which is to be shown after login.\";s:31:\"adm_user_starting_point_inherit\";s:21:\"Use Standard Settings\";s:36:\"adm_user_starting_point_inherit_info\";s:78:\"Use the standard global settings as set by the administrator of your platform.\";s:36:\"adm_user_starting_point_invalid_info\";s:37:\"This feature is currently not active.\";s:30:\"adm_user_starting_point_object\";s:17:\"Repository Object\";s:32:\"adm_user_starting_point_personal\";s:16:\"Personal Setting\";s:37:\"adm_user_starting_point_personal_info\";s:41:\"Users may select their own starting page.\";s:30:\"adm_user_starting_point_ref_id\";s:12:\"Reference ID\";s:35:\"adm_user_starting_point_ref_id_info\";s:175:\"Open the object that you would like to use as your Personal Starting Point and copy the number directly following \"ref_id=\" in the browser bar into the text input field above.\";s:9:\"adm_value\";s:16:\"Predefined Value\";s:22:\"allow_change_loginname\";s:51:\"Permit Change of Login Names in ‘Personal Data’\";s:16:\"analysis_options\";s:16:\"Analysis options\";s:12:\"analyze_data\";s:33:\"Analyse and repair data integrity\";s:24:\"analyzing_tree_structure\";s:27:\"Analysing tree structure…\";s:38:\"apache_auth_authenticate_on_login_page\";s:54:\"Try Apache authentication when entering the login page\";s:19:\"apache_auth_domains\";s:27:\"Allowed Redirection Domains\";s:31:\"apache_auth_domains_description\";s:282:\"Enter one domain per line to allow redirection to this target.<br/>If ILIAS is reachable by more than one domain please enter all target you want to allow.<br />Example: example.com allows the redirection to http://example.com and http://www.example.com and all pages located there.\";s:33:\"apache_auth_enable_override_login\";s:27:\"Override default login page\";s:26:\"apache_auth_indicator_name\";s:45:\"Indicator-field for successful authentication\";s:27:\"apache_auth_indicator_value\";s:45:\"Indicator-value for successful authentication\";s:20:\"apache_auth_security\";s:17:\"Security Settings\";s:20:\"apache_auth_settings\";s:6:\"Apache\";s:33:\"apache_auth_target_override_login\";s:32:\"Target url for custom login page\";s:32:\"apache_auth_username_by_function\";s:36:\"Assign user names by custom function\";s:27:\"apache_auth_username_config\";s:22:\"Username configuration\";s:32:\"apache_auth_username_config_type\";s:4:\"Type\";s:35:\"apache_auth_username_direct_mapping\";s:19:\"Straight assignment\";s:45:\"apache_auth_username_direct_mapping_fieldname\";s:20:\"Field for assignment\";s:37:\"apache_auth_username_extended_mapping\";s:19:\"Extended assignment\";s:17:\"apache_autocreate\";s:25:\"Enable account generation\";s:19:\"apache_default_role\";s:17:\"Default user role\";s:18:\"apache_enable_auth\";s:36:\"Enable Apache Authentication support\";s:18:\"apache_enable_ldap\";s:27:\"Enable LDAP user assignment\";s:19:\"apache_enable_local\";s:28:\"Enable local user assignment\";s:40:\"apache_ldap_hint_ldap_must_be_configured\";s:41:\"LDAP must be configured in administration\";s:15:\"apache_settings\";s:29:\"Configure LDAP Authentication\";s:31:\"apache_settings_changed_success\";s:19:\"Configuration saved\";s:11:\"auth_apache\";s:6:\"Apache\";s:28:\"auth_auth_mode_determination\";s:47:\"Authentication Method Determination (for Login)\";s:14:\"auth_automatic\";s:14:\"Fixed Sequence\";s:12:\"auth_by_user\";s:11:\"By the User\";s:23:\"auth_kind_determination\";s:21:\"Kind of Determination\";s:28:\"auth_mode_determination_info\";s:158:\"Choose either if the users have to select their authentication method on the login screen or if this is managed by a fixed sequence of authentication methods.\";s:5:\"clean\";s:8:\"Clean up\";s:10:\"clean_desc\";s:78:\"Remove invalid references and tree entries. Initialize gaps in tree structure.\";s:8:\"cleaning\";s:11:\"Cleaning...\";s:14:\"cleaning_final\";s:17:\"Final cleaning...\";s:13:\"course_export\";s:18:\"Visible in Courses\";s:8:\"disabled\";s:8:\"Disabled\";s:4:\"done\";s:4:\"Done\";s:9:\"dump_tree\";s:9:\"Dump tree\";s:14:\"dump_tree_desc\";s:82:\"Perform an analysis of the tree and print all tree nodes along with analysis data.\";s:12:\"dumping_tree\";s:15:\"Dumping tree...\";s:5:\"found\";s:6:\"found.\";s:10:\"found_none\";s:11:\"none found.\";s:14:\"git_hash_short\";s:23:\"Commit Hash (short): %s\";s:15:\"git_last_commit\";s:15:\"Last Commit: %s\";s:12:\"git_revision\";s:10:\"Number: %s\";s:12:\"group_export\";s:17:\"Visible in Groups\";s:17:\"history_loginname\";s:18:\"Login Name History\";s:17:\"initializing_gaps\";s:28:\"Initializing gaps in tree...\";s:20:\"language_all_modules\";s:11:\"All modules\";s:24:\"language_change_settings\";s:24:\"Change Language Settings\";s:28:\"language_clear_local_changes\";s:35:\"Clear local changes in the database\";s:33:\"language_clear_local_changes_info\";s:145:\"Reset the database entries of this language to the default entries defined in lang/ilias_%s.lang. All local changes or additions will be removed.\";s:22:\"language_cleared_local\";s:47:\"The local changes were cleared in the database.\";s:16:\"language_compare\";s:7:\"Compare\";s:24:\"language_default_entries\";s:18:\" (default entries)\";s:31:\"language_delete_local_additions\";s:38:\"Delete local additions in the database\";s:36:\"language_delete_local_additions_info\";s:59:\"Delete all entries that were locally added to the database.\";s:26:\"language_error_clear_local\";s:55:\"The local changed could not be cleared in the database!\";s:27:\"language_error_delete_local\";s:42:\"The custom language file can\'t be deleted!\";s:27:\"language_error_local_missed\";s:40:\"The custom language file does not exist!\";s:25:\"language_error_read_local\";s:58:\"The custom language file does not exist or cannot be read!\";s:27:\"language_error_write_global\";s:44:\"The standard language file can\'t be written!\";s:20:\"language_export_file\";s:20:\"Export Language File\";s:22:\"language_file_imported\";s:34:\"The language file %s was imported.\";s:19:\"language_file_scope\";s:19:\"Language file scope\";s:32:\"language_former_file_description\";s:282:\"To compare your local changes with the changes of the last update, please copy the language file of the previously installed ILIAS version to the path mentioned above. Before the next update you can do this with the option \'Backup the standard language file\' on the maintenance tab.\";s:26:\"language_former_file_equal\";s:61:\"The file <b>%s</b> is identical to the current language file.\";s:28:\"language_former_file_missing\";s:30:\"The file <b>%s</b> is missing.\";s:20:\"language_import_file\";s:20:\"Import Language File\";s:27:\"language_load_local_changes\";s:43:\"Load custom language file into the database\";s:32:\"language_load_local_changes_info\";s:163:\"Load the file Customizing/global/lang/ilias_%s.lang.local to the database. New entries of this file are added to the database and existing entries are overwritten.\";s:21:\"language_loaded_local\";s:54:\"The custom language file was loaded into the database.\";s:27:\"language_local_file_deleted\";s:37:\"The custom language file was deleted.\";s:17:\"language_maintain\";s:8:\"Maintain\";s:31:\"language_maintain_local_changes\";s:22:\"Maintain local changes\";s:20:\"language_maintenance\";s:20:\"Language Maintenance\";s:28:\"language_merge_local_changes\";s:51:\"Merge local changes into the standard language file\";s:33:\"language_merge_local_changes_info\";s:160:\"Merge all local changes and additions alphabetically into the standard language file lang/ilias_%s.lang. The web server must have write permission on this file.\";s:22:\"language_merged_global\";s:62:\"The local changes were merged into the standard language file.\";s:22:\"language_mode_existing\";s:16:\"Existing Entries\";s:29:\"language_mode_existing_delete\";s:23:\"Delete existing entries\";s:34:\"language_mode_existing_delete_info\";s:281:\"Delete all entries in the database before importing the file.<br /> WARNING: The imported language file should be complete, otherwise there will be undefined language variables. If that happens, switch to the tab ‘Maintain’ and choose ‘Clear local changes in the database’.\";s:30:\"language_mode_existing_keepall\";s:25:\"Keep all existing entries\";s:35:\"language_mode_existing_keepall_info\";s:62:\"Import only new entries that do not yet exist in the database.\";s:30:\"language_mode_existing_keepnew\";s:22:\"Keep all local changes\";s:35:\"language_mode_existing_keepnew_info\";s:143:\"Import new entries and overwrite all entries that still have their default values. Keep those entries that are already changed in the database.\";s:30:\"language_mode_existing_replace\";s:24:\"Replace existing entries\";s:35:\"language_mode_existing_replace_info\";s:99:\"Import new entries and replace all existing entries with the new values defined in the import file.\";s:25:\"language_note_translation\";s:142:\"Page translation mode is activated for each language separately. Additionally the user needs read and write permission on the language folder.\";s:28:\"language_process_maintenance\";s:19:\"Process Maintenance\";s:26:\"language_remove_local_file\";s:31:\"Delete the custom language file\";s:31:\"language_remove_local_file_info\";s:187:\"Remove the file Customizing/global/lang/ilias_%s.lang.local and change the language status from ‘Installed With Local’ to ‘Installed’. The changes in the database are not touched.\";s:18:\"language_save_dist\";s:33:\"Backup the standard language file\";s:25:\"language_save_dist_failed\";s:68:\"The backup of the standard ILIAS language file could not be written.\";s:23:\"language_save_dist_info\";s:179:\"Create a backup of the standard ILIAS language file in the ILIAS data directory. This helps after an ILIAS update to find conflicst of own changes with updated language variables.\";s:27:\"language_save_local_changes\";s:44:\"Save all changes to the custom language file\";s:32:\"language_save_local_changes_info\";s:300:\"Save all locally added or changed database entries to the file Customizing/global/lang/ilias_%s.lang.local and set the language status to ‘Installed With Local’. The web server must have write permission in this folder. Please note that this file is the same for all clients of this installation.\";s:19:\"language_saved_dist\";s:58:\"The backup of the standard ILIAS language file is created.\";s:20:\"language_scope_added\";s:20:\"Local additions only\";s:25:\"language_scope_added_info\";s:176:\"Export all entries that are locally added in the database. This can be used to backup additional development entries before local changes are deleted on the tab ‘Maintain’.\";s:24:\"language_scope_commented\";s:49:\"Shows only entries with comments in language file\";s:24:\"language_scope_conflicts\";s:24:\"Local and update changes\";s:24:\"language_scope_dbremarks\";s:44:\"Shows only entries with comments in database\";s:24:\"language_scope_different\";s:31:\"Different from compare language\";s:20:\"language_scope_equal\";s:25:\"Equal to compare language\";s:21:\"language_scope_global\";s:11:\"All entries\";s:26:\"language_scope_global_info\";s:83:\"Export all database entries of this language. This can be used for backup purposes.\";s:20:\"language_scope_local\";s:18:\"Local changes only\";s:25:\"language_scope_local_info\";s:69:\"Export all entries that are locally added or changed in the database.\";s:21:\"language_scope_merged\";s:52:\"Local changes merged into the standard language file\";s:26:\"language_scope_merged_info\";s:196:\"Export the standard ILIAS language file with all local changes merged in alphabetically by module and identifier. This can be used to update the standard language file on the ILIAS git repository.\";s:24:\"language_scope_unchanged\";s:22:\"Unchanged entries only\";s:29:\"language_scope_unchanged_info\";s:200:\"Export all default language entries that are not changed in the database. This is the opposite to ‘Local changes only’. Both together are a complete backup of the current language in the database.\";s:17:\"language_settings\";s:17:\"Language Settings\";s:19:\"language_statistics\";s:10:\"Statistics\";s:28:\"language_translation_enabled\";s:24:\"Page translation enabled\";s:24:\"language_variables_saved\";s:62:\"The changes to the language variables were saved successfully.\";s:8:\"log_scan\";s:16:\"Log scan results\";s:13:\"log_scan_desc\";s:65:\"Write scan results to ‘scanlog.log’ in client data directory.\";s:30:\"loginname_change_blocking_time\";s:38:\"Blocking Time for Changing Login Names\";s:35:\"loginname_change_blocking_time_info\";s:177:\"Enter a number days that a user has to wait before being allowed to re-change their username (login ID). Set to 0 to allow users to change their usernames as often as they want.\";s:46:\"loginname_change_blocking_time_invalidity_info\";s:30:\"Please insert a numeric value.\";s:22:\"loginname_history_info\";s:125:\"Record username (login ID) changes in the database. This history is accessible in the database table ‘loginname_history’.\";s:16:\"nothing_to_purge\";s:19:\"Nothing to purge...\";s:17:\"nothing_to_remove\";s:20:\"Nothing to remove...\";s:18:\"nothing_to_restore\";s:21:\"Nothing to restore...\";s:8:\"obj_blga\";s:4:\"Blog\";s:13:\"obj_blga_desc\";s:20:\"Global Blog Settings\";s:13:\"obj_chta_desc\";s:19:\"Chat Administration\";s:8:\"obj_excs\";s:8:\"Exercise\";s:13:\"obj_excs_desc\";s:24:\"Global Exercise Settings\";s:8:\"obj_impr\";s:12:\"Legal Notice\";s:13:\"obj_impr_desc\";s:26:\"Deployment of Legal Notice\";s:7:\"obj_mds\";s:8:\"Metadata\";s:12:\"obj_mds_desc\";s:47:\"Configure Metadata and Custom Metadata Settings\";s:8:\"obj_otpl\";s:18:\"Didactic Templates\";s:13:\"obj_otpl_desc\";s:69:\"Template for creating new objects with predefined permission settings\";s:8:\"obj_prfa\";s:9:\"Portfolio\";s:13:\"obj_prfa_desc\";s:25:\"Global Portfolio Settings\";s:8:\"obj_taxs\";s:8:\"Taxonomy\";s:13:\"obj_taxs_desc\";s:24:\"Global Taxonomy Settings\";s:7:\"options\";s:7:\"Options\";s:25:\"org_op_edit_user_accounts\";s:18:\"Edit User Accounts\";s:14:\"output_options\";s:14:\"Output options\";s:15:\"path_to_mkisofs\";s:15:\"Path to mkisofs\";s:10:\"prg_export\";s:27:\"Visible in Study Programmes\";s:15:\"purge_age_limit\";s:9:\"Limit age\";s:20:\"purge_age_limit_desc\";s:115:\"If this field contains a value, only objects which were deleted before the specified number of days will be purged.\";s:17:\"purge_count_limit\";s:11:\"Limit count\";s:22:\"purge_count_limit_desc\";s:84:\"If this field contains a value, only the specified number of objects will be purged.\";s:13:\"purge_missing\";s:21:\"Purge missing objects\";s:18:\"purge_missing_desc\";s:57:\"Remove all missing and unbound objects found from system.\";s:11:\"purge_trash\";s:21:\"Purge deleted objects\";s:16:\"purge_trash_desc\";s:44:\"Remove all objects in trash bin from system.\";s:16:\"purge_type_limit\";s:10:\"Limit type\";s:21:\"purge_type_limit_desc\";s:82:\"If this field contains a value, only objects of the specified type will be purged.\";s:7:\"purging\";s:10:\"Purging...\";s:20:\"purging_missing_objs\";s:26:\"Purging missing objects...\";s:13:\"purging_trash\";s:16:\"Purging trash...\";s:20:\"purging_unbound_objs\";s:26:\"Purging unbound objects...\";s:23:\"removing_invalid_childs\";s:32:\"Removing invalid tree entries...\";s:21:\"removing_invalid_refs\";s:30:\"Removing invalid references...\";s:22:\"removing_invalid_rolfs\";s:32:\"Removing invalid role folders...\";s:14:\"repair_options\";s:14:\"Repair options\";s:15:\"restore_missing\";s:23:\"Restore missing objects\";s:20:\"restore_missing_desc\";s:54:\"Restore missing and unbound objects to RecoveryFolder.\";s:13:\"restore_trash\";s:23:\"Restore deleted objects\";s:18:\"restore_trash_desc\";s:51:\"Restore all objects in trash bin to RecoveryFolder.\";s:9:\"restoring\";s:12:\"Restoring...\";s:22:\"restoring_missing_objs\";s:28:\"Restoring missing objects...\";s:15:\"restoring_trash\";s:18:\"Restoring trash...\";s:22:\"restoring_unbound_objs\";s:44:\"Restoring unbound objects and sub-objects...\";s:40:\"reuse_of_loginnames_contained_in_history\";s:20:\"Reuse of Login Names\";s:45:\"reuse_of_loginnames_contained_in_history_info\";s:134:\"Allow users to reuse any login name (not currently in use) that already appears in the history (even if it belongs to a deleted user).\";s:4:\"scan\";s:4:\"Scan\";s:9:\"scan_desc\";s:58:\"Scan system for corrupted/invalid/missing/unbound objects.\";s:12:\"scan_details\";s:12:\"Scan details\";s:10:\"scan_modes\";s:15:\"Scan modes used\";s:15:\"scanning_system\";s:18:\"Scanning system...\";s:22:\"searching_deleted_objs\";s:32:\"Searching for deleted objects...\";s:24:\"searching_invalid_childs\";s:37:\"Searching for invalid tree entries...\";s:22:\"searching_invalid_refs\";s:35:\"Searching for invalid references...\";s:23:\"searching_invalid_rolfs\";s:37:\"Searching for invalid role folders...\";s:22:\"searching_missing_objs\";s:32:\"Searching for missing objects...\";s:22:\"searching_unbound_objs\";s:32:\"Searching for unbound objects...\";s:7:\"skipped\";s:7:\"skipped\";s:10:\"start_scan\";s:6:\"Start!\";s:8:\"svn_path\";s:8:\"Path: %s\";s:20:\"svn_revision_current\";s:20:\"Current Revision: %s\";s:24:\"svn_revision_last_change\";s:25:\"Last Changed Revision: %s\";s:8:\"svn_root\";s:8:\"Root: %s\";s:21:\"system_check_no_owner\";s:17:\"Ownerless Objects\";s:11:\"systemcheck\";s:12:\"System check\";s:12:\"tree_corrupt\";s:44:\"Tree is corrupted! See scan log for details.\";s:13:\"user_criteria\";s:20:\"Unique user criteria\";s:18:\"user_criteria_desc\";s:136:\"Unique user criteria that is used for test results import/export. This is needed to identify identical users on different ILIAS systems.\";s:26:\"usr_loginname_history_info\";s:67:\"The user changed its login at last at %s. The former login was: %s.\";s:14:\"vc_information\";s:32:\"Show Version Control Information\";s:29:\"vc_information_not_determined\";s:58:\"ILIAS could not determine any version control information.\";s:13:\"view_last_log\";s:18:\"View last Scan log\";s:8:\"view_log\";s:12:\"View details\";}'),('adn','en','a:51:{s:27:\"administrative_notification\";s:28:\"Administrative Notifications\";s:39:\"administrative_notification_description\";s:52:\"Provide system-wide notifications in topbar of ILIAS\";s:10:\"btn_cancel\";s:6:\"Cancel\";s:10:\"btn_delete\";s:6:\"Delete\";s:18:\"btn_delete_confirm\";s:43:\"Would you like to delete this Notification?\";s:13:\"btn_duplicate\";s:9:\"Duplicate\";s:8:\"btn_edit\";s:4:\"Edit\";s:9:\"btn_reset\";s:5:\"Reset\";s:17:\"btn_reset_confirm\";s:56:\"Would you like to reset this Notification for all Users?\";s:14:\"common_actions\";s:7:\"Actions\";s:14:\"common_add_msg\";s:16:\"Add Notification\";s:4:\"main\";s:13:\"Notifications\";s:8:\"msg_body\";s:4:\"Body\";s:13:\"msg_body_info\";s:24:\"Body of the Notification\";s:15:\"msg_dismissable\";s:11:\"Dismissable\";s:20:\"msg_dismissable_info\";s:84:\"Notifications can be closed by the user. The user won\'t see this notification again.\";s:20:\"msg_display_date_end\";s:15:\"Displayed Until\";s:22:\"msg_display_date_start\";s:14:\"Displayed From\";s:34:\"msg_error_false_date_configuration\";s:104:\"Can\'t create a notification with this configuration of dates. The event must be within the display time.\";s:18:\"msg_event_date_end\";s:10:\"Event Ends\";s:20:\"msg_event_date_start\";s:12:\"Event Starts\";s:14:\"msg_form_title\";s:12:\"Notification\";s:27:\"msg_has_language_limitation\";s:29:\"Limited to selected languages\";s:32:\"msg_has_language_limitation_info\";s:50:\"Only selected languages will see the notification.\";s:13:\"msg_languages\";s:9:\"Languages\";s:18:\"msg_limit_to_roles\";s:25:\"Limited to Selected Roles\";s:23:\"msg_limit_to_roles_info\";s:46:\"Only selected roles will see the notification.\";s:23:\"msg_limited_to_role_ids\";s:12:\"Presentation\";s:13:\"msg_permanent\";s:7:\"Display\";s:18:\"msg_permanent_info\";s:48:\"Display Notifications permanently or temporarily\";s:16:\"msg_permanent_no\";s:16:\"Show Temporarily\";s:17:\"msg_permanent_yes\";s:16:\"Show Permanently\";s:16:\"msg_presentation\";s:12:\"Presentation\";s:25:\"msg_show_to_all_languages\";s:21:\"Show to all languages\";s:21:\"msg_show_to_all_roles\";s:17:\"Show to all roles\";s:26:\"msg_show_to_all_roles_info\";s:56:\"All users even when not logged-in will see notification.\";s:19:\"msg_success_created\";s:20:\"Notification created\";s:19:\"msg_success_deleted\";s:32:\"Notification sucessfully deleted\";s:22:\"msg_success_duplicated\";s:35:\"Notification sucessfully duplicated\";s:17:\"msg_success_reset\";s:18:\"Notification reset\";s:19:\"msg_success_updated\";s:20:\"Notification updated\";s:15:\"msg_table_title\";s:13:\"Notifications\";s:9:\"msg_title\";s:8:\"Headline\";s:14:\"msg_title_info\";s:34:\"Short Headline of the Notification\";s:8:\"msg_type\";s:10:\"Importance\";s:10:\"msg_type_0\";s:6:\"Notice\";s:10:\"msg_type_1\";s:6:\"Notice\";s:10:\"msg_type_2\";s:9:\"Important\";s:10:\"msg_type_3\";s:13:\"Breaking News\";s:21:\"msg_type_during_event\";s:12:\"During Event\";s:13:\"msg_type_info\";s:79:\"the importance has an influence on the color representation of the notification\";}'),('adve','en','a:28:{s:32:\"advanced_editing_excass_settings\";s:25:\"Exercise Text Assignments\";s:28:\"advanced_editing_tst_editing\";s:43:\"Page Editor for additional question content\";s:33:\"advanced_editing_tst_editing_desc\";s:63:\"Activates ILIAS Page Editor for feedback and hint text editing.\";s:15:\"adve_activation\";s:10:\"Activation\";s:21:\"adve_auto_url_linking\";s:16:\"URL Auto-Linking\";s:26:\"adve_auto_url_linking_info\";s:103:\"Tries to identify URLs like \"http://..\" in text paragraphs and automatically creates links around them.\";s:13:\"adve_autosave\";s:26:\"Automatic Saving Intervall\";s:18:\"adve_autosave_info\";s:122:\"Auto-save for text content. With shorter intervals, the server load increases and the performance of the system decreases.\";s:25:\"adve_autosave_info_min_10\";s:74:\"Please choose a value of minimal 10 seconds if you activated this feature.\";s:18:\"adve_blocking_mode\";s:9:\"Edit Lock\";s:20:\"adve_excass_settings\";s:20:\"Exercise Assignments\";s:13:\"adve_grp_copa\";s:13:\"Content Pages\";s:12:\"adve_grp_frm\";s:6:\"Forums\";s:12:\"adve_grp_glo\";s:10:\"Glossaries\";s:11:\"adve_grp_lm\";s:22:\"ILIAS Learning Modules\";s:12:\"adve_grp_rep\";s:16:\"Repository Pages\";s:14:\"adve_grp_scorm\";s:13:\"SCORM Editing\";s:13:\"adve_grp_test\";s:19:\"Test and Assessment\";s:13:\"adve_grp_wiki\";s:5:\"Wikis\";s:12:\"adve_minutes\";s:7:\"Minutes\";s:17:\"adve_minutes_info\";s:91:\"Minutes of inactivity before an edit lock expires and a page can be edited by another user.\";s:25:\"adve_page_editor_settings\";s:17:\"ILIAS Page Editor\";s:15:\"adve_pe_general\";s:7:\"General\";s:17:\"adve_rte_settings\";s:14:\"TinyMCE Editor\";s:26:\"adve_text_content_features\";s:17:\"Text Content Menu\";s:17:\"adve_use_physical\";s:32:\"Use b/i/u instead of str/emp/imp\";s:22:\"adve_use_physical_info\";s:369:\"This setting replaces the semantic style class buttons for ‘strong’, ‘emphatic’ and ‘important’ with physical attribute buttons ‘b’ (bold), ‘i’ (italic) and ‘u’ (underline). Please note, that this may result in inconsistencies if the style editor is used and other physical attributes are assigned to the strong/emphatic/important style classes.\";s:17:\"adve_use_tiny_mce\";s:34:\"Enable TinyMCE for WYSIWYG Editing\";}'),('assessment','en','a:1572:{s:6:\"action\";s:6:\"Action\";s:20:\"addSuggestedSolution\";s:30:\"Add Content for Recapitulation\";s:11:\"add_answers\";s:11:\"Add answers\";s:10:\"add_circle\";s:15:\"Add circle area\";s:7:\"add_gap\";s:12:\"Add Gap Text\";s:12:\"add_imagemap\";s:16:\"Import Image Map\";s:8:\"add_poly\";s:16:\"Add polygon area\";s:8:\"add_rect\";s:18:\"Add rectangle area\";s:22:\"additional_rating_info\";s:97:\"Please note that the values given here are expressed as percentages and these must add up to 100.\";s:15:\"advanced_rating\";s:15:\"Advanced Rating\";s:20:\"advanced_rating_info\";s:146:\"The advanced rating is only available if a unit is assigned to the result. Further rating settings are displayed after saving the specified units.\";s:28:\"all_available_question_pools\";s:28:\"All available question pools\";s:16:\"all_participants\";s:16:\"All participants\";s:12:\"allow_images\";s:25:\"Image Support for Answers\";s:17:\"allowedextensions\";s:23:\"Allowed File Extensions\";s:22:\"allowedextensions_info\";s:144:\"Enter a comma separated list of allowed file extensions if you want to restrict the upload to a given set of file extensions (e.g. doc,xls,odt).\";s:17:\"analyze_errortext\";s:18:\"Analyze Error Text\";s:6:\"answer\";s:6:\"Answer\";s:17:\"answer_characters\";s:50:\" characters allowed, entered number of characters:\";s:12:\"answer_image\";s:12:\"Answer Image\";s:34:\"answer_is_not_correct_but_positive\";s:68:\"You\'ve got points for your solution but it’s not the best solution\";s:15:\"answer_is_right\";s:24:\"Your solution is correct\";s:15:\"answer_is_wrong\";s:22:\"Your solution is wrong\";s:9:\"answer_of\";s:9:\"Answer of\";s:14:\"answer_options\";s:15:\"Answer Options:\";s:15:\"answer_question\";s:15:\"Answer Question\";s:11:\"answer_text\";s:11:\"Answer Text\";s:12:\"answer_types\";s:18:\"Editor for Answers\";s:8:\"answered\";s:8:\"Answered\";s:17:\"answers_multiline\";s:18:\"Multi Line Answers\";s:10:\"answers_of\";s:11:\"Answers of:\";s:14:\"answers_select\";s:6:\"Select\";s:18:\"answers_singleline\";s:19:\"Single Line Answers\";s:16:\"answers_text_box\";s:4:\"Text\";s:17:\"applet_attributes\";s:17:\"Applet Attributes\";s:16:\"applet_parameter\";s:9:\"Parameter\";s:17:\"applet_parameters\";s:17:\"Applet Parameters\";s:5:\"apply\";s:5:\"Apply\";s:25:\"apply_def_settings_to_tst\";s:14:\"Apply Settings\";s:12:\"assClozeTest\";s:14:\"Cloze Question\";s:12:\"assErrorText\";s:10:\"Error Text\";s:13:\"assFileUpload\";s:20:\"File Upload Question\";s:16:\"assFlashQuestion\";s:14:\"Flash Question\";s:18:\"assFormulaQuestion\";s:16:\"Formula Question\";s:19:\"assImagemapQuestion\";s:29:\"Hot Spot / Image Map Question\";s:14:\"assKprimChoice\";s:40:\"Multiple Choice Question (Kprim Answers)\";s:11:\"assLongMenu\";s:9:\"Long Menu\";s:19:\"assMatchingQuestion\";s:17:\"Matching Question\";s:17:\"assMultipleChoice\";s:43:\"Multiple Choice Question (Multiple Answers)\";s:10:\"assNumeric\";s:16:\"Numeric Question\";s:21:\"assOrderingHorizontal\";s:30:\"Ordering Question (Horizontal)\";s:19:\"assOrderingQuestion\";s:28:\"Ordering Question (Vertical)\";s:12:\"assQuestions\";s:9:\"Questions\";s:15:\"assSingleChoice\";s:40:\"Multiple Choice Question (Single Answer)\";s:15:\"assTextQuestion\";s:14:\"Essay Question\";s:13:\"assTextSubset\";s:20:\"Text Subset Question\";s:17:\"ass_cloze_fb_mode\";s:13:\"Feedback Mode\";s:26:\"ass_cloze_fb_mode_gap_answ\";s:24:\"Answer specific Feedback\";s:31:\"ass_cloze_fb_mode_gap_answ_info\";s:73:\"For every gap separate feedbacks can be configured for different answers.\";s:25:\"ass_cloze_fb_mode_gap_qst\";s:16:\"Feedback per Gap\";s:30:\"ass_cloze_fb_mode_gap_qst_info\";s:50:\"For every gap a single feedback can be configured.\";s:26:\"ass_cloze_gap_fb_gap_label\";s:17:\"Gap %s: <i>%s</i>\";s:32:\"ass_cloze_gap_fb_num_empty_label\";s:17:\"Gap %s - No Input\";s:35:\"ass_cloze_gap_fb_num_rangehit_label\";s:18:\"Gap %s - Range Hit\";s:34:\"ass_cloze_gap_fb_num_toohigh_label\";s:23:\"Gap %s - Value too High\";s:33:\"ass_cloze_gap_fb_num_toolow_label\";s:22:\"Gap %s - Value too Low\";s:35:\"ass_cloze_gap_fb_num_valuehit_label\";s:18:\"Gap %s - Value Hit\";s:32:\"ass_cloze_gap_fb_sel_empty_label\";s:21:\"Gap %s - No Selection\";s:30:\"ass_cloze_gap_fb_sel_opt_label\";s:33:\"Gap %s - Select Option: <i>%s</i>\";s:32:\"ass_cloze_gap_fb_txt_empty_label\";s:17:\"Gap %s - No Input\";s:32:\"ass_cloze_gap_fb_txt_match_label\";s:32:\"Gap %s - Given Answer: <i>%s</i>\";s:34:\"ass_cloze_gap_fb_txt_nomatch_label\";s:21:\"Gap %s - Wrong Answer\";s:28:\"ass_commented_questions_only\";s:24:\"Only Commented Questions\";s:12:\"ass_comments\";s:8:\"Comments\";s:37:\"ass_competence_respect_level_ordering\";s:129:\"Please note that the competence thresholds have to be defined in an ascending order according to the available competence levels.\";s:28:\"ass_completion_by_submission\";s:23:\"Completed by Submission\";s:33:\"ass_completion_by_submission_info\";s:246:\"If enabled, the submission of at least one file causes the completion of this question by granting the maximum score for this question. The score could be manually changed later. Switching this setting does not effect already submitted solutions.\";s:22:\"ass_create_export_file\";s:23:\"Create Test Export File\";s:35:\"ass_create_export_file_with_results\";s:51:\"Create Test Export File (incl. Participant Results)\";s:30:\"ass_create_export_test_archive\";s:24:\"Create Test Archive File\";s:30:\"ass_create_export_test_results\";s:31:\"Create Test Results Export File\";s:19:\"ass_create_question\";s:15:\"Create Question\";s:13:\"ass_imap_hint\";s:27:\"Hint to be shown as Tooltip\";s:30:\"ass_imap_map_file_not_readable\";s:41:\"The uploaded image map could not be read.\";s:21:\"ass_imap_no_map_found\";s:50:\"Could not find any form in the uploaded image map.\";s:18:\"ass_lac_expression\";s:10:\"Expression\";s:23:\"ass_lac_show_legend_btn\";s:11:\"Show Legend\";s:33:\"ass_lac_unable_to_parse_condition\";s:40:\"The condition \"%s\" can not be validated.\";s:24:\"ass_lac_validation_error\";s:62:\"Errors occured while validating the conditional expression(s)!\";s:12:\"ass_location\";s:8:\"Location\";s:29:\"ass_mc_sel_lim_exhausted_hint\";s:48:\"Please do not select more than %s of %s answers!\";s:19:\"ass_mc_sel_lim_hint\";s:43:\"Please select at most %s of the %s answers!\";s:22:\"ass_mc_sel_lim_setting\";s:20:\"Answering Limitation\";s:27:\"ass_mc_sel_lim_setting_desc\";s:85:\"With this setting the number of answers choosable by the participants can be limited.\";s:16:\"ass_process_lock\";s:32:\"Use Locking During Test Attempts\";s:21:\"ass_process_lock_desc\";s:115:\"Without the use of any locking mechanism, race conditions are possible. This can lead to inconsistent test results.\";s:21:\"ass_process_lock_mode\";s:29:\"Lock Mode during Test Attempt\";s:24:\"ass_process_lock_mode_db\";s:24:\"Use Database Table Locks\";s:29:\"ass_process_lock_mode_db_desc\";s:225:\"This locking mechanism locks tables within the database. Concurrent processes for the same or other users in the same or in another test for the same or another question are waiting until the other process releases his locks.\";s:26:\"ass_process_lock_mode_file\";s:20:\"Use Filesystem Locks\";s:31:\"ass_process_lock_mode_file_desc\";s:192:\"This locking mechanism requests locks on empty files in the filesystem. Concurrent processes for the same user and the same test/question are waiting until the other process releases his lock.\";s:12:\"ass_question\";s:8:\"Question\";s:8:\"ass_size\";s:4:\"Size\";s:31:\"ass_skl_import_fails_remove_btn\";s:16:\"Remove this Hint\";s:24:\"assessment_existing_pool\";s:26:\"Use existing question pool\";s:42:\"assessment_log_scoring_adjustment_activate\";s:38:\"Question types available in adjustment\";s:38:\"assessment_log_scoring_adjustment_desc\";s:199:\"Question types checked here are available in adjustment. This setting is regardless of the current ability of the question types, e.g. a question that does not support adjustment is still shown here.\";s:19:\"assessment_new_pool\";s:24:\"Create new question pool\";s:18:\"assessment_no_pool\";s:24:\"Do not use question pool\";s:25:\"assessment_pool_selection\";s:14:\"Pool Selection\";s:25:\"assessment_scoring_adjust\";s:18:\"Enable corrections\";s:30:\"assessment_scoring_adjust_desc\";s:78:\"Enables the corrections feature to allow modifications to questions in a test.\";s:18:\"autocomplete_error\";s:116:\"Your autocomplete number is to large, you have answers which have less characters, so they would never be displayed.\";s:23:\"autoparticipants_subtab\";s:12:\"Participants\";s:8:\"autosave\";s:16:\"Automatic Saving\";s:15:\"autosave_failed\";s:16:\"Autosave failed!\";s:13:\"autosave_info\";s:544:\"The answers of the participants to the last opened question are automatically saved by ILIAS. These automatically saved answers are <b>not</b> considered to be answers that have been authorised by the participant. Therefore, they are not taken into account by ILIAS during the automated evaluation. Automatically saved answers must always be evaluated manually! They are also not displayed in a participant’s ‘Results’ tab. The automatic saving of answers is only intended for emergencies, e.g. if the browser window is closed by mistake!\";s:13:\"autosave_ival\";s:8:\"Interval\";s:16:\"autosave_success\";s:22:\"Autosave successful...\";s:15:\"autosavecontent\";s:16:\"Autosave Content\";s:22:\"average_reached_points\";s:14:\"Average Points\";s:27:\"back_to_objective_container\";s:12:\"Go to Course\";s:17:\"backtocallingpage\";s:25:\"Back to the question page\";s:17:\"backtocallingpool\";s:25:\"Back to the question pool\";s:17:\"backtocallingtest\";s:16:\"Back to the test\";s:8:\"baseunit\";s:9:\"Base Unit\";s:33:\"button_request_next_question_hint\";s:17:\"Request Next Hint\";s:28:\"button_request_question_hint\";s:12:\"Request Hint\";s:2:\"by\";s:2:\"by\";s:11:\"cancel_test\";s:16:\"Suspend the Test\";s:17:\"cannot_edit_marks\";s:205:\"The test has already been completed by some participants. You can only change the marks if an ’Access to Test Results’ date has been set and that date is in the future i.e. it has not yet been reached.\";s:16:\"cannot_edit_test\";s:59:\"You do not possess sufficient permissions to edit the test!\";s:19:\"cannot_execute_test\";s:58:\"You do not possess sufficient permissions to run the test!\";s:21:\"cannot_export_archive\";s:33:\"Archive-Export cannot be created.\";s:24:\"cannot_read_questionpool\";s:73:\"You do not possess sufficient permissions to read the question pool data!\";s:22:\"cannot_save_metaobject\";s:63:\"You do not possess sufficient permissions to save the metadata!\";s:56:\"cannot_switch_to_online_no_questions_andor_no_mark_steps\";s:110:\"The status cannot be changed to &quot;online&quot; because there are no questions and/or no marks in the test!\";s:10:\"categories\";s:10:\"Categories\";s:8:\"category\";s:8:\"Category\";s:23:\"changeSuggestedSolution\";s:41:\"Select type of content for recapitulation\";s:33:\"change_adm_categories_not_allowed\";s:57:\"You do not have any permissions concerning this category.\";s:16:\"checkbox_checked\";s:7:\"Checked\";s:18:\"checkbox_unchecked\";s:9:\"Unchecked\";s:6:\"circle\";s:6:\"Circle\";s:19:\"circle_click_center\";s:43:\"Please click on center of the desired area.\";s:19:\"circle_click_circle\";s:51:\"Please click on a circle point of the desired area.\";s:8:\"clientip\";s:9:\"Client IP\";s:15:\"close_text_hint\";s:217:\"To add a new gap set the cursor to the position of your choice and use the dropdown ‘Text Gap’. Corresponding editing sections will appear below. You can also edit gaps by clicking on the gaps within the gap text.\";s:22:\"cloze_answer_text_info\";s:85:\"Spaces preceding or following the answer text will be deleted when the form is saved.\";s:22:\"cloze_fixed_textlength\";s:17:\"Text Field Length\";s:34:\"cloze_fixed_textlength_description\";s:325:\"If you enter a value, all text gap fields, not providing an own maximum character limitation, as well as all numeric gap fields will be created with a fixed length of this value, so entering more than the allowed characters is not possible. Note, that for numeric gaps the decimal separator is counted as a regular character.\";s:19:\"cloze_gap_size_info\";s:216:\"If you enter a value greater than 0, this gap text field will be created with the fixed length of this value. If you do not enter a value, the gap text field will be created with the value of the global fixed length.\";s:10:\"cloze_text\";s:10:\"Cloze Text\";s:30:\"cloze_textgap_case_insensitive\";s:16:\"Case Insensitive\";s:28:\"cloze_textgap_case_sensitive\";s:14:\"Case Sensitive\";s:28:\"cloze_textgap_levenshtein_of\";s:26:\"Levenshtein Distance of %s\";s:4:\"code\";s:4:\"Code\";s:8:\"codebase\";s:8:\"Codebase\";s:13:\"concatenation\";s:13:\"Concatenation\";s:16:\"conf_delete_pass\";s:54:\"Are you sure you want to delete your existing answers?\";s:28:\"confirm_delete_all_user_data\";s:58:\"Are you sure you want to delete all user data of the test?\";s:31:\"confirm_delete_single_user_data\";s:68:\"Are you sure you want to remove the test data of the selected users?\";s:22:\"confirm_sync_questions\";s:143:\"The question you changed is a copy which has been created for use with the active test. Do you want to change the original of the question too?\";s:11:\"coordinates\";s:11:\"Coordinates\";s:29:\"copy_and_link_to_questionpool\";s:20:\"Add to question pool\";s:26:\"copy_no_questions_selected\";s:44:\"Please select at least one question to copy.\";s:22:\"copy_questions_success\";s:32:\"The question(s) has been copied.\";s:15:\"correct_answers\";s:16:\"Correct Answers:\";s:7:\"counter\";s:7:\"Counter\";s:11:\"create_date\";s:7:\"Created\";s:11:\"create_gaps\";s:23:\"Create and Refresh Gaps\";s:10:\"create_new\";s:10:\"Create New\";s:11:\"customstyle\";s:12:\"Custom Style\";s:13:\"dashboard_tab\";s:12:\"Participants\";s:10:\"definition\";s:10:\"Definition\";s:16:\"definition_image\";s:16:\"Definition Image\";s:15:\"definition_text\";s:15:\"Definition Text\";s:11:\"definitions\";s:11:\"Definitions\";s:23:\"deleteSuggestedSolution\";s:38:\"Remove this content for recapitulation\";s:20:\"delete_all_user_data\";s:36:\"Delete Test Data of all Participants\";s:33:\"delete_all_user_data_confirmation\";s:86:\"Are you sure you want to delete the test data of all of the participants of this test?\";s:19:\"delete_image_header\";s:12:\"Remove image\";s:21:\"delete_image_question\";s:39:\"Do you really want to remove the image?\";s:16:\"delete_user_data\";s:34:\"Remove Test Data of Selected Users\";s:20:\"description_maxchars\";s:86:\"If nothing entered the maximum number of characters for this text answer is unlimited.\";s:26:\"detail_ending_time_reached\";s:107:\"The maximum time available for completing this test has expired. This test has not been available since %s.\";s:34:\"detail_max_processing_time_reached\";s:123:\"You have exceeded the maximum time available for completing this test! You are no longer allowed to continue with the test.\";s:32:\"detail_starting_time_not_reached\";s:74:\"You cannot start the test yet. The test will be available from %s onwards.\";s:19:\"detailed_evaluation\";s:19:\"Detailed Evaluation\";s:23:\"detailed_evaluation_for\";s:26:\"Detailed Evaluation for %s\";s:37:\"detailed_evaluation_missing_active_id\";s:71:\"You must call the ‘Detailed Evaluation’ for a selected participant!\";s:24:\"detailed_evaluation_show\";s:24:\"Show Detailed Evaluation\";s:25:\"detailed_output_printview\";s:41:\"Detailed Output with Question Print Views\";s:25:\"detailed_output_solutions\";s:39:\"Detailed Output with Question Solutions\";s:15:\"direct_feedback\";s:20:\"Verify Your Solution\";s:14:\"discard_answer\";s:13:\"Delete Answer\";s:27:\"discard_answer_confirmation\";s:168:\"Your answer will be finally and completely deleted. You can provide a new answer at any time. But this one will be purged.<br /><br />Do you want to delete your answer?\";s:21:\"dont_use_questionpool\";s:75:\"Don\'t insert the questions in a question pool (only available in this test)\";s:9:\"duplicate\";s:9:\"Duplicate\";s:34:\"duplicate_matching_values_selected\";s:44:\"You have selected duplicate matching values!\";s:30:\"duplicate_order_values_entered\";s:40:\"You have entered duplicate order values!\";s:11:\"edit_answer\";s:11:\"Edit Answer\";s:23:\"edit_concluding_remarks\";s:23:\"Edit Concluding Remarks\";s:17:\"edit_introduction\";s:17:\"Edit Introduction\";s:9:\"edit_page\";s:9:\"Edit Page\";s:13:\"edit_question\";s:13:\"Edit Question\";s:19:\"edit_test_questions\";s:9:\"List View\";s:14:\"element_height\";s:14:\"Minimum Height\";s:19:\"element_height_info\";s:98:\"This is the minimum height in pixels for term and definition/picture items during the test output.\";s:15:\"enable_examview\";s:25:\"Overview of Answers Given\";s:20:\"enable_examview_desc\";s:360:\"When they click on ‘Finish the Test’, participants are presented with an overview of the test’s questions and the answers they provided to those questions. From this overview, they are still able to click on ‘Back’ in order to return to the test and make changes to their answers as long as answers have not been locked (see ‘Answer Lock’ above).\";s:7:\"end_tag\";s:7:\"End Tag\";s:7:\"enlarge\";s:7:\"Enlarge\";s:20:\"enter_anonymous_code\";s:56:\"Enter access code to continue your already started test:\";s:28:\"enter_enough_positive_points\";s:110:\"The maximum available points must be greater than 0! Please enter sufficient positive points for your answers.\";s:36:\"enter_enough_positive_points_checked\";s:97:\"At least one answer needs to score. Please enter a positive score for the selection of an answer.\";s:18:\"enter_valid_values\";s:63:\"Please enter valid value. Chars will be evaluated as incorrect!\";s:18:\"errFormulaQuestion\";s:51:\"A Formula Question contains incorrect information!!\";s:20:\"errRecursionInResult\";s:43:\"The formula contains an infinite recursion.\";s:19:\"err_category_in_use\";s:94:\"At least one category cannot be deleted. One or more units of the category are already in use.\";s:19:\"err_divider_too_big\";s:64:\"The divider of one of the variables in this question is too big.\";s:12:\"err_division\";s:88:\"The value you chose would make it impossible to generate a valid value for the variable.\";s:21:\"err_duplicate_results\";s:84:\"You used a result variable more than once. This is not allowed in the question text.\";s:14:\"err_no_formula\";s:24:\"You must enter a formula\";s:20:\"err_no_numeric_value\";s:28:\"Please enter a numeric value\";s:9:\"err_range\";s:56:\"The maximum range must be greater than the minimum range\";s:31:\"err_rating_advanced_not_allowed\";s:122:\"A rating other than simple rating is not allowed since you are offering multiple result units with an identical base unit.\";s:19:\"err_unit_in_results\";s:79:\"The unit cannot be deleted. It is already in use in one or more test questions.\";s:21:\"err_unit_in_variables\";s:79:\"The unit cannot be deleted. It is already in use in one or more test questions.\";s:20:\"err_unit_is_baseunit\";s:67:\"The unit cannot be deleted. It is used as base unit by other units.\";s:22:\"err_wrong_categoryname\";s:28:\"The category already exists.\";s:25:\"err_wrong_rating_advanced\";s:88:\"Please make sure that the addition of the advanced rating settings equals to 100 percent\";s:36:\"error_creating_certificate_zip_empty\";s:19:\"No data for export.\";s:24:\"error_importing_question\";s:77:\"There was an error importing the question(s) from the file you have selected!\";s:21:\"error_open_image_file\";s:28:\"Error opening an image file!\";s:32:\"error_random_question_generation\";s:221:\"A fatal error occurred during the generation of your random questions for the test. Please contact your administrator with the following information: The system could not create an active ID for user ID %s and test ID %s.\";s:6:\"errors\";s:6:\"Errors\";s:14:\"errors_section\";s:10:\"Error Data\";s:9:\"errortext\";s:10:\"Error Text\";s:14:\"errortext_info\";s:356:\"Please enter the error text. To mark a word as an error please insert a hash sign (#) in front of the word. To mark a group of words as an error please encapsulate the words group between double brackets (i.e.: here is ((an example)) of it). If you press the &quot;Analyze Error Text&quot; button, all marked words will be extracted for further processing.\";s:18:\"essay_scoring_mode\";s:12:\"Scoring Mode\";s:39:\"essay_scoring_mode_keyword_relation_all\";s:46:\"Automatic Scoring with Keywords on Finding ALL\";s:44:\"essay_scoring_mode_keyword_relation_all_desc\";s:64:\"The points are granted automatically, if all keywords are found.\";s:39:\"essay_scoring_mode_keyword_relation_any\";s:46:\"Automatic Scoring with Keywords on Finding ANY\";s:44:\"essay_scoring_mode_keyword_relation_any_desc\";s:73:\"For any found keyword the corresponding points are granted automatically.\";s:39:\"essay_scoring_mode_keyword_relation_one\";s:46:\"Automatic Scoring with Keywords on Finding ONE\";s:44:\"essay_scoring_mode_keyword_relation_one_desc\";s:71:\"The points are granted automatically, if at least one keyword is found.\";s:35:\"essay_scoring_mode_without_keywords\";s:20:\"No Automatic Scoring\";s:40:\"essay_scoring_mode_without_keywords_desc\";s:56:\"No points are granted unless the tutor\'s manual scoring.\";s:14:\"eval_all_users\";s:24:\"Evaluation for All Users\";s:16:\"eval_legend_link\";s:72:\"Please refer to the legend for the meaning of the column header symbols.\";s:15:\"evaluated_users\";s:15:\"Evaluated Users\";s:7:\"exam_id\";s:8:\"Test ID:\";s:13:\"exam_id_label\";s:7:\"Test ID\";s:19:\"examid_in_test_pass\";s:15:\"Display Test ID\";s:24:\"examid_in_test_pass_desc\";s:89:\"A Test ID is displayed in the test. A new, unique ID is generated for every test attempt.\";s:18:\"examid_in_test_res\";s:21:\"Display ILIAS Test ID\";s:23:\"examid_in_test_res_desc\";s:55:\"The ILIAS Test ID will be included in the test results.\";s:17:\"exp_all_test_runs\";s:17:\"All test attempts\";s:13:\"exp_eval_data\";s:11:\"Export data\";s:16:\"exp_file_created\";s:20:\"Export file created.\";s:14:\"exp_grammar_as\";s:2:\"as\";s:19:\"exp_scored_test_run\";s:19:\"Scored test attempt\";s:20:\"exp_type_certificate\";s:17:\"Certificate (PDF)\";s:14:\"exp_type_excel\";s:15:\"Microsoft Excel\";s:13:\"exp_type_spss\";s:28:\"Comma Separated Values (CSV)\";s:20:\"expected_result_type\";s:20:\"Expected result type\";s:6:\"export\";s:6:\"Export\";s:30:\"export_cert_failed_for_users_p\";s:138:\"No certificate file could be generated and added for the following %s accounts: %s. Please contact an administrator to check the log file.\";s:30:\"export_cert_failed_for_users_s\";s:149:\"No certificate file could be generated and added to the archive for the following account: %s. Please contact an administrator to check the log file.\";s:31:\"export_cert_ignored_for_users_p\";s:111:\"The following %s accounts did not achieve a certificate, or the certificate service is not enabled/activate: %s\";s:31:\"export_cert_ignored_for_users_s\";s:107:\"The following account did not achieve a certificate, or the certificate service is not enabled/activate: %s\";s:20:\"export_cert_no_users\";s:73:\"A certificate archive cannot be created due to missing test participants.\";s:26:\"export_essay_qst_with_html\";s:36:\"Export Essay Question with HTML code\";s:31:\"export_essay_qst_with_html_desc\";s:72:\"If activated it is possible to export Essay Question with HTML to Excel.\";s:9:\"extratime\";s:10:\"Extra Time\";s:6:\"factor\";s:6:\"Factor\";s:15:\"failed_official\";s:6:\"failed\";s:12:\"failed_short\";s:6:\"failed\";s:5:\"false\";s:5:\"False\";s:12:\"feedback_all\";s:46:\"Show answer specific feedback for all answers.\";s:16:\"feedback_answers\";s:25:\"Feedback for Every Answer\";s:16:\"feedback_checked\";s:62:\"Show answer specific feedback for all chosen/selected answers.\";s:26:\"feedback_complete_solution\";s:16:\"Correct solution\";s:22:\"feedback_correct_kprim\";s:137:\"Show answer specific feedback for all correct answers (Correct answers are those, for that the positive option is to be chosen/selected).\";s:22:\"feedback_correct_sc_mc\";s:134:\"Show answer specific feedback for all correct answers (Correct answers are those, that lead to a positive score when chosen/selected).\";s:16:\"feedback_generic\";s:33:\"Correct/Incorrect Answer Feedback\";s:28:\"feedback_incomplete_solution\";s:34:\"At least one answer is not correct\";s:16:\"feedback_setting\";s:33:\"Mode of answer specific feedback.\";s:12:\"fileDownload\";s:13:\"File download\";s:12:\"file_uploads\";s:12:\"File Uploads\";s:39:\"fill_out_all_required_fields_add_answer\";s:59:\"Please fill out all required fields before you add answers!\";s:6:\"filter\";s:6:\"Filter\";s:25:\"filter_all_question_types\";s:18:\"All Question Types\";s:24:\"filter_all_questionpools\";s:18:\"All Question Pools\";s:26:\"filter_show_question_types\";s:19:\"Show Question Types\";s:25:\"filter_show_questionpools\";s:19:\"Show Question Pools\";s:15:\"final_statement\";s:18:\"Concluding Remarks\";s:25:\"final_statement_show_desc\";s:116:\"Show concluding remarks after the test has been submitted (there is no option to return to the test from this page).\";s:12:\"finalized_by\";s:12:\"Completed by\";s:20:\"finalized_evaluation\";s:17:\"Scoring completed\";s:12:\"finalized_on\";s:12:\"Completed at\";s:22:\"finish_all_user_passes\";s:24:\"Finish all Test Attempts\";s:25:\"finish_pass_for_all_users\";s:64:\"Are you sure you want to finish the test attempts for all users?\";s:44:\"finish_pass_for_all_users_in_processing_time\";s:118:\"You cannot finish the passes of all users together, because for at least one user the processing time is not over yet.\";s:33:\"finish_pass_for_user_confirmation\";s:75:\"Are you sure you want to finish this test attempt for the participant \"%s\"?\";s:39:\"finish_pass_for_user_in_processing_time\";s:156:\"WARNING: the processing time for this user is not over yet! You should only end the test run if there is a compelling reason (e.g. exclusion from the test).\";s:11:\"finish_test\";s:11:\"Finish Test\";s:24:\"finish_unfinished_passes\";s:27:\"Finish Uncompleted Attempts\";s:29:\"finish_unfinished_passes_desc\";s:94:\"Test attempts which have a set finishing time or a time limit will be closed by this cron job.\";s:23:\"fixed_participants_hint\";s:195:\"This test is only accessible for the manually added participants listed below. You can disable this setting by deactivating the checkbox ‘Manually Selected Participants’ in the test settings.\";s:24:\"fixedparticipants_subtab\";s:30:\"Manually Selected Participants\";s:9:\"flashfile\";s:10:\"Flash File\";s:3:\"for\";s:3:\"for\";s:7:\"forcejs\";s:42:\"Force JavaScript output for test questions\";s:28:\"form_msg_area_missing_points\";s:34:\"Please enter points for all areas.\";s:7:\"formula\";s:7:\"Formula\";s:15:\"fq_formula_desc\";s:571:\"You may enter predefined variables ($v1 to $vn), defined results (e.g. $r1), braces for expressions, mathematical operators  + (addition), - (subtraction), * (multiplication), / (division), ^ (nth power), the constants ‘pi’ for pi and ‘e’ for euler\'s constant, as well as the functions ‘sin’, ‘sinh’, ‘arcsin’, ‘asin’, ‘arcsinh’, ‘asinh’, ‘cos’, ‘cosh’, ‘arccos’, ‘acos’, ‘arccosh’, ‘acosh’, ‘tan’, ‘tanh’, ‘arctan’, ‘atan’, ‘arctanh’, ‘atanh’, ‘sqrt’, ‘abs’, ‘ln’ and ‘log’.\";s:22:\"fq_no_restriction_info\";s:50:\"Both decimals and fractions are accepted as input.\";s:17:\"fq_precision_info\";s:43:\"Enter the number of desired decimal places.\";s:16:\"fq_question_desc\";s:232:\"You can define variables by inserting $v1, $v2 ... $vn, results by inserting $r1, $r2 .... $rn at the desired position in the question text. Click on the button ‘Parse Question’ to create editing forms for variables and results.\";s:3:\"gap\";s:3:\"Gap\";s:15:\"gap_combination\";s:15:\"Gap Combination\";s:7:\"general\";s:7:\"General\";s:13:\"glossary_term\";s:13:\"Glossary Term\";s:16:\"grading_mark_msg\";s:32:\"Your mark is: &quot;[mark]&quot;\";s:38:\"grading_obligations_answered_listentry\";s:8:\"Answered\";s:32:\"grading_obligations_answered_msg\";s:40:\"You filled out all compulsory questions.\";s:29:\"grading_obligations_listlabel\";s:20:\"Compulsory Questions\";s:37:\"grading_obligations_missing_listentry\";s:4:\"Open\";s:31:\"grading_obligations_missing_msg\";s:47:\"You didn‘t complete all compulsory questions.\";s:25:\"grading_status_failed_msg\";s:39:\"Sorry, you have <b>failed</b> the test.\";s:25:\"grading_status_passed_msg\";s:49:\"Congratulations, you have <b>passed</b> the test.\";s:6:\"height\";s:6:\"Height\";s:5:\"hints\";s:5:\"Hints\";s:17:\"identical_scoring\";s:17:\"Identical Scoring\";s:22:\"identical_scoring_desc\";s:188:\"If selected, gaps with identical solutions will be scored, even if the same solution was used twice or more. If not selected, only the first occurrence of the same solution will be scored.\";s:8:\"imagemap\";s:9:\"Image Map\";s:15:\"import_question\";s:18:\"Import Question(s)\";s:8:\"imported\";s:8:\"imported\";s:8:\"in_range\";s:12:\"Within range\";s:23:\"info_answer_type_change\";s:93:\"The question already contains images. You can\'t change the answer type to multi-line answers.\";s:16:\"info_text_upload\";s:45:\"Choose an answer text (UTF-8) file to upload.\";s:12:\"insert_after\";s:12:\"Insert After\";s:13:\"insert_before\";s:13:\"Insert Before\";s:10:\"insert_gap\";s:10:\"Insert Gap\";s:14:\"internal_links\";s:14:\"Internal Links\";s:12:\"intprecision\";s:12:\"Divisible By\";s:17:\"intprecision_info\";s:485:\"‘Divisible by’ affects only the creation of variables, if the value for the precision is 0. In this case, you define for ‘Divisible by’ an integer value, which must be divisible by with the created variable. A value of 10 thus generates only integers that are divisible by 10. A value of 5 produces integers that are divisible by 5, etc. For a precision of 0, ‘Divisible by’ is a mandatory field and must contain a positive integer. The default value is 1 for any integers.\";s:10:\"javaapplet\";s:11:\"Java Applet\";s:5:\"kiosk\";s:9:\"Exam View\";s:17:\"kiosk_description\";s:348:\"Runs tests in kiosk mode. This hides the browser bar, navigation and all other screen elements that are not part of the test. Participants are prevented from opening other websites.<br />Effectively preventing participants from opening other websites during tests additionally requires the deployment of a suitable browser (e.g. Safe Exam Browser).\";s:13:\"kiosk_options\";s:17:\"Exam View Options\";s:18:\"kiosk_options_desc\";s:61:\"Information is displayed in the header section of the screen.\";s:22:\"kiosk_show_participant\";s:24:\"Show Name of Participant\";s:16:\"kiosk_show_title\";s:15:\"Show Test Title\";s:18:\"kprim_answers_info\";s:323:\"The multiple choice question type ‘four times decision right/wrong’ (Type K’, also known as Kprim) gives four answers or additions to a question or an incomplete statement. A decision about the correctness is to be done on all four answers/additions. The maximum points are granted only, if all decisions are correct.\";s:22:\"kprim_instruction_text\";s:51:\"You have to decide on every statement: [%s] or [%s]\";s:45:\"lacex_assClozeTest_NumberOfResultExpression_d\";s:75:\"The fourth answer option is a select gap and the second option was selected\";s:45:\"lacex_assClozeTest_NumberOfResultExpression_e\";s:10:\"R[4] = +2+\";s:44:\"lacex_assClozeTest_NumericResultExpression_d\";s:83:\"The second answer option is a numeric gap and was answered with the numeric value 5\";s:44:\"lacex_assClozeTest_NumericResultExpression_e\";s:10:\"R[2] = #5#\";s:45:\"lacex_assClozeTest_StringResultExpression_1_d\";s:72:\"The first answer option is a text gap and was answered with „Monday“\";s:45:\"lacex_assClozeTest_StringResultExpression_1_e\";s:15:\"R[1] = ~Monday~\";s:45:\"lacex_assClozeTest_StringResultExpression_2_d\";s:91:\"The fourth answer option is a select gap and the option labeled as „Green“ was selected\";s:45:\"lacex_assClozeTest_StringResultExpression_2_e\";s:14:\"R[4] = ~Green~\";s:46:\"lacex_assErrorText_ExclusiveResultExpression_d\";s:78:\"Exactly the answer options 1, 3 and 4 were chosen while answering the question\";s:46:\"lacex_assErrorText_ExclusiveResultExpression_e\";s:11:\"R = *1,3,4*\";s:45:\"lacex_assErrorText_NumberOfResultExpression_d\";s:64:\"While answering the question the second answer option was chosen\";s:45:\"lacex_assErrorText_NumberOfResultExpression_e\";s:7:\"R = +2+\";s:50:\"lacex_assFormulaQuestion_NumericResultExpression_d\";s:67:\"The first answer option was answered with the numeric value 3.14159\";s:50:\"lacex_assFormulaQuestion_NumericResultExpression_e\";s:16:\"R[1] = #3.14159#\";s:53:\"lacex_assImagemapQuestion_ExclusiveResultExpression_d\";s:78:\"Exactly the answer options 1, 3 and 4 were chosen while answering the question\";s:53:\"lacex_assImagemapQuestion_ExclusiveResultExpression_e\";s:11:\"R = *1,3,4*\";s:52:\"lacex_assImagemapQuestion_NumberOfResultExpression_d\";s:64:\"While answering the question the second answer option was chosen\";s:52:\"lacex_assImagemapQuestion_NumberOfResultExpression_e\";s:7:\"R = +2+\";s:52:\"lacex_assMatchingQuestion_MatchingResultExpression_d\";s:102:\"The question\'s terms were assigned to definitions as follows: 1 &rarr; 2 and 2 &rarr; 3 and 3 &rarr; 1\";s:52:\"lacex_assMatchingQuestion_MatchingResultExpression_e\";s:33:\"R = ;1:2; & R = ;2:3; & R = ;3:1;\";s:51:\"lacex_assMultipleChoice_ExclusiveResultExpression_d\";s:78:\"Exactly the answer options 1, 3 and 4 were chosen while answering the question\";s:51:\"lacex_assMultipleChoice_ExclusiveResultExpression_e\";s:11:\"R = *1,3,4*\";s:50:\"lacex_assMultipleChoice_NumberOfResultExpression_d\";s:64:\"While answering the question the second answer option was chosen\";s:50:\"lacex_assMultipleChoice_NumberOfResultExpression_e\";s:7:\"R = +2+\";s:42:\"lacex_assNumeric_NumericResultExpression_d\";s:52:\"The question was answered with the numeric value 4.7\";s:42:\"lacex_assNumeric_NumericResultExpression_e\";s:9:\"R = #4.7#\";s:54:\"lacex_assOrderingHorizontal_OrderingResultExpression_d\";s:62:\"The question\'s elements were ordered as follows: 2, 5, 1, 4, 3\";s:54:\"lacex_assOrderingHorizontal_OrderingResultExpression_e\";s:15:\"R = $2,5,1,4,3$\";s:52:\"lacex_assOrderingQuestion_OrderingResultExpression_d\";s:62:\"The question\'s elements were ordered as follows: 2, 5, 1, 4, 3\";s:52:\"lacex_assOrderingQuestion_OrderingResultExpression_e\";s:15:\"R = $2,5,1,4,3$\";s:41:\"lacex_assQuestion_EmptyAnswerExpression_d\";s:29:\"The question was not answered\";s:41:\"lacex_assQuestion_EmptyAnswerExpression_e\";s:5:\"R = ?\";s:46:\"lacex_assQuestion_PercentageResultExpression_d\";s:59:\"The questions answer result is equal to or greater than 75%\";s:46:\"lacex_assQuestion_PercentageResultExpression_e\";s:9:\"R >= %75%\";s:48:\"lacex_assSingleChoice_NumberOfResultExpression_d\";s:64:\"While answering the question the second answer option was chosen\";s:48:\"lacex_assSingleChoice_NumberOfResultExpression_e\";s:7:\"R = +2+\";s:44:\"lacex_assTextSubset_StringResultExpression_d\";s:73:\"For the second answer option the answer „sodium chloride“ was entered\";s:44:\"lacex_assTextSubset_StringResultExpression_e\";s:24:\"R[2] = ~sodium chloride~\";s:20:\"lacex_example_header\";s:8:\"Examples\";s:11:\"last_update\";s:7:\"Updated\";s:6:\"legend\";s:6:\"Legend\";s:6:\"locked\";s:6:\"locked\";s:19:\"log_added_extratime\";s:44:\"Added extra %d minutes for participant id %d\";s:25:\"log_answer_changed_points\";s:68:\"Manual change of points of test person %s from %d to %d points by %s\";s:19:\"log_create_new_test\";s:16:\"Created new test\";s:19:\"log_manual_feedback\";s:63:\"%s added manual feedback for test person %s and question %s: %s\";s:14:\"log_mark_added\";s:10:\"Mark added\";s:16:\"log_mark_changed\";s:12:\"Mark changed\";s:16:\"log_mark_removed\";s:12:\"Mark removed\";s:17:\"log_modified_test\";s:21:\"The test was modified\";s:18:\"log_question_added\";s:26:\"Question added at position\";s:29:\"log_question_position_changed\";s:25:\"Question position changed\";s:20:\"log_question_removed\";s:16:\"Question removed\";s:30:\"log_selected_user_data_removed\";s:28:\"Removed test data of user %s\";s:26:\"log_user_answered_question\";s:47:\"User answered a question and received %s points\";s:23:\"log_user_entered_values\";s:19:\"User entered values\";s:27:\"log_user_not_entered_values\";s:25:\"User did not enter values\";s:35:\"log_user_solution_willingly_deleted\";s:24:\"User deleted the answer.\";s:31:\"log_wrong_test_password_entered\";s:40:\"Participant entered wrong test password.\";s:8:\"longmenu\";s:8:\"Longmenu\";s:29:\"longmenu_answeroptions_differ\";s:121:\"This question does not work correctly, as there are not the same amount of gaps in the text as in the correction options.\";s:13:\"longmenu_text\";s:14:\"Long Menu Text\";s:11:\"mailnottype\";s:59:\"Send a notification every time a test attempt is completed.\";s:16:\"mailnottype_desc\";s:103:\"Notify the owner of the test <strong>even if</strong> the number of test attempts has not been limited.\";s:33:\"mainbar_button_label_questionlist\";s:12:\"Questionlist\";s:11:\"maintenance\";s:11:\"Maintenance\";s:10:\"manscoring\";s:14:\"Manual Scoring\";s:15:\"manscoring_done\";s:19:\"Scored Participants\";s:15:\"manscoring_hint\";s:240:\"You have added at least one question which may require manual scoring. To avoid participants getting access to the test results before you have finished manual scoring, please set a suitable date before which the results cannot be accessed.\";s:15:\"manscoring_none\";s:21:\"Unscored Participants\";s:22:\"manscoring_not_allowed\";s:95:\"The Manual Scoring wasn‘t activated for a question type. You are not allowed to use this tab.\";s:30:\"manscoring_questions_not_found\";s:79:\"This test attempt does not contain question types which can be scored manually.\";s:23:\"manscoring_results_pass\";s:35:\"Manual Scored Questions for Pass %s\";s:14:\"manual_editing\";s:14:\"Manual Editing\";s:11:\"mark_schema\";s:14:\"Grading System\";s:19:\"mark_schema_invalid\";s:161:\"The grading system that you have tried to create contains errors. Please make sure that the values in the ‘Minimum Score Required (in %]’ column are correct.\";s:7:\"matches\";s:7:\"matches\";s:14:\"matching_pairs\";s:14:\"Matching Pairs\";s:28:\"matching_shuffle_definitions\";s:16:\"Definitions only\";s:22:\"matching_shuffle_terms\";s:10:\"Terms only\";s:34:\"matching_shuffle_terms_definitions\";s:28:\"Both (Terms and Definitions)\";s:13:\"matching_type\";s:25:\"Matching Question Subtype\";s:8:\"material\";s:8:\"Material\";s:13:\"material_file\";s:13:\"Material File\";s:8:\"maxchars\";s:28:\"Maximum Number of Characters\";s:27:\"maximum_nr_of_tries_reached\";s:88:\"You have reached the maximum number of passes for this test. The test cannot be entered!\";s:14:\"maximum_points\";s:24:\"Maximum Available Points\";s:7:\"maxsize\";s:24:\"Maximum file upload size\";s:12:\"maxsize_info\";s:165:\"Enter the maximum size in bytes that should be allowed for file uploads. If you leave this field empty, the maximum size of this installation will be chosen instead.\";s:17:\"min_auto_complete\";s:12:\"Autocomplete\";s:19:\"min_percentage_ne_0\";s:140:\"One of your grade categories needs to start at the ‘Minimum Score Required (in %)’ level of 0%  Your grading system hasn’t been saved.\";s:4:\"misc\";s:12:\"Misc Options\";s:16:\"msg_circle_added\";s:12:\"Circle added\";s:24:\"msg_deleted_export_files\";s:22:\"Export file(s) removed\";s:25:\"msg_no_questions_selected\";s:27:\"No questions were selected.\";s:27:\"msg_number_of_terms_too_low\";s:74:\"The number of terms must be greater or equal to the number of definitions.\";s:14:\"msg_poly_added\";s:13:\"Polygon added\";s:19:\"msg_questions_moved\";s:17:\"Question(s) moved\";s:14:\"msg_rect_added\";s:15:\"Rectangle added\";s:38:\"msg_score_settings_modified_and_recalc\";s:69:\"Your changes were saved and the results recalculated correspondingly.\";s:31:\"msg_score_settings_not_modified\";s:28:\"Your changes were not saved.\";s:21:\"msg_selected_for_move\";s:31:\"Question(s) selected for moving\";s:12:\"new_category\";s:17:\"New Unit Category\";s:8:\"new_unit\";s:8:\"New Unit\";s:13:\"next_question\";s:4:\"Next\";s:18:\"next_question_rows\";s:27:\"Questions %d - %d of %d →\";s:30:\"no_manual_feedback_export_info\";s:38:\"Manual feedbacks will not be exported.\";s:14:\"no_passed_mark\";s:153:\"At least one grade has to be a passing grade. For a grade to be a passing grade, it needs to have the appropriate box in the ‘Passed’ column checked.\";s:29:\"no_question_selected_for_move\";s:46:\"Please check at least one question to move it!\";s:22:\"no_questions_available\";s:33:\"There are no questions available!\";s:14:\"no_result_type\";s:15:\"No Restrictions\";s:12:\"no_selection\";s:20:\"--- No Selection ---\";s:21:\"no_selection_for_move\";s:31:\"No question selected for moving\";s:27:\"no_target_selected_for_move\";s:34:\"You must select a target position!\";s:25:\"no_user_or_group_selected\";s:73:\"Please check an option what are you searching for (users, groups, roles)!\";s:28:\"not_all_obligations_answered\";s:72:\"You must answer all compulsory questions before you can finish the test.\";s:19:\"not_evaluated_users\";s:22:\"Not Yet Evaluated User\";s:16:\"not_yet_accessed\";s:16:\"Not yet accessed\";s:21:\"nr_of_correct_answers\";s:27:\"Number of Requested Answers\";s:17:\"number_of_answers\";s:17:\"Number of Answers\";s:11:\"numeric_gap\";s:11:\"Numeric Gap\";s:19:\"obligations_summary\";s:28:\"List of Compulsory Questions\";s:10:\"obligatory\";s:10:\"Compulsory\";s:12:\"option_label\";s:13:\"Option Labels\";s:21:\"option_label_adequate\";s:8:\"adequate\";s:28:\"option_label_adequate_or_not\";s:23:\"adequate / not adequate\";s:23:\"option_label_applicable\";s:10:\"applicable\";s:30:\"option_label_applicable_or_not\";s:27:\"applicable / not applicable\";s:19:\"option_label_custom\";s:18:\"Userdefined Labels\";s:25:\"option_label_custom_false\";s:21:\"Label for ‘FALSE’\";s:24:\"option_label_custom_true\";s:20:\"Label for ‘TRUE’\";s:17:\"option_label_info\";s:91:\"The configured phrases will be used as label for the options selectable by the participant.\";s:18:\"option_label_minus\";s:1:\"-\";s:25:\"option_label_not_adequate\";s:12:\"not adequate\";s:27:\"option_label_not_applicable\";s:14:\"not applicable\";s:17:\"option_label_plus\";s:1:\"+\";s:23:\"option_label_plus_minus\";s:5:\"+ / -\";s:18:\"option_label_right\";s:5:\"right\";s:24:\"option_label_right_wrong\";s:13:\"right / wrong\";s:18:\"option_label_wrong\";s:5:\"wrong\";s:22:\"oq_btn_define_pictures\";s:33:\"Switch to picture definition view\";s:19:\"oq_btn_define_terms\";s:30:\"Switch to term definition view\";s:20:\"oq_btn_nest_pictures\";s:30:\"Switch to picture nesting view\";s:17:\"oq_btn_nest_terms\";s:27:\"Switch to term nesting view\";s:25:\"oq_btn_use_order_pictures\";s:19:\"Use answer pictures\";s:22:\"oq_btn_use_order_terms\";s:16:\"Use answer terms\";s:27:\"oq_header_ordering_elements\";s:17:\"Ordering Elements\";s:2:\"or\";s:2:\"or\";s:5:\"order\";s:5:\"Order\";s:29:\"ordering_answer_sequence_info\";s:83:\"The answer sequence you define here will be taken as the correct solution sequence.\";s:9:\"ordertext\";s:13:\"Ordering Text\";s:14:\"ordertext_info\";s:225:\"Please enter the text that should be ordered horizontally. The ordering text will be separated by the whitespace signs in the text. If you need a different separation, you may use the separator %s to separate your text units.\";s:12:\"out_of_range\";s:12:\"Out of range\";s:6:\"output\";s:6:\"Output\";s:11:\"output_mode\";s:11:\"Output Mode\";s:13:\"parseQuestion\";s:14:\"Parse Question\";s:27:\"part_received_a_of_b_points\";s:49:\"The participant received %s of %s possible points\";s:12:\"participants\";s:12:\"Participants\";s:23:\"participants_invitation\";s:28:\"Select Participants Manually\";s:35:\"participants_invitation_description\";s:106:\"This test can only be accessed by users you have manually added in the ‘Participants’ tab of the test.\";s:27:\"participants_results_subtab\";s:16:\"All Participants\";s:4:\"pass\";s:4:\"Pass\";s:13:\"pass_finished\";s:7:\"%s pass\";s:15:\"passed_official\";s:6:\"passed\";s:11:\"passed_only\";s:17:\"Passed Tests Only\";s:12:\"passed_short\";s:6:\"passed\";s:13:\"passed_status\";s:13:\"Passed Status\";s:15:\"passes_finished\";s:9:\"%s passes\";s:10:\"percentage\";s:10:\"Percentage\";s:10:\"percentile\";s:10:\"Percentile\";s:7:\"picture\";s:7:\"Picture\";s:13:\"please_select\";s:19:\"-- please select --\";s:5:\"point\";s:5:\"Point\";s:6:\"points\";s:6:\"Points\";s:14:\"points_checked\";s:19:\"Points when Checked\";s:34:\"points_non_numeric_or_negative_msg\";s:54:\"Inputs for points only accept positive numeric values.\";s:12:\"points_short\";s:3:\"Pt.\";s:16:\"points_unchecked\";s:21:\"Points when Unchecked\";s:12:\"points_wrong\";s:16:\"Wrong Selections\";s:17:\"points_wrong_info\";s:94:\"Enter the negative points for each selected word that is not in the list of the marked errors.\";s:7:\"polygon\";s:7:\"Polygon\";s:26:\"polygon_click_next_or_save\";s:140:\"Please click on the next point of the polygon or save the area. (It is not necessary to click again on the starting point of this polygon !)\";s:24:\"polygon_click_next_point\";s:46:\"Please click on the next point of the polygon.\";s:28:\"polygon_click_starting_point\";s:50:\"Please click on the starting point of the polygon.\";s:25:\"positive_numbers_required\";s:35:\"Please enter only positive numbers.\";s:17:\"postpone_question\";s:24:\"Move Question to the End\";s:9:\"postponed\";s:9:\"postponed\";s:9:\"precision\";s:9:\"Precision\";s:7:\"preview\";s:7:\"Preview\";s:17:\"previous_question\";s:8:\"Previous\";s:22:\"previous_question_rows\";s:26:\"<< Questions %d - %d of %d\";s:41:\"qpl_assessment_no_assessment_of_questions\";s:118:\"There is no assessment of questions available for the selected question. The question has not yet been used in a test.\";s:31:\"qpl_assessment_total_of_answers\";s:16:\"Total of Answers\";s:37:\"qpl_assessment_total_of_right_answers\";s:66:\"Total Percentage of Correct Answers (percentage of maximum points)\";s:31:\"qpl_cancel_skill_assigns_update\";s:6:\"Cancel\";s:28:\"qpl_confirm_delete_questions\";s:56:\"Are you sure you want to remove the following questions?\";s:25:\"qpl_copy_insert_clipboard\";s:52:\"The selected question(s) are copied to the clipboard\";s:20:\"qpl_copy_select_none\";s:62:\"Please check at least one question to copy it to the clipboard\";s:21:\"qpl_delete_rbac_error\";s:43:\"You have no rights to remove this question!\";s:22:\"qpl_delete_select_none\";s:47:\"Please check at least one question to remove it\";s:16:\"qpl_export_excel\";s:20:\"Microsoft Excel File\";s:22:\"qpl_export_select_none\";s:47:\"Please check at least one question to export it\";s:14:\"qpl_export_xml\";s:12:\"QTI XML File\";s:25:\"qpl_form_general_settings\";s:16:\"General Settings\";s:28:\"qpl_imagemap_preview_missing\";s:310:\"ILIAS could not create the temporary preview file containing the image map areas. The original image is shown instead. This means that either the web server‘s ImageMagick tool isn‘t configured correctly or there are no write permissions in the temporary directory! Please contact your system administrator.\";s:25:\"qpl_import_create_new_qpl\";s:43:\"Import the questions in a new question pool\";s:19:\"qpl_import_no_items\";s:45:\"Error: The import file contains no questions!\";s:26:\"qpl_import_non_ilias_files\";s:163:\"Error: The import file contains QTI files which are not created by an ILIAS system. Please contact the ILIAS team to get in import filter for your QTI file format.\";s:33:\"qpl_import_verify_found_questions\";s:103:\"ILIAS found the following questions in the import file. Please select the questions you want to import.\";s:21:\"qpl_lac_desc_brackets\";s:8:\"Brackets\";s:33:\"qpl_lac_desc_compare_answer_exist\";s:48:\"Compare if there is an Answer for a Question/Gap\";s:34:\"qpl_lac_desc_compare_with_answer_n\";s:55:\"Compare the Result with the n-th Answer of the Question\";s:36:\"qpl_lac_desc_compare_with_assignment\";s:40:\"Compare the Result with the Matching n:m\";s:40:\"qpl_lac_desc_compare_with_exact_sequence\";s:50:\"Compare the Result with exactly the Given Sequence\";s:32:\"qpl_lac_desc_compare_with_number\";s:36:\"Compare the Result with the Number n\";s:35:\"qpl_lac_desc_compare_with_quest_res\";s:53:\"Compare the Result with the Reached Points in Percent\";s:34:\"qpl_lac_desc_compare_with_sequence\";s:54:\"Compare the Result with the Answer Sequence ($a,..,z$)\";s:30:\"qpl_lac_desc_compare_with_text\";s:37:\"Compare the Result with the text TEXT\";s:24:\"qpl_lac_desc_logical_and\";s:11:\"Logical AND\";s:23:\"qpl_lac_desc_logical_or\";s:10:\"Logical OR\";s:21:\"qpl_lac_desc_negation\";s:8:\"Negation\";s:39:\"qpl_lac_desc_res_of_answ_m_of_cur_quest\";s:41:\"Result of m-th Answer of Current Question\";s:29:\"qpl_lac_desc_res_of_cur_quest\";s:26:\"Result of Current Question\";s:28:\"qpl_lac_legend_header_common\";s:16:\"Expression Logic\";s:36:\"qpl_lac_legend_header_quest_specific\";s:29:\"Question Specific Expressions\";s:30:\"qpl_lac_legend_label_operators\";s:9:\"Operators\";s:34:\"qpl_maxchars_info_numeric_question\";s:254:\"If you enter a value, the field for the numerical answer will be created with a fixed length of this value, so entering more than the allowed characters is not possible. Note, that for numeric gaps the decimal separator is counted as a regular character.\";s:25:\"qpl_move_insert_clipboard\";s:46:\"The selected question(s) are marked for moving\";s:20:\"qpl_move_select_none\";s:58:\"Please check at least one question to select it for moving\";s:41:\"qpl_numeric_lower_needs_valid_lower_alert\";s:77:\"The lower bound needs to be valid numerical value lower than the upper bound.\";s:41:\"qpl_numeric_upper_needs_valid_upper_alert\";s:79:\"The upper bound needs to be valid numerical value greater than the lower bound.\";s:15:\"qpl_paste_error\";s:142:\"At least one question could not be pasted into the question pool. Possible reason: You tried to move the question into the same question pool.\";s:20:\"qpl_paste_no_objects\";s:91:\"There are no questions in the clipboard. Please copy or move a question into the clipboard.\";s:17:\"qpl_paste_success\";s:55:\"The question(s) have been pasted into the question pool\";s:26:\"qpl_qst_edit_form_taxonomy\";s:13:\"Taxonomy \"%s\"\";s:34:\"qpl_qst_edit_form_taxonomy_section\";s:10:\"Taxonomies\";s:25:\"qpl_qst_inp_matching_mode\";s:13:\"Matching Mode\";s:36:\"qpl_qst_inp_matching_mode_all_on_all\";s:53:\"One or More Terms match One or More Definitions (n:n)\";s:36:\"qpl_qst_inp_matching_mode_one_on_one\";s:37:\"One Term Matches One Definition (1:1)\";s:38:\"qpl_qst_skl_assign_properties_modified\";s:46:\"The assignment\'s properties has been modified.\";s:33:\"qpl_qst_skl_assign_synced_to_orig\";s:75:\"The competence assignments has been synchronised to the questions original.\";s:27:\"qpl_qst_skl_assigns_updated\";s:44:\"The competence assignments has been updated.\";s:41:\"qpl_qst_skl_selection_for_question_header\";s:37:\"Compence Assignments for Question: %s\";s:24:\"qpl_qst_skl_usg_numq_col\";s:53:\"Number of Questions in Pool adressing this competence\";s:25:\"qpl_qst_skl_usg_skill_col\";s:10:\"Competence\";s:26:\"qpl_qst_skl_usg_sklpnt_col\";s:45:\"Total Sum of Competence-Points per Competence\";s:22:\"qpl_question_is_in_use\";s:216:\"The question you are about to edit exists in %s test(s). If you change this question, you will NOT change the question(s) in the test(s), because the system creates a copy of a question when it is inserted in a test!\";s:21:\"qpl_questions_deleted\";s:20:\"Question(s) removed.\";s:17:\"qpl_reset_preview\";s:13:\"Reset Preview\";s:29:\"qpl_save_skill_assigns_update\";s:27:\"Save Competence Assignments\";s:25:\"qpl_settings_availability\";s:12:\"Availability\";s:44:\"qpl_settings_general_form_prop_show_tax_desc\";s:68:\"Existing taxonomies in this pool are offered for question filtering.\";s:47:\"qpl_settings_general_form_property_nav_taxonomy\";s:34:\"Taxonomy Filter as Navigation Tree\";s:59:\"qpl_settings_general_form_property_nav_taxonomy_description\";s:100:\"When a taxonomy is selected, it well be presented as navigation tree instead of a table filter item.\";s:53:\"qpl_settings_general_form_property_opt_notax_selected\";s:29:\"Use No Navigation Tree Filter\";s:50:\"qpl_settings_general_form_property_show_taxonomies\";s:15:\"Show Taxonomies\";s:27:\"qpl_settings_subtab_general\";s:16:\"General Settings\";s:30:\"qpl_settings_subtab_taxonomies\";s:10:\"Taxonomies\";s:36:\"qpl_skill_point_eval_by_quest_result\";s:50:\"Evaluation of Competence Points by Question Result\";s:40:\"qpl_skill_point_eval_by_solution_compare\";s:51:\"Evaluation of Competence Points by Solution Compare\";s:38:\"qpl_skill_point_eval_mode_quest_result\";s:15:\"Question Result\";s:42:\"qpl_skill_point_eval_mode_solution_compare\";s:16:\"Solution Compare\";s:28:\"qpl_skl_sub_tab_quest_assign\";s:30:\"Question/Competence Assignment\";s:22:\"qpl_skl_sub_tab_usages\";s:20:\"Assignment Frequency\";s:39:\"qpl_sync_quest_skl_assigns_confirmation\";s:150:\"The question was inserted from another repository object. Should the question\'s original be updated with the current config of competence assignments?\";s:19:\"qpl_tab_competences\";s:11:\"Competences\";s:29:\"qpl_taxonomy_tab_info_message\";s:175:\"Taxonomies in question pools can be used to filter the questions. After activating the function in the \"Settings\" tab, they are displayed in the filter in the \"Questions\" tab.\";s:23:\"qst_error_text_too_long\";s:134:\"One or more text elements marked as erroneous are too long. The maximum size for a text element marked as erroneous is 150 characters:\";s:32:\"qst_essay_allready_written_words\";s:22:\"Already entered words:\";s:25:\"qst_essay_chars_remaining\";s:21:\"Remaining characters:\";s:29:\"qst_essay_wordcounter_enabled\";s:11:\"Count Words\";s:34:\"qst_essay_wordcounter_enabled_info\";s:115:\"The entered words are counted. The number of written words is shown to the participants below the text input field.\";s:23:\"qst_essay_written_words\";s:24:\"Number of entered words:\";s:13:\"qst_lifecycle\";s:9:\"Lifecycle\";s:19:\"qst_lifecycle_draft\";s:5:\"Draft\";s:24:\"qst_lifecycle_filter_all\";s:14:\"All Lifecycles\";s:19:\"qst_lifecycle_final\";s:5:\"Final\";s:22:\"qst_lifecycle_outdated\";s:8:\"Outdated\";s:22:\"qst_lifecycle_rejected\";s:8:\"Rejected\";s:20:\"qst_lifecycle_review\";s:14:\"To be Reviewed\";s:22:\"qst_lifecycle_sharable\";s:9:\"Shareable\";s:29:\"qst_nested_nested_answers_off\";s:22:\"No indents, just order\";s:28:\"qst_nested_nested_answers_on\";s:21:\"Use indents in anwers\";s:15:\"qst_nr_of_tries\";s:15:\"Number of Tries\";s:21:\"qst_preview_reset_msg\";s:27:\"The preview has been reset.\";s:22:\"qst_use_nested_answers\";s:14:\"Nested answers\";s:23:\"que_contains_unused_var\";s:78:\"The question text contains a variable, that is not used in any result formula!\";s:25:\"question_browse_area_info\";s:64:\"Please select an object from which you want to import questions.\";s:29:\"question_cumulated_statistics\";s:29:\"Cumulated Question Statistics\";s:11:\"question_id\";s:11:\"Question ID\";s:17:\"question_id_short\";s:2:\"ID\";s:24:\"question_instances_title\";s:44:\"This question is used in the following tests\";s:32:\"question_is_part_of_running_test\";s:57:\"Question is part of a running test and may not be edited.\";s:16:\"question_marking\";s:18:\"Flagging Questions\";s:28:\"question_marking_description\";s:167:\"Participants are given the option to flag test questions for themselves. The flags are shown in the ‘Test Attempt Overview’, if that feature it has been activated.\";s:21:\"question_not_answered\";s:29:\"The question was not answered\";s:25:\"question_saved_for_upload\";s:224:\"The question was saved automatically in order to reserve hard disk space to store the uploaded file. If you cancel this form now, be aware that you must delete the question in the question pool if you do not want to keep it!\";s:16:\"question_summary\";s:21:\"Test Attempt Overview\";s:20:\"question_summary_btn\";s:21:\"Test Attempt Overview\";s:14:\"question_title\";s:14:\"Question Title\";s:13:\"question_type\";s:13:\"Question Type\";s:24:\"questionpool_not_entered\";s:40:\"Please enter a name for a question pool!\";s:25:\"questionpool_not_selected\";s:30:\"Please select a question pool!\";s:9:\"questions\";s:9:\"Questions\";s:14:\"questions_from\";s:14:\"questions from\";s:23:\"questions_per_page_view\";s:9:\"Page View\";s:20:\"random_accept_sample\";s:13:\"Accept Sample\";s:21:\"random_another_sample\";s:18:\"Get another Sample\";s:16:\"random_selection\";s:16:\"Random Selection\";s:5:\"range\";s:5:\"Range\";s:17:\"range_lower_limit\";s:11:\"Lower Bound\";s:9:\"range_max\";s:15:\"Range (Maximum)\";s:9:\"range_min\";s:15:\"Range (Minimum)\";s:17:\"range_upper_limit\";s:11:\"Upper Bound\";s:10:\"rated_sign\";s:4:\"Sign\";s:10:\"rated_unit\";s:4:\"Unit\";s:11:\"rated_value\";s:5:\"Value\";s:6:\"rating\";s:6:\"Rating\";s:11:\"rating_sign\";s:9:\"Rate Sign\";s:13:\"rating_simple\";s:13:\"Simple Rating\";s:11:\"rating_unit\";s:9:\"Rate Unit\";s:12:\"rating_value\";s:10:\"Rate Value\";s:9:\"rectangle\";s:9:\"Rectangle\";s:25:\"rectangle_click_br_corner\";s:60:\"Please click on the bottom right corner of the desired area.\";s:25:\"rectangle_click_tl_corner\";s:56:\"Please click on the top left corner of the desired area.\";s:17:\"redirectAfterSave\";s:85:\"The maximum working time has been reached. In a few seconds you will be redirected...\";s:29:\"redirect_after_finishing_rule\";s:8:\"Redirect\";s:28:\"redirect_after_finishing_tst\";s:8:\"Redirect\";s:33:\"redirect_after_finishing_tst_desc\";s:414:\"After completing the test, each participant is automatically redirected to a specific webpage of your choosing. This will only happen if participants do not have direct access to their test results. When entering the address of an external webpage, use the complete URL (including ‘https://’). When redirecting to an Object in ILIAS, use the permalink that can be found in the footer of the Object in question.\";s:15:\"redirect_always\";s:37:\"always to the webpage specified below\";s:22:\"redirect_in_kiosk_mode\";s:38:\"only when ‘Exam View’ is activated\";s:15:\"redirection_url\";s:14:\"URL of webpage\";s:6:\"region\";s:6:\"Region\";s:21:\"remove_as_participant\";s:27:\"Remove as Fixed Participant\";s:10:\"remove_gap\";s:10:\"Remove Gap\";s:15:\"remove_question\";s:6:\"Remove\";s:15:\"remove_solution\";s:33:\"Remove Content for Recapitulation\";s:22:\"res_contains_undef_res\";s:46:\"A result formula contains an undefined result!\";s:22:\"res_contains_undef_var\";s:48:\"A result formula contains an undefined variable!\";s:17:\"reset_definitions\";s:14:\"Reset Ordering\";s:12:\"reset_filter\";s:12:\"Reset Filter\";s:14:\"reset_pictures\";s:23:\"Reset Picture Positions\";s:11:\"reset_terms\";s:14:\"Reset Ordering\";s:6:\"result\";s:6:\"Result\";s:14:\"result_co_frac\";s:16:\"Coprime Fraction\";s:19:\"result_co_frac_info\";s:54:\"Canceled out fraction i.e.: only 1/3 is a valid result\";s:10:\"result_dec\";s:7:\"Decimal\";s:15:\"result_dec_info\";s:35:\"Valid results are i.e.: 2,3 and 2.3\";s:11:\"result_frac\";s:8:\"Fraction\";s:16:\"result_frac_info\";s:35:\"i.e.: 1/3 and 2/6 are valid results\";s:21:\"result_type_selection\";s:21:\"Result Type Selection\";s:16:\"result_unit_info\";s:90:\"Please note that the selected result unit must also be activated in ‘Available units’.\";s:12:\"result_units\";s:15:\"Available Units\";s:17:\"result_units_info\";s:103:\"The selected units are offered to the learner as part of an answer. The learner has to choose one unit.\";s:8:\"result_x\";s:9:\"Result %s\";s:7:\"results\";s:7:\"Results\";s:11:\"results_tab\";s:7:\"Results\";s:15:\"resulttable_all\";s:3:\"All\";s:19:\"resulttable_correct\";s:7:\"Correct\";s:21:\"resulttable_incorrect\";s:20:\"Incorrect/Incomplete\";s:24:\"resulttable_vc_sort_iooa\";s:22:\"in order of appearance\";s:28:\"resulttable_vc_sort_posscore\";s:28:\"highest possible score first\";s:11:\"review_view\";s:6:\"Review\";s:9:\"saveOrder\";s:10:\"Save Order\";s:23:\"saveOrderAndObligations\";s:26:\"Save Order and Obligations\";s:13:\"save_and_next\";s:17:\"Save and Continue\";s:18:\"save_on_navigation\";s:18:\"Save on Navigation\";s:31:\"save_on_navigation_confirmation\";s:67:\"Your changed answers will be automatically saved when you navigate.\";s:39:\"save_on_navigation_forced_feedback_hint\";s:45:\"Before you get feedback on your given answer.\";s:38:\"save_on_navigation_locked_confirmation\";s:78:\"Your changed answers will be automatically saved and locked when you navigate.\";s:16:\"saved_adjustment\";s:14:\"Changes saved.\";s:21:\"score_partsol_enabled\";s:27:\"Activate Half-Point Scoring\";s:26:\"score_partsol_enabled_info\";s:205:\"Usually the participant has to answer the question fully correct to get the configured points. With this option the participant gets the half of the configured points with at least three correct decisions.\";s:11:\"scored_pass\";s:11:\"Scored Pass\";s:7:\"scoring\";s:19:\"Scoring and Results\";s:13:\"scoringadjust\";s:11:\"Corrections\";s:13:\"search_groups\";s:13:\"Search Groups\";s:14:\"search_results\";s:14:\"Search Results\";s:12:\"search_roles\";s:12:\"Search Roles\";s:11:\"search_term\";s:11:\"Search Term\";s:12:\"search_users\";s:12:\"Search Users\";s:45:\"select_at_least_one_feedback_type_and_trigger\";s:58:\"Please Select at least one type of feedback and a trigger.\";s:10:\"select_gap\";s:10:\"Select Gap\";s:19:\"select_max_one_item\";s:27:\"Please select one item only\";s:15:\"select_one_user\";s:32:\"Please select at least one user.\";s:40:\"select_target_position_for_move_question\";s:92:\"Please select a target position to move the question(s) and press one of the insert buttons!\";s:11:\"select_unit\";s:19:\"--- Select Unit ---\";s:17:\"selected_category\";s:21:\"Selected Category: %s\";s:9:\"selection\";s:9:\"Selection\";s:13:\"set_edit_mode\";s:13:\"Set Edit Mode\";s:10:\"set_filter\";s:10:\"Set Filter\";s:19:\"set_manscoring_done\";s:32:\"Mark as ‘Scored Participant’\";s:19:\"set_manual_feedback\";s:15:\"Manual Feedback\";s:5:\"shape\";s:5:\"Shape\";s:21:\"showSuggestedSolution\";s:4:\"Type\";s:37:\"show_all_test_properties_on_info_page\";s:24:\"Show all Test Properties\";s:44:\"show_all_test_properties_on_info_page_byline\";s:129:\"Users will be presented with a complete list of test properties in the ‘Info’ tab, i.e. information on scoring and reporting.\";s:20:\"show_answer_overview\";s:20:\"Show Answer Overview\";s:21:\"show_detailed_results\";s:44:\"Show User’s Detailed Results (Marked Pass)\";s:18:\"show_examview_html\";s:9:\"On screen\";s:27:\"show_old_concluding_remarks\";s:27:\"Show old concluding remarks\";s:21:\"show_old_introduction\";s:21:\"Show old introduction\";s:18:\"show_pass_overview\";s:25:\"Show Marked Pass Overview\";s:29:\"show_requested_question_hints\";s:20:\"Show Requested Hints\";s:17:\"show_user_answers\";s:28:\"Show User’s Marked Answers\";s:15:\"shuffle_answers\";s:15:\"Shuffle Answers\";s:13:\"skip_question\";s:22:\"Do not Answer and Next\";s:12:\"solutionText\";s:4:\"Text\";s:25:\"solution_contain_keywords\";s:67:\"Score is granted based on the occurrence of the following keywords:\";s:13:\"solution_hint\";s:35:\"Assigned Content for Recapitulation\";s:9:\"start_tag\";s:9:\"Start Tag\";s:16:\"statistical_data\";s:16:\"Statistical Data\";s:10:\"statistics\";s:10:\"Statistics\";s:16:\"submit_and_check\";s:21:\"Save and Check Answer\";s:13:\"submit_answer\";s:11:\"Save Answer\";s:13:\"suggest_range\";s:13:\"Suggest Range\";s:21:\"suggestedSolutionType\";s:8:\"Refer to\";s:18:\"suggested_solution\";s:26:\"Content for Recapitulation\";s:37:\"suggested_solution_added_successfully\";s:50:\"You successfully set a content for recapitulation!\";s:27:\"ta_resulttable_vc_mode_aria\";s:20:\"switch question mode\";s:16:\"tab_nest_answers\";s:7:\"Nesting\";s:10:\"tax_filter\";s:8:\"Taxonomy\";s:16:\"tax_filter_notax\";s:35:\"Questions without assigned Taxonomy\";s:4:\"term\";s:4:\"Term\";s:10:\"term_image\";s:10:\"Term Image\";s:9:\"term_text\";s:9:\"Term Text\";s:5:\"terms\";s:5:\"Terms\";s:27:\"test_confirm_template_reset\";s:62:\"Are you sure that you do not want to use the template anymore?\";s:16:\"test_delete_page\";s:15:\"Delete Question\";s:18:\"test_edit_settings\";s:13:\"Edit Settings\";s:21:\"test_enable_archiving\";s:16:\"Enable Archiving\";s:35:\"test_has_datasets_warning_page_view\";s:105:\"The test already contains data sets. You cannot edit the test questions until you remove these data sets.\";s:40:\"test_has_datasets_warning_page_view_link\";s:19:\"Participant Results\";s:15:\"test_is_offline\";s:47:\"You cannot start the test! The test is offline.\";s:12:\"test_jump_to\";s:16:\"Jump to Question\";s:14:\"test_move_page\";s:13:\"Move Question\";s:18:\"test_next_question\";s:13:\"Next Question\";s:18:\"test_prev_question\";s:17:\"Previous Question\";s:22:\"test_question_set_type\";s:27:\"Selection of Test Questions\";s:28:\"test_question_set_type_fixed\";s:15:\"Fixed Questions\";s:33:\"test_question_set_type_fixed_info\";s:218:\"All test participants see the same questions.<br>You can create questions directly in the test as well as use questions from a Question Pool. If you create new questions, you can decide to save them in a Question Pool.\";s:29:\"test_question_set_type_random\";s:16:\"Random Questions\";s:34:\"test_question_set_type_random_info\";s:131:\"Each test participant will see an individually generated set of questions. The questions are drawn from one or more Question Pools.\";s:12:\"test_results\";s:20:\"Summary Test Results\";s:12:\"test_scoring\";s:15:\"Scoring Options\";s:19:\"test_template_reset\";s:30:\"The template has been removed.\";s:19:\"test_using_template\";s:124:\"This test uses the template %s. If you do not want to use a template and have access to all settings, please click here: %s.\";s:24:\"test_using_template_link\";s:27:\"Do not use template anymore\";s:12:\"text_correct\";s:12:\"Correct Text\";s:8:\"text_gap\";s:8:\"Text Gap\";s:26:\"text_maximum_chars_allowed\";s:148:\"Please do not enter more than a maximum of %s characters. Additional characters won\'t get cut, but the exceeding might be considered during scoring.\";s:11:\"text_rating\";s:20:\"Text Matching Method\";s:10:\"text_wrong\";s:10:\"Wrong Text\";s:8:\"textsize\";s:9:\"Text Size\";s:23:\"textsize_errortext_info\";s:91:\"Enter the text size of the error text in percent if you want another size than 100 percent.\";s:13:\"textsize_info\";s:94:\"Enter the text size of the ordering text in percent if you want another size than 100 percent.\";s:10:\"thumb_size\";s:14:\"Thumbnail Size\";s:15:\"thumb_size_info\";s:109:\"The image thumbnails will be created with a maximum values of height and width given, aspect ratio preserved.\";s:21:\"thumb_size_unit_pixel\";s:5:\"Pixel\";s:11:\"time_format\";s:8:\"HH MM SS\";s:6:\"timing\";s:10:\"Extra Time\";s:9:\"tolerance\";s:13:\"Tolerance (%)\";s:14:\"tolerance_info\";s:159:\"The tolerance specifies an allowable percentage deviation from the result value. With a tolerance of 0, only the exact result value is evaluated to be correct.\";s:34:\"too_many_targets_selected_for_move\";s:44:\"You must select exactly one target position!\";s:16:\"toplist_by_score\";s:19:\"High score by score\";s:15:\"toplist_by_time\";s:26:\"High score by working time\";s:20:\"toplist_col_achieved\";s:4:\"Date\";s:17:\"toplist_col_hints\";s:5:\"Hints\";s:23:\"toplist_col_participant\";s:11:\"Participant\";s:22:\"toplist_col_percentage\";s:10:\"Percentage\";s:16:\"toplist_col_rank\";s:4:\"Rank\";s:17:\"toplist_col_score\";s:5:\"Score\";s:17:\"toplist_col_wtime\";s:12:\"Working Time\";s:4:\"true\";s:4:\"True\";s:23:\"tst_access_code_created\";s:221:\"To provide you with permanent access to your test results and to offer you a possibility to resume this test, a unique test access code was created. Please make a note of this code so that you can continue the test later.\";s:26:\"tst_activate_skill_service\";s:18:\"Competence Service\";s:31:\"tst_activate_skill_service_desc\";s:126:\"Supports the assignment of questions to competences and the definition of thresholds for reaching a specific competence level.\";s:38:\"tst_activation_limited_visibility_info\";s:260:\"Before and after the period during which the test is available,  the test\'s title will be displayed, but participants won’t be able to take the test. Access, including to tests already in progress, will be prevented once the period of availability has ended.\";s:26:\"tst_activation_online_info\";s:53:\"Participants can take the test if it is ‘Online’.\";s:28:\"tst_add_quest_cont_edit_mode\";s:6:\"Editor\";s:32:\"tst_add_quest_cont_edit_mode_IPE\";s:85:\"Use plain text for questions and answers and ILIAS page editor for feedback and hints\";s:37:\"tst_add_quest_cont_edit_mode_IPE_info\";s:159:\"No formatting of text in question and answers. No use of LaTex either. But feedback and hints can be reused when question is embedded in ILIAS learning module.\";s:32:\"tst_add_quest_cont_edit_mode_RTE\";s:85:\"Use Rich-Text-Editor (TinyMCE) for editing questions and answers, feedbacks and hints\";s:37:\"tst_add_quest_cont_edit_mode_RTE_info\";s:158:\"Allows text formatting of questions, answers, feedbacks and hints. But feedback and hints cannot be reused when question is embedded in ILIAS learning module.\";s:41:\"tst_addit_passes_blocked_after_passed_msg\";s:59:\"You have passed the test. The test cannot be started again.\";s:24:\"tst_all_test_competences\";s:19:\"All Test Competence\";s:25:\"tst_all_user_data_deleted\";s:45:\"All user data for this test has been removed!\";s:32:\"tst_already_passed_cannot_retake\";s:53:\"Test already passed. You cannot start the test again.\";s:21:\"tst_already_submitted\";s:50:\"The test has already been completed and submitted.\";s:12:\"tst_analysis\";s:8:\"Analysis\";s:13:\"tst_anonymity\";s:7:\"Privacy\";s:28:\"tst_anonymity_anonymous_test\";s:38:\"Results Without Names / Anonymous Test\";s:30:\"tst_anonymity_no_anonymization\";s:18:\"Results With Names\";s:29:\"tst_answer_aggr_answer_header\";s:6:\"Answer\";s:32:\"tst_answer_aggr_frequency_header\";s:9:\"Frequency\";s:18:\"tst_answer_details\";s:14:\"Answer Details\";s:28:\"tst_answer_fixation_handling\";s:11:\"Answer Lock\";s:24:\"tst_answer_fixation_none\";s:19:\"Do Not Lock Answers\";s:29:\"tst_answer_fixation_none_desc\";s:144:\"As long as a participant has not finished a test attempt (i.e. by clicking on ‘Finish the Test’), they can change their answers at any time.\";s:40:\"tst_answer_fixation_on_followup_question\";s:42:\"Lock Answers After Moving to Next Question\";s:45:\"tst_answer_fixation_on_followup_question_desc\";s:151:\"As soon as the next question in the test has been revealed, a participant’s answers to the previous question are locked and can no longer be changed.\";s:39:\"tst_answer_fixation_on_instant_feedback\";s:36:\"Lock Answers After Feedback Received\";s:44:\"tst_answer_fixation_on_instant_feedback_desc\";s:130:\"After the feedback to a question has been shown, a participant’s answers are locked and they can no longer change their answers.\";s:47:\"tst_answer_fixation_on_instantfb_or_followupqst\";s:54:\"Lock Answers After Feedback or Moving to Next Question\";s:52:\"tst_answer_fixation_on_instantfb_or_followupqst_desc\";s:155:\"A participant’s answers to a question will be locked as soon as the question\'s feedback is shown or when the next question in the test has been revealed.\";s:26:\"tst_answer_status_answered\";s:8:\"Answered\";s:25:\"tst_answer_status_editing\";s:10:\" (editing)\";s:30:\"tst_answer_status_not_answered\";s:12:\"Not answered\";s:22:\"tst_answered_questions\";s:18:\"Answered Questions\";s:31:\"tst_answered_questions_of_total\";s:8:\"%s of %s\";s:27:\"tst_answered_questions_test\";s:31:\"Questions answered in this test\";s:21:\"tst_attached_xls_file\";s:78:\"You can find the test results for this participant in the attached Excel file.\";s:11:\"tst_attempt\";s:7:\"Attempt\";s:25:\"tst_attempt_limit_message\";s:41:\"Your limit of test attempts is <b>%s</b>.\";s:24:\"tst_back_to_pass_details\";s:20:\"Back to Pass Details\";s:25:\"tst_back_to_question_list\";s:21:\"Back to Question List\";s:15:\"tst_back_to_top\";s:11:\"Back to Top\";s:24:\"tst_back_to_virtual_pass\";s:25:\"Back to Question Overview\";s:20:\"tst_best_solution_is\";s:20:\"The best solution is\";s:29:\"tst_block_passes_after_passed\";s:44:\"Block Additional Passes After Test is Passed\";s:34:\"tst_block_passes_after_passed_info\";s:114:\"After a participant has passed the test, no further test attempts are allowed to the participant with this option.\";s:28:\"tst_browse_for_qpl_questions\";s:13:\"Add from Pool\";s:28:\"tst_browse_for_tst_questions\";s:19:\"Add from Other Test\";s:27:\"tst_btn_hide_best_solutions\";s:19:\"Hide Best Solutions\";s:37:\"tst_btn_rebuild_random_question_stage\";s:31:\"Synchronize Questions from Pool\";s:23:\"tst_btn_reset_pool_sync\";s:27:\"Edit/Cancel Synchronisation\";s:27:\"tst_btn_show_best_solutions\";s:19:\"Show Best Solutions\";s:56:\"tst_cannot_online_due_to_switched_quest_set_type_setting\";s:172:\"The test cannot be set to online, because the test mode setting has been changed. You have to set a test mode relating question config before the test can be set to online.\";s:38:\"tst_change_dyn_test_question_selection\";s:25:\"Change Question Selection\";s:30:\"tst_change_points_for_question\";s:21:\"Points for the Answer\";s:55:\"tst_change_quest_set_type_from_old_to_new_with_conflict\";s:221:\"You are about to change the test mode from <b>%s</b> to <b>%s</b>, although a questions/question pool configuration dependent on the current test mode already exists.<br />This already existing configuration will be lost.\";s:22:\"tst_change_workingtime\";s:32:\"Add extra time for a participant\";s:18:\"tst_comp_eval_mode\";s:13:\"Evaluation by\";s:15:\"tst_comp_points\";s:17:\"Competence Points\";s:14:\"tst_competence\";s:10:\"Competence\";s:31:\"tst_conditions_checkbox_enabled\";s:15:\"Exam Conditions\";s:36:\"tst_conditions_checkbox_enabled_desc\";s:131:\"Participants must select a checkbox to start the test. Please use the introductory message to present the exam to the participants.\";s:26:\"tst_confirm_submit_answers\";s:123:\"Please confirm your submission of your solution. You won\'t be able to revert your answers after pressing the submit button.\";s:23:\"tst_conflicting_setting\";s:48:\"This setting does conflict with another setting.\";s:8:\"tst_copy\";s:9:\"Copy Test\";s:26:\"tst_corr_add_as_answer_btn\";s:21:\"Add as Correct Answer\";s:36:\"tst_corr_answ_stat_tbl_header_answer\";s:6:\"Answer\";s:39:\"tst_corr_answ_stat_tbl_header_frequency\";s:9:\"Frequency\";s:27:\"tst_corrections_answers_tbl\";s:10:\"Statistics\";s:36:\"tst_corrections_answers_tbl_subindex\";s:17:\"Statistics for %s\";s:46:\"tst_corrections_incompatible_question_set_type\";s:72:\"Corrections are only possible if the test uses a fixed set of questions.\";s:38:\"tst_corrections_manscore_reset_warning\";s:140:\"There are %s manual scorings that have been done for the question \"%s (ID: %s)\". All manual scorings will be reset when saving the question.\";s:24:\"tst_corrections_qst_form\";s:20:\"Correction of Points\";s:39:\"tst_corrections_qst_remove_confirmation\";s:78:\"Do you really want to finally remove the question \"%s (ID: %s)\" from the test?\";s:28:\"tst_corrections_tab_question\";s:8:\"Question\";s:28:\"tst_corrections_tab_solution\";s:8:\"Solution\";s:30:\"tst_corrections_tab_statistics\";s:10:\"Statistics\";s:27:\"tst_count_correct_solutions\";s:46:\"Only Correct and Complete Answers Score Points\";s:32:\"tst_count_correct_solutions_desc\";s:200:\"Participants score either the maximum number of points for a fully correct and complete answer or 0 points in every other case. This is also valid for questions that define points for partial answers.\";s:27:\"tst_count_partial_solutions\";s:47:\"Incomplete or Partly Wrong Answers Score Points\";s:32:\"tst_count_partial_solutions_desc\";s:200:\"When a question defines points for partial answers, points for correctly provided partial answers are added up: Participants can score points for incomplete or partly wrong answers on these questions.\";s:31:\"tst_current_run_no_longer_valid\";s:103:\"Your current test run is no longer valid. <br>It was probably completed already or finished by a tutor.\";s:20:\"tst_default_settings\";s:25:\"Personal Default Settings\";s:20:\"tst_defaults_applied\";s:45:\"The selected test defaults have been applied.\";s:31:\"tst_defaults_apply_not_possible\";s:118:\"ILIAS could not apply the selected test defaults to this test! Maybe this test already contains participant data sets.\";s:29:\"tst_defaults_apply_select_one\";s:79:\"Please select exact one test defaults entry to apply the defaults to this test!\";s:22:\"tst_defaults_available\";s:23:\"Available test defaults\";s:29:\"tst_defaults_defaults_of_test\";s:28:\"the settings of this test as\";s:23:\"tst_defaults_enter_name\";s:51:\"Please enter a name for your test default settings!\";s:24:\"tst_defaults_not_defined\";s:55:\"You don’t have any test default settings defined yet.\";s:31:\"tst_delete_dyn_test_results_btn\";s:19:\"Remove Test Results\";s:23:\"tst_delete_missing_mark\";s:49:\"Please select at least one mark step to remove it\";s:19:\"tst_derive_new_pool\";s:24:\"Derive New Question Pool\";s:20:\"tst_derive_new_pools\";s:25:\"Derive New Question Pools\";s:42:\"tst_dont_show_msg_again_in_current_session\";s:52:\"Don\'t show this message again in my current session.\";s:29:\"tst_dont_use_previous_answers\";s:80:\"Your previous answers will not be used as default values in future test attempts\";s:26:\"tst_edit_competence_assign\";s:26:\"Edit Assignment Properties\";s:16:\"tst_edit_scoring\";s:12:\"Edit Scoring\";s:23:\"tst_enable_questionlist\";s:26:\"Show \'List of Questions’\";s:35:\"tst_enable_questionlist_description\";s:91:\"Participants can switch on a list of the test questions on the left of the actual question.\";s:15:\"tst_ending_time\";s:14:\"Finishing Time\";s:36:\"tst_ending_time_before_starting_time\";s:73:\"Please enter a date for the end of the test that is after the start date.\";s:20:\"tst_ending_time_desc\";s:345:\"Time from which participants can no longer submit answers. <b>Important</b>: Do <b>not</b> use this option for e-exams/distance exams. Instead, use the function \'Limit Duration of Test\' (see below). Only then will the test be ended on the server side and each participant\'s last entry in Essay-Questions automatically saved as auto-save-content.\";s:22:\"tst_enter_questionpool\";s:71:\"Please enter a question pool name where the new question will be stored\";s:24:\"tst_eval_question_points\";s:28:\"Question Results for Pass %s\";s:24:\"tst_eval_results_by_pass\";s:27:\"List of Answers for Pass %s\";s:27:\"tst_eval_results_by_pass_lo\";s:30:\"List of Answers for Attempt %s\";s:19:\"tst_eval_results_lo\";s:15:\"List of Answers\";s:20:\"tst_eval_show_answer\";s:11:\"Show Answer\";s:23:\"tst_eval_total_finished\";s:69:\"Total finished tests (Participants that used up all possible passes.)\";s:36:\"tst_eval_total_finished_average_time\";s:28:\"Average test processing time\";s:21:\"tst_eval_total_passed\";s:18:\"Total passed tests\";s:36:\"tst_eval_total_passed_average_points\";s:30:\"Average points of passed tests\";s:34:\"tst_eval_total_passed_average_time\";s:43:\"Average processing time of all passed tests\";s:22:\"tst_eval_total_persons\";s:49:\"Total number of participants who started the test\";s:20:\"tst_exam_access_code\";s:11:\"Access Code\";s:26:\"tst_exam_access_code_label\";s:56:\"Enter access code to continue your already started test.\";s:19:\"tst_exam_conditions\";s:15:\"Exam Conditions\";s:25:\"tst_exam_conditions_label\";s:31:\"Check to accept the conditions.\";s:39:\"tst_exam_conditions_not_checked_message\";s:39:\"You need to accept the exam conditions!\";s:28:\"tst_exam_ending_time_message\";s:36:\"The test cannot be started after %s.\";s:33:\"tst_exam_modal_message_conditions\";s:48:\"Please confirm the conditions to start the test.\";s:46:\"tst_exam_modal_message_conditions_and_password\";s:71:\"Please confirm the conditions and enter the password to start the test.\";s:31:\"tst_exam_modal_message_password\";s:44:\"Please enter the password to start the test.\";s:44:\"tst_exam_not_assigned_participant_disclaimer\";s:67:\"You cannot start this test, as you are not an assigned participant.\";s:17:\"tst_exam_password\";s:13:\"Test Password\";s:33:\"tst_exam_password_invalid_message\";s:32:\"The given password is not valid!\";s:23:\"tst_exam_password_label\";s:8:\"Password\";s:43:\"tst_exam_required_fields_not_filled_message\";s:41:\"You need to fill out all required fields!\";s:14:\"tst_exam_start\";s:10:\"Start Test\";s:29:\"tst_exam_use_previous_answers\";s:16:\"Previous Answers\";s:35:\"tst_exam_use_previous_answers_label\";s:57:\"If enabled answers from previous tests will be prefilled.\";s:19:\"tst_extratime_added\";s:69:\"The working time of the participant has been increased by %s minutes.\";s:18:\"tst_extratime_info\";s:132:\"If you want to add the working time multiple times for the same participant, please insert the total amount of time you want to add.\";s:26:\"tst_extratime_notavailable\";s:83:\"Extra time can be added only for tests with one pass and a maximum processing time.\";s:10:\"tst_failed\";s:6:\"Failed\";s:29:\"tst_failed_imp_qst_skl_assign\";s:152:\"The question\'s assignments to the following competences could not be created. The according competences could not be identified within the local system.\";s:29:\"tst_failed_imp_skl_thresholds\";s:174:\"The Import of thresholds for the following competences were skipped, because the according competences within the local system are configured with a different list of levels.\";s:12:\"tst_feedback\";s:8:\"Feedback\";s:28:\"tst_feedback_is_given_inline\";s:54:\"The feedback will be displayed along with your answer.\";s:37:\"tst_feedback_not_available_for_answer\";s:47:\"There is no feedback available for your answer.\";s:28:\"tst_filter_lifecycle_enabled\";s:23:\"Use Lifecycle as Filter\";s:24:\"tst_filter_question_type\";s:13:\"Question Type\";s:32:\"tst_filter_question_type_enabled\";s:27:\"Use Question Type as Filter\";s:19:\"tst_filter_tax_node\";s:13:\"Taxonomy Node\";s:19:\"tst_filter_taxonomy\";s:8:\"Taxonomy\";s:21:\"tst_final_information\";s:18:\"Finishing the Test\";s:25:\"tst_finish_confirm_button\";s:30:\"Yes, I want to finish the test\";s:32:\"tst_finish_confirm_cancel_button\";s:36:\"No, go back to the previous question\";s:32:\"tst_finish_confirmation_question\";s:151:\"You are going to finish this test. You won’t be able to enter this test attempt again to change your answers. Do you really want to finish this test?\";s:49:\"tst_finish_confirmation_question_no_attempts_left\";s:196:\"You are going to finish this test and reach the maximum number of allowed test attempts. You won’t be able to enter this test again to change your answers. Do you really want to finish the test?\";s:23:\"tst_finish_notification\";s:12:\"Notification\";s:32:\"tst_finish_notification_advanced\";s:25:\"Send complete test result\";s:36:\"tst_finish_notification_content_type\";s:17:\"Content of e-mail\";s:28:\"tst_finish_notification_desc\";s:77:\"Sends an e-mail to the test owner for every user that has completed the test.\";s:26:\"tst_finish_notification_no\";s:9:\"No e-mail\";s:30:\"tst_finish_notification_simple\";s:29:\"Send username and finish date\";s:12:\"tst_finished\";s:8:\"Finished\";s:36:\"tst_form_dynamic_question_set_config\";s:28:\"Continues Question Selection\";s:16:\"tst_gap_analysis\";s:12:\"Gap Analysis\";s:22:\"tst_general_properties\";s:16:\"General Settings\";s:22:\"tst_header_participant\";s:25:\"Question and your answer:\";s:32:\"tst_header_participant_no_answer\";s:23:\"Question - not answered\";s:19:\"tst_header_solution\";s:14:\"Best Solution:\";s:19:\"tst_heading_scoring\";s:7:\"Scoring\";s:17:\"tst_hide_info_tab\";s:13:\"Hide Info Tab\";s:22:\"tst_hide_info_tab_desc\";s:37:\"Hides the tab ‘Info’ of the test.\";s:21:\"tst_hide_pagecontents\";s:17:\"Hide page content\";s:26:\"tst_hide_pagecontents_desc\";s:149:\"ILIAS content placed before and after the actual question text via the \"Edit Page\" button will not be displayed in the result views and print output.\";s:18:\"tst_hide_side_list\";s:22:\"Hide List of Questions\";s:25:\"tst_highscore_achieved_ts\";s:4:\"Date\";s:37:\"tst_highscore_achieved_ts_description\";s:66:\"A column containing the test date will be included in the ranking.\";s:24:\"tst_highscore_all_tables\";s:38:\"Participant\'s Own Rank and Top Ranking\";s:36:\"tst_highscore_all_tables_description\";s:89:\"Participants get information about the top ranking and their own position in the ranking.\";s:18:\"tst_highscore_anon\";s:13:\"Without Names\";s:30:\"tst_highscore_anon_description\";s:137:\"Ranking is displayed without listing the names of the other participants. This will be the case anyway if the test was taken anonymously.\";s:25:\"tst_highscore_description\";s:262:\"Within the \'Results\'-tab participants are presented with a subtab \'Show Ranking\'. On clicking it participants are presented with a league table on the performance in the test. You have to activate \'Access to Test Results\', too in order to use this functionality.\";s:21:\"tst_highscore_enabled\";s:7:\"Ranking\";s:19:\"tst_highscore_hints\";s:5:\"Hints\";s:31:\"tst_highscore_hints_description\";s:72:\"A column containing the requested hints will be included in the ranking.\";s:18:\"tst_highscore_mode\";s:4:\"Mode\";s:23:\"tst_highscore_own_table\";s:22:\"Participant\'s Own Rank\";s:35:\"tst_highscore_own_table_description\";s:62:\"Participants are advised of their own position in the ranking.\";s:24:\"tst_highscore_percentage\";s:10:\"Percentage\";s:36:\"tst_highscore_percentage_description\";s:73:\"A column containing the tests percentage will be included in the ranking.\";s:19:\"tst_highscore_score\";s:5:\"Score\";s:31:\"tst_highscore_score_description\";s:62:\"A column containing the score will be included in the ranking.\";s:21:\"tst_highscore_top_num\";s:21:\"Length of Top Ranking\";s:33:\"tst_highscore_top_num_description\";s:66:\"Specify how many ranks are to be included in the top ranking list.\";s:26:\"tst_highscore_top_num_unit\";s:7:\"entries\";s:23:\"tst_highscore_top_table\";s:11:\"Top Ranking\";s:35:\"tst_highscore_top_table_description\";s:68:\"Participants are presented with a table containing the top rankings.\";s:19:\"tst_highscore_wtime\";s:16:\"Duration of Test\";s:31:\"tst_highscore_wtime_description\";s:77:\"A column containing the duration of the test will be included in the ranking.\";s:17:\"tst_imap_qst_mode\";s:4:\"Mode\";s:20:\"tst_imap_qst_mode_mc\";s:15:\"Multiple Choice\";s:20:\"tst_imap_qst_mode_sc\";s:13:\"Single Choice\";s:24:\"tst_import_non_ilias_zip\";s:83:\"Error: The filename of the uploaded import file does not match the expected format.\";s:33:\"tst_import_verify_found_questions\";s:123:\"ILIAS found the following questions in the test import file. Please select the questions you want to import with this test.\";s:39:\"tst_inp_all_quest_points_equal_per_pool\";s:42:\"Use Only Pools with Equal Scored Questions\";s:44:\"tst_inp_all_quest_points_equal_per_pool_desc\";s:347:\"If enabled, only question pools in which all questions have the same points are offered. Participants of such a test can all have the same number of maximum points, thus the test results will be better comparable. It is recommended to choose this option. Please take note that preexisting rules are not reevaluated upon activation of this setting.\";s:49:\"tst_inp_dyn_quest_set_quest_ordering_by_date_desc\";s:85:\"The presentation order for the questions bases upon the question\'s last editing date.\";s:48:\"tst_inp_dyn_quest_set_quest_ordering_by_tax_desc\";s:93:\"The presentation order for the questions bases upon the question\'s assignments in a taxonomy.\";s:29:\"tst_inp_no_available_tax_hint\";s:50:\"No Available Taxonomies for Selected Question Pool\";s:29:\"tst_inp_quest_amount_cfg_mode\";s:19:\"Amount of Questions\";s:34:\"tst_inp_quest_amount_cfg_mode_pool\";s:76:\"Define the amount of questions per selected question pool and taxonomy node.\";s:34:\"tst_inp_quest_amount_cfg_mode_test\";s:39:\"Define the amount of questions per test\";s:36:\"tst_inp_quest_amount_per_source_pool\";s:15:\"Question Amount\";s:29:\"tst_inp_quest_amount_per_test\";s:38:\"Number of Questions for the Whole Test\";s:30:\"tst_inp_source_pool_filter_tax\";s:15:\"Taxonomy Filter\";s:32:\"tst_inp_source_pool_filter_tax_x\";s:27:\"Use Taxonomy \"%s\" as Filter\";s:25:\"tst_inp_source_pool_label\";s:13:\"Question Pool\";s:33:\"tst_inp_source_pool_no_tax_filter\";s:28:\"Use No Taxonomy Based Filter\";s:52:\"tst_input_dyn_quest_set_answer_status_filter_enabled\";s:28:\"Provide Answer Status Filter\";s:43:\"tst_input_dynamic_question_set_ordering_tax\";s:17:\"Ordering Taxonomy\";s:55:\"tst_input_dynamic_question_set_ordering_tax_description\";s:95:\"The test questions will be presented accordingly to their assignments in the selected taxonomy.\";s:48:\"tst_input_dynamic_question_set_question_ordering\";s:17:\"Question Ordering\";s:56:\"tst_input_dynamic_question_set_question_ordering_by_date\";s:23:\"Order Questions by Date\";s:55:\"tst_input_dynamic_question_set_question_ordering_by_tax\";s:27:\"Order Questions by Taxonomy\";s:50:\"tst_input_dynamic_question_set_source_questionpool\";s:20:\"Source Question Pool\";s:55:\"tst_input_dynamic_question_set_taxonomie_filter_enabled\";s:23:\"Provide Taxonomy Filter\";s:27:\"tst_insert_missing_question\";s:63:\"Please select at least one question to insert it into the test!\";s:20:\"tst_insert_questions\";s:70:\"Are you sure you want to insert the following question(s) to the test?\";s:32:\"tst_insert_questions_and_results\";s:194:\"This test was already executed by %s user(s). Inserting questions to this test will remove all test results of these users. Are you sure you want to insert the following question(s) to the test?\";s:20:\"tst_instant_feedback\";s:16:\"Instant Feedback\";s:35:\"tst_instant_feedback_answer_generic\";s:32:\"Feedback on Fully Correct Answer\";s:40:\"tst_instant_feedback_answer_generic_desc\";s:301:\"If the answer provided is fully correct ILIAS will show one type of feedback upon clicking the ‘Check’ button.  If the answer provided is not fully correct, another type of feedback will be displayed. Both types of feedback have to be prepared in the tab ‘Feedback’ of the respective question.\";s:36:\"tst_instant_feedback_answer_specific\";s:42:\"Specific Feedback for Each Answer provided\";s:41:\"tst_instant_feedback_answer_specific_desc\";s:245:\"On clicking the ‘Check’-button, ILIAS will show a specific feedback for every answer option selected by the participant. The feedback has to be prepared along with the question. This specific feedback is not supported for all question types.\";s:29:\"tst_instant_feedback_contents\";s:17:\"Included Contents\";s:25:\"tst_instant_feedback_desc\";s:99:\"When questions are configured with feedback it is provided to participants during the test attempt.\";s:27:\"tst_instant_feedback_forced\";s:22:\"Force Instant Feedback\";s:28:\"tst_instant_feedback_results\";s:15:\"Points Attained\";s:33:\"tst_instant_feedback_results_desc\";s:111:\"On clicking the ‘Check’ button ILIAS will display how many points were attained by answering this question.\";s:29:\"tst_instant_feedback_solution\";s:25:\"Show Best Possible Answer\";s:34:\"tst_instant_feedback_solution_desc\";s:95:\"On clicking the ‘Check’ button ILIAS will display the best possible answer to the question.\";s:28:\"tst_instant_feedback_trigger\";s:16:\"Feedback Trigger\";s:35:\"tst_instant_feedback_trigger_forced\";s:48:\"The Feedback is Triggered by Answering Questions\";s:40:\"tst_instant_feedback_trigger_forced_desc\";s:85:\"The presentation of feedback is forced to all participants with answering a question.\";s:35:\"tst_instant_feedback_trigger_manual\";s:46:\"Participants can Trigger the Feedback Manually\";s:40:\"tst_instant_feedback_trigger_manual_desc\";s:102:\"The feedback is availble but will only be shown when a participant triggers the presentation manually.\";s:16:\"tst_introduction\";s:20:\"Introductory Message\";s:21:\"tst_introduction_desc\";s:189:\"Shows an introductory message on the ‘Test’ tab. The message can be edited in the sub-tab \'Edit Introduction\' of these settings and is accessible already before the test can be started.\";s:21:\"tst_introduction_text\";s:20:\"Introductory Message\";s:18:\"tst_invited_nobody\";s:68:\"No users, groups or roles have been added as fixed test participants\";s:26:\"tst_invited_selected_users\";s:61:\"The selected users have been added as fixed test participants\";s:46:\"tst_launcher_button_label_passes_limit_reached\";s:50:\"You have reached the limit of possible test passes\";s:38:\"tst_launcher_status_message_conditions\";s:83:\"You will be asked for your approval of the exam conditions when you start the test.\";s:51:\"tst_launcher_status_message_conditions_and_password\";s:100:\"You will be asked for the password and your approval of the exam conditions when you start the test.\";s:36:\"tst_launcher_status_message_password\";s:59:\"You will be asked for the password when you start the test.\";s:9:\"tst_level\";s:16:\"Competence Level\";s:21:\"tst_limit_nr_of_tries\";s:29:\"Limit Number of Test Attempts\";s:24:\"tst_link_only_unassigned\";s:141:\"You have selected at least one question that is already linked to a question pool. Only unassigned questions can be added to a question pool.\";s:23:\"tst_list_answer_details\";s:18:\"Show in List Below\";s:19:\"tst_list_of_answers\";s:15:\"List of Answers\";s:24:\"tst_list_of_answers_show\";s:24:\"Review of Scored Answers\";s:25:\"tst_list_of_questions_end\";s:43:\"Show before a participant finishes the test\";s:27:\"tst_list_of_questions_start\";s:32:\"Show prior to the first question\";s:38:\"tst_list_of_questions_with_description\";s:29:\"Include question descriptions\";s:23:\"tst_man_scoring_by_part\";s:22:\"Scoring by Participant\";s:22:\"tst_man_scoring_by_qst\";s:19:\"Scoring by Question\";s:29:\"tst_man_scoring_only_answered\";s:13:\"Only answered\";s:29:\"tst_manage_competence_assigns\";s:29:\"Manage Competence Assignments\";s:44:\"tst_manscoring_input_max_points_for_question\";s:27:\"Maximum Points for Question\";s:47:\"tst_manscoring_input_question_and_user_solution\";s:26:\"Question and User Solution\";s:45:\"tst_manscoring_maxpoints_exceeded_input_alert\";s:39:\"The maximum of %s point(s) is exceeded!\";s:38:\"tst_manscoring_question_section_header\";s:12:\"Question: %s\";s:32:\"tst_manscoring_user_notification\";s:17:\"Send Notification\";s:8:\"tst_mark\";s:4:\"Mark\";s:29:\"tst_mark_create_new_mark_step\";s:20:\"Create New Mark Step\";s:22:\"tst_mark_minimum_level\";s:20:\"Minimum Level (in %)\";s:22:\"tst_mark_official_form\";s:13:\"Official Form\";s:15:\"tst_mark_passed\";s:6:\"Passed\";s:36:\"tst_mark_reset_to_simple_mark_schema\";s:27:\"Reset to Simple Mark Schema\";s:49:\"tst_mark_reset_to_simple_mark_schema_confirmation\";s:130:\"If you proceed the current mark schema set for this test will be replaced by a simple mark schema thus deleting all local changes.\";s:19:\"tst_mark_short_form\";s:10:\"Short Form\";s:19:\"tst_max_comp_points\";s:22:\"Max. Competence Points\";s:18:\"tst_maximum_points\";s:14:\"Maximum Points\";s:23:\"tst_mc_label_none_above\";s:25:\"None of the answers above\";s:21:\"tst_median_mark_panel\";s:14:\"Mark of Median\";s:59:\"tst_msg_cannot_modify_dynamic_question_set_conf_due_to_part\";s:95:\"Continues question selection configuration cannot be modified due to existing participant data.\";s:58:\"tst_msg_cannot_modify_random_question_set_conf_due_to_part\";s:90:\"The random question set configuration cannot be modified due to existing participant data.\";s:44:\"tst_msg_dynamic_question_set_config_modified\";s:61:\"Continues question selection configuration has been modified.\";s:47:\"tst_msg_rand_quest_set_change_quest_amount_here\";s:43:\"You can change the question amount here: %s\";s:50:\"tst_msg_rand_quest_set_incomplete_quest_amount_cfg\";s:102:\"A test with a random set of questions is not possible without a correctly defined amount of questions.\";s:33:\"tst_msg_rand_quest_set_lost_pools\";s:210:\"The test\'s question selection configuration has been frozen, because the following question pools that are involved to the config are not available anymore. The non available pools can be newly derived.<br />%s\";s:38:\"tst_msg_rand_quest_set_lost_pools_link\";s:28:\"Open Selected Question Pools\";s:41:\"tst_msg_rand_quest_set_no_pools_available\";s:109:\"Currently you cannot add new rules for the question selection, because there are no question pools available.\";s:39:\"tst_msg_rand_quest_set_no_src_pool_defs\";s:99:\"A test with a random set of questions is not possible without selecting at least one question pool.\";s:31:\"tst_msg_rand_quest_set_not_sync\";s:239:\"The rules for a random selection of questions were newly created or changed. The questions from the pools have to be synchronized in the test before it can be used. This checks also if a random test is possible with the given set of rules.\";s:37:\"tst_msg_rand_quest_set_pass_buildable\";s:81:\"A test with a random set of questions is possible with the current configuration.\";s:41:\"tst_msg_rand_quest_set_pass_not_buildable\";s:140:\"<b>A test with a random set of questions is not possible with the current selection of question pools and the amount of questions.</b><br />\";s:33:\"tst_msg_rand_quest_set_rule_label\";s:7:\"Rule %s\";s:49:\"tst_msg_rand_quest_set_rule_not_satisfied_missing\";s:72:\"Rule %s requires %s questions, but there are only %s questions provided.\";s:56:\"tst_msg_rand_quest_set_rule_not_satisfied_missing_shared\";s:103:\"Additionally from these questions there are %s questions also provided to the following other rules: %s\";s:50:\"tst_msg_rand_quest_set_rule_not_satisfied_reserved\";s:66:\"Rule %s requires %s questions and there are %s questions provided.\";s:57:\"tst_msg_rand_quest_set_rule_not_satisfied_reserved_shared\";s:129:\"But there are only %s of the provided questions guaranteed available, because of intersections with the following other rules: %s\";s:43:\"tst_msg_rand_quest_set_stage_pool_last_sync\";s:59:\"Date of last synchronisation of selected question pools: %s\";s:40:\"tst_msg_random_qsc_modified_add_new_rule\";s:109:\"The configuration for the random set of questions has been modified successfully. You can add a new rule now.\";s:43:\"tst_msg_random_question_set_config_modified\";s:81:\"The configuration for the random set of questions has been modified successfully.\";s:34:\"tst_msg_random_question_set_synced\";s:79:\"The questions for the current configuration has been synchronized successfully.\";s:32:\"tst_msg_skl_lvl_thresholds_saved\";s:41:\"The competence thresholds has been saved.\";s:39:\"tst_msg_skl_qst_assign_points_not_saved\";s:67:\"The competence points have not been saved. Please check your input.\";s:35:\"tst_msg_skl_qst_assign_points_saved\";s:38:\"The competence points have been saved.\";s:39:\"tst_msg_source_pool_definitions_deleted\";s:39:\"The rule has been removed successfully.\";s:41:\"tst_nav_next_locks_current_answer_confirm\";s:123:\"When you navigate to the next question your answer to the current question will be locked and cannot be changed any longer.\";s:40:\"tst_nav_next_locks_current_answer_header\";s:27:\"Navigation to Next Question\";s:39:\"tst_nav_next_locks_empty_answer_confirm\";s:134:\"You did not answer the current question. An empty solution will be saved and locked as answer. This answer cannot be changed later on.\";s:38:\"tst_nav_next_locks_empty_answer_header\";s:25:\"Navigation Without Answer\";s:35:\"tst_nav_while_edit_modal_cancel_btn\";s:6:\"Cancel\";s:31:\"tst_nav_while_edit_modal_header\";s:22:\"Decision about Answers\";s:35:\"tst_nav_while_edit_modal_nosave_btn\";s:11:\"Do Not Save\";s:33:\"tst_nav_while_edit_modal_save_btn\";s:4:\"Save\";s:29:\"tst_nav_while_edit_modal_text\";s:67:\"What to do with the answers you possibly entered for this question?\";s:22:\"tst_no_evaluation_data\";s:38:\"There is no evaluation data available.\";s:20:\"tst_no_marks_defined\";s:72:\"There are no marks defined, please create at least a simple mark schema!\";s:42:\"tst_no_question_selected_for_moving_to_qpl\";s:67:\"Please choose at least one question to be added to a question pool!\";s:36:\"tst_no_question_selected_for_removal\";s:48:\"Please check at least one question to remove it!\";s:29:\"tst_no_scorable_qst_available\";s:30:\"No question to score available\";s:12:\"tst_no_tries\";s:4:\"none\";s:34:\"tst_non_avail_pool_msg_status_lost\";s:189:\"This question pool is not available anymore. Synchronizing questions from this pool is not possible any longer. You can derive a new question pool from the questions contained in this test.\";s:37:\"tst_non_avail_pool_msg_status_trashed\";s:137:\"This question pool is trashed, when it gets removed from system permanently, the test is no longer able to synchronize questions from it.\";s:25:\"tst_non_avail_pools_table\";s:27:\"Non Available Questionpools\";s:36:\"tst_non_available_pool_newly_derived\";s:55:\"The new question pool(s) has been derived successfully.\";s:38:\"tst_nonpool_questions_get_lost_warning\";s:183:\"<b>The current test mode includes questions in its configuration that are not assigned to any question pool. If you change the test mode, these questions will be lost permanently.</b>\";s:34:\"tst_notification_explanation_admin\";s:72:\"You receive this mail from ILIAS because you activated the notification.\";s:42:\"tst_notify_manscoring_done_body_msg_reason\";s:75:\"You have received this notification, because you participated in this test.\";s:43:\"tst_notify_manscoring_done_body_msg_subject\";s:38:\"Manual Scoring for Test \"%s\" committed\";s:41:\"tst_notify_manscoring_done_body_msg_topic\";s:35:\"Your test has been graded manually:\";s:16:\"tst_nr_of_passes\";s:23:\"Number of Test Attempts\";s:15:\"tst_nr_of_tries\";s:23:\"Max. Number of Attempts\";s:20:\"tst_nr_of_tries_desc\";s:48:\"Maximum number of passes a participant can take.\";s:23:\"tst_nr_of_tries_of_user\";s:24:\"Passes Already Completed\";s:21:\"tst_num_all_questions\";s:23:\"Number of All Questions\";s:34:\"tst_num_correct_answered_questions\";s:18:\"Answered Correctly\";s:38:\"tst_num_non_answered_questions_notseen\";s:18:\"Not Presented, Yet\";s:38:\"tst_num_non_answered_questions_skipped\";s:7:\"Skipped\";s:17:\"tst_num_questions\";s:19:\"Number of Questions\";s:26:\"tst_num_selected_questions\";s:28:\"Number of Selected Questions\";s:32:\"tst_num_wrong_answered_questions\";s:17:\" Answered Wrongly\";s:50:\"tst_objective_oriented_test_pass_without_questions\";s:62:\"The started pass for test \"%s\" does not contain any questions.\";s:29:\"tst_objective_progress_header\";s:27:\"Learning Objective Progress\";s:30:\"tst_objectives_progress_header\";s:28:\"Learning Objectives Progress\";s:34:\"tst_old_style_rnd_quest_set_broken\";s:162:\"This random test is in a irreparable state, because one or more connected question pools have been deleted. Therefor participants cannot take the test any longer.\";s:46:\"tst_optional_questions_confirmation_fixed_test\";s:563:\"<b>Question related to already passed learning objectives were answered in previous passes.</b><br /><br />You want to navigate to a question, that relates to an already passed learning objective.<br />You can choose:<br /><br />I you proceed, you can work on or simply review these questions. If you change your answers that were adopted from previous passes, you can also degrade your learning objective result.<br /><br />If you decide to not work on or review these questions, you can go back. The questions will be considered in the evaluation in every case.\";s:50:\"tst_optional_questions_confirmation_non_fixed_test\";s:595:\"<b>Question related to already passed learning objectives are optional.</b><br /><br />You want to navigate to a question, that relates to an already passed learning objective.<br />You can choose:<br /><br />I you proceed, you can work on these questions. Your answers from previous attempts were not adopted, since new random questions were selected for this attempt. With working on this questions you can also degrade your learning objective result.<br /><br />If you decide to not work on these questions, you can go back. In this case these questions won\'t be considered in the evaluation.\";s:23:\"tst_out_of_time_message\";s:65:\"You have reached the maximum allowed processing time of the test!\";s:15:\"tst_participant\";s:11:\"Participant\";s:32:\"tst_participant_fullname_pattern\";s:10:\"%2$s, %1$s\";s:22:\"tst_participant_status\";s:18:\"Participant Status\";s:23:\"tst_participating_users\";s:19:\"Participating Users\";s:18:\"tst_pass_best_pass\";s:22:\"Score the Best Attempt\";s:23:\"tst_pass_best_pass_desc\";s:136:\"The pass in which a participant performed best will be scored. This setting does only apply when more than one test attempt is possible.\";s:17:\"tst_pass_deletion\";s:15:\"Previous Passes\";s:25:\"tst_pass_deletion_allowed\";s:48:\"The deletion of non-scoring attempts is allowed.\";s:16:\"tst_pass_details\";s:16:\"Detailed Results\";s:34:\"tst_pass_details_header_lo_initial\";s:61:\"Initial Test Results for the Learning Objectives<br />%s - %s\";s:37:\"tst_pass_details_header_lo_qualifying\";s:64:\"Qualifying Test Results for the Learning Objectives<br />%s - %s\";s:37:\"tst_pass_details_overview_table_title\";s:29:\"Detailed Overview for Pass %s\";s:17:\"tst_pass_finished\";s:21:\"Test attempt finished\";s:20:\"tst_pass_finished_on\";s:24:\"Test attempt finished on\";s:18:\"tst_pass_last_pass\";s:22:\"Score the Last Attempt\";s:23:\"tst_pass_last_pass_desc\";s:49:\"The last attempt of a participant will be scored.\";s:33:\"tst_pass_overview_for_participant\";s:33:\"Test Attempts for Participant: %s\";s:50:\"tst_pass_overview_header_lo_initial_all_objectives\";s:74:\"Initial Test Results<br />for the Learning Objectives within the Course %s\";s:49:\"tst_pass_overview_header_lo_initial_per_objective\";s:77:\"Initial Test Results<br />for the Learning Objectives %s within the Course %s\";s:53:\"tst_pass_overview_header_lo_qualifying_all_objectives\";s:77:\"Qualifying Test Results<br />for the Learning Objectives within the Course %s\";s:52:\"tst_pass_overview_header_lo_qualifying_per_objective\";s:80:\"Qualifying Test Results<br />for the Learning Objectives %s within the Course %s\";s:16:\"tst_pass_scoring\";s:23:\"Scoring Multiple Passes\";s:21:\"tst_pass_scoring_best\";s:17:\"Best Test Attempt\";s:21:\"tst_pass_scoring_last\";s:17:\"Last Test Attempt\";s:24:\"tst_pass_waiting_enabled\";s:35:\"Force Waiting Time between Attempts\";s:21:\"tst_pass_waiting_info\";s:123:\"With this option additional passes can not be started before the defined time is lapsed relating to the last finished pass.\";s:21:\"tst_pass_waiting_time\";s:12:\"Waiting Time\";s:10:\"tst_passed\";s:6:\"Passed\";s:10:\"tst_passes\";s:13:\"Test Attempts\";s:12:\"tst_password\";s:13:\"Test Password\";s:20:\"tst_password_details\";s:101:\"If you define a test password, all users with test access must enter this password to start the test.\";s:18:\"tst_password_enter\";s:14:\"Enter Password\";s:35:\"tst_password_entered_wrong_password\";s:70:\"You cannot start the test because you entered the wrong test password!\";s:17:\"tst_password_form\";s:19:\"Enter Test Password\";s:25:\"tst_password_introduction\";s:102:\"This test can only be accessed with a test password. Please enter the test password to start the test.\";s:18:\"tst_percent_solved\";s:14:\"Percent Solved\";s:34:\"tst_player_answer_saved_and_locked\";s:55:\"Answer is saved and locked and can no longer be changed\";s:29:\"tst_please_select_source_pool\";s:30:\"Please select a question pool.\";s:41:\"tst_please_select_target_for_pool_derives\";s:34:\"Please select a target conatainer.\";s:12:\"tst_position\";s:17:\"Question %s of %s\";s:26:\"tst_position_without_total\";s:11:\"Question %s\";s:12:\"tst_postpone\";s:20:\"Unanswered Questions\";s:16:\"tst_postpone_off\";s:37:\"Unanswered Questions Stay in Position\";s:21:\"tst_postpone_off_desc\";s:159:\"Question that users just look at and flip over without answering them, will stay at their position in the test and will not be enqueued at the end of the test.\";s:15:\"tst_postpone_on\";s:37:\"Unanswered questions will be enqueued\";s:20:\"tst_postpone_on_desc\";s:144:\"Question that users just look at and flip over without answering them, will be enqueued to be presented again automatically the end of the test.\";s:27:\"tst_presentation_properties\";s:48:\"Administering the Test: Behavior of the Question\";s:33:\"tst_presentation_settings_section\";s:12:\"Presentation\";s:38:\"tst_previous_access_code_not_available\";s:27:\"No previous code available!\";s:9:\"tst_print\";s:32:\"Test and Assessment - Print View\";s:11:\"tst_proceed\";s:7:\"Proceed\";s:19:\"tst_processing_time\";s:22:\"Limit Duration of Test\";s:24:\"tst_processing_time_desc\";s:344:\"Participants can work through the test only for a specified period of time. Time is clocking away from the moment a user starts a test for the first time. Suspending the test does not stop the clock. If the number of possible test attempts is limited an additional feature for granting extra time to participants appears in the tab \'Dashboard\'.\";s:28:\"tst_processing_time_duration\";s:39:\"Maximum Duration of the Test im Minutes\";s:33:\"tst_processing_time_duration_desc\";s:41:\"Maximum of time granted to take the test.\";s:29:\"tst_qbt_filter_question_title\";s:17:\"Title of Question\";s:23:\"tst_qst_added_to_pool_p\";s:54:\"Successfully added the questions to the selected pool.\";s:23:\"tst_qst_added_to_pool_s\";s:53:\"Successfully added the question to the selected pool.\";s:13:\"tst_qst_order\";s:3:\"No.\";s:40:\"tst_qst_skl_cfg_in_pool_hint_dynquestset\";s:198:\"The Competence-Question-Assignment for tests with mode \"%s\" is to be done in the corresponding question pool:<br />%s<br /><br />The configuration of threshold values is to be done here in the test.\";s:40:\"tst_qst_skl_cfg_in_pool_hint_rndquestset\";s:201:\"The Competence-Question-Assignment for tests with mode \"%s\" is to be done in the corresponding question pool(s):<br />%s<br /><br />The configuration of threshold values is to be done here in the test.\";s:12:\"tst_question\";s:8:\"Question\";s:19:\"tst_question_amount\";s:15:\"Question Amount\";s:26:\"tst_question_answer_status\";s:36:\"Which questions should be presented?\";s:42:\"tst_question_answer_status_all_non_correct\";s:45:\"All Questions Except those Answered Correctly\";s:39:\"tst_question_answer_status_non_answered\";s:22:\"Non Answered Questions\";s:41:\"tst_question_answer_status_wrong_answered\";s:31:\"Only wrongly answered questions\";s:43:\"tst_question_feedback_back_to_feedback_form\";s:24:\"Back To Calling Question\";s:31:\"tst_question_feedback_edit_page\";s:12:\"Edit Content\";s:36:\"tst_question_hints_back_to_hint_list\";s:18:\"Question Hint List\";s:35:\"tst_question_hints_back_to_question\";s:16:\"Back to Question\";s:33:\"tst_question_hints_cancel_request\";s:16:\"Back to Question\";s:34:\"tst_question_hints_confirm_request\";s:12:\"Request Hint\";s:50:\"tst_question_hints_cut_hints_missing_selection_msg\";s:29:\"No hint selected for cutting.\";s:49:\"tst_question_hints_cut_hints_single_selection_msg\";s:44:\"More than one hint was selected for cutting.\";s:43:\"tst_question_hints_delete_hints_confirm_cmd\";s:14:\"Delete Hint(s)\";s:46:\"tst_question_hints_delete_hints_confirm_header\";s:51:\"Do you really want to delete the following hint(s)?\";s:44:\"tst_question_hints_delete_hints_confirm_item\";s:11:\"Hint %s: %s\";s:53:\"tst_question_hints_delete_hints_missing_selection_msg\";s:33:\"No hint(s) selected for deletion.\";s:37:\"tst_question_hints_delete_success_msg\";s:51:\"The selected hint(s) has been deleted successfully.\";s:32:\"tst_question_hints_form_cmd_save\";s:9:\"Save Hint\";s:39:\"tst_question_hints_form_cmd_save_points\";s:11:\"Save Points\";s:53:\"tst_question_hints_form_cmd_save_points_and_edit_page\";s:26:\" Save Points and Edit Page\";s:37:\"tst_question_hints_form_header_create\";s:25:\"New Hint for Question: %s\";s:35:\"tst_question_hints_form_header_edit\";s:24:\"Hint %s for Question: %s\";s:35:\"tst_question_hints_form_invalid_msg\";s:56:\"The hint could not been saved. Please check your inputs.\";s:41:\"tst_question_hints_form_label_hint_points\";s:15:\"Point Deduction\";s:39:\"tst_question_hints_form_label_hint_text\";s:4:\"Hint\";s:33:\"tst_question_hints_form_saved_msg\";s:37:\"The hint has been saved successfully.\";s:37:\"tst_question_hints_index_column_label\";s:7:\"Hint %s\";s:52:\"tst_question_hints_item_stored_in_ordering_clipboard\";s:40:\"Hint %s is stored in ordering clipboard.\";s:46:\"tst_question_hints_ordering_clipboard_resetted\";s:38:\"The ordering clipboard has been reset.\";s:42:\"tst_question_hints_paste_after_success_msg\";s:55:\"The hint %s has been pasted after hint %s successfully.\";s:43:\"tst_question_hints_paste_before_success_msg\";s:56:\"The hint %s has been pasted before hint %s successfully.\";s:39:\"tst_question_hints_request_confirmation\";s:82:\"Do you really want to request hint %s? For this hint %s point(s) will be deducted.\";s:52:\"tst_question_hints_request_confirmation_no_deduction\";s:41:\"No points will be deducted for this hint.\";s:46:\"tst_question_hints_requested_hint_count_header\";s:15:\"Requested Hints\";s:41:\"tst_question_hints_save_order_success_msg\";s:41:\"The order of hint was saved successfully.\";s:22:\"tst_question_hints_tab\";s:5:\"Hints\";s:42:\"tst_question_hints_table_column_hint_index\";s:5:\"Index\";s:42:\"tst_question_hints_table_column_hint_order\";s:5:\"Order\";s:43:\"tst_question_hints_table_column_hint_points\";s:16:\"Points Deduction\";s:41:\"tst_question_hints_table_column_hint_text\";s:4:\"Hint\";s:31:\"tst_question_hints_table_header\";s:22:\"Hints for Question: %s\";s:41:\"tst_question_hints_table_link_delete_hint\";s:11:\"Delete Hint\";s:39:\"tst_question_hints_table_link_edit_hint\";s:9:\"Edit Hint\";s:44:\"tst_question_hints_table_link_edit_hint_page\";s:9:\"Edit Page\";s:46:\"tst_question_hints_table_link_edit_hint_points\";s:11:\"Edit Points\";s:33:\"tst_question_hints_table_no_items\";s:17:\"No Existing Hints\";s:17:\"tst_question_mark\";s:18:\"Flag this question\";s:19:\"tst_question_marked\";s:24:\"You flagged the question\";s:19:\"tst_question_marker\";s:7:\"Flagged\";s:15:\"tst_question_no\";s:5:\"Order\";s:31:\"tst_question_not_from_pool_info\";s:7:\"No Pool\";s:23:\"tst_question_not_marked\";s:22:\"Question is not Marked\";s:18:\"tst_question_offer\";s:53:\"Do you accept this sample or do you want another one?\";s:21:\"tst_question_set_type\";s:27:\"Selection of Test Questions\";s:29:\"tst_question_set_type_dynamic\";s:51:\"Question Queue - All Questions from a Question Pool\";s:34:\"tst_question_set_type_dynamic_desc\";s:168:\"Participants work through questions from one question pool. Questions answered incorrectly will be presented again. Questions can be added and edited in a running test.\";s:27:\"tst_question_set_type_fixed\";s:22:\"Fixed Set of Questions\";s:32:\"tst_question_set_type_fixed_desc\";s:47:\"All participants get the same set of questions.\";s:28:\"tst_question_set_type_random\";s:23:\"Random Set of Questions\";s:33:\"tst_question_set_type_random_desc\";s:116:\"Each participant gets a different set of questions. Questions are randomly selected from one or more question pools.\";s:18:\"tst_question_title\";s:14:\"Question Title\";s:17:\"tst_question_type\";s:13:\"Question Type\";s:40:\"tst_questions_hints_table_cmd_save_order\";s:10:\"Save Order\";s:43:\"tst_questions_hints_table_multicmd_cut_hint\";s:30:\"Cut Hint to Ordering Clipboard\";s:46:\"tst_questions_hints_table_multicmd_delete_hint\";s:14:\"Delete Hint(s)\";s:51:\"tst_questions_hints_table_multicmd_paste_hint_after\";s:31:\"Append Hint to the Selected One\";s:52:\"tst_questions_hints_table_multicmd_paste_hint_before\";s:32:\"Prepend Hint to the Selected One\";s:40:\"tst_questions_hints_toolbar_cmd_add_hint\";s:8:\"Add Hint\";s:56:\"tst_questions_hints_toolbar_cmd_reset_ordering_clipboard\";s:29:\"Reset Hint Ordering Clipboard\";s:22:\"tst_questions_inserted\";s:21:\"Question(s) inserted!\";s:21:\"tst_questions_removed\";s:20:\"Question(s) removed!\";s:26:\"tst_random_nr_of_questions\";s:19:\"How many questions?\";s:58:\"tst_random_question_set_source_questionpool_summary_string\";s:28:\"%s (Path: %s) [%s Questions]\";s:30:\"tst_random_select_questionpool\";s:53:\"Select the question pool to choose the questions from\";s:18:\"tst_reached_points\";s:14:\"Reached Points\";s:25:\"tst_reached_points_of_max\";s:8:\"%s of %s\";s:15:\"tst_remove_mark\";s:16:\"Remove this flag\";s:19:\"tst_remove_question\";s:69:\"Are you sure you want to remove the following question from the test?\";s:20:\"tst_remove_questions\";s:70:\"Are you sure you want to remove the following questions from the test?\";s:32:\"tst_remove_questions_and_results\";s:197:\"This test was already executed by %s user(s). Removing questions from this test will remove all test results of these users. Are you sure you want to remove the following question(s) from the test?\";s:21:\"tst_report_after_date\";s:34:\"After a fixed score reporting date\";s:31:\"tst_report_after_first_question\";s:49:\"Offer test results when the test has been started\";s:23:\"tst_report_after_passed\";s:48:\"Offer test results when the test has been passed\";s:21:\"tst_report_after_test\";s:44:\"Offer test results when the test is finished\";s:16:\"tst_report_never\";s:25:\"No test results available\";s:18:\"tst_reporting_date\";s:4:\"Date\";s:31:\"tst_res_jump_to_participant_btn\";s:4:\"Jump\";s:36:\"tst_res_jump_to_participant_hint_opt\";s:19:\"Jump to Participant\";s:28:\"tst_res_lo_objectives_header\";s:28:\"Relevant Learning Objectives\";s:21:\"tst_res_lo_try_header\";s:7:\"Attempt\";s:16:\"tst_res_lo_try_n\";s:10:\"Attempt %s\";s:30:\"tst_res_tab_msg_res_after_date\";s:46:\"Your test results will be shown here after: %s\";s:37:\"tst_res_tab_msg_res_after_date_no_res\";s:70:\"Once you have taken the test your results will be shown here after: %s\";s:37:\"tst_res_tab_msg_res_after_finish_test\";s:57:\"After finishing the test your results will be shown here.\";s:37:\"tst_res_tab_msg_res_after_taking_test\";s:54:\"After taking the test your results will be shown here.\";s:37:\"tst_res_tab_msg_res_after_test_passed\";s:55:\"After passing the test your results will be shown here.\";s:25:\"tst_reset_processing_time\";s:37:\"Reset duration for every test attempt\";s:30:\"tst_reset_processing_time_desc\";s:139:\"The duration will be reset to the defined maximum for every test attempt. This setting requires multiple test attempts to become effective.\";s:10:\"tst_result\";s:11:\"Test Result\";s:15:\"tst_result_pass\";s:23:\"Results of Test Attempt\";s:20:\"tst_result_user_name\";s:19:\"Test Results for %s\";s:25:\"tst_result_user_name_pass\";s:33:\"Results of Test Attempt %s for %s\";s:11:\"tst_results\";s:12:\"Test Results\";s:25:\"tst_results_access_always\";s:11:\"Immediately\";s:30:\"tst_results_access_always_desc\";s:231:\"Participants can access their results within the ‘Results’-tab immediately after starting the test attempt and while still taking the test. Additionally ILIAS will redirect to the \'Results\'-tab after the test has been finished.\";s:23:\"tst_results_access_date\";s:4:\"Date\";s:28:\"tst_results_access_date_desc\";s:92:\"Participants get access to their test results within a \'Results\'-tab after the defined date.\";s:26:\"tst_results_access_enabled\";s:22:\"Access to Test Results\";s:31:\"tst_results_access_enabled_desc\";s:194:\"A tab \'Results\' will be offered to participants. Options in this section and the following ones below configure what information is to be included into the report and when it will be accessible.\";s:27:\"tst_results_access_finished\";s:30:\"After Test Attempt is Finished\";s:32:\"tst_results_access_finished_desc\";s:185:\"ILIAS displays the test results after the test attempt is finished. After finishing the test attempt participants can access their test results within the ‘Results’-tab at any time.\";s:25:\"tst_results_access_passed\";s:26:\"After Test has been Passed\";s:30:\"tst_results_access_passed_desc\";s:178:\"ILIAS displays the test results after the participant has passed the test. After passing the test participants can access their test results within the \'Results\'-tab at any time.\";s:26:\"tst_results_access_setting\";s:13:\"Point in Time\";s:22:\"tst_results_aggregated\";s:23:\"Aggregated Test Results\";s:29:\"tst_results_back_introduction\";s:28:\"Back to Introductory Message\";s:25:\"tst_results_back_overview\";s:24:\"Back to Results Overview\";s:27:\"tst_results_details_options\";s:15:\"Further Options\";s:24:\"tst_results_gamification\";s:12:\"Gamification\";s:36:\"tst_results_grading_opt_show_details\";s:26:\"Show detailed test results\";s:41:\"tst_results_grading_opt_show_details_desc\";s:273:\"In addition to the summary test result, a \"Detailed Results\" action is provided. The \"Detailed test results\" table shows the titles of the questions and the points achieved for each run. The content of the table can be further supplemented in the \"Further options\" section.\";s:33:\"tst_results_grading_opt_show_mark\";s:19:\"Show Resulting Mark\";s:38:\"tst_results_grading_opt_show_mark_desc\";s:136:\"The resulting mark will be appended to the summary test result. Participants can access their test results within the ‘Results’-tab.\";s:35:\"tst_results_grading_opt_show_status\";s:39:\"Show ‘Passed’ / ‘Failed’ Status\";s:40:\"tst_results_grading_opt_show_status_desc\";s:171:\"Information on the ‘Passed’ / ‘Failed’ Status will be appended to the summary test result. Participants can access their test results within the ‘Results’-tab.\";s:20:\"tst_results_overview\";s:33:\"Pass Overview of the Test Results\";s:31:\"tst_results_print_best_solution\";s:13:\"Best Solution\";s:36:\"tst_results_print_best_solution_info\";s:76:\"Additionally for each question the best possible solution will be displayed.\";s:15:\"tst_resume_test\";s:15:\"Resume the Test\";s:18:\"tst_revert_changes\";s:12:\"Undo Editing\";s:29:\"tst_rnd_quest_cfg_tab_general\";s:13:\"Configuration\";s:26:\"tst_rnd_quest_cfg_tab_pool\";s:23:\"Selected Question Pools\";s:34:\"tst_rnd_quest_set_cfg_general_form\";s:33:\"Configure Random Set of Questions\";s:31:\"tst_rnd_quest_set_cfg_pool_form\";s:31:\"Rule for Selection of Questions\";s:33:\"tst_rnd_quest_set_tb_add_pool_btn\";s:35:\"New Rule for Selection of Questions\";s:28:\"tst_save_and_create_new_rule\";s:21:\"Save and Add New Rule\";s:20:\"tst_save_and_proceed\";s:16:\"Save and Proceed\";s:20:\"tst_save_comp_points\";s:22:\"Save Competence Points\";s:26:\"tst_save_manscoring_failed\";s:57:\"Saving the manual scoring for test attempt %s has failed.\";s:19:\"tst_save_thresholds\";s:15:\"Save Thresholds\";s:45:\"tst_saved_manscoring_by_question_successfully\";s:87:\"The manual scoring for the question %s for test attempt %s has been saved successfully.\";s:33:\"tst_saved_manscoring_successfully\";s:74:\"The manual scoring for test attempt %s for %s has been saved successfully.\";s:22:\"tst_score_cut_question\";s:60:\"For Each Questions Negative Points are set to ‘0 Points’\";s:27:\"tst_score_cut_question_desc\";s:200:\"Participants may score negative results for a question that had negative points for assigned to individual answer options. This setting ensures that per question any negativ result is set to 0 points.\";s:18:\"tst_score_cut_test\";s:61:\"For the Whole Test a Negative Result is set to ‘0 Points’\";s:23:\"tst_score_cut_test_desc\";s:252:\"Participants might score negative points in questions. Scored points of all questions are added up. Only if the overall result of the test is negative this overall result will be set to 0 points. With this setting negative points carry a lot of weight.\";s:17:\"tst_score_cutting\";s:15:\"Negative Points\";s:19:\"tst_score_reporting\";s:15:\"Score Reporting\";s:24:\"tst_score_reporting_date\";s:20:\"Score Reporting Date\";s:16:\"tst_search_users\";s:19:\"Search Participants\";s:23:\"tst_select_questionpool\";s:59:\"Please select a question pool to store the created question\";s:30:\"tst_selected_user_data_deleted\";s:62:\"The test data of the selected user(s) was removed successfully\";s:12:\"tst_sequence\";s:8:\"Sequence\";s:18:\"tst_sequence_fixed\";s:34:\"The Sequence of Questions is Fixed\";s:21:\"tst_sequence_postpone\";s:55:\"Questions may be postponed to the end of a test attempt\";s:23:\"tst_sequence_properties\";s:63:\"Administering the Test: Functionality Available to Participants\";s:20:\"tst_session_settings\";s:16:\"Session Settings\";s:57:\"tst_set_offline_due_to_switched_question_set_type_setting\";s:182:\"The test has been set to offline, because the test mode setting has been changed. You have to set a new test mode relating question config before the test can be set to online again.\";s:35:\"tst_setting_enable_obligations_info\";s:209:\"Only if all compulsory questions are answered ths test can be finished. Compulsory questions can be defined in the ‘List view’. For participants the option ‘Show List of Questions’ should be activated.\";s:36:\"tst_setting_enable_obligations_label\";s:20:\"Compulsory Questions\";s:28:\"tst_setting_offer_hints_info\";s:127:\"Participants request hints to answer a question. With every hint presented the maximum number of points to be earned decreases.\";s:29:\"tst_setting_offer_hints_label\";s:5:\"Hints\";s:41:\"tst_settings_conflict_compulsory_and_lock\";s:66:\"\"Compulsory Questions\" cannot be used together with \"Answer Lock\".\";s:39:\"tst_settings_conflict_postpone_and_lock\";s:114:\"\"Unanswered questions will be enqueued\" cannot be used together with \"Lock Answers After Moving to Next Question\".\";s:38:\"tst_settings_conflict_shuffle_and_lock\";s:94:\"\"Shuffle Questions\" cannot be used together with \"Lock Answers After Moving to Next Question\".\";s:30:\"tst_settings_header_additional\";s:19:\"Additional Features\";s:29:\"tst_settings_header_execution\";s:30:\"Administering the Test: Access\";s:25:\"tst_settings_header_intro\";s:32:\"Information Before Start of Test\";s:28:\"tst_settings_header_test_run\";s:32:\"Administering the Test: Test Run\";s:21:\"tst_show_answer_sheet\";s:12:\"Show Answers\";s:15:\"tst_show_cancel\";s:12:\"Suspend Test\";s:27:\"tst_show_cancel_description\";s:181:\"Participants are presented with a button to stop the test run and to continue it later. Caution: Suspending the test does not stop the countdown of the maximum duration of the test.\";s:21:\"tst_show_comp_results\";s:18:\"Competence Results\";s:21:\"tst_show_pass_details\";s:91:\"Show ‘Table of Detailed Test Results’ for each Test Attempt upon Selected Point in Time\";s:26:\"tst_show_pass_details_desc\";s:660:\"The summary of results will be appended at the point in time indicated in the setting above: A ‘Table of Detailed Test Results’ will show the title of the questions and the points scored in a particular test attempt. <br> Other than that the table will be displayed after the last test attempt possible (setting in link ‘General’, option ‘Limit Number of Test Attempts) or after the test is officially finished (setting in link ‘General’, option ‘Finishing Time’). <br> Further settings about the content of the ‘Table of Detailed Test Results’ can be made in the section ‘Further Details to be Included in Test Results’ of this form.\";s:16:\"tst_show_results\";s:12:\"Test Results\";s:18:\"tst_show_side_list\";s:22:\"Show List of Questions\";s:30:\"tst_show_solution_answers_only\";s:36:\"Print View of Results (Answers Only)\";s:35:\"tst_show_solution_answers_only_desc\";s:193:\"If is selected, the ILIAS content you place around a question using the ‘Edit content’ tab page will not be visible in a print-out. If you want to save some paper space, select this option.\";s:25:\"tst_show_solution_compare\";s:44:\"Show Best Solution in ‘Detailed Results’\";s:30:\"tst_show_solution_compare_desc\";s:340:\"Participants are presented with an overview comparing their own answers with the best solutions. Please note that this view will be displayed in the \'Detailed Results\' that can be accessed via the \'Show Test Results\'-button on the \'Info\'-tab. It will not be displayed in the printable \'List of Answers\' even though the setting is made here.\";s:25:\"tst_show_solution_details\";s:29:\"Scored Answers of Participant\";s:30:\"tst_show_solution_details_desc\";s:76:\"The ‘Table of Detailed Test Results’ will be added by a list of answers.\";s:36:\"tst_show_solution_details_singlepage\";s:30:\"Scored Answers on single pages\";s:41:\"tst_show_solution_details_singlepage_desc\";s:121:\"Participants can access each question individually and see if their answers were correct and how many points they scored.\";s:26:\"tst_show_solution_feedback\";s:8:\"Feedback\";s:31:\"tst_show_solution_feedback_desc\";s:256:\"Feedback related to the answers provided by the participant is displayed. Please mind  that this option becomes effective only if you have activated ‘Scored Answers of Participant’  and feedback was prepared along with the questions in the first place.\";s:27:\"tst_show_solution_printview\";s:45:\"Additional ‘List of Answers’ for Printing\";s:32:\"tst_show_solution_printview_desc\";s:184:\"An overview of all questions with the answers of the respective participant is generated. This list will be offered within the ‘Results’-tab in a subtab \'Review of Scored Answers\'.\";s:27:\"tst_show_solution_signature\";s:21:\"Signature Placeholder\";s:32:\"tst_show_solution_signature_desc\";s:175:\"The prepared printout version will contain a signature placeholder for the participant. Please mind to activate ‘Table of Detailed Test Results’ to use this functionality.\";s:27:\"tst_show_solution_suggested\";s:26:\"Content for Recapitulation\";s:32:\"tst_show_solution_suggested_desc\";s:347:\"If content for recapitulation was assigned to the test questions in the first place, this content will be shown in the ‘Table of Detailed Test Results’-table. Participants get an opportunity for remedial learning. For this option to become effective you have to activate ‘Table of Detailed Test Results’ under ‘Access to Test Results’.\";s:16:\"tst_show_summary\";s:32:\"Show ‘Test Attempt Overview’\";s:28:\"tst_show_summary_description\";s:140:\"Participants are presented with a button ‘Test Attempt Overview’. On that screen the overall status of all questions will be displayed..\";s:16:\"tst_show_toplist\";s:7:\"Ranking\";s:21:\"tst_shuffle_questions\";s:17:\"Shuffle Questions\";s:33:\"tst_shuffle_questions_description\";s:80:\"Shuffles the sequence of questions for every participant and every test attempt.\";s:13:\"tst_signature\";s:9:\"Signature\";s:25:\"tst_single_answer_details\";s:18:\"Show Single Answer\";s:18:\"tst_single_results\";s:19:\"Results by Question\";s:37:\"tst_skill_triggerings_num_req_answers\";s:50:\"Required Amount of Answers for Competence Triggers\";s:42:\"tst_skill_triggerings_num_req_answers_desc\";s:118:\"Competences aren\'t triggered before this amount of answered questions contributes to the competence level calculation.\";s:54:\"tst_skill_triggerings_num_req_answers_not_reached_warn\";s:219:\"At least one of the competences addressed by this test is not triggered by the minimal required amount of questions. No competence records will be written for these competences.<br />The required amount of questions: %s\";s:29:\"tst_skl_level_thresholds_link\";s:31:\"Configure Competence Thresholds\";s:32:\"tst_skl_level_thresholds_missing\";s:58:\"There are missing thresholds for the relevant competences!\";s:35:\"tst_skl_res_interpretation_hint_msg\";s:275:\"Please consider that competence results from a single test has a limited significance. The more information is collected per competence, the merrier valid the significance will be. Should there are single competences without any entry, there is to less information collected.\";s:26:\"tst_skl_sub_tab_thresholds\";s:21:\"Competence Thresholds\";s:24:\"tst_sol_comp_expressions\";s:22:\"Comparison Expressions\";s:24:\"tst_solution_compare_cfg\";s:34:\"Configuration for Solution Compare\";s:24:\"tst_source_question_pool\";s:13:\"Question Pool\";s:33:\"tst_src_quest_pool_def_list_table\";s:39:\"Rules for Random Selection of Questions\";s:37:\"tst_start_dyn_test_with_cur_quest_sel\";s:42:\"Start Test with Current Question Selection\";s:23:\"tst_start_new_test_pass\";s:25:\"Start New Attempt on Test\";s:14:\"tst_start_test\";s:14:\"Start the Test\";s:11:\"tst_started\";s:12:\"Test Started\";s:17:\"tst_starting_time\";s:13:\"Starting Time\";s:22:\"tst_starting_time_desc\";s:145:\"Time from which the test can be started. From this moment on, clicking the button \"Start test\" is possible and participants can answer questions.\";s:27:\"tst_stat_result_atimeofwork\";s:20:\"Average Time of Work\";s:26:\"tst_stat_result_firstvisit\";s:11:\"First Visit\";s:25:\"tst_stat_result_lastvisit\";s:10:\"Last Visit\";s:27:\"tst_stat_result_mark_median\";s:14:\"Mark of Median\";s:22:\"tst_stat_result_median\";s:31:\"Median of Test Result in Points\";s:30:\"tst_stat_result_pworkedthrough\";s:48:\"Percent of total workload already worked through\";s:20:\"tst_stat_result_qmax\";s:25:\"Total number of Questions\";s:30:\"tst_stat_result_qworkedthrough\";s:32:\"Questions already worked through\";s:27:\"tst_stat_result_rank_median\";s:14:\"Rank of Median\";s:32:\"tst_stat_result_rank_participant\";s:19:\"Rank of Participant\";s:28:\"tst_stat_result_resultsmarks\";s:21:\"Test Results in Marks\";s:29:\"tst_stat_result_resultspoints\";s:22:\"Test Results in Points\";s:26:\"tst_stat_result_timeofwork\";s:12:\"Time of Work\";s:34:\"tst_stat_result_total_participants\";s:28:\"Total Number of Participants\";s:18:\"tst_submit_results\";s:33:\"Yes, I do confirm the submission.\";s:19:\"tst_tab_competences\";s:11:\"Competences\";s:34:\"tst_tab_results_objective_oriented\";s:35:\"Test Results by Learning Objectives\";s:29:\"tst_tab_results_pass_oriented\";s:24:\"Test Results by Attempts\";s:30:\"tst_tbl_col_answered_questions\";s:18:\"Answered Questions\";s:22:\"tst_tbl_col_final_mark\";s:4:\"Mark\";s:27:\"tst_tbl_col_finished_passes\";s:15:\"Finished Passes\";s:34:\"tst_tbl_col_finished_passes_num_of\";s:8:\"%s of %s\";s:30:\"tst_tbl_col_last_scored_access\";s:18:\"Last Scored Access\";s:25:\"tst_tbl_col_pass_finished\";s:13:\"Pass Finished\";s:25:\"tst_tbl_col_passed_status\";s:7:\"Grading\";s:26:\"tst_tbl_col_percent_result\";s:14:\"Percent Solved\";s:26:\"tst_tbl_col_reached_points\";s:14:\"Reached Points\";s:23:\"tst_tbl_col_scored_pass\";s:11:\"Scored Pass\";s:26:\"tst_tbl_col_started_passes\";s:14:\"Started Passes\";s:21:\"tst_tbl_invited_users\";s:30:\"Manually Selected Participants\";s:20:\"tst_tbl_participants\";s:12:\"Participants\";s:22:\"tst_tbl_results_grades\";s:18:\"Results and Grades\";s:38:\"tst_test_contains_obligatory_questions\";s:65:\"To end this test you have to answer all compulsory questions (*).\";s:15:\"tst_test_result\";s:11:\"Test Result\";s:21:\"tst_text_count_system\";s:14:\"Scoring System\";s:13:\"tst_threshold\";s:17:\"Thresholds (in %)\";s:22:\"tst_time_already_spent\";s:64:\"You started the test at: %s. Your maximum processing time is %s.\";s:27:\"tst_time_already_spent_left\";s:17:\"You have %s left.\";s:22:\"tst_time_limit_message\";s:56:\"You will have <b>%s minutes</b> to answer all questions.\";s:16:\"tst_title_output\";s:19:\"Show Question Title\";s:21:\"tst_title_output_full\";s:36:\"Question Titles and Available Points\";s:28:\"tst_title_output_hide_points\";s:20:\"Only Question Titles\";s:25:\"tst_title_output_no_title\";s:44:\"Neither Question Titles nor Available Points\";s:28:\"tst_title_output_only_points\";s:21:\"Only Available Points\";s:29:\"tst_trigger_result_refreshing\";s:55:\"Results need to be recalculated. This may take a while.\";s:8:\"tst_type\";s:9:\"Test Type\";s:31:\"tst_unchanged_answer_is_correct\";s:28:\"The preset answer is correct\";s:30:\"tst_unchanged_order_is_correct\";s:27:\"The preset order is correct\";s:24:\"tst_use_previous_answers\";s:20:\"Use Previous Answers\";s:36:\"tst_use_previous_answers_description\";s:180:\"Participants will be presented with their answers from previous test attempts. This option has to be activated by individual participants on a modal before starting a test attempt.\";s:29:\"tst_use_previous_answers_user\";s:65:\"Use my previous answers as default values in future test attempts\";s:22:\"tst_user_finished_test\";s:23:\"User finished test (%s)\";s:26:\"tst_view_competence_assign\";s:26:\"View Assignment Properties\";s:34:\"tst_virtual_pass_header_lo_initial\";s:55:\"Initial Test Results for the Learning Objective<br />%s\";s:37:\"tst_virtual_pass_header_lo_qualifying\";s:58:\"Qualifying Test Results for the Learning Objective<br />%s\";s:41:\"tst_wf_info_answer_adopted_from_prev_pass\";s:48:\"Your answer from a previous attempt was adopted.\";s:30:\"tst_wf_info_answer_not_adopted\";s:161:\"There was no answer from previous attempts adopted, so you have to work through this question, because otherwise your learning objective result will be degraded.\";s:29:\"tst_wf_info_optional_question\";s:62:\"This question relates to an already passed learning objective.\";s:36:\"tst_you_have_to_answer_this_question\";s:63:\"You have to answer this question to be able to finish the test.\";s:19:\"tst_your_answer_was\";s:15:\"Your answer was\";s:16:\"tst_your_answers\";s:56:\"These are your answers given to the following questions.\";s:15:\"un_add_category\";s:12:\"Add Category\";s:11:\"un_add_unit\";s:8:\"Add Unit\";s:24:\"un_cat_deletion_errors_f\";s:33:\"Cannot delete certain categories:\";s:26:\"un_cat_deletion_errors_f_s\";s:23:\"Cannot delete category:\";s:24:\"un_cat_deletion_errors_p\";s:36:\"Could not delete certain categories:\";s:26:\"un_cat_deletion_errors_p_s\";s:26:\"Could not delete category:\";s:21:\"un_category_not_exist\";s:38:\"The requested category does not exist.\";s:21:\"un_deleted_categories\";s:31:\"Deletion successfully processed\";s:23:\"un_deleted_categories_s\";s:31:\"Deletion successfully processed\";s:16:\"un_deleted_units\";s:31:\"Deletion successfully processed\";s:18:\"un_deleted_units_s\";s:31:\"Deletion successfully processed\";s:15:\"un_global_units\";s:12:\"Global Units\";s:14:\"un_local_units\";s:11:\"Local Units\";s:13:\"un_save_order\";s:10:\"Save Order\";s:19:\"un_sel_cat_sel_unit\";s:40:\"Selected Category: %s, Selected Unit: %s\";s:11:\"un_sequence\";s:8:\"Sequence\";s:13:\"un_show_units\";s:10:\"Show Units\";s:25:\"un_sure_delete_categories\";s:56:\"Are you sure you want to delete the selected categories?\";s:27:\"un_sure_delete_categories_s\";s:54:\"Are you sure you want to delete the selected category?\";s:20:\"un_sure_delete_units\";s:51:\"Are you sure you want to delete the selected units?\";s:22:\"un_sure_delete_units_s\";s:50:\"Are you sure you want to delete the selected unit?\";s:25:\"un_unit_deletion_errors_f\";s:28:\"Cannot delete certain units:\";s:27:\"un_unit_deletion_errors_f_s\";s:19:\"Cannot delete unit:\";s:25:\"un_unit_deletion_errors_p\";s:31:\"Could not delete certain units:\";s:27:\"un_unit_deletion_errors_p_s\";s:22:\"Could not delete unit:\";s:22:\"un_units_of_category_x\";s:21:\"Units of Category: %s\";s:17:\"unfinished_passes\";s:17:\"Unfinished Passes\";s:4:\"unit\";s:4:\"Unit\";s:16:\"unit_placeholder\";s:14:\"** New Unit **\";s:5:\"units\";s:5:\"Units\";s:9:\"unlimited\";s:9:\"unlimited\";s:6:\"unlock\";s:6:\"Unlock\";s:17:\"uploaded_material\";s:17:\"Uploaded Material\";s:21:\"use_previous_solution\";s:21:\"Use Previous Solution\";s:28:\"use_previous_solution_advice\";s:157:\"The shown solution for the question is your previously given one. You have to confirm the adoption of the solution, if you like to use it without any change.\";s:24:\"user_has_finished_a_test\";s:34:\"A participant has finished a test.\";s:16:\"user_not_invited\";s:39:\"You are not supposed to take this test.\";s:19:\"user_wrong_clientip\";s:56:\"You don\'t have the right IP address to access this test.\";s:21:\"value_between_x_and_y\";s:37:\"The value should be between %s and %s\";s:6:\"values\";s:6:\"Values\";s:10:\"variable_x\";s:11:\"Variable %s\";s:9:\"variables\";s:9:\"Variables\";s:27:\"wait_for_next_pass_hint_msg\";s:39:\"Additional pass is possible on time: %s\";s:29:\"warning_question_not_complete\";s:23:\"Question is incomplete!\";s:5:\"width\";s:5:\"Width\";s:27:\"with_solutions_participants\";s:27:\"Participants with solutions\";s:30:\"without_solutions_participants\";s:30:\"Participants without solutions\";s:14:\"worked_through\";s:14:\"Worked Through\";s:12:\"working_time\";s:12:\"Working Time\";s:26:\"you_received_a_of_b_points\";s:37:\"You received %s of %s possible points\";}'),('auth','en','a:117:{s:17:\"auth_account_code\";s:4:\"Code\";s:22:\"auth_account_code_info\";s:62:\"To re-activate your account you can use an ILIAS account code.\";s:23:\"auth_account_code_title\";s:12:\"Account Code\";s:22:\"auth_account_code_used\";s:81:\"Your account has been re-activated. Please login once again for security reasons.\";s:22:\"auth_account_migration\";s:17:\"New ILIAS Account\";s:27:\"auth_account_migration_keep\";s:29:\"Migrate Existing User Account\";s:27:\"auth_account_migration_name\";s:9:\"Migration\";s:26:\"auth_account_migration_new\";s:23:\"Create New User Account\";s:28:\"auth_activation_code_success\";s:62:\"Your account has been reactivated. You can now login to ILIAS.\";s:21:\"auth_allow_local_info\";s:175:\"If enabled a local authentication against the ILIAS database is still possible (with a local login/password) for those user accounts, whose authentication mode is set to SAML.\";s:18:\"auth_auth_settings\";s:8:\"Settings\";s:13:\"auth_cas_ldap\";s:26:\"Synchronization using LDAP\";s:18:\"auth_cas_ldap_info\";s:115:\"If enabled, the synchronization of user accounts and role assignments is done using an existing LDAP configuration.\";s:34:\"auth_cron_destroy_expired_sessions\";s:28:\"Deletion of Expired Sessions\";s:39:\"auth_cron_destroy_expired_sessions_desc\";s:34:\"This job deletes expires sessions.\";s:16:\"auth_err_expired\";s:52:\"Your session has been deactivated due to inactivity.\";s:29:\"auth_err_invalid_user_account\";s:49:\"Authentication failed due to an internal failure.\";s:23:\"auth_err_ldap_exception\";s:71:\"Authentication failed due to an internal authentication failure (LDAP).\";s:36:\"auth_err_login_attempts_deactivation\";s:80:\"This user account has been deactivated due to too many incorrect login attempts.\";s:13:\"auth_info_add\";s:88:\"Choose this option if you have never registered to ILIAS. A new account will be created.\";s:17:\"auth_info_migrate\";s:120:\"If you have already an ILIAS account, enter username and password to migrate your personal data (mail, test results...).\";s:19:\"auth_ldap_server_ds\";s:11:\"LDAP-Server\";s:17:\"auth_login_editor\";s:18:\"Loginscreen Editor\";s:9:\"auth_oidc\";s:14:\"OpenID Connect\";s:16:\"auth_oidc_failed\";s:31:\"Login via OpenID Connect failed\";s:28:\"auth_oidc_login_element_info\";s:33:\"Login to ILIAS via OpenID Connect\";s:23:\"auth_oidc_mapping_table\";s:59:\"Mapping ILIAS User Information to OpenID Connect Attributes\";s:17:\"auth_oidc_profile\";s:20:\"User Profile Mapping\";s:19:\"auth_oidc_role_info\";s:61:\"OpenID Connect Attribute::Value (e.g: ‘roles::employee‘).\";s:28:\"auth_oidc_role_mapping_table\";s:49:\"Mapping ILIAS Roles to OpenID Connect Attributes.\";s:15:\"auth_oidc_roles\";s:15:\"Role Assignment\";s:18:\"auth_oidc_settings\";s:15:\"Server Settings\";s:29:\"auth_oidc_settings_activation\";s:21:\"Enable OpenID Connect\";s:36:\"auth_oidc_settings_additional_scopes\";s:17:\"Additional Scopes\";s:28:\"auth_oidc_settings_client_id\";s:9:\"Client ID\";s:42:\"auth_oidc_settings_custom_session_duration\";s:16:\"Session Duration\";s:49:\"auth_oidc_settings_custom_session_duration_option\";s:23:\"Duration of Own Session\";s:47:\"auth_oidc_settings_custom_session_duration_type\";s:25:\"Session Duration Settings\";s:31:\"auth_oidc_settings_default_role\";s:15:\"Role Assignment\";s:36:\"auth_oidc_settings_default_role_info\";s:142:\"Please select a global role for the ILIAS user accounts that will be created for users who have authenticated themselves using OpenID Connect.\";s:34:\"auth_oidc_settings_discovery_error\";s:44:\"Retrieving the Discovery URL failed with: %s\";s:32:\"auth_oidc_settings_discovery_url\";s:29:\"Discovery URL of the provider\";s:22:\"auth_oidc_settings_img\";s:5:\"Image\";s:32:\"auth_oidc_settings_img_file_info\";s:138:\"Upload an image that you would like to have shown on the login page. The image will link automatically to the OpenID Connect login script.\";s:33:\"auth_oidc_settings_invalid_scopes\";s:45:\"The following values are not valid scopes: %s\";s:21:\"auth_oidc_settings_le\";s:33:\"Visual Presentation of Login Page\";s:39:\"auth_oidc_settings_login_option_default\";s:18:\"Login Not Required\";s:44:\"auth_oidc_settings_login_option_default_info\";s:97:\"Users are not required to log in via the OpenID Connect server if a valid session is in progress.\";s:39:\"auth_oidc_settings_login_option_enforce\";s:14:\"Login Required\";s:44:\"auth_oidc_settings_login_option_enforce_info\";s:123:\"Users are always required to log in via the OpenID Connect Server – even if there is already a valid session in progress.\";s:32:\"auth_oidc_settings_login_options\";s:13:\"Login Options\";s:31:\"auth_oidc_settings_logout_scope\";s:14:\"Logout Options\";s:38:\"auth_oidc_settings_logout_scope_global\";s:16:\"Log Out Globally\";s:43:\"auth_oidc_settings_logout_scope_global_info\";s:90:\"When a users logs out, they end both their OpenID Connect session and their ILIAS session.\";s:37:\"auth_oidc_settings_logout_scope_local\";s:21:\"Log Out of ILIAS ONLY\";s:42:\"auth_oidc_settings_logout_scope_local_info\";s:94:\"When a user logs out, they only end their session in  ILIAS, not their OpenID Connect session.\";s:27:\"auth_oidc_settings_provider\";s:12:\"Provider URL\";s:25:\"auth_oidc_settings_secret\";s:10:\"Client Key\";s:36:\"auth_oidc_settings_section_user_sync\";s:29:\"User Synchronisation Settings\";s:35:\"auth_oidc_settings_session_duration\";s:8:\"Duration\";s:24:\"auth_oidc_settings_title\";s:39:\"Configure OpenID Connect Authentication\";s:22:\"auth_oidc_settings_txt\";s:4:\"Text\";s:31:\"auth_oidc_settings_txt_val_info\";s:116:\"Enter a text to be displayed on the login page. The text will link automatically to the OpenID Connect login script.\";s:28:\"auth_oidc_settings_user_attr\";s:31:\"Attribute name of user accounts\";s:28:\"auth_oidc_settings_user_sync\";s:25:\"Synchronise Automatically\";s:33:\"auth_oidc_settings_user_sync_info\";s:167:\"Users who do not have an ILIAS account, but have successfully authenticated themselves using OpenID Connect, will have an ILIAS account created for them automatically.\";s:40:\"auth_oidc_settings_validate_scope_custom\";s:39:\"Use custom OpenID Connect Discovery url\";s:41:\"auth_oidc_settings_validate_scope_default\";s:51:\"Use :Provider-URL:/.well-known/openid-configuration\";s:38:\"auth_oidc_settings_validate_scope_none\";s:32:\"Do not validate Scopes on saving\";s:34:\"auth_oidc_settings_validate_scopes\";s:27:\"Validate Scopes upon saving\";s:27:\"auth_oidc_update_field_info\";s:20:\"Update Automatically\";s:26:\"auth_oidc_update_role_info\";s:61:\"Only Synchronise Automatically the First Time a User Logs In.\";s:15:\"auth_oidconnect\";s:14:\"OpenID Connect\";s:19:\"auth_page_type_auth\";s:10:\"Login Page\";s:9:\"auth_saml\";s:4:\"SAML\";s:21:\"auth_saml_add_idp_btn\";s:25:\"Add new Identity Provider\";s:26:\"auth_saml_add_idp_md_error\";s:96:\"The given value was not a valid XML document. Ensure the XML contains a valid Identity Provider.\";s:25:\"auth_saml_add_idp_md_info\";s:66:\"Please enter the XML formatted metadata for the Identity Provider.\";s:26:\"auth_saml_add_idp_md_label\";s:31:\"Identity Provider SAML Metadata\";s:19:\"auth_saml_configure\";s:29:\"Configure SAML Authentication\";s:23:\"auth_saml_configure_idp\";s:22:\"Configure SAML IDP: %s\";s:21:\"auth_saml_deleted_idp\";s:39:\"The Identity Provider has been deleted.\";s:16:\"auth_saml_enable\";s:19:\"Enable SAML Support\";s:27:\"auth_saml_err_sqlite_driver\";s:108:\"The SAML authentication requires the SQLite driver for PHP. Please install the SQLite package and try again.\";s:13:\"auth_saml_idp\";s:3:\"IDP\";s:34:\"auth_saml_idp_selection_table_desc\";s:75:\"Bitte wählen Sie den Identity Provider mit dem Sie sich anmelden möchten.\";s:35:\"auth_saml_idp_selection_table_title\";s:27:\"Identity Provider Selection\";s:22:\"auth_saml_idp_settings\";s:12:\"IDP Settings\";s:14:\"auth_saml_idps\";s:13:\"SAML IDP List\";s:19:\"auth_saml_idps_info\";s:311:\"Please check and edit the SimpleSAMLphp configuration in \'<strong>%s</strong>\' and \'<strong>%s</strong>\' (external data directory). Don\'t forget to add the paths to your private key and certificate in the authsources.php file. Please read the manual for further explanations %s.<br />Federation Metadata URL: %s\";s:20:\"auth_saml_login_form\";s:20:\"Button on Login Page\";s:25:\"auth_saml_login_form_info\";s:135:\"If activated and there is at least one active IDP, a button appears on the login page. A click on this button initiates a SAML request.\";s:19:\"auth_saml_migration\";s:18:\"Account Migration:\";s:24:\"auth_saml_migration_info\";s:119:\"Activate this option to give new users the possibility to migrate their existing ILIAS accounts to SAML authentication.\";s:21:\"auth_saml_role_select\";s:5:\"Role:\";s:25:\"auth_saml_sure_delete_idp\";s:161:\"Are you sure you want to delete the selected Identity Provider? This cannot be undone. The affected user accounts will be switched to the default authentication.\";s:14:\"auth_saml_sync\";s:20:\"User Synchronization\";s:19:\"auth_saml_sync_info\";s:197:\"If enabled new user accounts will be created automatically after successful authentication.  Furthermore existing user accounts will be modified according to the defined user profile mapping rules.\";s:19:\"auth_saml_uid_claim\";s:42:\"Unique Attribute for User Account Matching\";s:24:\"auth_saml_uid_claim_info\";s:131:\"Define the attribute ILIAS uses to detect whether or not an incoming authentication request matches an existing ILIAS user account.\";s:20:\"auth_saml_unknow_idp\";s:44:\"The passed Identity Provider does not exist.\";s:27:\"auth_saml_update_field_info\";s:20:\"Update automatically\";s:22:\"auth_saml_user_mapping\";s:20:\"User Profile Mapping\";s:24:\"auth_saml_username_claim\";s:22:\"Attribute for Username\";s:29:\"auth_saml_username_claim_info\";s:88:\"Define the attribute ILIAS uses to generate the username which will be visible in ILIAS.\";s:9:\"auth_sync\";s:20:\"User Synchronisation\";s:13:\"auth_sync_cas\";s:37:\"Automatic generation of user accounts\";s:18:\"auth_sync_cas_info\";s:146:\"Automatically create ILIAS user accounts for users who have successfully authenticated themselves using CAS, but do not yet have an ILIAS account.\";s:20:\"err_auth_ldap_failed\";s:63:\"Authentication failed. Please contact your ILIAS administrator.\";s:20:\"err_auth_saml_failed\";s:64:\"Authentication failed. Please contact your system administrator.\";s:27:\"err_auth_saml_no_ilias_user\";s:64:\"Authentication failed. Please contact your system administrator.\";s:19:\"login_page_activate\";s:38:\"Activate Editor for Selected Languages\";s:26:\"login_page_editor_switched\";s:39:\"The active page editor has been changed\";s:21:\"login_page_switch_ipe\";s:21:\"Use ILIAS page editor\";s:21:\"login_page_switch_rte\";s:20:\"Use Rich-text editor\";s:21:\"lti_consumer_inactive\";s:30:\"LTI tool consumer is disabled.\";s:17:\"saml_tab_head_idp\";s:3:\"IDP\";}'),('awrn','en','a:24:{s:20:\"awareness_now_online\";s:10:\"Online Now\";s:18:\"awareness_settings\";s:8:\"Settings\";s:19:\"awrn_caching_period\";s:14:\"Caching Period\";s:24:\"awrn_caching_period_info\";s:109:\"Time that is waited before the number of users in the top bar is updated and new online users are determined.\";s:11:\"awrn_enable\";s:32:\"Enable ‘Who is online?’-Tool\";s:11:\"awrn_filter\";s:11:\"User Filter\";s:24:\"awrn_hide_from_awareness\";s:38:\"Hide Me From ‘Who is online?’-Tool\";s:29:\"awrn_hide_from_awareness_info\";s:129:\"The ‘Who is Online?’ tool can be found in the header bar and lists selected users (e.g. contacts or members of your courses).\";s:13:\"awrn_inactive\";s:10:\"Not Listed\";s:17:\"awrn_incl_offline\";s:18:\"Online and Offline\";s:19:\"awrn_max_inactivity\";s:25:\"Maximum Inactivity Period\";s:24:\"awrn_max_inactivity_info\";s:103:\"After this period users are considered being offline. If nothing is set, the session time will be used.\";s:19:\"awrn_max_nr_entries\";s:20:\"Max. Number of Items\";s:24:\"awrn_max_nr_entries_info\";s:150:\"Maximum number of items in the ‘Who is online?’ list. This setting has only minimal performance influence when displaying the tool in the top bar.\";s:12:\"awrn_minutes\";s:3:\"min\";s:11:\"awrn_online\";s:6:\"Online\";s:16:\"awrn_online_only\";s:11:\"Online Only\";s:12:\"awrn_seconds\";s:3:\"sec\";s:12:\"awrn_use_osd\";s:18:\"Popup Online Users\";s:17:\"awrn_use_osd_info\";s:78:\"Display a popup to indicate new online users in the ‘Who is online?’ list.\";s:14:\"awrn_user_show\";s:37:\"Show Your Account in \"Who-Is-Online?\"\";s:17:\"user_awrn_default\";s:7:\"Default\";s:14:\"user_awrn_hide\";s:14:\"Hide my status\";s:14:\"user_awrn_show\";s:14:\"Show my status\";}'),('background_tasks','en','a:13:{s:5:\"abort\";s:5:\"Abort\";s:16:\"background_tasks\";s:16:\"Background Tasks\";s:24:\"background_tasks_running\";s:16:\"Background Tasks\";s:9:\"completed\";s:9:\"Completed\";s:11:\"proceed_job\";s:7:\"Proceed\";s:6:\"remove\";s:6:\"Remove\";s:9:\"scheduled\";s:9:\"Scheduled\";s:20:\"task_might_be_failed\";s:67:\"This Task has not responded for a while, you can quit it if needed.\";s:28:\"ui_msg_files_violate_maxsize\";s:80:\"The total download size violates the global limit. The download will be aborted.\";s:21:\"ui_msg_no_files_found\";s:55:\"No files have been found. The download will be aborted.\";s:16:\"ui_msg_num_files\";s:64:\"%s file(-s) were detected for download, do you want to continue?\";s:21:\"ui_msg_sum_file_sizes\";s:86:\"The total download size before creating the zip-folder is %s. Do you want to continue?\";s:7:\"waiting\";s:7:\"Waiting\";}'),('badge','en','a:81:{s:10:\"awarded_by\";s:10:\"Awarded by\";s:21:\"badge_activity_badges\";s:15:\"Activity Badges\";s:18:\"badge_add_template\";s:12:\"Add Template\";s:21:\"badge_add_to_backpack\";s:15:\"Add to Backpack\";s:27:\"badge_add_to_backpack_multi\";s:28:\"Trying to add %s to Backpack\";s:20:\"badge_add_to_profile\";s:14:\"Add to Profile\";s:38:\"badge_assignment_deletion_confirmation\";s:73:\"Are you sure you want to revoke the following badge assignments for \"%s\"?\";s:17:\"badge_award_badge\";s:11:\"Award Badge\";s:29:\"badge_backpack_connect_failed\";s:51:\"The Mozilla Backpack could not be requested for %s.\";s:20:\"badge_backpack_email\";s:33:\"Mozilla Backpack Account (E-Mail)\";s:27:\"badge_backpack_gallery_info\";s:68:\"These are your published badge collections in your Mozilla Backpack.\";s:19:\"badge_backpack_list\";s:11:\"My Backpack\";s:24:\"badge_backpack_no_groups\";s:44:\"The Mozilla Backpack is empty or non-public.\";s:11:\"badge_badge\";s:5:\"Badge\";s:15:\"badge_course_lp\";s:9:\"Course LP\";s:23:\"badge_course_lp_invalid\";s:64:\"The following objects have a LP mode which is not supported: %s.\";s:12:\"badge_create\";s:12:\"Create Badge\";s:36:\"badge_create_image_processing_failed\";s:77:\"The badge could not be created, an error occurred while processing the image.\";s:14:\"badge_criteria\";s:8:\"Criteria\";s:15:\"badge_crs_merit\";s:5:\"Merit\";s:27:\"badge_deletion_confirmation\";s:90:\"Are you sure you want to delete the following badges and all their respective assignments?\";s:25:\"badge_edit_with_published\";s:178:\"%s users have already added this badge to their backpack. Because of this changing badge attributes will lead to inconsistencies. Creating a new badge might be a better solution.\";s:25:\"badge_image_from_template\";s:12:\"Use Template\";s:23:\"badge_image_from_upload\";s:12:\"Upload Image\";s:25:\"badge_image_template_form\";s:14:\"Image Template\";s:21:\"badge_image_templates\";s:15:\"Image Templates\";s:16:\"badge_in_profile\";s:10:\"In Profile\";s:15:\"badge_issued_on\";s:9:\"Issued On\";s:27:\"badge_lhist_badge_completed\";s:22:\"Badge $3$ was awarded.\";s:30:\"badge_lhist_badge_completed_in\";s:29:\"Badge $3$ was awarded in $1$.\";s:12:\"badge_manual\";s:15:\"Manual Awarding\";s:16:\"badge_new_badges\";s:25:\"You have %1 new badge(s).\";s:28:\"badge_no_valid_types_for_obj\";s:107:\"There are currently no active badge types. You cannot create new badges. Please contact your administrator.\";s:25:\"badge_notification_badges\";s:10:\"New Badges\";s:30:\"badge_notification_badges_goto\";s:14:\"To your badges\";s:23:\"badge_notification_body\";s:29:\"you just received new badges.\";s:22:\"badge_notification_osd\";s:42:\"You just received new badges: [BADGE_LIST]\";s:30:\"badge_notification_parent_goto\";s:13:\"To repository\";s:25:\"badge_notification_reason\";s:76:\"You are receiving this message to be able to add the badges to your profile.\";s:26:\"badge_notification_subject\";s:15:\"Badges received\";s:18:\"badge_obi_activate\";s:43:\"Activate Mozilla Open Badges Infrastructure\";s:23:\"badge_obi_activate_info\";s:117:\"Users can export badges from ILIAS. They can use their badges to prove their qualification in other web applications.\";s:17:\"badge_obi_contact\";s:14:\"Contact E-Mail\";s:22:\"badge_obi_contact_info\";s:69:\"This e-mail address is not displayed, but it is baked into the badge.\";s:22:\"badge_obi_organisation\";s:12:\"Organisation\";s:27:\"badge_obi_organisation_info\";s:56:\"This entry will be displayed as the issuer of the badge.\";s:14:\"badge_obi_salt\";s:4:\"Salt\";s:19:\"badge_obi_salt_info\";s:152:\"Enter a combination of characters and numbers to allow third parties to validate the authenticity of a badge. Please do not change the entry afterwards.\";s:19:\"badge_object_badges\";s:13:\"Object Badges\";s:21:\"badge_personal_badges\";s:9:\"My Badges\";s:18:\"badge_profile_less\";s:9:\"Show less\";s:20:\"badge_profile_manage\";s:6:\"Manage\";s:18:\"badge_profile_more\";s:8:\"Show all\";s:18:\"badge_profile_view\";s:4:\"View\";s:18:\"badge_remove_badge\";s:12:\"Revoke Badge\";s:25:\"badge_remove_from_profile\";s:19:\"Remove from Profile\";s:22:\"badge_service_activate\";s:16:\"Activate Service\";s:27:\"badge_service_activate_info\";s:46:\"Activate the service to make badges available.\";s:14:\"badge_settings\";s:14:\"Badge Settings\";s:18:\"badge_subtype_auto\";s:9:\"automatic\";s:20:\"badge_subtype_manual\";s:6:\"manual\";s:36:\"badge_template_deletion_confirmation\";s:62:\"Are you sure you want to delete the following image templates?\";s:20:\"badge_template_types\";s:11:\"Valid Types\";s:24:\"badge_template_types_all\";s:3:\"All\";s:29:\"badge_template_types_specific\";s:8:\"Specific\";s:11:\"badge_types\";s:5:\"Types\";s:36:\"badge_update_image_processing_failed\";s:77:\"The badge could not be updated, an error occurred while processing the image.\";s:35:\"badge_uploaded_image_file_not_found\";s:47:\"No uploaded image for the badge could be found.\";s:18:\"badge_user_profile\";s:11:\"User Profil\";s:11:\"badge_valid\";s:11:\"Valid until\";s:8:\"criteria\";s:8:\"Criteria\";s:7:\"endless\";s:6:\"Always\";s:9:\"issued_on\";s:9:\"Issued on\";s:16:\"position_updated\";s:26:\"Profil assignment updated.\";s:16:\"sort_by_date_asc\";s:22:\"Sort by Date Ascending\";s:17:\"sort_by_date_desc\";s:23:\"Sort by Date Descending\";s:17:\"sort_by_title_asc\";s:23:\"Sort by Title Ascending\";s:18:\"sort_by_title_desc\";s:24:\"Sort by Title Descending\";s:10:\"table_view\";s:10:\"Table View\";s:9:\"tile_view\";s:9:\"Tile View\";s:11:\"valid_until\";s:11:\"Valid until\";}'),('bgtask','en','a:19:{s:14:\"bgtask_blocked\";s:19:\"Concurrent download\";s:25:\"bgtask_blocked_cancel_new\";s:19:\"Cancel new download\";s:25:\"bgtask_blocked_cancel_old\";s:24:\"Cancel existing download\";s:19:\"bgtask_blocked_info\";s:46:\"There is already a download processed for you.\";s:19:\"bgtask_cron_gc_desc\";s:62:\"Deletes obsolete files which were created by background tasks.\";s:20:\"bgtask_cron_gc_title\";s:34:\"Background Task Garbage Collection\";s:20:\"bgtask_download_long\";s:73:\"The processing of the download with %1$s files (%2$s) might take a while.\";s:25:\"bgtask_download_too_large\";s:44:\"The download surpasses the size limit of %s.\";s:19:\"bgtask_empty_folder\";s:64:\"The current selection does not include any downloadable content.\";s:14:\"bgtask_failure\";s:5:\"Error\";s:17:\"bgtask_processing\";s:17:\"Creating download\";s:14:\"bgtask_setting\";s:29:\"\'Background Download\' enabled\";s:19:\"bgtask_setting_info\";s:84:\"The creation of the ZIP archive is done asynchronously and can be cancelled anytime.\";s:20:\"bgtask_setting_limit\";s:12:\"Global Limit\";s:25:\"bgtask_setting_limit_info\";s:83:\"A download is only possible if the sum of the file sizes is below this value in MB.\";s:30:\"bgtask_setting_threshold_count\";s:14:\"Minimum Number\";s:35:\"bgtask_setting_threshold_count_info\";s:78:\"If the number of files exceeds this value the download will be asynchronously.\";s:29:\"bgtask_setting_threshold_size\";s:12:\"Minimum Size\";s:34:\"bgtask_setting_threshold_size_info\";s:72:\"If the file sizes exceed this value the download will be asynchronously.\";}'),('bibl','en','a:95:{s:4:\"Type\";s:4:\"Type\";s:10:\"add_filter\";s:10:\"Add Filter\";s:20:\"bib_default_abstract\";s:8:\"Abstract\";s:19:\"bib_default_address\";s:7:\"Address\";s:18:\"bib_default_author\";s:6:\"Author\";s:16:\"bib_default_cite\";s:8:\"Bib Cite\";s:19:\"bib_default_edition\";s:7:\"Edition\";s:24:\"bib_default_howpublished\";s:12:\"Published as\";s:16:\"bib_default_isbn\";s:9:\"ISSN/ISBN\";s:19:\"bib_default_journal\";s:7:\"Journal\";s:20:\"bib_default_keywords\";s:8:\"Keywords\";s:17:\"bib_default_month\";s:5:\"Month\";s:16:\"bib_default_note\";s:4:\"Note\";s:18:\"bib_default_number\";s:6:\"Number\";s:24:\"bib_default_organization\";s:11:\"Organizaton\";s:17:\"bib_default_pages\";s:5:\"Pages\";s:21:\"bib_default_publisher\";s:9:\"Publisher\";s:18:\"bib_default_series\";s:6:\"Series\";s:17:\"bib_default_title\";s:5:\"Title\";s:16:\"bib_default_type\";s:4:\"Type\";s:15:\"bib_default_url\";s:3:\"URL\";s:18:\"bib_default_volume\";s:6:\"Volume\";s:16:\"bib_default_year\";s:4:\"Year\";s:9:\"bibl_copy\";s:17:\"Copy Bibliography\";s:9:\"bibl_edit\";s:17:\"Edit Bibliography\";s:11:\"bibl_filter\";s:6:\"Filter\";s:11:\"bibl_import\";s:19:\"Import Bibliography\";s:16:\"bibl_library_img\";s:9:\"Image-URL\";s:17:\"bibl_library_name\";s:4:\"Name\";s:25:\"bibl_library_show_in_list\";s:24:\"Show as link in the list\";s:16:\"bibl_library_url\";s:8:\"Base-URL\";s:16:\"bibl_link_online\";s:16:\"Lookup inventory\";s:29:\"bibl_msg_translations_deleted\";s:25:\"Translations were deleted\";s:27:\"bibl_msg_translations_saved\";s:23:\"Translations were saved\";s:8:\"bibl_new\";s:16:\"New Bibliography\";s:18:\"bibl_settings_edit\";s:12:\"Edit Library\";s:23:\"bibl_settings_libraries\";s:9:\"Libraries\";s:17:\"bibl_settings_new\";s:11:\"Add Library\";s:21:\"bibl_translation_desc\";s:11:\"Description\";s:21:\"bibl_translation_lang\";s:8:\"Language\";s:22:\"bibl_translation_trans\";s:11:\"Translation\";s:17:\"bibliography_file\";s:17:\"Bibliography File\";s:6:\"bibtex\";s:6:\"Bibtex\";s:13:\"changes_saved\";s:19:\"Changes were saved.\";s:6:\"custom\";s:6:\"Custom\";s:11:\"detail_view\";s:11:\"Detail View\";s:22:\"download_original_file\";s:22:\"Download Original File\";s:5:\"field\";s:5:\"Field\";s:6:\"fields\";s:6:\"Fields\";s:14:\"filter_deleted\";s:23:\"The Filter was deleted.\";s:17:\"filter_field_info\";s:57:\"Please choose a field for which you want to add a filter.\";s:17:\"filter_form_title\";s:14:\"Add new filter\";s:11:\"filter_type\";s:11:\"Filter Type\";s:13:\"filter_type_1\";s:9:\"Textinput\";s:13:\"filter_type_2\";s:11:\"Selectinput\";s:13:\"filter_type_3\";s:17:\"Multi-Selectinput\";s:16:\"filter_type_info\";s:42:\"Please choose a filter type for the field.\";s:10:\"identifier\";s:10:\"Identifier\";s:25:\"msg_confirm_delete_filter\";s:43:\"Do you like to delete the following filter?\";s:15:\"msg_filter_info\";s:92:\"Create a filter here that can be used in the \"Contents\" tab to limit the display of entries.\";s:18:\"news_title_created\";s:27:\"New bibliography list added\";s:18:\"news_title_updated\";s:25:\"Bibliography list updated\";s:16:\"not_yet_migrated\";s:88:\"This Object has not et been migrated. Please contact the administrators of the platform.\";s:18:\"obj_bibl_duplicate\";s:22:\"Duplicate Bibliography\";s:5:\"order\";s:5:\"Order\";s:16:\"override_entries\";s:16:\"Override Entries\";s:25:\"replace_bibliography_file\";s:25:\"Replace Bibliography File\";s:30:\"replace_bibliography_file_info\";s:123:\"The current bibliography file will be replaced by the new file. All existing entries from the current file will be deleted.\";s:3:\"ris\";s:3:\"Ris\";s:14:\"ris_default_a2\";s:20:\"Location in Archives\";s:14:\"ris_default_au\";s:6:\"Author\";s:14:\"ris_default_cy\";s:15:\"Place Published\";s:14:\"ris_default_ep\";s:18:\"Ending Page Number\";s:14:\"ris_default_id\";s:12:\"Reference ID\";s:14:\"ris_default_ja\";s:41:\"Periodical in which article was published\";s:14:\"ris_default_kw\";s:8:\"Keywords\";s:14:\"ris_default_l3\";s:15:\"Related records\";s:14:\"ris_default_m1\";s:6:\"Number\";s:14:\"ris_default_m3\";s:7:\"Misc. 3\";s:14:\"ris_default_n1\";s:5:\"Notes\";s:14:\"ris_default_n2\";s:8:\"Abstract\";s:14:\"ris_default_pb\";s:9:\"Publisher\";s:14:\"ris_default_py\";s:16:\"Publication year\";s:14:\"ris_default_sn\";s:14:\"ISSN/ISBN/ASIN\";s:14:\"ris_default_t1\";s:13:\"Primary Title\";s:14:\"ris_default_t2\";s:15:\"Secondary Title\";s:14:\"ris_default_t3\";s:14:\"Tertiary Title\";s:14:\"ris_default_ti\";s:10:\"Book title\";s:14:\"ris_default_ty\";s:4:\"Type\";s:14:\"ris_default_u2\";s:12:\"User Defined\";s:14:\"ris_default_ur\";s:3:\"URL\";s:14:\"ris_default_vl\";s:6:\"Volume\";s:14:\"ris_default_y1\";s:4:\"Year\";s:8:\"standard\";s:8:\"Standard\";s:9:\"translate\";s:9:\"Translate\";}'),('bkm','en','a:1:{s:16:\"bkm_fold_created\";s:33:\"Bookmark folder has been created.\";}'),('blog','en','a:116:{s:19:\"blog_abstract_image\";s:21:\"Add Image to Abstract\";s:26:\"blog_abstract_image_height\";s:6:\"Height\";s:24:\"blog_abstract_image_info\";s:251:\"The first image used in the post will be resized so that its longest edge matches the size entered here. This image will be displayed along with the abstract of the post’s text content. Images that are smaller than the minimum size will not be used.\";s:26:\"blog_abstract_image_pixels\";s:2:\"Px\";s:25:\"blog_abstract_image_width\";s:5:\"Width\";s:21:\"blog_abstract_shorten\";s:16:\"Shorten Abstract\";s:32:\"blog_abstract_shorten_characters\";s:10:\"Characters\";s:28:\"blog_abstract_shorten_length\";s:14:\"Maximum Length\";s:8:\"blog_add\";s:11:\"Create Blog\";s:20:\"blog_add_contributor\";s:15:\"Add Contributor\";s:16:\"blog_add_posting\";s:8:\"Add Post\";s:24:\"blog_admin_inactive_info\";s:111:\"You can activate the blog feature by going to ‘Administration » Personal Workspace » Personal Resources’.\";s:22:\"blog_admin_toggle_info\";s:124:\"You can deactivate the blog feature completely by going to ‘Administration » Personal Workspace » Personal Resources’.\";s:12:\"blog_approve\";s:12:\"Approve Post\";s:11:\"blog_author\";s:10:\"Written by\";s:12:\"blog_authors\";s:7:\"Authors\";s:23:\"blog_back_to_blog_owner\";s:9:\"Edit Blog\";s:11:\"blog_banner\";s:6:\"Banner\";s:37:\"blog_change_notification_body_approve\";s:39:\"The following blog post needs approval.\";s:37:\"blog_change_notification_body_comment\";s:47:\"The following blog post has received a comment.\";s:33:\"blog_change_notification_body_new\";s:48:\"A new post has been added to the following blog.\";s:36:\"blog_change_notification_body_update\";s:41:\"The following blog post has been updated.\";s:29:\"blog_change_notification_link\";s:17:\"Link to Blog Post\";s:31:\"blog_change_notification_reason\";s:100:\"You have received this e-mail because you have activated notifications for the blog mentioned above.\";s:32:\"blog_change_notification_subject\";s:31:\"The blog \"%s\" has been updated.\";s:13:\"blog_comments\";s:8:\"Comments\";s:32:\"blog_confirm_delete_contributors\";s:59:\"Are you sure you want to remove the following contributors?\";s:27:\"blog_contribute_other_roles\";s:272:\"In addition to the blog contributors listed below, users with the role(s) %s can also add posts to this blog. They are not listed in the table below, because their respective permission(s) are derived from the object (e.g. course or group) in which this blog is contained.\";s:17:\"blog_contributors\";s:17:\"Blog Contributors\";s:9:\"blog_copy\";s:9:\"Copy Blog\";s:24:\"blog_download_submission\";s:19:\"Download Submission\";s:10:\"blog_draft\";s:5:\"Draft\";s:15:\"blog_draft_info\";s:70:\"The post has been unpublished and is now only visible to contributors.\";s:28:\"blog_draft_info_contributors\";s:75:\"This draft post is currently only visible to the contributors of this blog.\";s:15:\"blog_draft_text\";s:16:\"Unpublished Post\";s:9:\"blog_edit\";s:9:\"Edit Blog\";s:14:\"blog_edit_date\";s:9:\"Edit Date\";s:19:\"blog_edit_date_info\";s:48:\"Publication status does not depend on this date.\";s:18:\"blog_edit_keywords\";s:13:\"Edit Keywords\";s:17:\"blog_edit_posting\";s:9:\"Edit Post\";s:20:\"blog_enable_approval\";s:13:\"Approve Posts\";s:25:\"blog_enable_approval_info\";s:134:\"Posts will only be visible to other users after having being approved by a user with the ‘Edit Settings’ permission for this blog.\";s:20:\"blog_enable_keywords\";s:8:\"Keywords\";s:25:\"blog_enable_keywords_info\";s:172:\"Keywords can be added to posts. These keywords will then be displayed in a ‘Keywords’ block in the sidebar, where they can be used to filter the blog posts accordingly.\";s:23:\"blog_enable_nav_authors\";s:7:\"Authors\";s:28:\"blog_enable_nav_authors_info\";s:169:\"Display a list of all blog authors in an ‘Authors’ side block. Clicking on an author’s username will show all posts by this author in the main section of the blog.\";s:17:\"blog_enable_notes\";s:15:\"Public Comments\";s:15:\"blog_enable_rss\";s:12:\"Activate RSS\";s:20:\"blog_enable_rss_info\";s:75:\"The RSS feed is public and independent of blog sharing or user permissions.\";s:21:\"blog_est_reading_time\";s:22:\"Estimated Reading Time\";s:26:\"blog_est_reading_time_info\";s:86:\"Add an automatically generated estimated reading time to blog posts in the repository.\";s:18:\"blog_exercise_info\";s:62:\"This blog is part of the assignment \"%s\" of the exercise \"%s\".\";s:28:\"blog_exercise_submitted_info\";s:64:\"Your last submission was on %s. Please check the export file: %s\";s:18:\"blog_finalize_blog\";s:24:\"Finalise and Submit Blog\";s:14:\"blog_finalized\";s:29:\"Your blog has been submitted.\";s:11:\"blog_import\";s:11:\"Import Blog\";s:18:\"blog_incl_comments\";s:18:\"including comments\";s:12:\"blog_keyword\";s:7:\"Keyword\";s:18:\"blog_keyword_enter\";s:32:\"Write a keyword and press Enter.\";s:13:\"blog_keywords\";s:8:\"Keywords\";s:19:\"blog_latest_posting\";s:11:\"Latest Post\";s:9:\"blog_link\";s:4:\"Link\";s:14:\"blog_list_more\";s:4:\"More\";s:22:\"blog_list_num_postings\";s:15:\"Number of Posts\";s:27:\"blog_list_num_postings_info\";s:92:\"The maximum number of posts displayed when viewing the blog with no specific month selected.\";s:13:\"blog_nav_mode\";s:5:\"Posts\";s:24:\"blog_nav_mode_month_list\";s:19:\"Show List of Months\";s:29:\"blog_nav_mode_month_list_info\";s:48:\"List months with posts in the ‘Posts’ block.\";s:34:\"blog_nav_mode_month_list_num_month\";s:28:\"Total Number of Months Shown\";s:39:\"blog_nav_mode_month_list_num_month_info\";s:222:\"Limit the number of months that will be displayed in the ‘Posts’ block. The months displayed will always be the most recent and will be shown with a number indicating how many posts were made in that month as standard.\";s:44:\"blog_nav_mode_month_list_num_month_with_post\";s:34:\"Number of Months With Listed Posts\";s:49:\"blog_nav_mode_month_list_num_month_with_post_info\";s:200:\"These months will be displayed with the titles of all of their posts in the navigation block. Additional months will be displayed with a number indicating the total number of posts made in that month.\";s:26:\"blog_nav_mode_month_single\";s:19:\"Show Selected Month\";s:31:\"blog_nav_mode_month_single_info\";s:229:\"Instead of a list of months, display a drop-down menu, containing all of the months with posts for this blog. Users can use this menu to select the month they wish to view. Only the posts of the selected month will then be shown.\";s:18:\"blog_nav_sortorder\";s:11:\"Block Order\";s:15:\"blog_navigation\";s:5:\"Posts\";s:19:\"blog_needs_approval\";s:30:\"Post has not yet been approved\";s:8:\"blog_new\";s:15:\"Create New Blog\";s:21:\"blog_new_posting_info\";s:28:\"The post has been published.\";s:25:\"blog_news_posting_authors\";s:24:\"Contributing authors: %s\";s:27:\"blog_news_posting_published\";s:30:\"New blog post published by %s.\";s:25:\"blog_news_posting_updated\";s:24:\"Blog post updated by %s.\";s:16:\"blog_no_keywords\";s:34:\"No keywords have been entered yet.\";s:27:\"blog_notification_activated\";s:23:\"Notifications Activated\";s:29:\"blog_notification_deactivated\";s:25:\"Notifications Deactivated\";s:28:\"blog_notification_toggle_off\";s:24:\"Deactivate Notifications\";s:27:\"blog_notification_toggle_on\";s:21:\"Activate Notification\";s:35:\"blog_number_users_notes_or_comments\";s:64:\"Number of users who have attached notes or comments to this post\";s:12:\"blog_posting\";s:9:\"Blog Post\";s:20:\"blog_posting_deleted\";s:26:\"Post successfully deleted.\";s:34:\"blog_posting_deletion_confirmation\";s:51:\"Are you sure you want to delete the following post?\";s:31:\"blog_posting_edit_approval_info\";s:125:\"Post needs to be approved by an editor in order to be visible. The post needs to be published before approval can take place.\";s:22:\"blog_posting_not_found\";s:32:\"This blog post is not available.\";s:13:\"blog_postings\";s:5:\"Posts\";s:23:\"blog_presentation_frame\";s:17:\"Blog Presentation\";s:26:\"blog_presentation_overview\";s:16:\"Initial Overview\";s:12:\"blog_preview\";s:7:\"Preview\";s:19:\"blog_preview_banner\";s:13:\"Custom Banner\";s:26:\"blog_preview_banner_height\";s:13:\"Banner Height\";s:24:\"blog_preview_banner_info\";s:32:\"Default size is 1370x100 pixels.\";s:25:\"blog_preview_banner_width\";s:12:\"Banner Width\";s:20:\"blog_profile_picture\";s:23:\"Display Profile Picture\";s:36:\"blog_profile_picture_repository_info\";s:80:\"Profile pictures of authors are only shown on post pages, not on overview pages.\";s:15:\"blog_properties\";s:15:\"Blog Properties\";s:19:\"blog_rename_posting\";s:11:\"Rename Post\";s:19:\"blog_selected_pages\";s:14:\"Selected posts\";s:13:\"blog_settings\";s:19:\"Blog Administration\";s:24:\"blog_settings_navigation\";s:18:\"Navigation Sidebar\";s:16:\"blog_show_latest\";s:24:\"Show Latest Posts/Drafts\";s:20:\"blog_show_print_view\";s:15:\"Show Print View\";s:18:\"blog_starting_page\";s:13:\"Starting Page\";s:32:\"blog_task_publishing_draft_title\";s:28:\"Publish Draft Blog Post \"%s\"\";s:17:\"blog_toggle_draft\";s:20:\"Withdraw Publication\";s:23:\"blog_toggle_draft_admin\";s:20:\"Deactivate Blog Post\";s:17:\"blog_toggle_final\";s:12:\"Publish Post\";s:15:\"blog_whole_blog\";s:10:\"Whole blog\";}'),('book','en','a:159:{s:17:\"X_reservations_of\";s:16:\"%s booking(s) of\";s:8:\"book_add\";s:16:\"Add Booking Pool\";s:15:\"book_add_object\";s:8:\"Add Item\";s:17:\"book_add_schedule\";s:12:\"Add Schedule\";s:25:\"book_additional_info_file\";s:22:\"Additional Description\";s:8:\"book_all\";s:8:\"Show all\";s:29:\"book_all_pools_need_schedules\";s:82:\"Settings not saved. All selected booking pools need to have at least one schedule.\";s:14:\"book_all_users\";s:16:\"All Participants\";s:11:\"book_assign\";s:4:\"Book\";s:18:\"book_assign_object\";s:26:\"Book Items for Participant\";s:23:\"book_assign_participant\";s:29:\"Book for Other Participant(s)\";s:17:\"book_back_to_list\";s:12:\"Back to List\";s:9:\"book_bobj\";s:12:\"Booked Items\";s:9:\"book_book\";s:4:\"Book\";s:19:\"book_book_available\";s:20:\"Book Available Dates\";s:20:\"book_book_recurrence\";s:19:\"Book multiple dates\";s:14:\"book_booked_in\";s:9:\"Booked In\";s:12:\"book_booking\";s:7:\"Booking\";s:24:\"book_booking_information\";s:11:\"Information\";s:20:\"book_booking_objects\";s:14:\"Bookable Items\";s:22:\"book_booking_reminders\";s:17:\"Upcoming Bookings\";s:22:\"book_bookings_per_user\";s:17:\"Bookings per User\";s:22:\"book_bulk_confirmation\";s:50:\"Please check that all values are listed correctly.\";s:18:\"book_bulk_creation\";s:13:\"Bulk Creation\";s:14:\"book_bulk_data\";s:9:\"Item Data\";s:14:\"book_cal_entry\";s:8:\"Booking:\";s:20:\"book_confirm_booking\";s:15:\"Confirm Booking\";s:32:\"book_confirm_booking_no_schedule\";s:49:\"Are you sure you want to book the following item?\";s:47:\"book_confirm_booking_schedule_number_of_objects\";s:20:\"Booking Confirmation\";s:52:\"book_confirm_booking_schedule_number_of_objects_info\";s:61:\"Please enter the number of items that you would like to book.\";s:19:\"book_confirm_cancel\";s:57:\"Are you sure you want to cancel the following booking(s)?\";s:31:\"book_confirm_cancel_aggregation\";s:23:\"Number of Cancellations\";s:19:\"book_confirm_delete\";s:52:\"Are you sure you want to delete the following items?\";s:9:\"book_copy\";s:17:\"Copy Booking Pool\";s:19:\"book_create_objects\";s:12:\"Create Items\";s:13:\"book_deadline\";s:8:\"Deadline\";s:19:\"book_deadline_hours\";s:31:\"X hours before time slot begins\";s:18:\"book_deadline_info\";s:46:\"Minimum time between booking and booked period\";s:21:\"book_deadline_options\";s:27:\"Bookings Can Be Made Until:\";s:22:\"book_deadline_slot_end\";s:14:\"Time slot ends\";s:24:\"book_deadline_slot_start\";s:16:\"Time slot begins\";s:13:\"book_deassign\";s:13:\"Edit Bookings\";s:18:\"book_download_info\";s:31:\"Download Additional Description\";s:9:\"book_edit\";s:17:\"Edit Booking Pool\";s:16:\"book_edit_object\";s:18:\"Edit Bookable Item\";s:18:\"book_edit_schedule\";s:13:\"Edit Schedule\";s:29:\"book_filter_past_reservations\";s:18:\"Show Past Bookings\";s:11:\"book_fromto\";s:10:\"Date Range\";s:10:\"book_hours\";s:31:\"Hours before start of timeslot.\";s:12:\"book_is_used\";s:6:\"In Use\";s:28:\"book_limit_objects_available\";s:83:\"You cannot book this item for %s participants. ‘%s’ is only available %s times.\";s:9:\"book_list\";s:4:\"List\";s:8:\"book_log\";s:8:\"Bookings\";s:24:\"book_mail_permanent_link\";s:20:\"Link to Booking Pool\";s:19:\"book_mail_to_booker\";s:12:\"Mail to User\";s:12:\"book_message\";s:7:\"Message\";s:17:\"book_message_info\";s:55:\"You may enter a message for the booking organiser here.\";s:13:\"book_messages\";s:8:\"Messages\";s:18:\"book_messages_info\";s:50:\"Allow users to add a message when booking an item.\";s:25:\"book_missing_availability\";s:51:\"It was not possible to book all items on all dates.\";s:18:\"book_missing_items\";s:19:\"$1 missing item(s).\";s:8:\"book_new\";s:16:\"New Booking Pool\";s:24:\"book_no_bookings_for_you\";s:35:\"No bookings have been made for you.\";s:15:\"book_no_objects\";s:11:\"No Bookings\";s:18:\"book_no_of_objects\";s:12:\"No. of Units\";s:27:\"book_no_preferences_for_you\";s:42:\"No preferences have been recorded for you.\";s:18:\"book_no_recurrence\";s:19:\"Book only this date\";s:8:\"book_not\";s:3:\"Not\";s:27:\"book_not_enough_preferences\";s:79:\"You have not selected enough preferences. Your preferences have not been saved.\";s:17:\"book_notification\";s:26:\"Send Booking Notifications\";s:33:\"book_notification_cron_not_active\";s:88:\"Note: The necessary cron job, \'Send Reservation Notifications\', is currently not active.\";s:22:\"book_notification_info\";s:91:\"Send a list of the next day’s bookings to users (own bookings) and admins (if activated).\";s:22:\"book_nr_of_preferences\";s:21:\"Number of Preferences\";s:27:\"book_nr_of_preferences_info\";s:60:\"Number of preferences each participant is required to state.\";s:19:\"book_nr_preferences\";s:11:\"Preferences\";s:15:\"book_obj_select\";s:6:\"Select\";s:17:\"book_object_added\";s:20:\"Bookable item added.\";s:19:\"book_object_deleted\";s:22:\"Bookable item deleted.\";s:21:\"book_object_selection\";s:14:\"Item Selection\";s:19:\"book_object_updated\";s:22:\"Bookable item updated.\";s:22:\"book_objects_available\";s:18:\"Items available %s\";s:9:\"book_open\";s:17:\"Open Booking Pool\";s:18:\"book_overall_limit\";s:24:\"Limit Number of Bookings\";s:26:\"book_overall_limit_warning\";s:56:\"You have reached the maximum number of bookings allowed.\";s:33:\"book_participant_already_assigned\";s:49:\"One or more participants have already been added.\";s:25:\"book_participant_assigned\";s:21:\"Participant(s) added.\";s:11:\"book_period\";s:6:\"Period\";s:15:\"book_pool_added\";s:34:\"Booking pool successfully created.\";s:19:\"book_pool_selection\";s:22:\"Booking Pool Selection\";s:22:\"book_post_booking_file\";s:4:\"File\";s:29:\"book_post_booking_information\";s:19:\"Booking Information\";s:22:\"book_post_booking_text\";s:4:\"Text\";s:27:\"book_post_booking_text_info\";s:182:\"Use placeholders to include booking-specific information. <br />[OBJECT] will be replaced by the respective Bookable Item. <br />[PERIOD] will be replaced by the respective schedule.\";s:19:\"book_pref_book_cron\";s:24:\"Booking with Preferences\";s:24:\"book_pref_book_cron_info\";s:82:\"Automatically allocate bookings based on preferences after expiration of deadline.\";s:18:\"book_pref_deadline\";s:8:\"Deadline\";s:23:\"book_pref_deadline_info\";s:43:\"Preferences can be stated up to this point.\";s:18:\"book_pref_overview\";s:8:\"Overview\";s:20:\"book_preference_info\";s:156:\"Please select %1 preference(s) by %2. After this deadline, bookings will be allocated automatically, taking into consideration the preferences of all users.\";s:16:\"book_preferences\";s:11:\"Preferences\";s:22:\"book_preferences_saved\";s:33:\"Your preferences have been saved.\";s:15:\"book_public_log\";s:36:\"Bookings Visible to All Participants\";s:20:\"book_public_log_info\";s:118:\"Users with the ‘Read’ permission are able to see the bookings of the other participants in the ‘Bookings’ tab.\";s:15:\"book_recurrence\";s:10:\"Recurrence\";s:12:\"book_refresh\";s:7:\"Refresh\";s:14:\"book_rem_intro\";s:45:\"This is an overview of upcoming reservations:\";s:15:\"book_rem_reason\";s:116:\"You have received this mail because you are subscribed to notifications for the booking pool mentioned in this mail.\";s:17:\"book_reminder_day\";s:13:\"Send Reminder\";s:22:\"book_reminder_day_info\";s:248:\"Send list of own bookings to users and full list of all upcoming bookings to admins. Please note: in order to receive reminders, users need to have activated notifications via the ‘Actions’ menu at the top right-hand corner of the booking pool.\";s:18:\"book_reminder_days\";s:34:\"day(s) before time-slot of booking\";s:21:\"book_reminder_setting\";s:8:\"Reminder\";s:22:\"book_rerun_assignments\";s:22:\"Run Allocation Process\";s:23:\"book_rerun_confirmation\";s:286:\"Attention. The process of allocating bookings according to preferences has already taken place. You may restart the process if any errors have occurred, e.g. no bookings have been saved. To prevent multiple allocations, please delete all existing bookings before restarting the process.\";s:26:\"book_reservation_available\";s:12:\"%s available\";s:26:\"book_reservation_confirmed\";s:32:\"Your booking has been confirmed.\";s:23:\"book_reservation_failed\";s:44:\"It was not possible to confirm your booking.\";s:34:\"book_reservation_failed_overbooked\";s:81:\"Your booking failed because the bookable item in question is no longer available.\";s:30:\"book_reservation_filter_period\";s:41:\"Default Value for ‘Date Range’ Filter\";s:35:\"book_reservation_filter_period_info\";s:108:\"The default value for the ‘Date Range’ filter in the ‘Bookings’ tab (in days from the current date).\";s:25:\"book_reservation_fix_info\";s:70:\"Bookings can only be made for the time slots shown as available below.\";s:25:\"book_reservation_overview\";s:17:\"Bookings Overview\";s:25:\"book_reservation_status_5\";s:9:\"Cancelled\";s:22:\"book_reservation_title\";s:23:\"Booking Reservation for\";s:22:\"book_reservations_list\";s:8:\"Bookings\";s:13:\"book_schedule\";s:8:\"Schedule\";s:19:\"book_schedule_added\";s:23:\"Booking schedule added.\";s:18:\"book_schedule_days\";s:10:\"Time Slots\";s:23:\"book_schedule_days_info\";s:46:\"Valid booking times for each day (HH:MM-HH:MM)\";s:21:\"book_schedule_deleted\";s:25:\"Booking schedule deleted.\";s:18:\"book_schedule_slot\";s:9:\"Time Slot\";s:18:\"book_schedule_type\";s:12:\"Booking Mode\";s:24:\"book_schedule_type_fixed\";s:14:\"Fixed Schedule\";s:29:\"book_schedule_type_fixed_info\";s:128:\"This booking mode can be used for things that can be booked for specific periods of time, such as rooms, services and equipment.\";s:23:\"book_schedule_type_none\";s:11:\"No Schedule\";s:30:\"book_schedule_type_none_direct\";s:27:\"No Schedule, Direct Booking\";s:35:\"book_schedule_type_none_direct_info\";s:177:\"This booking mode is ideal for presentation topics or places in seminars that do not require set times. Participants can book items directly on a first come, first served basis.\";s:28:\"book_schedule_type_none_info\";s:66:\"This type can be used for seminar papers, seminar places and such.\";s:34:\"book_schedule_type_none_preference\";s:30:\"No Schedule, Using Preferences\";s:39:\"book_schedule_type_none_preference_info\";s:268:\"This booking mode is ideal for presentation topics, places in seminars or similar. Participants get to indicate their preferences in terms of which items they are most interested in. Items will then be allocated automatically after the preferences deadline has passed.\";s:21:\"book_schedule_updated\";s:25:\"Booking schedule updated.\";s:26:\"book_schedule_warning_edit\";s:228:\"Your booking pool currently does not have a schedule available. To use the booking pool you either need to create a schedule or select a ‘no schedule’ booking mode in the ‘Booking Mode’ section of the ‘Settings’ tab.\";s:14:\"book_schedules\";s:9:\"Schedules\";s:16:\"book_select_pool\";s:11:\"Select Pool\";s:15:\"book_set_cancel\";s:14:\"Cancel Booking\";s:15:\"book_set_delete\";s:14:\"Delete Booking\";s:17:\"book_show_message\";s:12:\"Show Message\";s:25:\"book_title_description_nr\";s:35:\"Title; Description; Number of Units\";s:30:\"book_title_description_nr_info\";s:149:\"Enter title, description and number of units separated by semicolon or TAB character (if importing from spreadsheet software). Use one line per item.\";s:25:\"book_too_many_preferences\";s:77:\"You have selected too many preferences. Your preferences have not been saved.\";s:17:\"book_type_warning\";s:119:\"There are currently no bookable items available. Please create some bookable items to be able to use this booking pool.\";s:9:\"book_week\";s:4:\"Week\";s:18:\"book_your_bookings\";s:13:\"Your Bookings\";s:21:\"book_your_preferences\";s:16:\"Your Preferences\";s:22:\"book_your_reservations\";s:13:\"Your Bookings\";s:28:\"booking_multiple_succesfully\";s:34:\"Bookings successfully carried out.\";s:19:\"booking_nr_of_items\";s:15:\"Number of Items\";s:18:\"obj_book_duplicate\";s:17:\"Copy Booking Pool\";s:12:\"participants\";s:12:\"Participants\";s:19:\"reservation_deleted\";s:16:\"Booking deleted.\";}'),('buddysystem','en','a:55:{s:25:\"buddy_allow_to_contact_me\";s:22:\"Allow Contact Requests\";s:30:\"buddy_allow_to_contact_me_info\";s:65:\"Other users are able to send me request for getting into contact.\";s:46:\"buddy_bs_act_btn_txt_ignored_request_to_linked\";s:15:\"Confirm Request\";s:48:\"buddy_bs_act_btn_txt_ignored_request_to_unlinked\";s:14:\"Cancel Request\";s:39:\"buddy_bs_act_btn_txt_linked_to_unlinked\";s:6:\"Unlink\";s:49:\"buddy_bs_act_btn_txt_requested_to_ignored_request\";s:14:\"Ignore Contact\";s:40:\"buddy_bs_act_btn_txt_requested_to_linked\";s:15:\"Confirm Contact\";s:42:\"buddy_bs_act_btn_txt_requested_to_unlinked\";s:14:\"Cancel Request\";s:31:\"buddy_bs_action_already_ignored\";s:47:\"Action not possible. Already ignored user \'%s\'.\";s:30:\"buddy_bs_action_already_linked\";s:73:\"Action not possible. Already accepted the contact request from user \'%s\'.\";s:33:\"buddy_bs_action_already_requested\";s:49:\"Action not possible. Already requested user \'%s\'.\";s:32:\"buddy_bs_action_already_unlinked\";s:73:\"Action not possible. The contact state for user \'%s\' is already unlinked.\";s:28:\"buddy_bs_action_not_possible\";s:19:\"Action not possible\";s:34:\"buddy_bs_btn_txt_ignored_request_a\";s:17:\"Requested Contact\";s:34:\"buddy_bs_btn_txt_ignored_request_p\";s:15:\"Request Ignored\";s:25:\"buddy_bs_btn_txt_linked_a\";s:6:\"Linked\";s:25:\"buddy_bs_btn_txt_linked_p\";s:6:\"Linked\";s:28:\"buddy_bs_btn_txt_requested_a\";s:17:\"Requested Contact\";s:28:\"buddy_bs_btn_txt_requested_p\";s:7:\"Request\";s:27:\"buddy_bs_btn_txt_unlinked_a\";s:15:\"Request Contact\";s:32:\"buddy_bs_state_ignored_request_a\";s:9:\"Requested\";s:32:\"buddy_bs_state_ignored_request_p\";s:7:\"Ignored\";s:29:\"buddy_bs_state_ignoredrequest\";s:7:\"Ignored\";s:21:\"buddy_bs_state_linked\";s:6:\"Linked\";s:23:\"buddy_bs_state_linked_a\";s:6:\"Linked\";s:23:\"buddy_bs_state_linked_p\";s:6:\"Linked\";s:24:\"buddy_bs_state_requested\";s:9:\"Requested\";s:26:\"buddy_bs_state_requested_a\";s:9:\"Requested\";s:33:\"buddy_bs_state_requested_filter_a\";s:20:\"Waiting for Reaction\";s:33:\"buddy_bs_state_requested_filter_p\";s:15:\"Action Required\";s:26:\"buddy_bs_state_requested_p\";s:9:\"Requested\";s:23:\"buddy_bs_state_unlinked\";s:8:\"Unlinked\";s:25:\"buddy_bs_state_unlinked_a\";s:8:\"Unlinked\";s:25:\"buddy_bs_state_unlinked_p\";s:8:\"Unlinked\";s:12:\"buddy_enable\";s:23:\"Activate ‘Contacts’\";s:17:\"buddy_enable_info\";s:167:\"If enabled, users are allowed to contact each other by initiating contact requests. Additionally, there is a personal user setting to allow or prevent being contacted.\";s:28:\"buddy_handle_contact_request\";s:15:\"Contact Request\";s:35:\"buddy_noti_cr_profile_not_published\";s:21:\"Profile not published\";s:34:\"buddy_notification_contact_request\";s:15:\"Contact Request\";s:41:\"buddy_notification_contact_request_ignore\";s:14:\"Ignore Request\";s:45:\"buddy_notification_contact_request_ignore_osd\";s:14:\"Ignore Request\";s:39:\"buddy_notification_contact_request_link\";s:15:\"Approve Request\";s:43:\"buddy_notification_contact_request_link_osd\";s:15:\"Approve Request\";s:39:\"buddy_notification_contact_request_long\";s:221:\"[SALUTATION][BR][BR]\"[REQUESTING_USER]\" wants to add you to their friends list.[BR][BR]Personal Profile Link: [PERSONAL_PROFILE_LINK][BR][BR][APPROVE_REQUEST_TXT] [APPROVE_REQUEST][BR][IGNORE_REQUEST_TXT] [IGNORE_REQUEST]\";s:40:\"buddy_notification_contact_request_short\";s:68:\"The user \"[REQUESTING_USER]\" wants to add you to their friends list.\";s:24:\"buddy_relation_requested\";s:36:\"A request has been sent to the user.\";s:22:\"buddy_request_approved\";s:38:\"You successfully approved the contact.\";s:21:\"buddy_request_ignored\";s:21:\"You ignored the user.\";s:22:\"buddy_tbl_filter_state\";s:6:\"Status\";s:33:\"buddy_tbl_state_actions_col_label\";s:14:\"State / Action\";s:25:\"buddy_tbl_title_relations\";s:24:\"Relations to Other Users\";s:13:\"buddy_use_osd\";s:22:\"Popup Contact Requests\";s:18:\"buddy_use_osd_info\";s:73:\"Display a popup to indicate a user wants to add you to his friends lists.\";s:18:\"buddy_view_gallery\";s:7:\"Gallery\";s:16:\"buddy_view_table\";s:4:\"List\";}'),('cat','en','a:5:{s:8:\"cat_copy\";s:13:\"Copy Category\";s:26:\"cat_hide_tax_in_side_block\";s:27:\"Don\'t Present in Side Panel\";s:10:\"cat_import\";s:15:\"Import Category\";s:21:\"cat_more_translations\";s:17:\"More Translations\";s:26:\"cat_show_tax_in_side_block\";s:21:\"Present in Side Panel\";}'),('cert','en','a:21:{s:23:\"cert_currently_no_certs\";s:51:\"Currently you did not achieve any certificate, yet.\";s:22:\"cert_description_label\";s:11:\"Description\";s:19:\"cert_download_label\";s:8:\"Download\";s:20:\"cert_error_no_access\";s:39:\"You have no access to this certificate.\";s:20:\"cert_issued_on_label\";s:9:\"Issued On\";s:17:\"cert_object_label\";s:6:\"Object\";s:31:\"cert_sortable_by_issue_date_asc\";s:20:\"Issue Date Ascending\";s:32:\"cert_sortable_by_issue_date_desc\";s:21:\"Issue Date Descending\";s:26:\"cert_sortable_by_title_asc\";s:15:\"Title Ascending\";s:27:\"cert_sortable_by_title_desc\";s:16:\"Title Descending\";s:23:\"certificate_achievement\";s:14:\"%1$s achieved.\";s:31:\"certificate_achievement_sub_obj\";s:20:\"Certificate for %1$s\";s:35:\"certificate_migration_confirm_start\";s:274:\"Since ILIAS 5.4, certificates in ILIAS are persistent. Even if courses, tests or learning modules are deleted, you are still able to access any certificate you might have earned by them. In order to use this new functionality, you need to migrate your old certificates once.\";s:37:\"certificate_migration_confirm_started\";s:26:\"The migration was started.\";s:24:\"certificate_migration_go\";s:15:\"Start Migration\";s:36:\"certificate_migration_lastrun_failed\";s:52:\"The migration of the certificates failed. Try again?\";s:26:\"certificate_no_object_desc\";s:31:\"No object description available\";s:27:\"certificate_no_object_title\";s:25:\"No object title available\";s:26:\"certificate_same_not_saved\";s:83:\"No new version of certificate template was saved, because the values didn\'t change.\";s:30:\"error_creating_certificate_pdf\";s:103:\"The certificate could not be created. Please contact the administrator to check the certificate server.\";s:17:\"user_certificates\";s:12:\"Certificates\";}'),('certificate','en','a:120:{s:19:\"cert_cron_task_desc\";s:113:\"This job\'s responsibility is the creation of persisting certificate data based on learning achievements of users.\";s:20:\"cert_cron_task_title\";s:12:\"Certificates\";s:26:\"cert_form_sec_add_features\";s:19:\"Additional Features\";s:26:\"cert_form_sec_availability\";s:12:\"Availability\";s:20:\"cert_form_sec_layout\";s:15:\"Layout and Text\";s:14:\"certificate_a4\";s:20:\"A4 (297 mm x 210 mm)\";s:24:\"certificate_a4_landscape\";s:30:\"A4 Landscape (210 mm x 297 mm)\";s:14:\"certificate_a5\";s:20:\"A5 (210 mm x 148 mm)\";s:24:\"certificate_a5_landscape\";s:30:\"A5 Landscape (148 mm x 210 mm)\";s:28:\"certificate_background_image\";s:16:\"Background Image\";s:32:\"certificate_card_thumbnail_image\";s:14:\"Card Thumbnail\";s:32:\"certificate_change_active_status\";s:52:\"The active state of the certificate has been changed\";s:33:\"certificate_confirm_deletion_text\";s:70:\"Do you really want to delete the certificate and all its related data?\";s:18:\"certificate_custom\";s:9:\"Custom...\";s:16:\"certificate_edit\";s:34:\"Create/Edit a Certificate Template\";s:24:\"certificate_error_import\";s:53:\"An error occurred during the import of a certificate!\";s:32:\"certificate_error_upload_bgimage\";s:60:\"An error occurred during the upload of the background image!\";s:18:\"certificate_export\";s:6:\"Export\";s:18:\"certificate_failed\";s:6:\"failed\";s:25:\"certificate_file_basename\";s:11:\"Certificate\";s:44:\"certificate_learning_progress_must_be_active\";s:128:\"Only objects with an active Learning Progress can be selected. The Learning Progress is deactivated on the following objects: %s\";s:18:\"certificate_letter\";s:27:\"Letter (11 inch x 8.5 inch)\";s:28:\"certificate_letter_landscape\";s:37:\"Letter Landscape (8.5 inch x 11 inch)\";s:23:\"certificate_margin_body\";s:11:\"Body Margin\";s:27:\"certificate_not_well_formed\";s:91:\"The certificate text is not well formed. Please enter valid XHTML for the certificate text!\";s:23:\"certificate_page_format\";s:11:\"Page Format\";s:28:\"certificate_page_format_info\";s:59:\"Please select the default page format for new certificates.\";s:22:\"certificate_pageheight\";s:11:\"Page Height\";s:21:\"certificate_pagewidth\";s:10:\"Page Width\";s:18:\"certificate_passed\";s:6:\"passed\";s:23:\"certificate_ph_birthday\";s:20:\"Birthday of the user\";s:19:\"certificate_ph_city\";s:26:\"City of the user\'s address\";s:22:\"certificate_ph_country\";s:29:\"Country of the user\'s address\";s:19:\"certificate_ph_date\";s:11:\"Actual date\";s:29:\"certificate_ph_date_completed\";s:18:\"Date of completion\";s:23:\"certificate_ph_datetime\";s:20:\"Actual date and time\";s:33:\"certificate_ph_datetime_completed\";s:27:\"Date and time of completion\";s:25:\"certificate_ph_department\";s:22:\"Department of the user\";s:28:\"certificate_ph_exercisetitle\";s:14:\"Exercise Title\";s:24:\"certificate_ph_firstname\";s:22:\"First name of the user\";s:23:\"certificate_ph_fullname\";s:55:\"Full name of the user (title, first name and last name)\";s:26:\"certificate_ph_institution\";s:23:\"Institution of the user\";s:27:\"certificate_ph_introduction\";s:38:\"The following placeholders may be used\";s:25:\"certificate_ph_lastaccess\";s:37:\"Last access date and time of the user\";s:23:\"certificate_ph_lastname\";s:21:\"Last name of the user\";s:20:\"certificate_ph_login\";s:5:\"Login\";s:19:\"certificate_ph_mark\";s:10:\"Users mark\";s:23:\"certificate_ph_marklong\";s:29:\"Users mark (official version)\";s:24:\"certificate_ph_markshort\";s:26:\"Users mark (short version)\";s:28:\"certificate_ph_matriculation\";s:32:\"Matriculation number of the user\";s:24:\"certificate_ph_maxpoints\";s:24:\"Maximum available points\";s:21:\"certificate_ph_no_sco\";s:141:\"If items are selected to determine the overall learning progress status, titles and points for these items could be displayed in certificate.\";s:21:\"certificate_ph_passed\";s:59:\"‘passed’ or ‘failed’, depending on the test results\";s:30:\"certificate_ph_passed_exercise\";s:28:\"‘Passed’ or ‘Failed’\";s:28:\"certificate_ph_resultpercent\";s:30:\"Reached percentage of the user\";s:27:\"certificate_ph_resultpoints\";s:13:\"Score of user\";s:25:\"certificate_ph_salutation\";s:10:\"Salutation\";s:29:\"certificate_ph_sco_points_max\";s:34:\"placeholder<br/>for points<br/>max\";s:29:\"certificate_ph_sco_points_raw\";s:26:\"placeholder<br/>for points\";s:32:\"certificate_ph_sco_points_scaled\";s:41:\"placeholder<br/>for points<br/>in percent\";s:24:\"certificate_ph_sco_title\";s:25:\"placeholder<br/>for title\";s:29:\"certificate_ph_scormmaxpoints\";s:102:\"Maximum value in the range for the raw score of the last relevant sco (most suitable for a final exam)\";s:26:\"certificate_ph_scormpoints\";s:46:\"Points of the SCORM learning module in percent\";s:25:\"certificate_ph_scormtitle\";s:34:\"Title of the SCORM learning module\";s:19:\"certificate_ph_scos\";s:136:\"The following items were selected to determine the overall learning progress status and are available for statements in the certificate:\";s:21:\"certificate_ph_street\";s:28:\"Street of the user\'s address\";s:24:\"certificate_ph_testtitle\";s:17:\"Title of the test\";s:20:\"certificate_ph_title\";s:17:\"Title of the user\";s:24:\"certificate_ph_title_sco\";s:5:\"title\";s:22:\"certificate_ph_zipcode\";s:37:\"ZIP / Post code of the user\'s address\";s:31:\"certificate_points_notavailable\";s:31:\"This value cannot be calculated\";s:19:\"certificate_preview\";s:7:\"Preview\";s:20:\"certificate_settings\";s:20:\"Certificate Settings\";s:22:\"certificate_short_name\";s:28:\"Certificate file short title\";s:34:\"certificate_short_name_description\";s:154:\"Please enter a short title for the certificate name. The short title will be part of the certificate name: YYMMDD_[surname]_[SHORT_TITLE]_certificate.pdf.\";s:16:\"certificate_text\";s:16:\"Certificate Text\";s:21:\"certificate_text_info\";s:155:\"Please enter the certificate text. If the WYSIWYG editor is disabled in the ILIAS administration, you can still use valid XHTML to format the text.<br><br>\";s:28:\"certificate_unit_description\";s:71:\"Enter units of measure as VALUE[cm|mm|in|pt|pc|px|em], e.g. 10mm or 3in\";s:17:\"certificate_usage\";s:214:\"Please note that the usage of certificates is only available if the ILIAS Java-Server is running. The configuration for Java-Server is available in Administration » General Settings » Server, sub-tab Java-Server.\";s:26:\"certificate_var_max_points\";s:2:\"46\";s:32:\"certificate_var_result_mark_long\";s:4:\"Good\";s:33:\"certificate_var_result_mark_short\";s:1:\"B\";s:29:\"certificate_var_result_passed\";s:6:\"passed\";s:30:\"certificate_var_result_percent\";s:3:\"83%\";s:29:\"certificate_var_result_points\";s:2:\"38\";s:29:\"certificate_var_user_birthday\";s:10:\"1977-05-08\";s:25:\"certificate_var_user_city\";s:11:\"Anytown, NY\";s:28:\"certificate_var_user_country\";s:3:\"USA\";s:31:\"certificate_var_user_department\";s:16:\"Customer Support\";s:30:\"certificate_var_user_firstname\";s:4:\"Jane\";s:29:\"certificate_var_user_fullname\";s:12:\"Dr. Jane Doe\";s:32:\"certificate_var_user_institution\";s:17:\"ILIAS Open Source\";s:29:\"certificate_var_user_lastname\";s:3:\"Doe\";s:26:\"certificate_var_user_login\";s:4:\"jdoe\";s:34:\"certificate_var_user_matriculation\";s:5:\"12345\";s:31:\"certificate_var_user_salutation\";s:4:\"Mrs.\";s:27:\"certificate_var_user_street\";s:15:\"100 Main Street\";s:26:\"certificate_var_user_title\";s:3:\"Dr.\";s:28:\"certificate_var_user_zipcode\";s:5:\"12345\";s:22:\"certificate_visibility\";s:10:\"Visibility\";s:29:\"certificate_visibility_always\";s:14:\"Always Visible\";s:35:\"certificate_visibility_introduction\";s:86:\"Participants will be offered to download the certificate from the test results screen.\";s:28:\"certificate_visibility_never\";s:11:\"Not Visible\";s:29:\"certificate_visibility_passed\";s:38:\"Only Visible if a User Passed the Test\";s:38:\"certificate_visibility_passed_exercise\";s:42:\"Only Visible if a User Passed the Exercise\";s:31:\"cmix_cert_ph_object_description\";s:11:\"Description\";s:25:\"cmix_cert_ph_object_title\";s:29:\"Title of the xAPI/cmi5 Object\";s:26:\"cmix_cert_ph_reached_score\";s:27:\"Reached score as percentage\";s:23:\"default_background_info\";s:185:\"This background image will be chosen as default background for all certificates. If you need another background image in a certficiate, you have to upload one in the certificate editor.\";s:20:\"download_certificate\";s:20:\"Download Certificate\";s:29:\"learning_progress_deactivated\";s:173:\"The Learning Progress for this object is deactivated. To edit the certificate template and achieve user certificates the learning progress for this object must be activated.\";s:25:\"lti_cert_ph_mastery_score\";s:27:\"Mastery score as percentage\";s:30:\"lti_cert_ph_object_description\";s:11:\"Description\";s:24:\"lti_cert_ph_object_title\";s:32:\"Title of the LTI Consumer Object\";s:25:\"lti_cert_ph_reached_score\";s:27:\"Reached score as percentage\";s:27:\"persistent_certificate_mode\";s:25:\"User Certificate Creation\";s:32:\"persistent_certificate_mode_cron\";s:8:\"Cron Job\";s:37:\"persistent_certificate_mode_cron_info\";s:66:\"This option is recommended for systems with high user interaction.\";s:35:\"persistent_certificate_mode_instant\";s:7:\"Instant\";s:40:\"persistent_certificate_mode_instant_info\";s:207:\"This option is recommended for systems with low up to mediocre user interactions. Systems that tend to big loading times during creation for multiple user certificates should switch to the \"Cron Job\" option.\";}'),('chatroom','en','a:178:{s:15:\"allow_anonymous\";s:21:\"Allow Anonymous Login\";s:22:\"allow_custom_usernames\";s:23:\"Allow Custom User Names\";s:14:\"anonymous_hint\";s:124:\"Make sure to set the proper permissions in the ‘Permissions’ tab to allow anonymous user access to this repository item.\";s:11:\"auto_scroll\";s:16:\"Scroll to Bottom\";s:17:\"autogen_usernames\";s:25:\"Auto Generated User Names\";s:22:\"autogen_usernames_info\";s:134:\"Pattern for auto generated user names that is assigned to anonymous user accounts. ‘#’ will be automatically replaced by a number.\";s:12:\"ban_question\";s:45:\"Do you really want to ban the user from chat?\";s:15:\"ban_table_title\";s:12:\"Banned Users\";s:6:\"banned\";s:40:\"You have been banned from this chat room\";s:4:\"bans\";s:4:\"Bans\";s:12:\"chat_address\";s:7:\"Address\";s:26:\"chat_anonymous_not_allowed\";s:29:\"Please login to use the chat.\";s:20:\"chat_auth_token_info\";s:324:\"Please define unique strings used by ILIAS for authentication purposes when sending requests to the chat server. You can automatically create these strings by clicking the corresponding button. Please note that the chat server is able to communicate with multiple ILIAS clients, but each client name has to be <b>unique</b>.\";s:8:\"chat_ban\";s:3:\"Ban\";s:21:\"chat_broadcast_typing\";s:16:\"Broadcast Typing\";s:26:\"chat_broadcast_typing_info\";s:97:\"If enabled, your typing will be broadcasted to other participants of a conversation or chat room.\";s:28:\"chat_connection_disconnected\";s:44:\"--- <b>#username#</b> left the chat room ---\";s:27:\"chat_connection_established\";s:47:\"+++ <b>#username#</b> has entered chat room +++\";s:22:\"chat_deletion_disabled\";s:8:\"Disabled\";s:22:\"chat_deletion_interval\";s:8:\"Interval\";s:27:\"chat_deletion_interval_info\";s:120:\"If chosen, messages in the repository chat and On-Screen-Chat conversations will be deleted after the defined threshold.\";s:29:\"chat_deletion_interval_run_at\";s:4:\"Time\";s:34:\"chat_deletion_interval_run_at_info\";s:91:\"Please define the time (format: HH:MM) when the server should process the message deletion.\";s:27:\"chat_deletion_interval_unit\";s:4:\"Unit\";s:28:\"chat_deletion_interval_value\";s:5:\"Value\";s:26:\"chat_deletion_ival_max_val\";s:48:\"The maximum value for the chose unit \'%s\' is: %s\";s:26:\"chat_deletion_section_head\";s:24:\"Deletion of old Messages\";s:19:\"chat_enable_history\";s:14:\"Enable History\";s:24:\"chat_enable_history_info\";s:74:\"Everybody can read and export past chat messages in the tab „History“.\";s:19:\"chat_error_log_info\";s:234:\"Please define an absolute server path to the chat server\'s error log file (e.g.: /var/www/ilias/data/chat_error.log). If you do not specify a path, the chat server will automatically create a file located in the chat server directory.\";s:14:\"chat_functions\";s:14:\"Chat Functions\";s:20:\"chat_https_cert_info\";s:100:\"Please define an absolute server path to the SSL certificate file (e.g.: /etc/ssl/certs/server.pem).\";s:23:\"chat_https_dhparam_info\";s:218:\"Please define an absolute server path to a file (e.g.: /etc/ssl/private/dhparam.pem), used for the negotiation of Diffie Hellman parameters (e.g. generated via: openssl dhparam -out /etc/ssl/private/dhparam.pem 2048 ).\";s:19:\"chat_https_key_info\";s:99:\"Please define an absolute server path to the private key file (e.g..: /etc/ssl/private/server.key).\";s:15:\"chat_invitation\";s:57:\"\"[INVITER_NAME]\" invites you into chat room \"[ROOM_NAME]\"\";s:20:\"chat_invitation_long\";s:193:\"[SALUTATION][BR][BR]You have been invited to a chat room:[BR]Chat Room Title: [ROOM_NAME][BR]Invited by: [INVITER_NAME][BR]URL: [LINK][BR][BR]To join the chat room, please follow the given URL.\";s:24:\"chat_invitation_nc_inv_x\";s:29:\"You have %s chat invitations.\";s:25:\"chat_invitation_nc_no_inv\";s:29:\"You have no chat invitations.\";s:21:\"chat_invitation_short\";s:45:\"Please click the link to enter the chat room.\";s:16:\"chat_invitations\";s:16:\"Chat invitations\";s:11:\"chat_invite\";s:6:\"Invite\";s:9:\"chat_join\";s:4:\"Join\";s:9:\"chat_kick\";s:4:\"Kick\";s:13:\"chat_log_info\";s:222:\"Please define an absolute server path to the chat server\'s log file (e.g.: /var/www/ilias/data/chat.log). If you do not specify a path, the chat server will automatically create a file located in the chat server directory.\";s:14:\"chat_log_level\";s:9:\"Log Level\";s:13:\"chat_mainroom\";s:9:\"Main Room\";s:12:\"chat_message\";s:7:\"Message\";s:20:\"chat_message_display\";s:7:\"Options\";s:20:\"chat_message_options\";s:7:\"Display\";s:19:\"chat_message_to_all\";s:6:\"To All\";s:28:\"chat_no_use_typing_broadcast\";s:30:\"Typing will not be broadcasted\";s:16:\"chat_not_use_osc\";s:24:\"Not Using On-Screen-Chat\";s:19:\"chat_osc_accept_msg\";s:34:\"Allow On-Screen Chat Conversations\";s:24:\"chat_osc_accept_msg_info\";s:71:\"Allow other users to send you messages using the on-screen chat system.\";s:30:\"chat_osc_accept_msg_info_slate\";s:97:\"To have private conversations, you must enable your setting \"Allow On-Screen Chat Conversations\".\";s:39:\"chat_osc_accept_msg_info_slate_link_txt\";s:35:\"Visibility (in Profile and Privacy)\";s:34:\"chat_osc_accept_no_conv_info_slate\";s:46:\"There are currently no minimzed conversations.\";s:28:\"chat_osc_accepts_messages_no\";s:29:\"Doesn\'t Receive Chat Messages\";s:29:\"chat_osc_accepts_messages_yes\";s:22:\"Receives Chat Messages\";s:17:\"chat_osc_add_user\";s:17:\"Add Further Users\";s:22:\"chat_osc_conversations\";s:13:\"Conversations\";s:26:\"chat_osc_doesnt_accept_msg\";s:26:\"Conversations not possible\";s:24:\"chat_osc_dont_accept_msg\";s:92:\"You currently cannot be invited to conversations. If desired you can change this in your %s.\";s:33:\"chat_osc_dont_accept_msg_link_txt\";s:19:\"\'Personal Settings\'\";s:27:\"chat_osc_head_grp_x_persons\";s:8:\"%s Users\";s:31:\"chat_osc_invite_to_conversation\";s:19:\"Add to Conversation\";s:23:\"chat_osc_leave_grp_conv\";s:18:\"Leave Conversation\";s:17:\"chat_osc_minimize\";s:8:\"Minimize\";s:20:\"chat_osc_nc_conv_x_p\";s:33:\"You have %s hidden conversations.\";s:20:\"chat_osc_nc_conv_x_s\";s:33:\"You have one hidden conversation.\";s:19:\"chat_osc_nc_no_conv\";s:26:\"No Conversations available\";s:21:\"chat_osc_nc_prop_time\";s:4:\"Time\";s:16:\"chat_osc_no_conv\";s:17:\"No conversations.\";s:25:\"chat_osc_no_sub_directory\";s:13:\"Sub-Directory\";s:30:\"chat_osc_no_sub_directory_info\";s:234:\"If the chat server is only reachable through a sub directory with an URL like \"http(s)://[IP/Domain]/[SUB_DIRECTORY]\" it is required to insert the [SUB_DIRECTORY] for this chat server. In most scenarios you can leave this field empty.\";s:21:\"chat_osc_no_usr_found\";s:45:\"Could not find any user matching your search.\";s:26:\"chat_osc_search_modal_info\";s:251:\"Here you can search for users you would like to add to a conversation. If the search dialogue was opened within a group chat, the new user will be added to this chat. If you started the search within a 1:1 chat, a new group chat window will be opened.\";s:22:\"chat_osc_self_rej_msgs\";s:111:\"You currently cannot take part in this conversation because you suppressed receiving messages in your settings.\";s:13:\"chat_osc_send\";s:4:\"Send\";s:27:\"chat_osc_start_conversation\";s:18:\"Start Conversation\";s:22:\"chat_osc_subs_rej_msgs\";s:119:\"Currently it is not possible to continue this conversation. Your chat-partner must activate chats in the chat-settings.\";s:24:\"chat_osc_subs_rej_msgs_p\";s:92:\"The following chat partners of your conversation do not want to receive messages anymore: %s\";s:31:\"chat_osc_sure_to_leave_grp_conv\";s:54:\"Are you sure you want to leave the group conversation?\";s:13:\"chat_osc_user\";s:4:\"User\";s:27:\"chat_osc_user_left_grp_conv\";s:42:\"User \'%s\' has left the group conversation.\";s:20:\"chat_osc_write_a_msg\";s:19:\"Write a Message ...\";s:16:\"chat_select_room\";s:16:\"Select Chat Room\";s:13:\"chat_settings\";s:13:\"Chat Settings\";s:30:\"chat_settings_functions_header\";s:19:\"Chat Room Functions\";s:23:\"chat_show_auto_messages\";s:20:\"Show Status Messages\";s:16:\"chat_to_mainroom\";s:12:\"To Main Room\";s:12:\"chat_use_osc\";s:20:\"Using On-Screen-Chat\";s:25:\"chat_use_typing_broadcast\";s:26:\"Typing will be broadcasted\";s:27:\"chat_user_action_invite_osd\";s:24:\"Invite to On-Screen Chat\";s:35:\"chat_user_action_invite_public_room\";s:21:\"Invite to Public Room\";s:21:\"chat_user_x_is_typing\";s:21:\"User %s is typing ...\";s:21:\"chat_users_are_typing\";s:29:\"Multiple users are typing ...\";s:12:\"chat_whisper\";s:7:\"Whisper\";s:13:\"chatroom_auth\";s:14:\"Authentication\";s:21:\"chatroom_auth_btn_txt\";s:13:\"Generate Keys\";s:17:\"chatroom_auth_key\";s:18:\"Authentication-Key\";s:20:\"chatroom_auth_secret\";s:21:\"Authentication-Secret\";s:20:\"chatroom_client_name\";s:4:\"Name\";s:25:\"chatroom_client_name_info\";s:199:\"Please enter a name for this ILIAS client. The entered string must be globally unique. Initially this value is set to the client id of the ILIAS client. If changed, the chat server must be restarted.\";s:19:\"chatroom_enable_osc\";s:21:\"Enable On-Screen-Chat\";s:24:\"chatroom_enable_osc_info\";s:217:\"If activated, the On-Screen Chat will be available for each user. But every user can decided whether or not he/she would like to be contacted by others. Conversations could be started in the ‘Who is online?’-Tool.\";s:12:\"chatroom_log\";s:14:\"Chatserver Log\";s:18:\"chatserver_address\";s:29:\"IP-Address/FQN of Chat Server\";s:15:\"chatserver_port\";s:19:\"Port of Chat Server\";s:39:\"chtr_activation_limited_visibility_info\";s:127:\"If checked, the title of the chat will be visible even outside of the given availability. The chat however can not be accessed.\";s:27:\"chtr_activation_online_info\";s:144:\"Set the chat online to make it visible and available for partcipants. If not, only users with \'Edit Settings\' permission will have access to it.\";s:8:\"chtr_add\";s:13:\"Add Chat Room\";s:23:\"chtr_ban_actor_tbl_head\";s:9:\"locked by\";s:20:\"chtr_ban_ts_tbl_head\";s:9:\"Timestamp\";s:8:\"chtr_new\";s:13:\"New Chat Room\";s:18:\"chtr_server_status\";s:13:\"Server Status\";s:18:\"clear_room_history\";s:22:\"Delete Message History\";s:27:\"clear_room_history_question\";s:42:\"Do you really want to delete all messages?\";s:28:\"client_chatserver_connection\";s:27:\"Client to Server Connection\";s:17:\"client_proxy_info\";s:143:\"If the Server is not accessible with the default IP-Address and Port, it is possible to configure a custom URL for Client to Server connection.\";s:19:\"connection_url_info\";s:47:\"Please insert an URL for the Server connection.\";s:15:\"custom_username\";s:15:\"Custom Username\";s:7:\"dhparam\";s:24:\"Diffie-Hellman Parameter\";s:17:\"display_past_msgs\";s:23:\"Number of Past Messages\";s:13:\"duration_from\";s:4:\"From\";s:11:\"duration_to\";s:2:\"To\";s:11:\"end_whisper\";s:6:\"Cancel\";s:5:\"enter\";s:15:\"Enter Chat Room\";s:9:\"error_log\";s:20:\"Chatserver Error-Log\";s:22:\"hint_display_past_msgs\";s:102:\"Number of previous messages shown when chat room is entered. A value of ‘0’ disables this feature.\";s:14:\"history_by_day\";s:13:\"Daily History\";s:18:\"history_by_session\";s:15:\"Session History\";s:19:\"history_byday_title\";s:25:\"Show Conversation per Day\";s:23:\"history_bysession_title\";s:29:\"Show Conversation per Session\";s:15:\"history_cleared\";s:47:\"The message history was deleted by a moderator.\";s:21:\"history_title_general\";s:30:\"Conversation in Chat Room \"%s\"\";s:27:\"ilias_chatserver_connection\";s:26:\"ILIAS to Server Connection\";s:16:\"ilias_proxy_info\";s:142:\"If the Server is not accessible with the default IP-Address and Port, it is possible to configure a custom URL for ILIAS to Server connection.\";s:22:\"invite_to_private_room\";s:19:\"Invite to Chat Room\";s:15:\"invite_username\";s:8:\"Username\";s:3:\"key\";s:3:\"Key\";s:13:\"kick_question\";s:46:\"Do you really want to kick the user from chat?\";s:6:\"kicked\";s:40:\"You have been kicked from this chat room\";s:15:\"lost_connection\";s:50:\"The connection to the chat server was interrupted.\";s:4:\"main\";s:9:\"Main Room\";s:8:\"messages\";s:8:\"Messages\";s:16:\"no_further_users\";s:22:\"No other users present\";s:11:\"no_messages\";s:49:\"There are no saved messages for the given period.\";s:17:\"no_username_given\";s:24:\"Please choose a username\";s:8:\"obj_chtr\";s:9:\"Chat Room\";s:36:\"osc_browser_noti_no_permission_error\";s:189:\"Please remove this domain from the list of blocked domains in the notification settings of your browser or operating system. Otherwise you will not be able to receive browser notifications.\";s:33:\"osc_browser_noti_no_support_error\";s:230:\"Browser notifications are not supported in your browser. Please ensure you are requesting ILIAS via HTTPS and use a <a href=\"https://caniuse.com/#feat=notifications\" target=\"_blank\" rel=\"noopener noreferrer\">supported browser</a>.\";s:37:\"osc_browser_noti_req_permission_error\";s:205:\"The browser notifications could not be enabled because you did not grant access. Please remove this domain from the list of blocked domains in the notification settings of your browser or operating system.\";s:37:\"osc_enable_browser_notifications_info\";s:312:\"If enabled, a browser notification will be shown if you receive new messages and conversations when the ILIAS browser tab is in background, or if the browser is hidden. You will also receive a browser notification for new messages in a conversation after %s minute(s) of idling if the ILIAS tab is in foreground.\";s:38:\"osc_enable_browser_notifications_label\";s:21:\"Browser Notifications\";s:14:\"osc_noti_title\";s:16:\"New Chat Message\";s:6:\"period\";s:6:\"Period\";s:11:\"permissions\";s:11:\"Permissions\";s:18:\"preferred_chatname\";s:14:\"Preferred Name\";s:19:\"public_chat_created\";s:54:\"The public chat room has been added to the repository.\";s:5:\"scope\";s:4:\"Room\";s:22:\"select_custom_username\";s:22:\"Select Custom Username\";s:26:\"server_further_information\";s:118:\"You can find further information about the server configuration in the <a href=\"%1$s\" target=\"_blank\">readme file</a>.\";s:7:\"session\";s:7:\"Session\";s:16:\"settings_general\";s:7:\"General\";s:14:\"settings_title\";s:8:\"Settings\";s:8:\"speak_to\";s:22:\"Speak to <b>#user#</b>\";s:17:\"unable_to_connect\";s:59:\"The connection to the chat server could not be established.\";s:5:\"unban\";s:5:\"Unban\";s:13:\"user_in_ilias\";s:33:\"Search and invite user from ILIAS\";s:12:\"user_in_room\";s:34:\"Invite user from current chat room\";s:12:\"user_invited\";s:26:\"The user has been invited.\";s:17:\"user_invited_self\";s:57:\"<b>#user#</b> invited you to the chat room <b>#room#</b>.\";s:11:\"user_kicked\";s:39:\"The user <b>#user#</b> has been kicked.\";s:5:\"users\";s:5:\"Users\";s:15:\"welcome_to_chat\";s:24:\"Welcome to the chat room\";s:10:\"whisper_to\";s:24:\"Whisper to <b>#user#</b>\";s:13:\"write_message\";s:11:\"New Message\";}'),('chatroom_adm','en','a:16:{s:29:\"chat_cannot_connect_to_server\";s:58:\"ILIAS cannot build a socket connection to the chat server.\";s:12:\"chat_enabled\";s:11:\"Enable Chat\";s:25:\"chatserver_settings_title\";s:19:\"Chatserver Settings\";s:15:\"client_settings\";s:16:\"General Settings\";s:22:\"general_settings_title\";s:21:\"General Chat Settings\";s:5:\"https\";s:5:\"HTTPS\";s:25:\"osc_adm_browser_noti_info\";s:392:\"If enabled, users may individually decide whether or not they want to receive browser notifications for new conversations and messages. Notifications are triggered if the user works in different browser tabs or the browser is hidden and ILIAS was put into the background. Users will also receive browser notifications after a certain idle time in a conversation if ILIAS is in the foreground.\";s:26:\"osc_adm_browser_noti_label\";s:21:\"Browser Notifications\";s:38:\"osc_adm_conv_idle_state_threshold_info\";s:123:\"Cut off notifications by given a minimum interval at which browser notifications are triggered for incoming chat messages..\";s:39:\"osc_adm_conv_idle_state_threshold_label\";s:34:\"Time between Browser Notifications\";s:9:\"port_info\";s:179:\"Rarely used ports are often blocked by firewalls or proxy servers. The user\'s browser will not be able to establish a connection to the chat server if the defined port is blocked.\";s:8:\"protocol\";s:8:\"Protocol\";s:23:\"public_chat_permissions\";s:28:\"Public Chat Room Permissions\";s:20:\"public_chat_settings\";s:25:\"Public Chat Room Settings\";s:15:\"server_settings\";s:19:\"Chatserver Settings\";s:23:\"settings_has_been_saved\";s:23:\"Settings has been saved\";}'),('classification','en','a:6:{s:18:\"clsfct_back_to_cat\";s:16:\"Back to Category\";s:17:\"clsfct_block_info\";s:35:\"Your Selection filters the objects.\";s:18:\"clsfct_block_title\";s:19:\"Selection by Topics\";s:23:\"clsfct_content_no_match\";s:40:\"No objects match your selected criteria.\";s:20:\"clsfct_content_title\";s:31:\"Objects matching your selection\";s:23:\"clsfct_selected_objects\";s:16:\"Selected Objects\";}'),('cmix','en','a:262:{s:13:\"achieved_info\";s:101:\"Successfully bring about or reach a desired objective, level, or result by effort, skill, or courage.\";s:14:\"achieved_label\";s:35:\"Statements with the verb \'achieved\'\";s:11:\"activity_id\";s:11:\"Activity-ID\";s:16:\"activity_id_info\";s:111:\"This ID is primarily used for the display of data from the LRS. You receive this ID from the resource provider.\";s:13:\"answered_info\";s:188:\"Indicates the actor replied to a question, where the object is generally an activity representing the question. The text of the answer will often be included in the response inside result.\";s:14:\"answered_label\";s:35:\"Statements with the verb \'answered\'\";s:23:\"btn_change_registration\";s:6:\"Submit\";s:19:\"btn_create_lrs_type\";s:12:\"Add LRS-Type\";s:23:\"btn_create_registration\";s:6:\"Submit\";s:19:\"change_registration\";s:31:\"E-Mail address for Registration\";s:8:\"cmix_add\";s:20:\"Add xAPI/cmi5 Object\";s:16:\"cmix_add_cmi5_lm\";s:20:\"cmi5 Learning Module\";s:21:\"cmix_add_cmi5_lm_info\";s:168:\"This option should be used when the content is a cmi5 compliant learning module. Related features like suitable reportings are available without further configurations.\";s:17:\"cmix_add_lrs_type\";s:8:\"LRS-Type\";s:15:\"cmix_add_source\";s:6:\"Source\";s:28:\"cmix_add_source_external_app\";s:30:\"Resource not launched by ILIAS\";s:33:\"cmix_add_source_external_app_info\";s:120:\"Use this option for separately launched resources as e.g. apps or simulations. Users must agree to the fetching of data.\";s:25:\"cmix_add_source_local_dir\";s:15:\"Local Directory\";s:30:\"cmix_add_source_local_dir_info\";s:58:\"Use this option for content packages on your local device.\";s:26:\"cmix_add_source_upload_dir\";s:16:\"Upload Directory\";s:31:\"cmix_add_source_upload_dir_info\";s:133:\"Use this option for content packages already uploaded into the ILIAS upload directory which is also used for SCORM and HTML packages.\";s:29:\"cmix_add_source_upload_select\";s:21:\"--- Please select ---\";s:19:\"cmix_add_source_url\";s:12:\"Resource URL\";s:24:\"cmix_add_source_url_info\";s:41:\"Use this option for an external resource.\";s:29:\"cmix_add_xapi_standard_object\";s:20:\"xAPI Standard Object\";s:34:\"cmix_add_xapi_standard_object_info\";s:197:\"Use this option to have a generic content module offering all features like different reportings. This option comes with the greatest possible flexibility but requires a more complex configuration.\";s:36:\"cmix_adlnetgov_expapi_verbs_answered\";s:8:\"Answered\";s:33:\"cmix_adlnetgov_expapi_verbs_asked\";s:5:\"Asked\";s:37:\"cmix_adlnetgov_expapi_verbs_attempted\";s:9:\"Attempted\";s:36:\"cmix_adlnetgov_expapi_verbs_attended\";s:8:\"Attended\";s:37:\"cmix_adlnetgov_expapi_verbs_commented\";s:9:\"Commented\";s:37:\"cmix_adlnetgov_expapi_verbs_completed\";s:9:\"Completed\";s:34:\"cmix_adlnetgov_expapi_verbs_exited\";s:6:\"Exited\";s:39:\"cmix_adlnetgov_expapi_verbs_experienced\";s:11:\"Experienced\";s:34:\"cmix_adlnetgov_expapi_verbs_failed\";s:6:\"Failed\";s:36:\"cmix_adlnetgov_expapi_verbs_imported\";s:8:\"Imported\";s:39:\"cmix_adlnetgov_expapi_verbs_initialized\";s:11:\"Initialized\";s:38:\"cmix_adlnetgov_expapi_verbs_interacted\";s:10:\"Interacted\";s:36:\"cmix_adlnetgov_expapi_verbs_launched\";s:8:\"Launched\";s:36:\"cmix_adlnetgov_expapi_verbs_mastered\";s:8:\"Mastered\";s:34:\"cmix_adlnetgov_expapi_verbs_passed\";s:6:\"Passed\";s:37:\"cmix_adlnetgov_expapi_verbs_preferred\";s:9:\"Preferred\";s:38:\"cmix_adlnetgov_expapi_verbs_progressed\";s:10:\"Progressed\";s:38:\"cmix_adlnetgov_expapi_verbs_registered\";s:10:\"Registered\";s:37:\"cmix_adlnetgov_expapi_verbs_responded\";s:9:\"Responded\";s:35:\"cmix_adlnetgov_expapi_verbs_resumed\";s:7:\"Resumed\";s:34:\"cmix_adlnetgov_expapi_verbs_scored\";s:6:\"Scored\";s:34:\"cmix_adlnetgov_expapi_verbs_shared\";s:6:\"Shared\";s:37:\"cmix_adlnetgov_expapi_verbs_suspended\";s:9:\"Suspended\";s:38:\"cmix_adlnetgov_expapi_verbs_terminated\";s:10:\"Terminated\";s:34:\"cmix_adlnetgov_expapi_verbs_voided\";s:6:\"Voided\";s:14:\"cmix_all_verbs\";s:9:\"All Verbs\";s:9:\"cmix_copy\";s:21:\"Copy xAPI/cmi5 Object\";s:11:\"cmix_import\";s:23:\"Import xAPI/cmi5 Object\";s:23:\"cmix_indication_to_user\";s:26:\"Further Hints for this LRS\";s:27:\"cmix_info_external_lrs_info\";s:220:\"This Learning Record Store is an external LRS. An external LRS is characterized by insufficient influence on the LRS by the operator of the ILIAS-Installation. This is the case e.g. if there are no rights to delete data.\";s:28:\"cmix_info_external_lrs_label\";s:30:\"Additional Info about this LRS\";s:25:\"cmix_info_privacy_section\";s:24:\"Info about personal data\";s:32:\"cmix_info_privacy_section_launch\";s:46:\"Info about personal data transmitted at launch\";s:13:\"cmix_lrs_type\";s:27:\"Learning Record Store (LRS)\";s:8:\"cmix_new\";s:20:\"New xAPI/cmi5 Object\";s:14:\"completed_info\";s:64:\"Indicates the actor finished or concluded the activity normally.\";s:15:\"completed_label\";s:36:\"Statements with the verb \'completed\'\";s:17:\"conf_availability\";s:12:\"Availability\";s:19:\"conf_availability_0\";s:13:\"Not available\";s:24:\"conf_availability_0_info\";s:72:\"Existing xAPI/cmi5 objects that use this LRS type can no longer be used.\";s:19:\"conf_availability_1\";s:21:\"Existing ones allowed\";s:24:\"conf_availability_1_info\";s:227:\"This LRS type is not offered when creating new xAPI/cmi5 objects. Existing xAPI/cmi5 objects that use this type can continue to write or read data. Use this option to be able to delete data in the connected LRS at a later time.\";s:19:\"conf_availability_2\";s:14:\"New producible\";s:24:\"conf_availability_2_info\";s:62:\"This LRS type can be selected when creating xAPI/cmi5 objects.\";s:17:\"conf_bypass_proxy\";s:30:\"Detection of Learning Progress\";s:26:\"conf_bypass_proxy_disabled\";s:34:\"xAPI-Proxy to get immediately data\";s:25:\"conf_bypass_proxy_enabled\";s:38:\"CronJob to check Learning Record Store\";s:22:\"conf_bypass_proxy_info\";s:123:\"In most cases it is recommended to use the xAPI-Proxy. Use the CronJob in case of Limitations regarding Resource or Server.\";s:23:\"conf_cronjob_neccessary\";s:39:\"CronJob necessary for Learning Progress\";s:28:\"conf_cronjob_neccessary_info\";s:223:\"By activating this option, xAPI-Objects using this LRS-Type could not use the xAPI-Proxy to get immediately data for Detection of Learning Progress. Use only the CronJob in case of limitations regarding resources or server.\";s:16:\"conf_delete_data\";s:18:\"Delete Data in LRS\";s:21:\"conf_delete_data_info\";s:193:\"Deletion is currently only possible with the Learning Record Store (LRS) LearningLocker. Only use the options for deleting the user identification if the data has been pseudonymized in the LRS.\";s:21:\"conf_delete_data_opt0\";s:5:\"never\";s:21:\"conf_delete_data_opt1\";s:173:\"never - but if users are deleted and if xAPI/cmi objects are moved to the trash or deleted, data will no longer be assignable for ILIAS by deleting the - user identification\";s:22:\"conf_delete_data_opt11\";s:82:\"when users are deleted and when xAPI/cmi objects are moved to the trash or deleted\";s:22:\"conf_delete_data_opt12\";s:58:\"additionally when users are removed from courses or groups\";s:21:\"conf_delete_data_opt2\";s:151:\"never - but additionally when users are removed from courses or groups, data will no longer be assignable for ILIAS by deleting the user identification\";s:16:\"conf_description\";s:11:\"Description\";s:17:\"conf_external_lrs\";s:12:\"External LRS\";s:12:\"conf_keep_lp\";s:22:\"Keep Learning Progress\";s:17:\"conf_keep_lp_info\";s:62:\"The ILIAS learning progress status completed would be freezed.\";s:16:\"conf_launch_mode\";s:11:\"Launch Mode\";s:23:\"conf_launch_mode_browse\";s:6:\"Browse\";s:28:\"conf_launch_mode_browse_info\";s:101:\"This option should provide a user experience that allows the user to \"look around\" without judgement.\";s:23:\"conf_launch_mode_normal\";s:6:\"Normal\";s:28:\"conf_launch_mode_normal_info\";s:57:\"Data related to the learning progress should be recorded.\";s:23:\"conf_launch_mode_review\";s:6:\"Review\";s:28:\"conf_launch_mode_review_info\";s:115:\"This option should provide a user experience that allows the user to \"revisit / review\" already completed material.\";s:17:\"conf_lrs_endpoint\";s:8:\"Endpoint\";s:12:\"conf_lrs_key\";s:11:\"Key / Login\";s:15:\"conf_lrs_secret\";s:17:\"Secret / Password\";s:15:\"conf_new_window\";s:10:\"New Window\";s:20:\"conf_new_window_info\";s:88:\"The content is opened in a new window. When leaving the content this window gets closed.\";s:15:\"conf_own_window\";s:10:\"Own Window\";s:20:\"conf_own_window_info\";s:123:\"The content is opened in the same window and replaces the ILIAS Screen. When leaving the content the user returns to ILIAS.\";s:28:\"conf_privacy_comment_default\";s:18:\"Indication to user\";s:18:\"conf_privacy_ident\";s:19:\"User identification\";s:38:\"conf_privacy_ident_il_uuid_ext_account\";s:88:\"External User ID combined with a unique ILIAS platform id formatted as an E-Mail address\";s:43:\"conf_privacy_ident_il_uuid_ext_account_info\";s:81:\"This is identical to each call, but may allow a direct conclusion about the user.\";s:32:\"conf_privacy_ident_il_uuid_login\";s:83:\"ILIAS Login combined with a unique ILIAS platform id formatted as an E-Mail address\";s:37:\"conf_privacy_ident_il_uuid_login_info\";s:109:\"Sends the login name. This is identical to each call, but may allow a direct conclusion about the ILIAS user.\";s:33:\"conf_privacy_ident_il_uuid_random\";s:81:\"Random ID combined with a unique ILIAS platform ID formatted as an E-Mail address\";s:38:\"conf_privacy_ident_il_uuid_random_info\";s:219:\"For each ILIAS object and ILIAS user a random ID is generated which remains identical for each call. Conclusions about a user are very limited because it is practically impossible to create user profiles across objects.\";s:33:\"conf_privacy_ident_il_uuid_sha256\";s:76:\"Hash combined with a unique ILIAS platform id formatted as an E-Mail address\";s:38:\"conf_privacy_ident_il_uuid_sha256_info\";s:96:\"This is identical to each call, but does not permit any direct conclusions about the ILIAS user.\";s:36:\"conf_privacy_ident_il_uuid_sha256url\";s:66:\"Hash combined with the ILIAS Domain formatted as an E-Mail address\";s:41:\"conf_privacy_ident_il_uuid_sha256url_info\";s:197:\"This is identical to each call, with with a maximum of 80 characters significantly shorter than the variant with the ILIAS platform ID and allows only very limited conclusions about the ILIAS user.\";s:34:\"conf_privacy_ident_il_uuid_user_id\";s:85:\"ILIAS user id combined with a unique ILIAS platform id formatted as an E-Mail address\";s:39:\"conf_privacy_ident_il_uuid_user_id_info\";s:115:\"Sends the internal numeric user id. This is identical to each call, but may allow conclusions about the ILIAS user.\";s:23:\"conf_privacy_ident_info\";s:75:\"Standard is frequently the E-Mail address. The unique ILIAS platform id is:\";s:29:\"conf_privacy_ident_real_email\";s:14:\"E-Mail Address\";s:34:\"conf_privacy_ident_real_email_info\";s:108:\"Sends E-Mail Address of user as identification (Warning: an E-Mail Address might be used by multiple users!)\";s:17:\"conf_privacy_name\";s:9:\"User name\";s:27:\"conf_privacy_name_firstname\";s:10:\"First name\";s:32:\"conf_privacy_name_firstname_info\";s:48:\"Sends the first name of the user name from ILIAS\";s:26:\"conf_privacy_name_fullname\";s:11:\"Entire name\";s:31:\"conf_privacy_name_fullname_info\";s:37:\"Sends title, first name and last name\";s:22:\"conf_privacy_name_info\";s:45:\"Sending an user name is usually not required.\";s:26:\"conf_privacy_name_lastname\";s:19:\"Title and last name\";s:31:\"conf_privacy_name_lastname_info\";s:70:\"Sends Mister or Ms/Mrs. (unless otherwise specified) and the last name\";s:22:\"conf_privacy_name_none\";s:6:\"No one\";s:27:\"conf_privacy_name_none_info\";s:27:\"Sends \'-\' instead of a name\";s:25:\"conf_privacy_setting_conf\";s:21:\"Configuration Options\";s:28:\"conf_privacy_setting_default\";s:40:\"Default Settings, changeable for Objects\";s:26:\"conf_privacy_setting_force\";s:39:\"Settings are not changeable for Objects\";s:25:\"conf_privacy_setting_info\";s:42:\"Configuration Options for Privacy Settings\";s:12:\"conf_remarks\";s:17:\"Internal comments\";s:10:\"conf_title\";s:5:\"Title\";s:14:\"conf_use_proxy\";s:10:\"xAPI-Proxy\";s:19:\"conf_use_proxy_info\";s:496:\"The xAPI proxy provides real-time data to determine learning progress in ILIAS. The proxy reduces personal data in accordance with the selected data protection options. If the xAPI proxy is deactivated, the learning content writes the learning progress directly to the LRS. This data must then also be retrieved directly from the LRS. The cron job \"xAPI/cmi5 get results\" is required to determine the learning progress. The xAPI proxy is mandatory for cmi5 objects and is activated automatically.\";s:24:\"conf_use_proxy_info_cmi5\";s:214:\"The xAPI proxy provides real-time data to determine learning progress in ILIAS. The proxy reduces personal data in accordance with the selected data protection options. The xAPI proxy is mandatory for cmi5 objects.\";s:24:\"conf_use_proxy_info_xapi\";s:419:\"The xAPI proxy provides real-time data to determine learning progress in ILIAS. The proxy reduces personal data in accordance with the selected data protection options. If the xAPI proxy is deactivated, the learning content writes the learning progress directly to the LRS. This data must then also be retrieved directly from the LRS. The cron job \"xAPI/cmi5 get results\" is required to determine the learning progress.\";s:15:\"conf_user_ident\";s:19:\"User identification\";s:35:\"conf_user_ident_il_uuid_ext_account\";s:87:\"External User ID combined with a unique ILIAS platform id formatted as an E-Mail adress\";s:40:\"conf_user_ident_il_uuid_ext_account_info\";s:81:\"This is identical to each call, but may allow a direct conclusion about the user.\";s:29:\"conf_user_ident_il_uuid_login\";s:82:\"ILIAS Login combined with a unique ILIAS platform id formatted as an E-Mail adress\";s:34:\"conf_user_ident_il_uuid_login_info\";s:87:\"This is identical to each call, but may allow a direct conclusion about the ILIAS user.\";s:30:\"conf_user_ident_il_uuid_random\";s:81:\"Random ID combined with a unique ILIAS platform ID formatted as an E-Mail address\";s:35:\"conf_user_ident_il_uuid_random_info\";s:219:\"For each ILIAS object and ILIAS user a random ID is generated which remains identical for each call. Conclusions about a user are very limited because it is practically impossible to create user profiles across objects.\";s:31:\"conf_user_ident_il_uuid_user_id\";s:84:\"ILIAS user id combined with a unique ILIAS platform id formatted as an E-Mail adress\";s:36:\"conf_user_ident_il_uuid_user_id_info\";s:91:\"This is identical to each call, but doesn\'t allow a direct conclusion about the ILIAS user.\";s:20:\"conf_user_ident_info\";s:74:\"Standard is frequently the email address. The unique ILIAS platform id is:\";s:26:\"conf_user_ident_real_email\";s:14:\"E-Mail Address\";s:31:\"conf_user_ident_real_email_info\";s:108:\"Sends E-Mail Address of user as identification (Warning: an E-Mail Address might be used by multiple users!)\";s:14:\"conf_user_name\";s:9:\"User name\";s:24:\"conf_user_name_firstname\";s:10:\"First name\";s:29:\"conf_user_name_firstname_info\";s:48:\"Sends the first name of the user name from ILIAS\";s:23:\"conf_user_name_fullname\";s:11:\"Entire name\";s:28:\"conf_user_name_fullname_info\";s:37:\"Sends title, first name and last name\";s:19:\"conf_user_name_info\";s:45:\"Sending an user name is usually not required.\";s:23:\"conf_user_name_lastname\";s:19:\"Title and last name\";s:28:\"conf_user_name_lastname_info\";s:70:\"Sends Mister or Ms/Mrs. (unless otherwise specified) and the last name\";s:19:\"conf_user_name_none\";s:6:\"No one\";s:24:\"conf_user_name_none_info\";s:27:\"Sends \'-\' instead of a name\";s:25:\"conf_user_registered_mail\";s:25:\"Registered E-Mail-Address\";s:21:\"content_privacy_ident\";s:32:\"User identification for resource\";s:20:\"content_privacy_name\";s:22:\"User name for resource\";s:20:\"create_lrs_type_form\";s:12:\"New LRS-Type\";s:19:\"create_registration\";s:28:\"Register your E-Mail address\";s:13:\"cron_xapi_del\";s:50:\"Delete xAPI/cmi5 data in the Learning Record Store\";s:18:\"cron_xapi_del_desc\";s:68:\"Data are deleted according to the settings of the xAPI/cmi5 objects.\";s:28:\"cron_xapi_results_evaluation\";s:23:\"Fetch xAPI/cmi5 Results\";s:33:\"cron_xapi_results_evaluation_desc\";s:102:\"Requests all xAPI results from learning record stores for objects not supporting the ILIAS xAPI proxy.\";s:16:\"description_info\";s:46:\"The description will be shown below the title.\";s:20:\"download_certificate\";s:20:\"Download Certificate\";s:13:\"duration_info\";s:133:\"The duration can be entered e.g. for answering a task. The duration is set to the default value 0 seconds (PT00.000S) by this option.\";s:14:\"duration_label\";s:8:\"Duration\";s:18:\"edit_lrs_type_form\";s:8:\"LRS-Type\";s:11:\"failed_info\";s:99:\"Indicates the actor did not successfully pass an activity to a level of predetermined satisfaction.\";s:12:\"failed_label\";s:33:\"Statements with the verb \'failed\'\";s:21:\"fetch_xapi_statements\";s:40:\"Fetch results from Learning Record Store\";s:16:\"field_user_ident\";s:14:\"E-Mail-Address\";s:21:\"field_user_ident_info\";s:74:\"Enter the e-mail address used in the external application to identify you.\";s:24:\"form_change_registration\";s:12:\"Registration\";s:24:\"form_create_registration\";s:12:\"Registration\";s:14:\"hide_data_info\";s:158:\"With this option which is only available for the ILIAS LRS proxy certain data is stored in statements with unrecognizable values in the Learning Record Store.\";s:15:\"hide_data_label\";s:12:\"Blacken data\";s:21:\"highscore_achieved_ts\";s:4:\"Date\";s:33:\"highscore_achieved_ts_description\";s:61:\"A column containing the date will be included in the ranking.\";s:20:\"highscore_all_tables\";s:38:\"Participant\'s Own Rank and Top Ranking\";s:32:\"highscore_all_tables_description\";s:89:\"Participants get information about the top ranking and their own position in the ranking.\";s:21:\"highscore_description\";s:107:\"The names of other users could be displayed if the right \'View learning experiences of other users\' is set.\";s:17:\"highscore_enabled\";s:7:\"Ranking\";s:14:\"highscore_mode\";s:4:\"Mode\";s:19:\"highscore_own_table\";s:22:\"Participant\'s Own Rank\";s:31:\"highscore_own_table_description\";s:62:\"Participants are advised of their own position in the ranking.\";s:20:\"highscore_percentage\";s:10:\"Percentage\";s:32:\"highscore_percentage_description\";s:76:\"A column containing the score as percentage will be included in the ranking.\";s:15:\"highscore_score\";s:5:\"Score\";s:27:\"highscore_score_description\";s:62:\"A column containing the score will be included in the ranking.\";s:17:\"highscore_top_num\";s:21:\"Length of Top Ranking\";s:29:\"highscore_top_num_description\";s:66:\"Specify how many ranks are to be included in the top ranking list.\";s:22:\"highscore_top_num_unit\";s:7:\"entries\";s:19:\"highscore_top_table\";s:11:\"Top Ranking\";s:31:\"highscore_top_table_description\";s:68:\"Participants are presented with a table containing the top rankings.\";s:15:\"highscore_wtime\";s:8:\"Duration\";s:27:\"highscore_wtime_description\";s:65:\"A column containing the duration will be included in the ranking.\";s:17:\"info_availability\";s:145:\"Hereby you can operate the availability of the LRS-type within the magazine. All types can set on \"allow existing ones\" instead of being deleted.\";s:16:\"info_description\";s:70:\"This description will be shown when choosing the type for new objects.\";s:17:\"info_external_lrs\";s:234:\"A hint will be shown to users when dealing with an external LRS. An external LRS is characterized by insufficient influence on the LRS the by the operator of the ILIAS-installation. This is the case when there are no rights to delete.\";s:17:\"info_lrs_endpoint\";s:42:\"URL of the endpoint without \'/\' at the end\";s:12:\"info_lrs_key\";s:35:\"Key or login for access, i.e. 12345\";s:15:\"info_lrs_secret\";s:37:\"Shared secret / Password, i.e. secret\";s:28:\"info_privacy_comment_default\";s:90:\"Please insert, if required, an additional indication on data security when using this LRS.\";s:12:\"info_remarks\";s:56:\"Place to write down your comments on this LRS-type here.\";s:10:\"info_title\";s:64:\"This title will be shown when choosing the type for new objects.\";s:16:\"initialized_info\";s:95:\"Indicates the activity provider has determined that the actor successfully started an activity.\";s:17:\"initialized_label\";s:38:\"Statements with the verb \'initialized\'\";s:14:\"launch_options\";s:18:\"Options for Launch\";s:10:\"launch_url\";s:19:\"URL of the resource\";s:15:\"launch_url_info\";s:130:\"Insert here the Internet address by adding http:// or https:// . Options for data security are also relevant for remote resources.\";s:11:\"log_options\";s:43:\"Options for the display of transmitted data\";s:18:\"lrs_authentication\";s:14:\"Authentication\";s:21:\"no_substatements_info\";s:261:\"With this option - which is only available for the ILIAS LRS proxy - the storage of subordinate statements can be suppressed. This can for example affect the answering of single tasks in a test. The content is informed that the statements would have been saved.\";s:22:\"no_substatements_label\";s:23:\"Suppress sub-statements\";s:11:\"online_info\";s:55:\"This makes the object visible and usable for the users.\";s:16:\"only_moveon_info\";s:313:\"With this option, which is only available for the ILIAS LRS proxy, only statements with defined verbs are stored in the Learning Record Store (WhiteList). The content is informed that the statements would have been saved. This usually ensures the expiration date but should be discussed with the content provider.\";s:17:\"only_moveon_label\";s:40:\"Save statements with selected verbs only\";s:11:\"passed_info\";s:93:\"Indicates the actor successfully passed an activity to a level of predetermined satisfaction.\";s:12:\"passed_label\";s:33:\"Statements with the verb \'passed\'\";s:15:\"privacy_options\";s:25:\"Options for data security\";s:15:\"progressed_info\";s:84:\"Indicates a value of how much of an actor has advanced or moved through an activity.\";s:16:\"progressed_label\";s:37:\"Statements with the verb \'progressed\'\";s:31:\"registration_saved_successfully\";s:31:\"Registration saved successfully\";s:14:\"satisfied_info\";s:124:\"Indicates that the authority or activity provider determined the actor has fulfilled the criteria of the object or activity.\";s:15:\"satisfied_label\";s:36:\"Statements with the verb \'satisfied\'\";s:30:\"sect_learning_progress_options\";s:29:\"Options for Learning Progress\";s:10:\"show_debug\";s:28:\"Display Learning Experiences\";s:15:\"show_debug_info\";s:197:\"Shows tab ‘Learning Experiences’ with information about own interaction with cmi5 module. Data of other users is displayed if permission ‘View learning experiences of other users’ is given.\";s:10:\"tab_export\";s:6:\"Export\";s:8:\"tab_info\";s:4:\"Info\";s:13:\"tab_lrs_types\";s:9:\"LRS-Types\";s:11:\"tab_scoring\";s:7:\"Ranking\";s:12:\"tab_settings\";s:8:\"Settings\";s:14:\"tab_statements\";s:20:\"Learning Experiences\";s:19:\"tbl_action_raw_data\";s:13:\"View Raw Data\";s:25:\"tbl_lrs_type_availability\";s:12:\"Availability\";s:18:\"tbl_lrs_type_title\";s:5:\"Title\";s:19:\"tbl_lrs_type_usages\";s:12:\"Usages Count\";s:20:\"tbl_lrs_types_header\";s:9:\"LRS-Types\";s:20:\"tbl_statements_actor\";s:4:\"User\";s:19:\"tbl_statements_date\";s:4:\"Date\";s:21:\"tbl_statements_object\";s:6:\"Object\";s:19:\"tbl_statements_verb\";s:4:\"Verb\";s:15:\"terminated_info\";s:56:\"Indicates that the actor successfully ended an activity.\";s:16:\"terminated_label\";s:37:\"Statements with the verb \'terminated\'\";s:14:\"timestamp_info\";s:305:\"The timestamp marks the time of an action indicated by the statement. The timestamp is set to the default value 01.01.1970 (1970-01-01T00:00:00.000Z) by this option. Please note that a Learning Record Store may automatically set a value for the stored date, which can be almost identical to the timestamp.\";s:15:\"timestamp_label\";s:9:\"Timestamp\";s:10:\"title_info\";s:24:\"Give the object a title.\";s:9:\"type_cmi5\";s:20:\"cmi5 Learning Module\";s:12:\"type_generic\";s:20:\"xAPI Standard Object\";s:9:\"use_fetch\";s:31:\"Authorization through Fetch-URL\";s:14:\"use_fetch_info\";s:99:\"As long as the resource supports this option, you should use this option to increase data security.\";s:36:\"xapi_statements_fetched_successfully\";s:60:\"Results from Learning Record Store were fetched successfully\";s:31:\"xapi_statements_last_fetch_date\";s:22:\"Last fetch of Results:\";s:31:\"xapi_statements_not_fetched_yet\";s:54:\"Results from Learning Record Store are not fetched yet\";}'),('cmps','en','a:73:{s:13:\"cmps_activate\";s:8:\"Activate\";s:11:\"cmps_active\";s:6:\"Active\";s:17:\"cmps_add_new_rank\";s:31:\"Position in Add-New-Object List\";s:14:\"cmps_available\";s:9:\"Available\";s:22:\"cmps_available_version\";s:17:\"Available Version\";s:16:\"cmps_basic_files\";s:11:\"Basic Files\";s:15:\"cmps_class_file\";s:10:\"Class File\";s:14:\"cmps_component\";s:9:\"Component\";s:14:\"cmps_configure\";s:9:\"Configure\";s:23:\"cmps_current_db_version\";s:18:\"Current DB-Version\";s:20:\"cmps_current_version\";s:15:\"Current Version\";s:13:\"cmps_database\";s:8:\"Database\";s:14:\"cmps_db_update\";s:16:\"DB Update Script\";s:15:\"cmps_deactivate\";s:10:\"Deactivate\";s:25:\"cmps_detailed_information\";s:22:\"Detailed Informationen\";s:8:\"cmps_dir\";s:9:\"Directory\";s:20:\"cmps_enable_creation\";s:15:\"Enable Creation\";s:17:\"cmps_file_version\";s:19:\"Update File Version\";s:10:\"cmps_group\";s:5:\"Group\";s:7:\"cmps_id\";s:2:\"ID\";s:22:\"cmps_ilias_max_version\";s:18:\"Max. ILIAS Version\";s:22:\"cmps_ilias_min_version\";s:18:\"Min. ILIAS Version\";s:13:\"cmps_inactive\";s:8:\"Inactive\";s:12:\"cmps_install\";s:7:\"Install\";s:14:\"cmps_is_active\";s:9:\"Activated\";s:17:\"cmps_is_installed\";s:9:\"Installed\";s:15:\"cmps_lang_files\";s:14:\"Language Files\";s:16:\"cmps_lang_prefix\";s:25:\"Language Variables Prefix\";s:14:\"cmps_languages\";s:9:\"Languages\";s:13:\"cmps_main_dir\";s:14:\"Main Directory\";s:12:\"cmps_missing\";s:7:\"Missing\";s:11:\"cmps_module\";s:6:\"Module\";s:19:\"cmps_must_installed\";s:32:\"The component must be installed.\";s:9:\"cmps_name\";s:4:\"Name\";s:33:\"cmps_needs_matching_ilias_version\";s:58:\"This plugin does not work with your current ILIAS version.\";s:30:\"cmps_needs_newer_ilias_version\";s:76:\"This plugin version only runs on newer ILIAS versions. Please upgrade ILIAS.\";s:31:\"cmps_needs_newer_plugin_version\";s:75:\"This ILIAS version needs a newer plugin version. Please upgrade the plugin.\";s:17:\"cmps_needs_update\";s:13:\"Needs update.\";s:18:\"cmps_needs_upgrade\";s:111:\"The plugin version currently installed is older than a previously installed version. Please upgrade the plugin.\";s:32:\"cmps_no_db_update_file_available\";s:30:\"No DB update script available.\";s:31:\"cmps_no_language_file_available\";s:27:\"No language file available.\";s:11:\"cmps_plugin\";s:6:\"Plugin\";s:21:\"cmps_plugin_activated\";s:30:\"The plugin has been activated.\";s:23:\"cmps_plugin_db_prefixes\";s:17:\"DB Table Prefixes\";s:23:\"cmps_plugin_deactivated\";s:32:\"The plugin has been deactivated.\";s:23:\"cmps_plugin_deinstalled\";s:31:\"The plugin has been uninstalled\";s:16:\"cmps_plugin_file\";s:11:\"Plugin File\";s:25:\"cmps_plugin_lang_prefixes\";s:24:\"Plugin Language Prefixes\";s:16:\"cmps_plugin_slot\";s:11:\"Plugin Slot\";s:23:\"cmps_plugin_uninstalled\";s:226:\"All language and database related entries have been deleted and the plugin has been set inactive. Now you can remove the plugin\'s directory and source code in the ‘Customizing’ directory to uninstall the plugin definitely.\";s:19:\"cmps_plugin_updated\";s:27:\"The plugin has been updated\";s:12:\"cmps_plugins\";s:7:\"Plugins\";s:12:\"cmps_refresh\";s:17:\"Refresh Languages\";s:16:\"cmps_refresh_lng\";s:16:\"Refresh language\";s:15:\"cmps_rep_object\";s:22:\"Repository Object Type\";s:28:\"cmps_repository_object_types\";s:23:\"Repository Object Types\";s:16:\"cmps_responsible\";s:11:\"Responsible\";s:21:\"cmps_responsible_mail\";s:18:\"Mail (Responsible)\";s:17:\"cmps_save_options\";s:4:\"Save\";s:12:\"cmps_service\";s:7:\"Service\";s:17:\"cmps_show_details\";s:12:\"Show Details\";s:10:\"cmps_slots\";s:5:\"Slots\";s:11:\"cmps_status\";s:6:\"Status\";s:23:\"cmps_supports_cli_setup\";s:18:\"Supports CLI-Setup\";s:20:\"cmps_supports_export\";s:15:\"Supports export\";s:31:\"cmps_supports_learning_progress\";s:26:\"Supports learning progress\";s:14:\"cmps_uninstall\";s:9:\"Uninstall\";s:22:\"cmps_uninstall_confirm\";s:91:\"Are you sure you want to uninstall the plugin \"%s\" and remove all related database entries?\";s:31:\"cmps_uninstall_inactive_confirm\";s:242:\"The plugin \"%1$s\" can currently not be activated (\"%2$s\"). In this state plugins cannot be uninstalled completely. As only the core integration is reverted, plugin custom data may remain. Would you like to continue with the partial uninstall?\";s:11:\"cmps_update\";s:6:\"Update\";s:12:\"cmps_version\";s:7:\"Version\";s:20:\"database_is_uptodate\";s:27:\"The database is up to date.\";s:10:\"no_changes\";s:10:\"No changes\";}'),('cmxv','en','a:2:{s:11:\"cmxv_create\";s:39:\"Create Certificate for xAPI/cmi5 Object\";s:16:\"cmxv_create_info\";s:68:\"Select a completed xAPI/cmi5 object to generate a certificate for it\";}'),('cntr','en','a:36:{s:17:\"cntr_add_new_item\";s:14:\"Add New Object\";s:18:\"cntr_adopt_content\";s:13:\"Adopt Content\";s:32:\"cntr_container_only_on_their_own\";s:143:\"Categories, courses, groups, folders, learning sequences or study programmes can only be copied as single objects. Please select one item only.\";s:17:\"cntr_copy_crs_grp\";s:21:\"My Courses and Groups\";s:19:\"cntr_copy_repo_tree\";s:15:\"Repository Tree\";s:24:\"cntr_hide_title_and_icon\";s:19:\"Hide Title and Icon\";s:11:\"cntr_manage\";s:6:\"Manage\";s:13:\"cntr_ordering\";s:7:\"Sorting\";s:18:\"cntr_saved_sorting\";s:14:\"Saved Sorting.\";s:29:\"cntr_switch_to_new_editor_cmd\";s:64:\"Switch to new content of this page. Old content will be removed.\";s:33:\"cntr_switch_to_new_editor_message\";s:200:\"This is the supported standard editor. The content from the old editor cannot be transferred. Please start adding new page content below. If you click the following link, the new content will be used.\";s:20:\"cntr_switched_editor\";s:24:\"Switched to new content.\";s:23:\"cntr_tax_none_available\";s:34:\"There are no taxonomies available.\";s:22:\"cntr_tax_settings_info\";s:370:\"Taxonomies in categories classify and filter the objects contained in the category. After adding taxonomies, classifications can be made via the \"Metadata\" tabs and the \"Taxonomy Assignment\" sub-tabs of the respective objects. Taxonomies can additionally be displayed in the side block of the category\'s \"Contents\" tab to enable direct filtering of the assigned objects.\";s:25:\"cntr_taxonomy_definitions\";s:19:\"Taxonomy Definition\";s:28:\"cntr_taxonomy_show_sideblock\";s:21:\"Present in Side Panel\";s:32:\"cntr_taxonomy_sideblock_settings\";s:21:\"Presentation Settings\";s:22:\"cntr_text_media_editor\";s:9:\"Edit Page\";s:17:\"cntr_view_by_type\";s:20:\"Grouped-by-Type View\";s:22:\"cntr_view_info_by_type\";s:60:\"This content presentation groups all items by resource type.\";s:23:\"cntr_view_info_sessions\";s:99:\"This content presentation groups all sessions first. After that the other course content is listed.\";s:21:\"cntr_view_info_simple\";s:55:\"This content presentation lists all items in one block.\";s:18:\"cntr_view_sessions\";s:13:\"Sessions View\";s:16:\"cntr_view_simple\";s:11:\"Simple View\";s:33:\"container_import_zip_file_invalid\";s:109:\"The uploaded file is not a valid ILIAS export file. To upload a directory structure please use a file object.\";s:14:\"edit_questions\";s:14:\"Edit Questions\";s:24:\"exc_next_deadline_single\";s:8:\"Deadline\";s:27:\"msg_no_downloadable_objects\";s:30:\"No downloadable objects found.\";s:18:\"objects_duplicated\";s:14:\"Objects copied\";s:35:\"prtf_create_portfolio_from_template\";s:30:\"Create Portfolio From Template\";s:27:\"sorting_new_items_at_bottom\";s:6:\"Bottom\";s:24:\"sorting_new_items_at_top\";s:3:\"Top\";s:27:\"sorting_new_items_direction\";s:33:\"Sorting Direction for New Objects\";s:23:\"sorting_new_items_order\";s:26:\"Arrangement of New Objects\";s:26:\"sorting_new_items_position\";s:23:\"Position of New Objects\";s:22:\"tab_back_to_repository\";s:18:\"Back to Repository\";}'),('common','en','a:2618:{s:2:\"HH\";s:5:\"HH:MM\";s:13:\"absolute_path\";s:13:\"Absolute Path\";s:24:\"accept_usr_agreement_btn\";s:6:\"Accept\";s:6:\"access\";s:6:\"Access\";s:10:\"accessFree\";s:25:\"Remove \'Valid Until\' Date\";s:14:\"accessRestrict\";s:22:\"Set \'Valid Until\' Date\";s:14:\"access_expired\";s:7:\"expired\";s:19:\"access_free_granted\";s:44:\"Set the selected user(s) to unlimited access\";s:11:\"access_from\";s:13:\"Access (from)\";s:13:\"access_public\";s:6:\"Public\";s:17:\"access_restricted\";s:42:\"Set the selected user(s) to limited access\";s:12:\"access_scope\";s:6:\"Access\";s:16:\"access_unlimited\";s:9:\"Unlimited\";s:12:\"access_until\";s:11:\"Valid Until\";s:12:\"access_users\";s:15:\"Logged in Users\";s:28:\"accesscount_registered_users\";s:38:\"Read by number of distinct ILIAS users\";s:29:\"accessibility_control_concept\";s:13:\"Accessibility\";s:7:\"account\";s:10:\"My Account\";s:20:\"account_expires_body\";s:204:\"your account %s on %s will expire at %s. After this date, access to ILIAS with this account will no longer be possible. To save your personal documents and certificates, please download them in good time.\";s:23:\"account_expires_subject\";s:36:\"Your ILIAS account will expire soon!\";s:6:\"action\";s:6:\"Action\";s:14:\"action_aborted\";s:14:\"Action aborted\";s:7:\"actions\";s:7:\"Actions\";s:11:\"actions_for\";s:14:\"Actions for %s\";s:8:\"activate\";s:10:\"Set Active\";s:27:\"activate_assessment_logging\";s:36:\"Activate Test and Assessment Logging\";s:14:\"activate_https\";s:36:\"HTTPS handling by ILIAS<br />(Login)\";s:17:\"activate_tracking\";s:10:\"Activation\";s:10:\"activation\";s:12:\"Edit Timings\";s:6:\"active\";s:6:\"Active\";s:3:\"add\";s:3:\"Add\";s:13:\"add_condition\";s:16:\"Add Precondition\";s:9:\"add_entry\";s:14:\"Add/Edit entry\";s:10:\"add_member\";s:10:\"Add Member\";s:15:\"add_member_role\";s:15:\"Add Member Role\";s:26:\"add_new_user_defined_field\";s:20:\"Add New Custom Field\";s:8:\"add_note\";s:8:\"Add Note\";s:13:\"add_parameter\";s:13:\"New Parameter\";s:36:\"add_remove_edit_entries_of_main_menu\";s:44:\"Add, remove or edit entries of the main menu\";s:8:\"add_role\";s:8:\"Add Role\";s:15:\"add_translation\";s:15:\"Add translation\";s:8:\"add_user\";s:14:\"Add Local User\";s:22:\"add_user_defined_field\";s:13:\"Add New Field\";s:19:\"added_new_condition\";s:22:\"Created new condition.\";s:15:\"additional_info\";s:22:\"Additional Information\";s:7:\"address\";s:7:\"Address\";s:16:\"admin_force_noti\";s:19:\"Notification active\";s:18:\"administrate_users\";s:25:\"Local User Administration\";s:27:\"administrate_users_headline\";s:37:\"Local ILIAS Accounts of this Category\";s:14:\"administration\";s:14:\"Administration\";s:13:\"administrator\";s:13:\"Administrator\";s:5:\"adopt\";s:5:\"Adopt\";s:32:\"advanced_editing_allow_html_tags\";s:45:\"Allow the selected HTML tags for text editing\";s:36:\"advanced_editing_assessment_settings\";s:56:\"Allowed HTML Tags for the ILIAS Test and Assessment tool\";s:34:\"advanced_editing_frm_post_settings\";s:19:\"Forum Post Settings\";s:33:\"advanced_editing_rep_page_editing\";s:36:\"Enable Content Editing in Repository\";s:38:\"advanced_editing_rep_page_editing_desc\";s:135:\"This feature allows adding text/media to pages of a category, course, group or folder. If deactivated, existing content will be hidden.\";s:30:\"advanced_editing_required_tags\";s:40:\"The following HTML tags are required: %s\";s:32:\"advanced_editing_survey_settings\";s:43:\"Allowed HTML Tags for the ILIAS survey tool\";s:24:\"adve_assessment_settings\";s:28:\"Test and Assessment Settings\";s:22:\"adve_frm_post_settings\";s:11:\"Forum Posts\";s:21:\"adve_general_settings\";s:16:\"General Settings\";s:20:\"adve_survey_settings\";s:15:\"Survey Settings\";s:10:\"agree_date\";s:9:\"Agreed on\";s:3:\"all\";s:3:\"All\";s:16:\"all_global_roles\";s:12:\"Global Roles\";s:15:\"all_local_roles\";s:17:\"Local Roles (all)\";s:11:\"all_objects\";s:11:\"All Objects\";s:9:\"all_roles\";s:9:\"All Roles\";s:10:\"all_topics\";s:10:\"All Topics\";s:9:\"all_users\";s:9:\"All Users\";s:18:\"allow_assign_users\";s:47:\"Allow user assignment for local administrators.\";s:20:\"allow_override_alert\";s:50:\"Rules for .htaccess are not interpreted correctly.\";s:14:\"allow_register\";s:44:\"Available in registration form for new users\";s:22:\"allow_user_toggle_noti\";s:44:\"Member is allowed to deactivate notification\";s:23:\"already_delivered_files\";s:15:\"Submitted Files\";s:3:\"and\";s:3:\"and\";s:5:\"angry\";s:5:\"Angry\";s:9:\"anonymous\";s:9:\"Anonymous\";s:7:\"answers\";s:7:\"Answers\";s:12:\"any_language\";s:12:\"Any language\";s:11:\"apache_auth\";s:21:\"Apache Authentication\";s:21:\"application_completed\";s:23:\"Application is complete\";s:16:\"application_date\";s:16:\"Application Date\";s:12:\"applications\";s:12:\"Applications\";s:5:\"apply\";s:5:\"Apply\";s:12:\"apply_filter\";s:12:\"Apply Filter\";s:11:\"appointment\";s:11:\"Appointment\";s:12:\"approve_date\";s:11:\"Approved on\";s:17:\"approve_recipient\";s:20:\"Login ID of Approver\";s:7:\"archive\";s:7:\"Archive\";s:14:\"archive_broken\";s:36:\"Archive seems to be broken or empty.\";s:12:\"are_you_sure\";s:13:\"Are you sure?\";s:13:\"ass_log_admin\";s:23:\"Log Data Administration\";s:22:\"ass_log_count_datasets\";s:11:\"Log Entries\";s:22:\"ass_log_delete_entries\";s:18:\"Delete Log Entries\";s:27:\"ass_log_delete_no_selection\";s:54:\"Please select at least one test to delete the Log Data\";s:15:\"ass_log_deleted\";s:52:\"The Log Data for the selected tests has been deleted\";s:14:\"ass_log_output\";s:15:\"Log Data Output\";s:26:\"assessment_imap_line_color\";s:20:\"Image Map Line Color\";s:14:\"assessment_log\";s:59:\"Create a Test and Assessment log for a specific time period\";s:23:\"assessment_log_datetime\";s:9:\"Date/Time\";s:22:\"assessment_log_deleted\";s:71:\"The Test and Assessment log data has been deleted in the administration\";s:23:\"assessment_log_for_test\";s:8:\"For test\";s:26:\"assessment_log_log_entries\";s:11:\"log entries\";s:22:\"assessment_log_logging\";s:7:\"Logging\";s:38:\"assessment_log_manual_scoring_activate\";s:27:\"Activate Manual Scoring for\";s:34:\"assessment_log_manual_scoring_desc\";s:275:\"If the Manual Scoring is activated for a question type, all questions of this question type could be manually scored by a test author. Please be careful with these settings, because late manual scoring of automatically scored question types could cause even judical problems!\";s:23:\"assessment_log_question\";s:8:\"Question\";s:19:\"assessment_log_text\";s:11:\"Log message\";s:38:\"assessment_settings_reporting_language\";s:18:\"Reporting language\";s:26:\"assf_allowed_questiontypes\";s:24:\"Available Question Types\";s:31:\"assf_allowed_questiontypes_desc\";s:224:\"All the checked question types will be available in this ILIAS installation. If you don\'t want to allow the creation of a certain question type in this installation, you must remove the selection in the associated check box.\";s:18:\"assf_questiontypes\";s:17:\"Question Settings\";s:6:\"assign\";s:14:\"Accept Request\";s:18:\"assign_global_role\";s:21:\"Assign to Global Role\";s:17:\"assign_local_role\";s:20:\"Assign to Local Role\";s:16:\"assigned_members\";s:16:\"Assigned Members\";s:14:\"assigned_roles\";s:14:\"Assigned Roles\";s:15:\"associated_user\";s:15:\"associated User\";s:9:\"astounded\";s:9:\"Astounded\";s:18:\"at_least_one_style\";s:41:\"At least one style must remain activated.\";s:10:\"attachment\";s:10:\"Attachment\";s:11:\"attachments\";s:11:\"Attachments\";s:8:\"attempts\";s:8:\"Attempts\";s:17:\"auth_active_roles\";s:43:\"Global Roles Available on Registration Form\";s:16:\"auth_allow_local\";s:26:\"Allow Local Authentication\";s:8:\"auth_cas\";s:3:\"CAS\";s:25:\"auth_cas_allow_local_desc\";s:97:\"Allows CAS users to authenticate themselves with their local ILIAS username and a local password.\";s:13:\"auth_cas_auth\";s:28:\"Configure CAS Authentication\";s:18:\"auth_cas_auth_desc\";s:66:\"CAS requires PHP 4.3.1 or higher with CURL support (7.5 or higher)\";s:18:\"auth_cas_port_desc\";s:75:\"E.g. 443 if the full CAS server URI is https://auth.yourserver.com:443/cas/\";s:20:\"auth_cas_server_desc\";s:91:\"E.g. auth.yourserver.com if the full CAS server URI is https://auth.yourserver.com:443/cas/\";s:17:\"auth_cas_uri_desc\";s:86:\"Local URI, e.g. cas if the full CAS server URI is https://auth.yourserver.com:443/cas/\";s:14:\"auth_configure\";s:12:\"configure...\";s:17:\"auth_create_users\";s:39:\"Create Non-Existing Users Automatically\";s:12:\"auth_default\";s:15:\"Default setting\";s:28:\"auth_default_mode_changed_to\";s:38:\"Default authentication mode changed to\";s:8:\"auth_ecs\";s:3:\"ECS\";s:9:\"auth_ldap\";s:4:\"LDAP\";s:16:\"auth_ldap_enable\";s:19:\"Enable LDAP support\";s:19:\"auth_ldap_migration\";s:17:\"Account Migration\";s:24:\"auth_ldap_migration_info\";s:119:\"Activate this option to give new users the possibility to migrate their existing ILIAS accounts to LDAP authentication.\";s:10:\"auth_local\";s:10:\"ILIAS Auth\";s:23:\"auth_login_instructions\";s:32:\"Instructions Shown on Login Page\";s:9:\"auth_mode\";s:19:\"Authentication Mode\";s:21:\"auth_mode_not_changed\";s:17:\"(Nothing changed)\";s:23:\"auth_mode_roles_changed\";s:41:\"Changed authentication mode for this Role\";s:26:\"auth_new_account_mail_desc\";s:158:\"Send new account e-mail to user, if user is generated automatically. A password will only be generated, if ‘Allow Local Authentication’ is also activated.\";s:16:\"auth_per_default\";s:11:\"Per Default\";s:26:\"auth_remark_non_local_auth\";s:185:\"Selecting an authentication mode other than ‘ILIAS Auth’ (which uses the ILIAS database) means that users will not be able to change their login name or password after registration.\";s:19:\"auth_role_auth_mode\";s:19:\"Authentication Mode\";s:9:\"auth_saml\";s:4:\"SAML\";s:11:\"auth_script\";s:6:\"Custom\";s:11:\"auth_select\";s:26:\"Select Authentication Mode\";s:14:\"auth_selection\";s:13:\"Login Options\";s:13:\"auth_settings\";s:23:\"Authentication Settings\";s:9:\"auth_shib\";s:10:\"Shibboleth\";s:22:\"auth_shib_instructions\";s:93:\"Be sure to read the README for instructions on how to configure Shibboleth support for ILIAS.\";s:24:\"auth_shib_not_configured\";s:32:\"Shibboleth is not configured yet\";s:15:\"auth_shibboleth\";s:10:\"Shibboleth\";s:9:\"auth_soap\";s:4:\"SOAP\";s:26:\"auth_soap_allow_local_desc\";s:92:\"This allows SOAP users to authenticate with their local ILIAS username and a local password.\";s:14:\"auth_soap_auth\";s:29:\"Configure SOAP Authentication\";s:19:\"auth_soap_auth_desc\";s:95:\"This settings deal only with SOAP based user authentication, not with the ILIAS SOAP interface.\";s:27:\"auth_soap_create_users_desc\";s:137:\"Creates automatically an ILIAS user account, for users that successfully authenticated against SOAP, without having an ILIAS account yet.\";s:19:\"auth_soap_namespace\";s:9:\"Namespace\";s:24:\"auth_soap_namespace_desc\";s:66:\"As defined in WSDL. Must be specified, if .NET SOAP style is used.\";s:19:\"auth_soap_port_desc\";s:87:\"E.g. 8080 if the full SOAP server URI is http://auth.yourserver.com:8080/dir/server.php\";s:21:\"auth_soap_server_desc\";s:102:\"E.g. auth.yourserver.com if the full SOAP server URI is http://auth.yourserver.com:8080/dir/server.php\";s:24:\"auth_soap_settings_saved\";s:34:\"SOAP authentication settings saved\";s:18:\"auth_soap_uri_desc\";s:108:\"Local URI, e.g. dir/server.php if the full SOAP server URI is http://auth.yourserver.com:8080/dir/server.php\";s:20:\"auth_soap_use_dotnet\";s:19:\"Use .NET SOAP Style\";s:19:\"auth_soap_use_https\";s:9:\"Use HTTPS\";s:32:\"auth_soap_user_default_role_desc\";s:58:\"This role is assigned to automatically created SOAP users.\";s:22:\"auth_user_default_role\";s:12:\"Default Role\";s:18:\"authenticate_ilias\";s:27:\"ILIAS Native Authentication\";s:23:\"authentication_settings\";s:14:\"Authentication\";s:6:\"author\";s:6:\"Author\";s:14:\"authoring_mode\";s:14:\"Authoring Mode\";s:7:\"authors\";s:7:\"Authors\";s:17:\"autocomplete_more\";s:4:\"more\";s:9:\"available\";s:9:\"Available\";s:4:\"awra\";s:14:\"Who is online?\";s:4:\"back\";s:4:\"Back\";s:14:\"back_to_course\";s:14:\"Back to Course\";s:19:\"back_to_crs_content\";s:22:\"Back to Course Content\";s:20:\"back_to_fold_content\";s:22:\"Back to Folder Content\";s:19:\"back_to_grp_content\";s:21:\"Back to Group Content\";s:10:\"backto_lua\";s:33:\"Back to Local User Administration\";s:6:\"basedn\";s:6:\"BaseDN\";s:14:\"basic_settings\";s:14:\"Basic Settings\";s:6:\"before\";s:6:\"before\";s:6:\"behind\";s:6:\"Behind\";s:9:\"benchmark\";s:9:\"Benchmark\";s:10:\"benchmarks\";s:10:\"Benchmarks\";s:8:\"bib_data\";s:20:\"Bibliographical Data\";s:8:\"bibl_add\";s:16:\"Add Bibliography\";s:8:\"birthday\";s:8:\"Birthday\";s:10:\"bkm_import\";s:16:\"Import Bookmarks\";s:13:\"bkm_import_ok\";s:59:\"Successfully imported %d bookmarks and %d bookmark folders.\";s:12:\"bkm_sendmail\";s:18:\"Send as attachment\";s:5:\"block\";s:5:\"Block\";s:2:\"bm\";s:8:\"Bookmark\";s:15:\"bm_add_to_ilias\";s:22:\"Add to ILIAS Bookmarks\";s:3:\"bmf\";s:15:\"Bookmark Folder\";s:4:\"bold\";s:4:\"Bold\";s:11:\"bold_action\";s:40:\"Insert Bold - Click to insert bold text.\";s:8:\"bookings\";s:8:\"Bookings\";s:14:\"bookmark_added\";s:30:\"The Bookmark has been created.\";s:19:\"bookmark_folder_new\";s:19:\"New Bookmark Folder\";s:12:\"bookmark_new\";s:12:\"New Bookmark\";s:15:\"bookmark_target\";s:6:\"Target\";s:9:\"bookmarks\";s:9:\"Bookmarks\";s:12:\"bookmarks_of\";s:12:\"Bookmarks of\";s:21:\"breadcrumb_navigation\";s:21:\"Breadcrumb Navigation\";s:22:\"breadcrumbs_aria_label\";s:11:\"Breadcrumbs\";s:9:\"briefcase\";s:16:\"Background Tasks\";s:7:\"btn_add\";s:3:\"Add\";s:8:\"btn_back\";s:4:\"Back\";s:8:\"btn_next\";s:8:\"Continue\";s:12:\"btn_previous\";s:4:\"Back\";s:17:\"btn_remove_system\";s:18:\"Remove from System\";s:12:\"btn_undelete\";s:7:\"Restore\";s:28:\"buddy_allow_to_contact_me_no\";s:32:\"Doesn`t Receive Contact Requests\";s:29:\"buddy_allow_to_contact_me_yes\";s:25:\"Receives Contact Requests\";s:20:\"building_export_file\";s:23:\"Building Export File...\";s:17:\"bulletlist_action\";s:61:\"Insert Bulletpoint-List - Click to insert a bulletpoint-list.\";s:2:\"by\";s:2:\"By\";s:5:\"bytes\";s:5:\"Bytes\";s:8:\"cal_from\";s:5:\"From:\";s:9:\"cal_until\";s:6:\"Until:\";s:8:\"calendar\";s:8:\"Calendar\";s:6:\"cancel\";s:6:\"Cancel\";s:18:\"cancel_file_upload\";s:49:\"Do you really want to cancel all pending uploads?\";s:15:\"cannot_find_xml\";s:25:\"Cannot find any XML-file.\";s:32:\"cannot_uninstall_language_in_use\";s:51:\"You cannot uninstall the language currently in use!\";s:31:\"cannot_uninstall_systemlanguage\";s:41:\"You cannot uninstall the system language!\";s:17:\"cannot_unzip_file\";s:19:\"Cannot unpack file.\";s:33:\"cant_deactivate_if_users_assigned\";s:70:\"You cannot deactivate a style if there are still users assigned to it.\";s:3:\"cat\";s:8:\"Category\";s:7:\"cat_add\";s:12:\"Add Category\";s:9:\"cat_added\";s:14:\"Category added\";s:21:\"cat_copy_threads_info\";s:76:\"Please decide which category items should be copied, linked or even omitted.\";s:8:\"cat_edit\";s:17:\"Category Settings\";s:7:\"cat_new\";s:12:\"New Category\";s:15:\"cat_wizard_page\";s:24:\"Copy Category (Step 2/2)\";s:10:\"categories\";s:10:\"Categories\";s:19:\"categories_imported\";s:25:\"Category import complete.\";s:4:\"catr\";s:13:\"Category Link\";s:8:\"catr_add\";s:17:\"Add Category Link\";s:14:\"catr_edit_info\";s:51:\"Please choose one category for creating a new link.\";s:8:\"catr_new\";s:20:\"Create Category Link\";s:13:\"catr_settings\";s:22:\"Category Link Settings\";s:11:\"certificate\";s:11:\"Certificate\";s:37:\"certificate_file_already_exists_error\";s:55:\"The certificate file already exists in the file system.\";s:35:\"certificate_file_input_output_error\";s:117:\"The certificate file was found but couldn\'t be deleted because of internal errors. Please contact your administrator.\";s:32:\"certificate_file_not_found_error\";s:123:\"The certificate file doesn\'t exist in the file system anymore. Die Zertikatsdatei wurde im Dateisystem nicht mehr gefunden.\";s:29:\"certificate_persistent_option\";s:28:\"Certificates of Achievements\";s:21:\"certificate_selection\";s:22:\"Origin of Certificates\";s:28:\"certificate_workspace_option\";s:34:\"Certificates of Personal Resources\";s:12:\"certificates\";s:12:\"Certificates\";s:6:\"change\";s:6:\"Change\";s:17:\"change_assignment\";s:17:\"Change assignment\";s:19:\"change_header_title\";s:17:\"Edit Header Title\";s:12:\"change_owner\";s:12:\"Change Owner\";s:21:\"change_sort_direction\";s:21:\"Change sort direction\";s:10:\"changeable\";s:21:\"Changeable in Profile\";s:10:\"changed_to\";s:10:\"changed to\";s:36:\"changing_loginname_not_possible_info\";s:82:\"You changed your login name at last at %s. The next change can be performed at %s.\";s:7:\"chapter\";s:7:\"Chapter\";s:10:\"characters\";s:10:\"characters\";s:22:\"chat_enter_public_room\";s:16:\"Public Chat Room\";s:30:\"chat_enter_public_room_tooltip\";s:22:\"Enter public chat room\";s:17:\"chat_users_active\";s:12:\"Active users\";s:5:\"check\";s:5:\"Check\";s:9:\"check_all\";s:9:\"Check all\";s:14:\"check_langfile\";s:31:\"Please check your language file\";s:15:\"check_languages\";s:19:\"Check All Languages\";s:10:\"check_link\";s:13:\"Weblink check\";s:15:\"check_link_desc\";s:91:\"If enabled all external links in ILIAS learning modules will be checked if they are active.\";s:19:\"check_user_accounts\";s:19:\"Check user accounts\";s:24:\"check_user_accounts_desc\";s:212:\"If enabled, all users whose account expires will be informed by e-mail two weeks before. Furthermore all users which have not confirmed their account after a registration with e-mail confirmation will be deleted.\";s:19:\"check_web_resources\";s:14:\"Check Weblinks\";s:24:\"check_web_resources_desc\";s:59:\"If enabled all Weblinks will be checked if they are active.\";s:7:\"checked\";s:7:\"Checked\";s:13:\"checked_files\";s:16:\"Importable files\";s:32:\"chg_ilias_and_webfolder_password\";s:26:\"Change Web Folder Password\";s:18:\"chg_ilias_password\";s:21:\"Change ILIAS Password\";s:12:\"chg_password\";s:15:\"Change Password\";s:15:\"choose_language\";s:20:\"Choose Your Language\";s:24:\"choose_only_one_language\";s:31:\"Please choose only one language\";s:13:\"chown_warning\";s:84:\"Attention, you may loose access permissions on this object after changing the owner.\";s:20:\"chta_edit_permission\";s:26:\"Change Permission Settings\";s:9:\"chta_read\";s:39:\"Read access to Chat Room Administration\";s:12:\"chta_visible\";s:35:\"Chat Room Administration is visible\";s:10:\"chta_write\";s:29:\"Edit Chat Room Administration\";s:9:\"chtr_copy\";s:14:\"Copy Chat Room\";s:11:\"chtr_import\";s:16:\"Import Chat Room\";s:4:\"city\";s:11:\"City, State\";s:13:\"cld_abandoned\";s:130:\"The Cloud Object has been abandoned as of ILIAS 8. No data has been lost. Contact your System Administration for more information.\";s:12:\"cleaned_file\";s:22:\"File has been cleaned.\";s:15:\"cleaning_failed\";s:16:\"Cleaning failed.\";s:5:\"clear\";s:5:\"Clear\";s:15:\"clear_clipboard\";s:15:\"Clear Clipboard\";s:6:\"client\";s:6:\"Client\";s:9:\"client_id\";s:9:\"Client ID\";s:9:\"client_ip\";s:9:\"Client IP\";s:28:\"clientlist_available_clients\";s:17:\"Available Clients\";s:21:\"clientlist_clientlist\";s:11:\"Client List\";s:28:\"clientlist_installation_name\";s:17:\"Installation Name\";s:16:\"clientlist_login\";s:5:\"Login\";s:21:\"clientlist_login_page\";s:10:\"Login page\";s:24:\"clientlist_public_access\";s:13:\"Public Access\";s:21:\"clientlist_start_page\";s:10:\"Start page\";s:9:\"clipboard\";s:9:\"Clipboard\";s:5:\"close\";s:5:\"Close\";s:4:\"cmix\";s:16:\"Object xAPI/cmi5\";s:7:\"cnt_new\";s:8:\"(%s New)\";s:8:\"collapse\";s:8:\"Collapse\";s:12:\"collapse_all\";s:12:\"Collapse All\";s:16:\"collapse_content\";s:16:\"Collapse Content\";s:9:\"collapsed\";s:9:\"Collapsed\";s:7:\"columns\";s:7:\"Columns\";s:15:\"comma_separated\";s:15:\"Comma Separated\";s:7:\"comment\";s:7:\"Comment\";s:8:\"comments\";s:8:\"Comments\";s:7:\"compose\";s:7:\"Compose\";s:18:\"concurrent_uploads\";s:28:\"Number of concurrent uploads\";s:23:\"concurrent_uploads_info\";s:85:\"Defines the number of files that can be uploaded per upload process at the same time.\";s:17:\"cond_ref_handling\";s:13:\"Link Settings\";s:15:\"cond_ref_shared\";s:34:\"Shared Preconditions for all Links\";s:15:\"cond_ref_unique\";s:30:\"Unique Preconditions for Links\";s:9:\"condition\";s:9:\"Condition\";s:30:\"condition_accredited_or_passed\";s:20:\"Accredited or Passed\";s:26:\"condition_already_assigned\";s:24:\"Object already assigned.\";s:24:\"condition_circle_created\";s:70:\"This association is not possible, since the objects would interdepend.\";s:17:\"condition_deleted\";s:18:\"Condition deleted.\";s:18:\"condition_finished\";s:8:\"Finished\";s:22:\"condition_not_finished\";s:12:\"Not finished\";s:16:\"condition_passed\";s:6:\"Passed\";s:23:\"condition_select_object\";s:25:\"Please select one object.\";s:18:\"conditions_updated\";s:16:\"Conditions saved\";s:7:\"confirm\";s:7:\"Confirm\";s:24:\"confirm_delete_parameter\";s:43:\"Do you really want to delete the parameter?\";s:12:\"confirmation\";s:12:\"Confirmation\";s:17:\"conflict_handling\";s:17:\"Conflict handling\";s:28:\"cont_iim_content_popups_info\";s:195:\"Content popups appear, when the user clicks on interactive parts of the background image. On this screen you only define the popups. Their content can be edited on the editing screen of the page.\";s:20:\"cont_iim_create_info\";s:63:\"Please upload the background picture for the interactive image.\";s:21:\"cont_iim_overlay_info\";s:187:\"Overlay images are used to alter (e.g. highlight) parts of the background image when the mouse hovers over them. After uploading the images, you can select them in the ‘Triggers’ tab.\";s:7:\"contact\";s:7:\"Contact\";s:12:\"contact_data\";s:19:\"Contact Information\";s:16:\"contact_sysadmin\";s:25:\"Contact Technical Support\";s:9:\"container\";s:9:\"Container\";s:18:\"container_no_items\";s:22:\"No Materials Available\";s:7:\"content\";s:7:\"Content\";s:13:\"content_frame\";s:13:\"Content Frame\";s:14:\"content_styles\";s:14:\"Content Styles\";s:7:\"context\";s:7:\"Context\";s:8:\"continue\";s:8:\"Continue\";s:13:\"continue_work\";s:8:\"Continue\";s:6:\"contra\";s:6:\"Contra\";s:4:\"copa\";s:12:\"Content Page\";s:4:\"copy\";s:4:\"Copy\";s:11:\"copyChapter\";s:4:\"Copy\";s:8:\"copyPage\";s:4:\"Copy\";s:8:\"copy_all\";s:8:\"Copy all\";s:16:\"copy_n_of_suffix\";s:13:\"- Copy (%1$s)\";s:7:\"copy_of\";s:7:\"Copy of\";s:14:\"copy_of_suffix\";s:6:\"- Copy\";s:19:\"copy_selected_items\";s:4:\"Copy\";s:5:\"count\";s:5:\"Count\";s:15:\"counter_novelty\";s:4:\"News\";s:14:\"counter_status\";s:6:\"Status\";s:7:\"country\";s:7:\"Country\";s:17:\"country_free_text\";s:25:\"Country (Free Text Input)\";s:17:\"country_selection\";s:29:\"Country (Drop Down Selection)\";s:6:\"course\";s:6:\"Course\";s:7:\"courses\";s:7:\"Courses\";s:6:\"create\";s:6:\"Create\";s:11:\"create_date\";s:10:\"Created on\";s:18:\"create_export_file\";s:18:\"Create export file\";s:17:\"create_stylesheet\";s:12:\"Create Style\";s:7:\"created\";s:13:\"Creation Date\";s:23:\"cron_forum_notification\";s:37:\"Send Forum Notifications via Cron Job\";s:33:\"cron_forum_notification_crob_desc\";s:214:\"If enabled, all users who have enabled notifications for certain forums or forum threads will daily receive a notification mail about all new  or changed posts but no immediate notification for each submitted post.\";s:28:\"cron_forum_notification_desc\";s:122:\"If enabled, all users, who want to be informed about new posts in specified forum threads, will get notifications by mail.\";s:32:\"cron_forum_notification_disabled\";s:46:\"Can\'t be disabled when the Cron Job is active.\";s:9:\"cron_jobs\";s:9:\"Cron Jobs\";s:17:\"cron_lucene_index\";s:26:\"Update Lucene search index\";s:22:\"cron_lucene_index_info\";s:155:\"If enabled, the Lucene search index will be updated. Please configure the Lucene server in the Administration at \'Search and Find » Search\', tab \'Lucene\'.\";s:22:\"cron_mail_notification\";s:22:\"New Mail Notifications\";s:27:\"cron_mail_notification_cron\";s:22:\"regularly per cron job\";s:27:\"cron_mail_notification_desc\";s:355:\"On request, ILIAS sends e-mail notifications about new mails. In contrast to the immediate forwarding of all mails, this cronjob collects the mails of one day and delivers them as a package. Please enable the option \'%s\' to use this feature. Additionally, the e-mail notifications for each ILIAS account have to be activated in the personal mail settings.\";s:30:\"cron_mail_notification_message\";s:41:\"Send Mail Notifications with Mail-Message\";s:35:\"cron_mail_notification_message_info\";s:146:\"E-mail notifications contain the complete content of the mails received in ILIAS. This means that they can be read without having to log in again.\";s:28:\"cron_mail_notification_never\";s:5:\"never\";s:44:\"cron_users_without_login_del_create_date_thr\";s:9:\"Thresholt\";s:49:\"cron_users_without_login_del_create_date_thr_info\";s:88:\"All user accounts created before the defined threshold will be taken into consideration.\";s:43:\"cron_users_without_login_del_role_whitelist\";s:14:\"Included Roles\";s:48:\"cron_users_without_login_del_role_whitelist_info\";s:137:\"Only users with one of the selected global roles will be deleted. Does a user have a role that is not selected, the user account remains.\";s:18:\"cronjob_last_start\";s:26:\"Last Start of the Cron Job\";s:26:\"cronjob_last_start_unknown\";s:13:\"Indeterminate\";s:3:\"crs\";s:6:\"Course\";s:28:\"crs_activation_start_invalid\";s:43:\"The start and the finish time is not valid.\";s:7:\"crs_add\";s:10:\"Add Course\";s:9:\"crs_added\";s:12:\"Course added\";s:12:\"crs_archives\";s:8:\"Archives\";s:23:\"crs_cancel_waiting_list\";s:75:\"Do you really want to remove yourself from the waiting list of course \"%s\"?\";s:21:\"crs_copy_threads_info\";s:78:\"Please decide which course materials should be copied, linked or even omitted.\";s:8:\"crs_edit\";s:11:\"Edit Course\";s:12:\"crs_list_reg\";s:12:\"Registration\";s:16:\"crs_list_reg_end\";s:16:\"Registration End\";s:23:\"crs_list_reg_limit_full\";s:14:\"No places left\";s:25:\"crs_list_reg_limit_places\";s:11:\"Free places\";s:18:\"crs_list_reg_noreg\";s:24:\"No Registration Possible\";s:19:\"crs_list_reg_period\";s:19:\"Registration Period\";s:18:\"crs_list_reg_start\";s:18:\"Registration Begin\";s:21:\"crs_member_not_passed\";s:10:\"Not passed\";s:17:\"crs_member_passed\";s:6:\"Passed\";s:19:\"crs_members_gallery\";s:22:\"Course Members Gallery\";s:7:\"crs_new\";s:10:\"New Course\";s:29:\"crs_removed_from_waiting_list\";s:60:\"You have been detached from the waiting list of course \"%s\".\";s:18:\"crs_status_blocked\";s:16:\"[Access refused]\";s:18:\"crs_status_pending\";s:26:\"[Waiting for registration]\";s:24:\"crs_subscribers_assigned\";s:20:\"Assigned new user(s)\";s:9:\"crs_title\";s:12:\"Course Title\";s:15:\"crs_unsubscribe\";s:23:\"Unsubscribe from Course\";s:15:\"crs_wizard_page\";s:22:\"Copy Course (Step 2/2)\";s:4:\"crsr\";s:11:\"Course Link\";s:8:\"crsr_add\";s:15:\"Add Course Link\";s:14:\"crsr_edit_info\";s:49:\"Please choose one course for creating a new link.\";s:8:\"crsr_new\";s:18:\"Create Course Link\";s:13:\"crsr_settings\";s:20:\"Course Link Settings\";s:10:\"csv_export\";s:10:\"CSV-Export\";s:10:\"current_ip\";s:11:\"Current IP:\";s:16:\"current_ip_alert\";s:97:\"Notice: if you enter a wrong ip you won\'t be able to access the system with this profile anymore.\";s:16:\"current_password\";s:16:\"Current Password\";s:19:\"current_user_avatar\";s:16:\"Your User Avatar\";s:25:\"currently_used_disk_space\";s:25:\"Currently used disk space\";s:3:\"cut\";s:3:\"Cut\";s:7:\"cutPage\";s:3:\"Cut\";s:5:\"daily\";s:5:\"daily\";s:8:\"database\";s:8:\"Database\";s:16:\"database_version\";s:24:\"Current Database Version\";s:7:\"dataset\";s:4:\"Item\";s:4:\"date\";s:4:\"Date\";s:10:\"dateplaner\";s:8:\"Calendar\";s:3:\"day\";s:3:\"Day\";s:4:\"days\";s:4:\"Days\";s:7:\"db_host\";s:13:\"Database Host\";s:7:\"db_name\";s:13:\"Database Name\";s:14:\"db_need_update\";s:25:\"Database needs an update!\";s:7:\"db_pass\";s:17:\"Database Password\";s:7:\"db_type\";s:13:\"Database Type\";s:7:\"db_user\";s:13:\"Database User\";s:10:\"db_version\";s:16:\"Database Version\";s:10:\"dd_mm_yyyy\";s:10:\"DD.MM.YYYY\";s:10:\"deactivate\";s:12:\"Set Inactive\";s:17:\"decrease_attempts\";s:12:\"Attempts - 1\";s:19:\"def_repository_view\";s:23:\"Default repository view\";s:7:\"default\";s:7:\"Default\";s:17:\"default_auth_mode\";s:29:\"Default Authentication Method\";s:22:\"default_auth_mode_info\";s:78:\"Please choose the authentication method that is preselected on the login page.\";s:16:\"default_language\";s:16:\"Default Language\";s:21:\"default_perm_settings\";s:19:\"Default Permissions\";s:12:\"default_role\";s:12:\"Default Role\";s:13:\"default_roles\";s:13:\"Default Roles\";s:12:\"default_skin\";s:12:\"Default Skin\";s:18:\"default_skin_style\";s:20:\"Default Skin / Style\";s:13:\"default_style\";s:13:\"Default Style\";s:8:\"defaults\";s:8:\"Defaults\";s:6:\"delete\";s:6:\"Delete\";s:20:\"delete_existing_file\";s:20:\"Delete Existing File\";s:32:\"delete_inactivated_user_accounts\";s:32:\"Delete inactivated user accounts\";s:37:\"delete_inactivated_user_accounts_desc\";s:75:\"If enabled, user accounts will be deleted %s days after their inactivation.\";s:46:\"delete_inactivated_user_accounts_include_roles\";s:16:\"Considered roles\";s:51:\"delete_inactivated_user_accounts_include_roles_desc\";s:74:\"Only ILIAS accounts assigned to one of the selected roles will be deleted.\";s:39:\"delete_inactivated_user_accounts_period\";s:30:\"Days passed since inactivation\";s:44:\"delete_inactivated_user_accounts_period_desc\";s:78:\"Accounts will be deleted if this number of days has passed since inactivation.\";s:29:\"delete_inactive_user_accounts\";s:50:\"Delete user accounts with no login for a long time\";s:34:\"delete_inactive_user_accounts_desc\";s:84:\"If enabled, user accounts will be deleted depending on the date of their last login.\";s:43:\"delete_inactive_user_accounts_include_roles\";s:16:\"Considered roles\";s:48:\"delete_inactive_user_accounts_include_roles_desc\";s:74:\"Only ILIAS accounts assigned to one of the selected roles will be deleted.\";s:36:\"delete_inactive_user_accounts_period\";s:28:\"Days passed since last login\";s:41:\"delete_inactive_user_accounts_period_desc\";s:96:\"All user accounts without login within the defined number of days will be deleted automatically.\";s:16:\"delete_parameter\";s:16:\"Delete Parameter\";s:21:\"delete_selected_items\";s:6:\"Delete\";s:7:\"deleted\";s:7:\"Deleted\";s:12:\"deleted_user\";s:25:\"The user has been deleted\";s:13:\"deleted_users\";s:13:\"Deleted users\";s:21:\"deletion_notification\";s:49:\"\"%s\" has canceled the attendance of session \"%s\".\";s:7:\"deliver\";s:7:\"Deliver\";s:18:\"deny_usr_agreement\";s:31:\"Do Not Accept Terms of Service?\";s:22:\"deny_usr_agreement_btn\";s:13:\"Do Not Accept\";s:10:\"department\";s:10:\"Department\";s:4:\"desc\";s:11:\"Description\";s:11:\"description\";s:11:\"Description\";s:16:\"desired_password\";s:12:\"New Password\";s:7:\"details\";s:7:\"Details\";s:17:\"didactic_template\";s:17:\"Didactic Template\";s:7:\"disable\";s:7:\"disable\";s:13:\"disable_check\";s:13:\"Disable check\";s:22:\"disable_ext_lang_maint\";s:28:\"Disable Extended Maintenance\";s:24:\"disable_hide_user_toggle\";s:31:\"Member is allowed to deactivate\";s:8:\"disabled\";s:8:\"Disabled\";s:8:\"disclose\";s:8:\"Disclose\";s:7:\"dislike\";s:7:\"Dislike\";s:6:\"domain\";s:6:\"Domain\";s:4:\"down\";s:4:\"Down\";s:8:\"download\";s:8:\"Download\";s:27:\"download_all_returned_files\";s:24:\"Download all Submissions\";s:13:\"download_link\";s:13:\"Download Link\";s:25:\"download_multiple_objects\";s:25:\"Download Multiple Objects\";s:23:\"download_selected_items\";s:8:\"Download\";s:20:\"downloading_settings\";s:17:\"Download Settings\";s:25:\"dpro_accept_usr_agreement\";s:38:\"Accept Declaration of Data Protection?\";s:31:\"dpro_accept_usr_agreement_intro\";s:207:\"There is a new Declaration of Data Protection. You need to accept it before proceeding with the use of ILIAS. Read the following document carefully and give your consent or dissent at the bottom of the page.\";s:31:\"dpro_force_accept_usr_agreement\";s:51:\"You must accept the Declaration of Data Protection!\";s:29:\"dpro_no_agreement_description\";s:154:\"There is currently no Declaration of Data Protection document available for this installation. Please contact the <a href=\"%1$s\">system administrator</a>.\";s:22:\"dpro_refuse_acceptance\";s:51:\"Refuse to Accept the Declaration of Data Protection\";s:18:\"dpro_usr_agreement\";s:30:\"Declaration of Data Protection\";s:31:\"dpro_usr_agreement_footer_intro\";s:70:\"You have declared your consent to this Declaration of Data Protection.\";s:33:\"dpro_withdraw_consent_description\";s:65:\"Withdraw your consent to our Declaration of Data Protection here.\";s:42:\"dpro_withdraw_consent_description_external\";s:148:\"Please return to your ILIAS installation and log in again to complete the process of withdrawing your consent to the Declaration of Data Protection.\";s:42:\"dpro_withdraw_consent_description_internal\";s:110:\"Please log in again to complete the process of withdrawing your consent to the Declaration of Data Protection.\";s:28:\"dpro_withdraw_consent_header\";s:53:\"Withdraw to Consent of Declaration of Data Protection\";s:26:\"dpro_withdraw_consent_info\";s:60:\"Withdraw your consent to our Declaration of Data Protection.\";s:35:\"dpro_withdraw_consent_info_external\";s:160:\"Please contact the administrator of your authentication system and inform them of your intention to withdraw your consent to the Declaration of Data Protection.\";s:6:\"drafts\";s:6:\"Drafts\";s:14:\"drag_file_here\";s:28:\"Drag-and-drop your file here\";s:15:\"drag_files_here\";s:29:\"Drag-and-drop your files here\";s:27:\"drop_files_on_repo_obj_info\";s:52:\"Drop the files here to upload them into this object.\";s:4:\"edit\";s:4:\"Edit\";s:16:\"edit_assignments\";s:16:\"Edit Assignments\";s:17:\"edit_cat_settings\";s:26:\"Advanced Category Settings\";s:12:\"edit_content\";s:12:\"Edit Content\";s:13:\"edit_grouping\";s:26:\"Edit Membership Limitation\";s:13:\"edit_metadata\";s:13:\"Edit Metadata\";s:15:\"edit_operations\";s:15:\"Edit Operations\";s:9:\"edit_page\";s:9:\"Edit Page\";s:17:\"edit_page_content\";s:17:\"Edit Page Content\";s:14:\"edit_page_meta\";s:18:\"Edit Page Metadata\";s:15:\"edit_properties\";s:15:\"Edit Properties\";s:15:\"edit_stylesheet\";s:10:\"Edit Style\";s:9:\"edited_on\";s:9:\"Edited on\";s:6:\"editor\";s:6:\"Editor\";s:5:\"email\";s:6:\"E-Mail\";s:15:\"email_not_valid\";s:44:\"The e-mail address you entered is not valid!\";s:6:\"enable\";s:6:\"Enable\";s:21:\"enable_anonymous_fora\";s:25:\"Allow post with pseudonym\";s:26:\"enable_anonymous_fora_desc\";s:101:\"If this option is disabled, the feature ‘Post with pseudonym’ is not available in forums anymore.\";s:15:\"enable_calendar\";s:15:\"Enable Calendar\";s:22:\"enable_comments_export\";s:22:\"Enable Comments Export\";s:33:\"enable_course_group_notifications\";s:36:\"Daily mail for group and course news\";s:38:\"enable_course_group_notifications_desc\";s:66:\"If enabled, participants can subscribe to a daily summary of news.\";s:19:\"enable_custom_icons\";s:19:\"Enable custom icons\";s:24:\"enable_custom_icons_info\";s:173:\"This allows you to define custom icons for single container objects and the content page object. The properties section of these objects will provide an image upload dialog.\";s:17:\"enable_dnd_upload\";s:27:\"Enable drag-and-drop upload\";s:22:\"enable_dnd_upload_info\";s:76:\"Files can be uploaded with drag-and-drop from the local computer if enabled.\";s:22:\"enable_download_folder\";s:32:\"Action \'Download Folder\' enabled\";s:27:\"enable_download_folder_info\";s:68:\"Enables a \'Download\' option inside the Actions drop-down of folders.\";s:24:\"enable_export_scorm_desc\";s:53:\"Display of Personal Data in the Protocol Data (SCORM)\";s:22:\"enable_fora_statistics\";s:26:\"Enable Statistics in Forum\";s:27:\"enable_fora_statistics_desc\";s:59:\"If disabled, nobody is able to access the forum statistics.\";s:23:\"enable_hide_user_toggle\";s:35:\"Member is not allowed to deactivate\";s:25:\"enable_hist_user_comments\";s:31:\"Enable user comments in history\";s:30:\"enable_hist_user_comments_desc\";s:73:\"Give authors the opportunity to add comments to the history log of pages.\";s:21:\"enable_multi_download\";s:38:\"\'Download of multiple objects\' enabled\";s:26:\"enable_multi_download_info\";s:69:\"Multiple folders/files can be selected and downloaded as zip archive.\";s:26:\"enable_password_assistance\";s:26:\"Enable Password Assistance\";s:14:\"enable_preview\";s:14:\"Enable Preview\";s:19:\"enable_preview_info\";s:62:\"Enable the display of preview images for supported file types.\";s:28:\"enable_repository_dnd_upload\";s:20:\"Enable in Repository\";s:33:\"enable_repository_dnd_upload_info\";s:140:\"Enables that files can be dragged from the computer directly onto an object in the repository to start uploading the files into this object.\";s:25:\"enable_sahs_protocol_data\";s:22:\"Activate Protocol Data\";s:30:\"enable_sahs_protocol_data_desc\";s:26:\"Show Protocol Data (SCORM)\";s:20:\"enable_search_engine\";s:219:\"Open Public Area for Internet Search Engines (e.g Google).<br />The Apache module ‘mod_rewrite’ is required for this extension. Please take care that you have appropriate permissions to use .htaccess configurations.\";s:12:\"enable_trash\";s:12:\"Enable Trash\";s:17:\"enable_trash_info\";s:164:\"If enabled, deleted Objects are moved into Trash and may be recovered later. When deactivating this option deleted Objects are removed irreversibly from the System!\";s:13:\"enable_webdav\";s:20:\"Enable WebDAV access\";s:18:\"enable_webdav_info\";s:246:\"Allows WebDAV clients to access the repository as a web folder. Users can open web folders using the ‘Open as web folder’ action in the repository, or by entering the following address in a WebDAV client: <a href=\"%1$s\" folder=\"%1$s\">%1$s</a>\";s:7:\"enabled\";s:7:\"Enabled\";s:16:\"enter_in_mb_desc\";s:20:\"Enter a value in MB.\";s:14:\"enter_new_name\";s:19:\"Please enter a name\";s:20:\"entered_notification\";s:33:\"\"%s\" has joined the session \"%s\".\";s:12:\"entry_status\";s:12:\"Entry status\";s:11:\"err_1_param\";s:17:\"Only 1 parameter!\";s:11:\"err_2_param\";s:17:\"Only 2 parameter!\";s:22:\"err_auth_apache_failed\";s:107:\"The authentication has failed. Maybe you have no valid user certificate or your smart card is not inserted.\";s:26:\"err_auth_cas_no_ilias_user\";s:126:\"Login failed. CAS authentication successful, but no corresponding ILIAS user exists. Please contact your system administrator.\";s:27:\"err_auth_ldap_no_ilias_user\";s:127:\"Login failed. LDAP authentication successful, but no corresponding ILIAS user exists. Please contact your system administrator.\";s:22:\"err_auth_mode_inactive\";s:42:\"Your authentication method is deactivated.\";s:27:\"err_auth_soap_no_ilias_user\";s:127:\"Login failed. SOAP authentication successful, but no corresponding ILIAS user exists. Please contact your system administrator.\";s:15:\"err_check_input\";s:57:\"The settings could not be saved. Please check your input.\";s:15:\"err_count_param\";s:29:\"Reason: Wrong parameter count\";s:18:\"err_double_entries\";s:25:\"Reason: Duplicate Entries\";s:11:\"err_in_line\";s:13:\"Error in line\";s:12:\"err_inactive\";s:88:\"This account has not been activated. Please contact the system administrator for access.\";s:27:\"err_inactive_login_attempts\";s:207:\"Your user account has been deactivated due too many failed login attempts. Click \'Contact Technical Support\' at the footer of this page to notify the administrator about the need to re-activate your account.\";s:16:\"err_invalid_port\";s:19:\"Invalid port number\";s:14:\"err_no_cookies\";s:46:\"Please enable session cookies in your browser!\";s:21:\"err_no_langfile_found\";s:23:\"No language file found!\";s:12:\"err_no_param\";s:13:\"No parameter!\";s:16:\"err_over_3_param\";s:23:\"More than 3 parameters!\";s:23:\"err_role_not_assignable\";s:53:\"You cannot assign users to this role at this location\";s:19:\"err_session_expired\";s:24:\"Your session is expired!\";s:41:\"err_valid_login_account_creation_disabled\";s:128:\"Authentication succeeded, but the creation of new user accounts is currently disabled. Please contact your system administrator.\";s:16:\"err_wrong_header\";s:21:\"Reason: Wrong header.\";s:15:\"err_wrong_login\";s:23:\"Wrong Login or Password\";s:18:\"err_wrong_password\";s:14:\"Wrong Password\";s:5:\"error\";s:5:\"Error\";s:26:\"error_empty_file_or_folder\";s:43:\"The file size is 0 bytes or it is a folder.\";s:23:\"error_extraction_failed\";s:158:\"The extraction of the archive and its directories failed. Probably because you don’t have the permission to create folders or categories within this object.\";s:12:\"error_parser\";s:26:\"Error starting the parser.\";s:27:\"error_upload_was_zero_bytes\";s:131:\"The upload failed as this is a folder, the file size is 0 bytes or exceeded the max. upload size or the file was renamed meanwhile.\";s:10:\"etal_talks\";s:5:\"Talks\";s:24:\"event_ass_materials_prop\";s:17:\"Session Materials\";s:18:\"event_assign_files\";s:15:\"File Assignment\";s:3:\"exc\";s:8:\"Exercise\";s:7:\"exc_add\";s:12:\"Add Exercise\";s:9:\"exc_added\";s:14:\"Exercise added\";s:18:\"exc_date_not_valid\";s:21:\"The date is not valid\";s:20:\"exc_deassign_members\";s:21:\"Remove Participant(s)\";s:18:\"exc_download_files\";s:14:\"Download Files\";s:8:\"exc_edit\";s:20:\"New exercise created\";s:17:\"exc_edit_exercise\";s:13:\"Edit exercise\";s:14:\"exc_edit_until\";s:10:\"Edit Until\";s:17:\"exc_exercise_sent\";s:13:\"Exercise Sent\";s:9:\"exc_files\";s:5:\"Files\";s:18:\"exc_files_returned\";s:15:\"Submitted Files\";s:15:\"exc_instruction\";s:17:\"Work Instructions\";s:19:\"exc_last_submission\";s:15:\"Last Submission\";s:21:\"exc_member_of_crs_grp\";s:22:\"Member in Course/Group\";s:28:\"exc_members_already_assigned\";s:51:\"These users are already assigned to the assignment.\";s:20:\"exc_members_assigned\";s:16:\"Members assigned\";s:26:\"exc_members_comments_saved\";s:59:\"The exercise comments for the selected user have been saved\";s:7:\"exc_new\";s:12:\"New Exercise\";s:17:\"exc_next_deadline\";s:13:\"Next Deadline\";s:7:\"exc_obj\";s:8:\"Exercise\";s:16:\"exc_save_changes\";s:4:\"Save\";s:12:\"exc_schedule\";s:8:\"Schedule\";s:19:\"exc_select_one_file\";s:31:\"Please select exactly one file.\";s:8:\"exc_sent\";s:48:\"The exercise has been sent to the selected users\";s:11:\"exc_sent_at\";s:16:\"Sent on <br />%s\";s:10:\"exc_status\";s:6:\"Status\";s:16:\"exc_status_saved\";s:16:\"Exercise updated\";s:14:\"exc_submission\";s:10:\"Submission\";s:19:\"exc_time_over_short\";s:11:\"Time is up.\";s:16:\"exc_time_to_send\";s:22:\"Remaining Working Time\";s:16:\"exc_upload_error\";s:20:\"Error uploading file\";s:4:\"excs\";s:9:\"Exercises\";s:7:\"execute\";s:5:\"Apply\";s:18:\"exercise_time_over\";s:91:\"The time allocated for completing this exercise is over. Files cannot be submitted anymore!\";s:8:\"exp_html\";s:11:\"Export HTML\";s:6:\"expand\";s:6:\"Expand\";s:10:\"expand_all\";s:10:\"Expand All\";s:14:\"expand_content\";s:14:\"Expand Content\";s:8:\"expanded\";s:8:\"Expanded\";s:6:\"export\";s:6:\"Export\";s:13:\"export_format\";s:13:\"Export format\";s:11:\"export_html\";s:19:\"Export as HTML File\";s:16:\"ext_cat_settings\";s:31:\"Edit Advanced Category Settings\";s:8:\"ext_link\";s:4:\"Link\";s:10:\"extracting\";s:13:\"Extracting...\";s:9:\"eyeclosed\";s:47:\"Eye Closed - Click to hide the input\'s contents\";s:9:\"eyeopened\";s:47:\"Eye Open - Click to reveal the input\'s contents\";s:15:\"failure_message\";s:15:\"Failure Message\";s:3:\"fax\";s:3:\"Fax\";s:4:\"feed\";s:8:\"Web Feed\";s:8:\"feedback\";s:8:\"Feedback\";s:10:\"field_name\";s:10:\"Field Name\";s:10:\"field_type\";s:10:\"Field Type\";s:4:\"file\";s:4:\"File\";s:8:\"file_add\";s:11:\"Upload File\";s:21:\"file_add_and_metadata\";s:29:\"Upload File and Edit Metadata\";s:10:\"file_added\";s:14:\"File uploaded.\";s:21:\"file_allowed_suffixes\";s:19:\"Allowed file types:\";s:32:\"file_confirm_delete_all_versions\";s:150:\"You have selected all file versions. Deleting all versions of this file will result in the deletion of the whole file object. Do you wish to continue?\";s:28:\"file_confirm_delete_versions\";s:62:\"Are you sure you want to delete the following file version(s)?\";s:12:\"file_created\";s:20:\"File has been added.\";s:9:\"file_edit\";s:21:\"Edit File Information\";s:9:\"file_info\";s:16:\"File Information\";s:16:\"file_is_infected\";s:32:\"The file is infected by a virus.\";s:23:\"file_no_valid_file_type\";s:30:\"This file type is not allowed.\";s:14:\"file_not_found\";s:14:\"File Not Found\";s:18:\"file_not_found_sec\";s:76:\"This file cannot be found in ILIAS or has been blocked for security reasons.\";s:14:\"file_not_valid\";s:15:\"File not valid!\";s:11:\"file_notice\";s:20:\"Maximum upload size:\";s:12:\"file_objects\";s:12:\"File Objects\";s:13:\"file_rollback\";s:20:\"Publish This Version\";s:18:\"file_rollback_done\";s:128:\"File version %s has been published, assigned a new version number and can be found at the top of the ‘Versions’ table below.\";s:30:\"file_rollback_select_exact_one\";s:103:\"Only one file version can be published at any one time. Please select only one file version to publish.\";s:36:\"file_some_invalid_file_types_removed\";s:54:\"Some file types are not allowed and have been removed.\";s:16:\"file_suffix_repl\";s:30:\"File Upload Suffix Replacement\";s:21:\"file_suffix_repl_info\";s:200:\"Enter file types with suffix (separated by comma) that shall be be renamed with a ‘.sec’ when uploaded into webspace to prevent execution of this file. This is done per default for these suffixes:\";s:31:\"file_system_clean_temp_dir_cron\";s:20:\"Clean Temp Directory\";s:36:\"file_system_clean_temp_dir_cron_info\";s:211:\"This cron job cleans the ILIAS temp-directory of files which are older than 10 days. This prevents the accumulation of unused files which would otherwise lead to the temp directory taking up too much disk space.\";s:12:\"file_updated\";s:22:\"File has been updated.\";s:19:\"file_upload_pending\";s:12:\"Pending file\";s:10:\"file_valid\";s:14:\"File is valid!\";s:12:\"file_version\";s:24:\"Version Provided in File\";s:19:\"file_version_create\";s:15:\"Initial version\";s:33:\"file_version_intermediate_version\";s:20:\"Intermediate Version\";s:24:\"file_version_new_version\";s:11:\"New version\";s:30:\"file_version_published_version\";s:17:\"Published Version\";s:20:\"file_version_replace\";s:21:\"All versions replaced\";s:21:\"file_version_rollback\";s:30:\"Rollback to version %s from %s\";s:21:\"file_versions_deleted\";s:53:\"The selected file versions were successfully deleted.\";s:8:\"filename\";s:9:\"File Name\";s:26:\"filename_extension_missing\";s:27:\"File name extension missing\";s:27:\"filename_hidden_backup_file\";s:18:\"Hidden backup file\";s:25:\"filename_hidden_unix_file\";s:16:\"Hidden Unix file\";s:25:\"filename_interoperability\";s:16:\"Interoperability\";s:27:\"filename_special_characters\";s:64:\"Due to the character / this object is not visible in web folders\";s:25:\"filename_special_filename\";s:58:\"Objects with names . and .. are not visible in web folders\";s:19:\"filename_visibility\";s:10:\"Visibility\";s:32:\"filename_windows_empty_extension\";s:95:\"Due to the character . at the end of the name this object is not visible in Windows web folders\";s:35:\"filename_windows_special_characters\";s:96:\"Due to one of the characters \\ / : * ? \" < > | this object is not visible in Windows web folders\";s:29:\"filename_windows_webdav_issue\";s:72:\"Due to the character # this object is not visible in Windows web folders\";s:5:\"files\";s:5:\"Files\";s:8:\"filesize\";s:9:\"File Size\";s:8:\"filetype\";s:9:\"File Type\";s:28:\"fill_out_all_required_fields\";s:35:\"Please fill out all required fields\";s:6:\"filter\";s:6:\"Filter\";s:24:\"filter_users_with_access\";s:22:\"Only users with access\";s:28:\"filter_users_with_disk_usage\";s:31:\"Only users with disk space used\";s:27:\"filter_users_without_access\";s:25:\"Only users without access\";s:31:\"filter_users_without_disk_usage\";s:34:\"Only users with no disk space used\";s:5:\"first\";s:5:\"First\";s:9:\"firstname\";s:10:\"First Name\";s:8:\"flatview\";s:12:\"Hide Sidebar\";s:4:\"fold\";s:6:\"Folder\";s:8:\"fold_add\";s:10:\"Add Folder\";s:10:\"fold_added\";s:12:\"Folder added\";s:22:\"fold_copy_threads_info\";s:71:\"Please decide which materials should be copied, linked or even omitted.\";s:9:\"fold_edit\";s:11:\"Edit Folder\";s:8:\"fold_new\";s:10:\"New Folder\";s:16:\"fold_wizard_page\";s:22:\"Copy Folder (Step 2/2)\";s:6:\"folder\";s:6:\"Folder\";s:7:\"folders\";s:7:\"Folders\";s:25:\"follow_link_to_read_mails\";s:45:\"click the following link to read these mails:\";s:15:\"forgot_password\";s:21:\"Forgot your password?\";s:15:\"forgot_username\";s:21:\"Forgot your username?\";s:20:\"form_input_not_valid\";s:84:\"Some of the information entered is incomplete or invalid. Please correct your entry.\";s:5:\"forum\";s:5:\"Forum\";s:25:\"forum_direct_notification\";s:12:\"Notification\";s:15:\"forum_notify_me\";s:159:\"Notify me when a direct answer has been given to this post. Notification about any post in this thread or forum can be enabled in the upper right Actions menu.\";s:18:\"forum_post_replied\";s:34:\"Your forum entry has been replied.\";s:6:\"forums\";s:6:\"Forums\";s:17:\"forums_anonymized\";s:16:\"Forum anonymized\";s:16:\"forums_anonymous\";s:6:\"anonym\";s:15:\"forums_articles\";s:5:\"Posts\";s:13:\"forums_closed\";s:6:\"closed\";s:33:\"forums_disable_forum_notification\";s:35:\"Disable Notification for this Forum\";s:32:\"forums_enable_forum_notification\";s:34:\"Enable Notification for this Forum\";s:33:\"forums_forum_notification_enabled\";s:54:\"You will be notified about new messages in this forum.\";s:16:\"forums_last_post\";s:11:\"Latest Post\";s:23:\"forums_last_posting_asc\";s:19:\"Last Post Ascending\";s:23:\"forums_last_posting_dsc\";s:20:\"Last Post Descending\";s:28:\"forums_notification_settings\";s:28:\"Forums Notification Settings\";s:17:\"forums_rating_asc\";s:16:\"Rating Ascending\";s:17:\"forums_rating_dsc\";s:17:\"Rating Descending\";s:25:\"forums_thread_sorting_asc\";s:18:\"Thread Title A→Z\";s:25:\"forums_thread_sorting_dsc\";s:18:\"Thread Title Z→A\";s:14:\"forums_threads\";s:7:\"Threads\";s:16:\"forums_use_alias\";s:118:\"You may use a pseudonym for your post. If you leave this field blank, your post will be marked as written by ‘%s’.\";s:16:\"forums_your_name\";s:9:\"Your Name\";s:3:\"frm\";s:5:\"Forum\";s:7:\"frm_add\";s:9:\"Add Forum\";s:9:\"frm_added\";s:11:\"Forum added\";s:8:\"frm_edit\";s:10:\"Edit Forum\";s:10:\"frm_import\";s:12:\"Import Forum\";s:19:\"frm_latest_postings\";s:12:\"Latest Posts\";s:7:\"frm_new\";s:9:\"New Forum\";s:14:\"frm_no_threads\";s:45:\"There are no threads available at the moment.\";s:22:\"frm_statistics_ranking\";s:22:\"Number of Public Posts\";s:4:\"from\";s:4:\"From\";s:8:\"fullname\";s:9:\"Full name\";s:9:\"functions\";s:9:\"Functions\";s:20:\"further_informations\";s:19:\"Further Information\";s:7:\"gdf_add\";s:14:\"Add Definition\";s:7:\"gdf_new\";s:14:\"New Definition\";s:6:\"gender\";s:10:\"Salutation\";s:8:\"gender_f\";s:3:\"Ms.\";s:8:\"gender_m\";s:3:\"Mr.\";s:8:\"gender_n\";s:10:\"Not stated\";s:7:\"general\";s:7:\"General\";s:16:\"general_settings\";s:16:\"General Settings\";s:8:\"generate\";s:8:\"Generate\";s:26:\"ghostscript_not_configured\";s:134:\"Ghostscript is not configured. Please open the <a href=\"setup/setup.php?cmd=mastersettings\" target=\"_blank\">Setup</a> to configure it.\";s:3:\"glo\";s:8:\"Glossary\";s:7:\"glo_add\";s:12:\"Add Glossary\";s:9:\"glo_added\";s:14:\"Glossary added\";s:10:\"glo_import\";s:15:\"Import Glossary\";s:8:\"glo_mode\";s:4:\"Mode\";s:13:\"glo_mode_desc\";s:321:\"A virtual glossary works like a normal glossary. Additionally it contains the terms from all glossaries that are located on the same level in the repository like the virtual glossary (level) respectively from all glossaries that are located downwards in the repository from the position of the virtual glossary (subtree).\";s:15:\"glo_mode_normal\";s:17:\"Standard Glossary\";s:7:\"glo_new\";s:12:\"New Glossary\";s:6:\"global\";s:6:\"Global\";s:14:\"global_default\";s:14:\"Global Default\";s:12:\"global_fixed\";s:12:\"Global Fixed\";s:22:\"global_role_assignment\";s:22:\"Global Role Assignment\";s:15:\"global_settings\";s:15:\"Global settings\";s:11:\"global_user\";s:12:\"Global users\";s:10:\"glossaries\";s:10:\"Glossaries\";s:8:\"glossary\";s:8:\"Glossary\";s:2:\"go\";s:2:\"Go\";s:5:\"grade\";s:5:\"Grade\";s:5:\"group\";s:5:\"Group\";s:13:\"group_members\";s:13:\"Group Members\";s:10:\"group_name\";s:10:\"Group Name\";s:23:\"group_new_registrations\";s:13:\"Join Requests\";s:31:\"group_password_registration_msg\";s:126:\"If you know the group password, you can join this group. Please contact a group administrator, if you don\'t know the password.\";s:18:\"group_registration\";s:12:\"Registration\";s:23:\"group_registration_mode\";s:22:\"Registration Procedure\";s:23:\"group_registration_time\";s:19:\"Registration Period\";s:16:\"group_req_direct\";s:13:\"Join directly\";s:26:\"group_req_registration_msg\";s:215:\"You have to request for membership to access this group. Please describe your interest for becoming member in the message form. You will be notified as soon as an administrator has accepted or declined your request.\";s:12:\"group_status\";s:8:\"Group is\";s:9:\"groupings\";s:22:\"Membership Limitations\";s:26:\"groupings_assigned_obj_crs\";s:16:\"Assigned Courses\";s:26:\"groupings_assigned_obj_grp\";s:15:\"Assigned Groups\";s:6:\"groups\";s:6:\"Groups\";s:3:\"grp\";s:5:\"Group\";s:7:\"grp_add\";s:9:\"Add Group\";s:9:\"grp_added\";s:11:\"Group added\";s:19:\"grp_btn_unsubscribe\";s:22:\"Unsubscribe from Group\";s:23:\"grp_cancel_waiting_list\";s:74:\"Do you really want to remove yourself from the waiting list of group \"%s\"?\";s:21:\"grp_copy_threads_info\";s:71:\"Please decide which materials should be copied, linked or even omitted.\";s:24:\"grp_deleted_export_files\";s:23:\"Deleted selected files.\";s:18:\"grp_dismiss_member\";s:76:\"Are you sure you want to unsubscribe the following member(s) from the group?\";s:18:\"grp_dismiss_myself\";s:53:\"Are you sure you want to unsubscribe from this group?\";s:8:\"grp_edit\";s:10:\"Edit Group\";s:30:\"grp_err_administrator_required\";s:79:\"Member could not be removed, at least one administrator per group is required !\";s:23:\"grp_header_edit_members\";s:12:\"Edit members\";s:16:\"grp_list_members\";s:12:\"List members\";s:12:\"grp_list_reg\";s:12:\"Registration\";s:16:\"grp_list_reg_end\";s:16:\"Registration End\";s:23:\"grp_list_reg_limit_full\";s:14:\"No places left\";s:25:\"grp_list_reg_limit_places\";s:11:\"Free places\";s:18:\"grp_list_reg_noreg\";s:24:\"No Registration Possible\";s:19:\"grp_list_reg_period\";s:19:\"Registration Period\";s:18:\"grp_list_reg_start\";s:18:\"Registration Begin\";s:14:\"grp_list_users\";s:10:\"List users\";s:21:\"grp_mem_change_status\";s:25:\"Change Participant Status\";s:17:\"grp_mem_send_mail\";s:18:\"Send member a mail\";s:19:\"grp_members_gallery\";s:21:\"Group Members Gallery\";s:27:\"grp_msg_applicants_assigned\";s:40:\"Applicant(s) assigned as group member(s)\";s:23:\"grp_msg_member_assigned\";s:35:\"User(s) assigned as group member(s)\";s:27:\"grp_msg_membership_annulled\";s:21:\"Cancelled membership.\";s:7:\"grp_new\";s:9:\"New Group\";s:16:\"grp_registration\";s:10:\"Join Group\";s:26:\"grp_registration_completed\";s:25:\"You have joined the group\";s:29:\"grp_removed_from_waiting_list\";s:59:\"You have been detached from the waiting list of group \"%s\".\";s:19:\"grp_select_one_file\";s:23:\"Please select one file.\";s:15:\"grp_wizard_page\";s:21:\"Copy Group (Step 2/2)\";s:4:\"grpr\";s:10:\"Group Link\";s:8:\"grpr_add\";s:14:\"Add Group Link\";s:9:\"grpr_edit\";s:15:\"Edit Group Link\";s:14:\"grpr_edit_info\";s:54:\"Please choose one group for creating a new group link.\";s:8:\"grpr_new\";s:17:\"Create Group Link\";s:13:\"grpr_settings\";s:19:\"Group Link Settings\";s:13:\"header_action\";s:43:\"Insert Heading - Click to insert a heading.\";s:17:\"header_searchable\";s:10:\"Searchable\";s:12:\"header_title\";s:12:\"Header Title\";s:27:\"header_visible_registration\";s:23:\"Visible in Registration\";s:10:\"header_zip\";s:36:\"Upload Zip-Archive of Multiple Files\";s:6:\"height\";s:6:\"Height\";s:4:\"help\";s:4:\"Help\";s:4:\"hide\";s:4:\"Hide\";s:16:\"hide_all_details\";s:16:\"Hide all details\";s:12:\"hide_details\";s:12:\"Hide Details\";s:11:\"hide_filter\";s:11:\"Hide Filter\";s:22:\"hide_own_online_status\";s:21:\"Hide My Online Status\";s:21:\"hide_visible_sections\";s:29:\"Hide More Information &raquo;\";s:4:\"hint\";s:4:\"Hint\";s:17:\"hist_lm_delete_pg\";s:32:\"Page \"%1\" [%2] has been deleted.\";s:17:\"hist_lm_delete_st\";s:35:\"Chapter \"%1\" [%2] has been deleted.\";s:17:\"hist_lm_pg_create\";s:13:\"Page created.\";s:17:\"hist_lm_pg_update\";s:13:\"Page changed.\";s:17:\"hist_lm_st_create\";s:16:\"Chapter created.\";s:13:\"hist_webr_add\";s:34:\"Added new Weblink with title: \"%1\"\";s:16:\"hist_webr_delete\";s:32:\"Deleted Weblink with title: \"%1\"\";s:16:\"hist_webr_update\";s:33:\"Modified Weblink with title: \"%1\"\";s:7:\"history\";s:7:\"History\";s:13:\"hits_per_page\";s:9:\"Hits/Page\";s:5:\"hobby\";s:17:\"Interests/Hobbies\";s:4:\"home\";s:11:\"Public Area\";s:4:\"host\";s:4:\"Host\";s:4:\"hour\";s:4:\"Hour\";s:5:\"hours\";s:5:\"Hours\";s:4:\"htlm\";s:20:\"Learning Module HTML\";s:8:\"htlm_add\";s:24:\"Add HTML Learning Module\";s:8:\"htlm_new\";s:24:\"New HTML Learning Module\";s:4:\"http\";s:4:\"HTTP\";s:17:\"http_not_possible\";s:44:\"This server is not supporting http requests.\";s:9:\"http_path\";s:9:\"HTTP Path\";s:18:\"https_not_possible\";s:48:\"This server is not supporting HTTPS connections.\";s:8:\"i2passwd\";s:16:\"ILIAS 2 password\";s:11:\"iass_import\";s:28:\"Import Individual Assessment\";s:8:\"iass_new\";s:28:\"Create Individual Assessment\";s:4:\"icon\";s:4:\"Icon\";s:13:\"icon_settings\";s:12:\"Custom Icons\";s:2:\"id\";s:2:\"ID\";s:10:\"identifier\";s:10:\"identifier\";s:25:\"if_no_title_then_filename\";s:38:\"Leave blank to use file name as title.\";s:18:\"ignore_on_conflict\";s:46:\"Insert/Update action will be followed strictly\";s:22:\"ignore_required_fields\";s:22:\"Ignore required fields\";s:27:\"ignore_required_fields_info\";s:174:\"If activated, you can submit this form without filling out all mandatory fields. The new user has to add the missing information on the personal profile after the next login.\";s:20:\"il_astpl_loc_initial\";s:12:\"Initial Test\";s:22:\"il_astpl_loc_qualified\";s:15:\"Qualifying Test\";s:19:\"il_blog_contributor\";s:11:\"Blog Author\";s:14:\"il_blog_editor\";s:11:\"Blog Editor\";s:17:\"il_chat_moderator\";s:14:\"Chat Moderator\";s:12:\"il_crs_admin\";s:20:\"Course Administrator\";s:13:\"il_crs_member\";s:13:\"Course Member\";s:17:\"il_crs_non_member\";s:17:\"Course non-member\";s:12:\"il_crs_tutor\";s:12:\"Course Tutor\";s:16:\"il_frm_moderator\";s:15:\"Forum moderator\";s:12:\"il_grp_admin\";s:19:\"Group Administrator\";s:13:\"il_grp_member\";s:12:\"Group Member\";s:20:\"il_grp_status_closed\";s:12:\"Group closed\";s:18:\"il_grp_status_open\";s:10:\"Group open\";s:14:\"il_iass_member\";s:30:\"Individual Assessment Examinee\";s:12:\"il_lso_admin\";s:23:\"Learning Sequence Admin\";s:13:\"il_lso_member\";s:24:\"Learning Sequence Member\";s:17:\"il_lti_instructor\";s:14:\"LTI Instructor\";s:14:\"il_lti_learner\";s:11:\"LTI Learner\";s:16:\"il_orgu_employee\";s:8:\"Employee\";s:16:\"il_orgu_superior\";s:8:\"Superior\";s:13:\"ilias_version\";s:13:\"ILIAS version\";s:5:\"image\";s:5:\"Image\";s:6:\"import\";s:6:\"Import\";s:19:\"import_cat_localrol\";s:40:\"Create local role for every new category\";s:16:\"import_cat_table\";s:61:\"The following table is only meaningful if the checkbox is set\";s:17:\"import_categories\";s:17:\"Import Categories\";s:18:\"import_failure_log\";s:18:\"Import failure log\";s:11:\"import_file\";s:11:\"Import File\";s:21:\"import_file_not_valid\";s:29:\"The import file is not valid.\";s:15:\"import_finished\";s:28:\"Number of imported messages.\";s:9:\"import_lm\";s:28:\"Import ILIAS Learning module\";s:10:\"import_qpl\";s:25:\"Import Question Pool Test\";s:25:\"import_questions_into_qpl\";s:37:\"Import question(s) into question pool\";s:11:\"import_sahs\";s:20:\"Import SCORM Package\";s:16:\"import_sahs_info\";s:645:\"To correct typos or images, use the option to replace individual files via the file directory. Upload a SCORM export from your authoring tool here and not an ILIAS export file. Make sure that your authoring tool has retained the IDs in the manifest file. Attention: Even popular authoring tools cannot do this. SCORM learning modules of certain authoring tools discard learner data obtained if you change the number of answer options of questions or insert new questions. Check in a test installation whether learning statuses that have already been achieved are possible when learning modules that have already been started are called up again.\";s:15:\"import_sahs_new\";s:35:\"Import New Version of SCORM Package\";s:10:\"import_svy\";s:13:\"Import Survey\";s:10:\"import_tst\";s:11:\"Import Test\";s:12:\"import_users\";s:12:\"Import Users\";s:18:\"import_warning_log\";s:18:\"Import warning log\";s:9:\"important\";s:9:\"Important\";s:8:\"imported\";s:8:\"imported\";s:7:\"imprint\";s:12:\"Legal Notice\";s:2:\"in\";s:2:\"in\";s:6:\"in_use\";s:13:\"User Language\";s:9:\"in_use_by\";s:9:\"In use by\";s:8:\"inactive\";s:8:\"Inactive\";s:5:\"inbox\";s:5:\"Inbox\";s:13:\"include_local\";s:51:\"include custom language file when updating language\";s:4:\"info\";s:11:\"Information\";s:27:\"info_access_and_status_info\";s:30:\"Access- and status information\";s:23:\"info_access_permissions\";s:18:\"Access Permissions\";s:18:\"info_activate_sure\";s:78:\"Are you sure that you want to approve the following user(s) as active user(s)?\";s:16:\"info_assign_sure\";s:54:\"Are you sure you want to assign the following user(s)?\";s:13:\"info_assigned\";s:8:\"assigned\";s:20:\"info_available_roles\";s:15:\"Available Roles\";s:21:\"info_change_user_view\";s:11:\"Change User\";s:20:\"info_deactivate_sure\";s:63:\"Are you sure that you want to deactivate the following user(s)?\";s:16:\"info_delete_sure\";s:51:\"Are you sure that you want to delete the following?\";s:28:\"info_delete_warning_no_trash\";s:143:\"(WARNING: The selected object(s) will be irretrievably deleted from the system. The recovery of any such deleted objects will not be possible).\";s:12:\"info_deleted\";s:18:\"Object(s) deleted.\";s:23:\"info_err_user_not_exist\";s:52:\"User with that login name or user_id does not exists\";s:14:\"info_from_role\";s:27:\"Granted by Role / Ownership\";s:14:\"info_is_member\";s:14:\"User is member\";s:18:\"info_is_not_member\";s:20:\"User is not a member\";s:12:\"info_message\";s:19:\"Information Message\";s:17:\"info_not_assigned\";s:12:\"not assigned\";s:20:\"info_owner_of_object\";s:15:\"Owner of object\";s:22:\"info_permission_origin\";s:17:\"Original Position\";s:22:\"info_permission_source\";s:15:\"Effective From*\";s:23:\"info_remark_interrupted\";s:116:\"Role is interrupted at this position. The role\'s default permission settings in effect are located in that position.\";s:16:\"info_remove_sure\";s:59:\"Are you sure that you want to remove the following item(s)?\";s:10:\"info_short\";s:4:\"Info\";s:16:\"info_status_info\";s:19:\"Permissions of User\";s:17:\"info_view_of_user\";s:9:\"User Menu\";s:16:\"inform_user_mail\";s:38:\"Send mail to inform user about changes\";s:22:\"inline_file_extensions\";s:17:\"Web-Enabled Files\";s:27:\"inline_file_extensions_info\";s:158:\"Files with these extensions are displayed in the browser window.<br/>For example: <b>gif jpg mp3 pdf png</b><br/> All other files are offered for downloading.\";s:6:\"insert\";s:6:\"Insert\";s:18:\"insert_object_here\";s:26:\"Insert at Current Position\";s:7:\"inst_id\";s:15:\"Installation ID\";s:9:\"inst_info\";s:17:\"Installation Info\";s:9:\"inst_name\";s:17:\"Installation Name\";s:7:\"install\";s:7:\"Install\";s:13:\"install_local\";s:24:\"Install With Custom File\";s:19:\"installation_status\";s:19:\"Installation Status\";s:9:\"installed\";s:9:\"Installed\";s:15:\"installed_local\";s:26:\"Installed With Custom file\";s:18:\"instant_messengers\";s:18:\"Instant Messengers\";s:11:\"institution\";s:11:\"Institution\";s:25:\"internal_local_roles_only\";s:42:\"Local roles (only automatically generated)\";s:41:\"invalid_visible_required_options_selected\";s:73:\"All fields set to required has to be set to visible in registration, too.\";s:15:\"invisible_block\";s:15:\"Invisible Block\";s:20:\"invisible_block_mess\";s:50:\"You do not have the permission to view this block.\";s:10:\"ip_address\";s:10:\"IP Address\";s:15:\"is_already_your\";s:15:\"is already your\";s:13:\"italic_action\";s:44:\"Insert Italic - Click to insert italic text.\";s:4:\"item\";s:4:\"Item\";s:8:\"itgr_add\";s:14:\"Add Item Group\";s:8:\"itgr_new\";s:14:\"New Item Group\";s:11:\"java_server\";s:11:\"Java-Server\";s:16:\"java_server_host\";s:4:\"Host\";s:16:\"java_server_info\";s:83:\"If activated, it is possible to search in PDF, HTML files and HTML-Learning modules\";s:16:\"java_server_port\";s:4:\"Port\";s:18:\"java_server_readme\";s:17:\"Setup information\";s:4:\"join\";s:4:\"Join\";s:12:\"join_session\";s:6:\"Attend\";s:2:\"kb\";s:5:\"KByte\";s:8:\"keywords\";s:8:\"Keywords\";s:20:\"label_search_options\";s:11:\"Search Area\";s:15:\"lang_dateformat\";s:5:\"Y-m-d\";s:9:\"lang_path\";s:13:\"Language Path\";s:20:\"lang_refresh_confirm\";s:44:\"Do you really want to refresh all languages?\";s:25:\"lang_refresh_confirm_info\";s:274:\"ILIAS found changed language variables. Refreshing a language will read the standard language file and probably a custom language file to the database. A standard file will not affect your changes. A custom file will overwrite your changes that are older than the file date.\";s:29:\"lang_refresh_confirm_selected\";s:53:\"Do you really want to refresh the selected languages?\";s:16:\"lang_sep_decimal\";s:1:\".\";s:17:\"lang_sep_thousand\";s:1:\",\";s:15:\"lang_size_bytes\";s:5:\"bytes\";s:12:\"lang_size_gb\";s:2:\"GB\";s:12:\"lang_size_kb\";s:2:\"KB\";s:12:\"lang_size_mb\";s:2:\"MB\";s:15:\"lang_timeformat\";s:5:\"H:i:s\";s:22:\"lang_timeformat_no_sec\";s:3:\"H:i\";s:22:\"lang_uninstall_changes\";s:23:\"Uninstall Local Changes\";s:30:\"lang_uninstall_changes_confirm\";s:131:\"Do you really want to clear all local changes of the selected languages and reset them to the default of the current ILIAS version?\";s:22:\"lang_uninstall_confirm\";s:197:\"Do you really want to uninstall the selected languages? This also means that all local changes to the respective languages are irretrievably lost if they have not been saved or exported beforehand.\";s:14:\"langfile_found\";s:19:\"Language file found\";s:8:\"language\";s:8:\"Language\";s:22:\"language_not_installed\";s:52:\"is not installed. Please install that language first\";s:9:\"languages\";s:9:\"Languages\";s:27:\"languages_already_installed\";s:42:\"Selected language(s) are already installed\";s:29:\"languages_already_uninstalled\";s:44:\"Selected language(s) are already uninstalled\";s:17:\"languages_updated\";s:41:\"All installed languages have been updated\";s:11:\"last_access\";s:11:\"Last Access\";s:11:\"last_change\";s:11:\"Last Change\";s:14:\"last_edited_on\";s:14:\"Last edited on\";s:10:\"last_login\";s:10:\"Last Login\";s:12:\"last_refresh\";s:12:\"Last Refresh\";s:13:\"last_reminder\";s:13:\"Last reminder\";s:11:\"last_update\";s:7:\"Updated\";s:12:\"last_visited\";s:12:\"Last Visited\";s:8:\"lastname\";s:9:\"Last Name\";s:5:\"laugh\";s:5:\"Laugh\";s:6:\"launch\";s:6:\"Launch\";s:4:\"ldap\";s:4:\"LDAP\";s:11:\"ldap_basedn\";s:11:\"LDAP BaseDN\";s:14:\"ldap_configure\";s:29:\"Configure LDAP Authentication\";s:9:\"ldap_port\";s:9:\"LDAP Port\";s:9:\"ldap_read\";s:28:\"Read access to LDAP settings\";s:11:\"ldap_server\";s:15:\"LDAP Server URL\";s:8:\"ldap_tls\";s:12:\"Use LDAP TLS\";s:12:\"ldap_version\";s:22:\"LDAP protokoll version\";s:15:\"learning module\";s:15:\"Learning Module\";s:17:\"learning_progress\";s:17:\"Learning Progress\";s:18:\"leave_waiting_list\";s:18:\"Leave Waiting List\";s:6:\"legend\";s:6:\"Legend\";s:5:\"level\";s:5:\"Level\";s:4:\"like\";s:4:\"Like\";s:4:\"link\";s:4:\"Link\";s:11:\"link_action\";s:37:\"Insert Link - Click to insert a link.\";s:8:\"link_all\";s:8:\"Link all\";s:10:\"link_check\";s:13:\"Weblink Check\";s:20:\"link_check_message_b\";s:61:\"If enabled, you will be informed about invalid links by mail.\";s:27:\"link_check_message_disabled\";s:36:\"The sending of mails is deactivated.\";s:26:\"link_check_message_enabled\";s:34:\"The sending of mails is activated.\";s:18:\"link_check_subject\";s:21:\"[ILIAS] Weblink check\";s:22:\"link_checker_refreshed\";s:14:\"Refreshed view\";s:19:\"link_selected_items\";s:4:\"Link\";s:15:\"links_add_param\";s:14:\"Add Parameter:\";s:19:\"links_dyn_parameter\";s:18:\"Dynamic Parameters\";s:13:\"links_dynamic\";s:26:\"Dynamic Weblink Parameters\";s:18:\"links_dynamic_info\";s:114:\"If enabled, it is possible to append dynamic parameters to Weblinks.<br /> E.g. the ILIAS user ID or the username.\";s:21:\"links_existing_params\";s:20:\"Existing Parameters:\";s:10:\"links_name\";s:14:\"Parameter Name\";s:19:\"links_no_name_given\";s:31:\"Please choose a parameter name.\";s:20:\"links_no_value_given\";s:32:\"Please choose a parameter value.\";s:23:\"links_parameter_deleted\";s:18:\"Parameter deleted.\";s:16:\"links_select_one\";s:14:\"- Select one -\";s:16:\"links_session_id\";s:16:\"ILIAS session id\";s:13:\"links_user_id\";s:13:\"ILIAS user id\";s:15:\"links_user_name\";s:14:\"ILIAS username\";s:11:\"links_value\";s:15:\"Parameter Value\";s:4:\"list\";s:4:\"List\";s:17:\"list_of_questions\";s:17:\"List of Questions\";s:37:\"listaction_learning_progress_settings\";s:26:\"Learning Progress Settings\";s:2:\"lm\";s:21:\"Learning Module ILIAS\";s:6:\"lm_add\";s:25:\"Add ILIAS Learning Module\";s:8:\"lm_added\";s:27:\"ILIAS Learning Module added\";s:6:\"lm_new\";s:25:\"New ILIAS Learning Module\";s:13:\"lm_type_scorm\";s:9:\"SCORM 1.2\";s:17:\"lm_type_scorm2004\";s:26:\"SCORM 2004 3rd/4th Edition\";s:22:\"lm_type_scorm2004_info\";s:122:\"These are newer versions of SCORM with significantly enhanced functionality. The learning module is launched in an iFrame.\";s:18:\"lm_type_scorm_info\";s:90:\"This is the most widely used version of SCORM. The learning module is launched in a frame.\";s:3:\"lng\";s:8:\"Language\";s:4:\"lngf\";s:9:\"Languages\";s:2:\"lo\";s:15:\"Learning Object\";s:24:\"loaded_preview_renderers\";s:24:\"Loaded Preview Renderers\";s:5:\"local\";s:5:\"Local\";s:19:\"local_language_file\";s:20:\"custom language file\";s:20:\"local_language_files\";s:21:\"custom language files\";s:33:\"local_languages_already_installed\";s:54:\"Selected custom language file(s) are already installed\";s:21:\"local_role_assignment\";s:21:\"Local Role Assignment\";s:8:\"location\";s:8:\"Location\";s:7:\"locator\";s:9:\"Location:\";s:6:\"log_in\";s:5:\"Login\";s:7:\"log_out\";s:6:\"Logout\";s:8:\"logic_or\";s:2:\"or\";s:5:\"login\";s:5:\"Login\";s:8:\"login_as\";s:12:\"Logged in as\";s:10:\"login_data\";s:10:\"Login data\";s:12:\"login_exists\";s:72:\"There is already a user with this login name! Please choose another one.\";s:17:\"login_information\";s:17:\"Login Information\";s:22:\"login_information_desc\";s:61:\"Please enter a login information for the respective language.\";s:32:\"login_information_settings_saved\";s:45:\"The login information were saved successfully\";s:13:\"login_invalid\";s:117:\"The chosen login is invalid! Only the following characters are allowed (minimum 3 characters): A-Z a-z 0-9 _.-+*@!$%~\";s:14:\"login_to_ilias\";s:14:\"Login to ILIAS\";s:22:\"login_to_ilias_via_cas\";s:49:\"Login to ILIAS via Central Authentication Service\";s:23:\"login_to_ilias_via_saml\";s:38:\"Login to ILIAS via SAML Authentication\";s:29:\"login_to_ilias_via_shibboleth\";s:18:\"Login to ILIAS via\";s:24:\"loginname_already_exists\";s:31:\"This login name already exists.\";s:18:\"loginname_settings\";s:19:\"Login Name Settings\";s:6:\"logout\";s:6:\"Logout\";s:11:\"logout_text\";s:56:\"You logged off from ILIAS. Your session has been closed.\";s:4:\"logs\";s:8:\"Log Data\";s:4:\"love\";s:4:\"Love\";s:4:\"lres\";s:18:\"Learning Resources\";s:7:\"lso_add\";s:21:\"Add Learning Sequence\";s:21:\"lso_admin_form_byline\";s:39:\"General Settings for Learning Sequences\";s:20:\"lso_admin_form_title\";s:8:\"Settings\";s:25:\"lso_admin_interval_byline\";s:181:\"Poll Learning Progress every x seconds. Be careful! A low value will increase server-requests and have an impact on overall system performance. Please choose highest value possible!\";s:24:\"lso_admin_interval_label\";s:44:\"Learning Progress Polling Interval (seconds)\";s:8:\"lso_copy\";s:22:\"Copy Learning Sequence\";s:21:\"lso_copy_threads_info\";s:90:\"Please decide which elements of the Learning Sequence should be copied, linked or omitted.\";s:8:\"lso_edit\";s:22:\"Edit Learning Sequence\";s:10:\"lso_import\";s:24:\"Import Learning Sequence\";s:7:\"lso_new\";s:21:\"New Learning Sequence\";s:15:\"lso_wizard_page\";s:33:\"Copy Learning Sequence (Step 2/2)\";s:11:\"lti_outcome\";s:36:\"LTI Lernfortschritt Benachrichtigung\";s:16:\"lti_outcome_info\";s:72:\"Sendet den Lernfortschrittstatus von LTI-Benutzern an LTI Tool Consumer.\";s:4:\"mail\";s:4:\"Mail\";s:16:\"mail_addressbook\";s:8:\"Contacts\";s:30:\"mail_at_the_ilias_installation\";s:57:\"You received %1$s new mail at the ILIAS-Installation %2$s\";s:15:\"mail_attachment\";s:15:\"Mail attachment\";s:12:\"mail_b_inbox\";s:5:\"Inbox\";s:12:\"mail_c_trash\";s:5:\"Trash\";s:13:\"mail_d_drafts\";s:6:\"Drafts\";s:17:\"mail_delete_error\";s:20:\"Error while deleting\";s:11:\"mail_e_sent\";s:4:\"Sent\";s:20:\"mail_edit_permission\";s:58:\"User can change permission settings in Mail administration\";s:12:\"mail_folders\";s:12:\"Mail Folders\";s:16:\"mail_import_file\";s:11:\"Export file\";s:13:\"mail_mails_of\";s:4:\"Mail\";s:19:\"mail_maxsize_attach\";s:20:\"Max. attachment size\";s:11:\"mail_member\";s:14:\"Mail to Member\";s:12:\"mail_members\";s:15:\"Mail to Members\";s:13:\"mail_not_sent\";s:14:\"Mail not sent!\";s:14:\"mail_search_no\";s:17:\"No entries found.\";s:15:\"mail_select_one\";s:24:\"You must select one mail\";s:15:\"mail_send_error\";s:18:\"Error sending mail\";s:9:\"mail_sent\";s:10:\"Mail sent!\";s:13:\"mail_settings\";s:13:\"Mail Settings\";s:32:\"mail_to_global_roles_not_allowed\";s:54:\"%1$s (it is not allowed to send mails to global roles)\";s:12:\"mail_z_local\";s:12:\"User Folders\";s:5:\"mails\";s:5:\"Mails\";s:31:\"mails_at_the_ilias_installation\";s:58:\"You received %1$s new mails at the ILIAS-Installation %2$s\";s:8:\"mails_pl\";s:7:\"Mail(s)\";s:9:\"main_menu\";s:9:\"Main Menu\";s:18:\"mainbar_aria_label\";s:7:\"Mainbar\";s:18:\"mainbar_more_label\";s:4:\"More\";s:14:\"manage_members\";s:14:\"Manage Members\";s:14:\"marked_entries\";s:14:\"Marked Entries\";s:13:\"matriculation\";s:20:\"Matriculation number\";s:23:\"max_previews_per_object\";s:33:\"Number of preview images per file\";s:28:\"max_previews_per_object_info\";s:71:\"Defines the maximum number of preview images that are created per file.\";s:4:\"mcst\";s:9:\"Mediacast\";s:8:\"mcst_add\";s:13:\"Add Mediacast\";s:8:\"mcst_new\";s:13:\"New Mediacast\";s:13:\"mem_add_to_wl\";s:17:\"Join Waiting List\";s:19:\"mem_alert_no_places\";s:35:\"There are no free places available.\";s:20:\"mem_cron_min_members\";s:35:\"Course/Group: Minimum Members Check\";s:25:\"mem_cron_min_members_info\";s:69:\"The administrators will be notified if the minimum number is not met.\";s:7:\"mem_end\";s:17:\"Registration End:\";s:15:\"mem_free_places\";s:11:\"Free Places\";s:13:\"mem_max_users\";s:17:\"Maximum of Users:\";s:13:\"mem_min_users\";s:16:\"Minimum of Users\";s:16:\"mem_participants\";s:12:\"Participants\";s:15:\"mem_reg_expired\";s:33:\"The registration time is expired.\";s:19:\"mem_reg_not_started\";s:32:\"The registration has not started\";s:14:\"mem_reg_period\";s:19:\"Registration Period\";s:12:\"mem_reg_type\";s:17:\"Registration Type\";s:9:\"mem_start\";s:19:\"Registration Start:\";s:13:\"mem_unlimited\";s:9:\"Unlimited\";s:17:\"mem_view_activate\";s:16:\"Show Member View\";s:14:\"mem_view_close\";s:17:\"Close Member View\";s:13:\"mem_view_long\";s:11:\"Member View\";s:16:\"mem_waiting_list\";s:22:\"Users on Waiting List:\";s:25:\"mem_waiting_list_position\";s:34:\"Your Position on the Waiting List:\";s:6:\"member\";s:6:\"Member\";s:13:\"member_status\";s:13:\"Member Status\";s:7:\"members\";s:7:\"Members\";s:16:\"membership_leave\";s:5:\"Leave\";s:3:\"mep\";s:10:\"Media Pool\";s:7:\"mep_add\";s:14:\"Add Media Pool\";s:8:\"mep_edit\";s:26:\"Edit Media Pool Properties\";s:7:\"mep_new\";s:14:\"New Media Pool\";s:28:\"mep_not_insert_already_exist\";s:86:\"The following items have not been inserted because they are already in the media pool:\";s:7:\"message\";s:7:\"Message\";s:15:\"message_content\";s:15:\"Message Content\";s:26:\"message_no_delivered_files\";s:33:\"You have not submitted any files.\";s:9:\"meta_data\";s:8:\"Metadata\";s:18:\"metabar_aria_label\";s:7:\"Metabar\";s:45:\"mgs_objects_linked_to_the_following_folders_p\";s:51:\"The objects were linked to the following folder(s).\";s:45:\"mgs_objects_linked_to_the_following_folders_s\";s:49:\"The object was linked to the following folder(s).\";s:7:\"migrate\";s:7:\"Migrate\";s:8:\"minimize\";s:8:\"Minimize\";s:6:\"minute\";s:6:\"Minute\";s:7:\"minutes\";s:7:\"Minutes\";s:7:\"missing\";s:7:\"Missing\";s:12:\"missing_perm\";s:18:\"Missing Permission\";s:20:\"missing_precondition\";s:20:\"Missing Precondition\";s:15:\"mm_achievements\";s:12:\"Achievements\";s:17:\"mm_administration\";s:14:\"Administration\";s:9:\"mm_badges\";s:6:\"Badges\";s:11:\"mm_calendar\";s:8:\"Calendar\";s:15:\"mm_certificates\";s:12:\"Certificates\";s:11:\"mm_comments\";s:8:\"Comments\";s:16:\"mm_communication\";s:13:\"Communication\";s:11:\"mm_contacts\";s:8:\"Contacts\";s:12:\"mm_dashboard\";s:9:\"Dashboard\";s:13:\"mm_enrolments\";s:18:\"Course Memberships\";s:12:\"mm_favorites\";s:10:\"Favourites\";s:19:\"mm_learning_history\";s:16:\"Learning History\";s:20:\"mm_learning_progress\";s:17:\"Learning Progress\";s:7:\"mm_mail\";s:4:\"Mail\";s:7:\"mm_news\";s:4:\"News\";s:8:\"mm_notes\";s:13:\"Private Notes\";s:15:\"mm_organisation\";s:12:\"Organisation\";s:24:\"mm_personal_and_shared_r\";s:29:\"Personal and Shared Resources\";s:21:\"mm_personal_workspace\";s:18:\"Personal Workspace\";s:12:\"mm_portfolio\";s:9:\"Portfolio\";s:16:\"mm_private_chats\";s:13:\"Private Chats\";s:17:\"mm_repo_tree_view\";s:9:\"Tree View\";s:21:\"mm_repo_tree_view_act\";s:13:\"Activate Tree\";s:23:\"mm_repo_tree_view_deact\";s:15:\"Deactivate Tree\";s:13:\"mm_repository\";s:10:\"Repository\";s:9:\"mm_skills\";s:11:\"Competences\";s:13:\"mm_staff_list\";s:10:\"Staff List\";s:7:\"mm_tags\";s:4:\"Tags\";s:21:\"mm_task_derived_tasks\";s:5:\"Tasks\";s:20:\"mme_lost_item_reason\";s:27:\"Item is no longer provided.\";s:19:\"mme_lost_item_title\";s:13:\"No assignment\";s:3:\"mob\";s:12:\"Media Object\";s:10:\"moderators\";s:10:\"Moderators\";s:6:\"module\";s:6:\"module\";s:7:\"modules\";s:7:\"Modules\";s:5:\"month\";s:5:\"Month\";s:13:\"month_01_long\";s:7:\"January\";s:14:\"month_01_short\";s:3:\"Jan\";s:13:\"month_02_long\";s:8:\"February\";s:14:\"month_02_short\";s:3:\"Feb\";s:13:\"month_03_long\";s:5:\"March\";s:14:\"month_03_short\";s:3:\"Mar\";s:13:\"month_04_long\";s:5:\"April\";s:14:\"month_04_short\";s:3:\"Apr\";s:13:\"month_05_long\";s:3:\"May\";s:14:\"month_05_short\";s:3:\"May\";s:13:\"month_06_long\";s:4:\"June\";s:14:\"month_06_short\";s:3:\"Jun\";s:13:\"month_07_long\";s:4:\"July\";s:14:\"month_07_short\";s:3:\"Jul\";s:13:\"month_08_long\";s:6:\"August\";s:14:\"month_08_short\";s:3:\"Aug\";s:13:\"month_09_long\";s:9:\"September\";s:14:\"month_09_short\";s:3:\"Sep\";s:13:\"month_10_long\";s:7:\"October\";s:14:\"month_10_short\";s:3:\"Oct\";s:13:\"month_11_long\";s:8:\"November\";s:14:\"month_11_short\";s:3:\"Nov\";s:13:\"month_12_long\";s:8:\"December\";s:14:\"month_12_short\";s:3:\"Dec\";s:7:\"monthly\";s:7:\"monthly\";s:6:\"months\";s:6:\"Months\";s:15:\"mount_webfolder\";s:18:\"Open as web folder\";s:4:\"move\";s:4:\"Move\";s:11:\"moveChapter\";s:4:\"Move\";s:8:\"movePage\";s:4:\"Move\";s:19:\"move_selected_items\";s:4:\"Move\";s:23:\"msg_bt_download_started\";s:213:\"A ZIP archive with all download files is now created in the background. You can see the status of your background processes at the top right in the Notification Centre. You can also download the ZIP archive there.\";s:10:\"msg_cancel\";s:16:\"Action cancelled\";s:19:\"msg_clear_clipboard\";s:17:\"Clipboard cleared\";s:10:\"msg_cloned\";s:25:\"Selected object(s) copied\";s:18:\"msg_copy_clipboard\";s:107:\"Please select the location to which the selected objects should be pasted and click the button ‘Paste’.\";s:28:\"msg_copy_clipboard_container\";s:126:\"Now, please select the desired location, where the selected objects should be pasted into and click the button ‘Continue’.\";s:25:\"msg_copy_clipboard_source\";s:111:\"Now, please select the desired course or group, whose content should be copied and click the button ‘Next’.\";s:17:\"msg_cut_clipboard\";s:123:\"Now, please select the desired location, where the selected objects should be pasted into and click the button ‘Paste’.\";s:14:\"msg_cut_copied\";s:25:\"Selected object(s) moved.\";s:24:\"msg_deleted_export_files\";s:22:\"Export file(s) deleted\";s:16:\"msg_deleted_role\";s:12:\"Role deleted\";s:23:\"msg_deleted_roles_rolts\";s:32:\"Roles and Role Templates deleted\";s:10:\"msg_failed\";s:20:\"Sorry, action failed\";s:19:\"msg_form_save_error\";s:87:\"The form data could not be saved. Please check the input fields for any error messages.\";s:20:\"msg_info_blacklisted\";s:50:\"This file cannot be uploaded for security reasons.\";s:24:\"msg_input_char_limit_max\";s:46:\"You have entered more characters than allowed.\";s:24:\"msg_input_char_limit_min\";s:54:\"You have to enter the minimum of characters specified.\";s:31:\"msg_input_does_not_match_regexp\";s:29:\"Please provide a valid value.\";s:21:\"msg_input_is_required\";s:45:\"This input is required. Please enter a value.\";s:16:\"msg_is_last_role\";s:57:\"You removed the last global role from the following users\";s:30:\"msg_last_role_for_registration\";s:122:\"At least one role must be available in the registration form for new users. This role is currently the only one available.\";s:20:\"msg_link_clipboard_p\";s:115:\"Now, please select the desired location, where the selected objects should be linked to and click the button Paste.\";s:20:\"msg_link_clipboard_s\";s:114:\"Now, please select the desired location, where the selected object should be linked to and click the button Paste.\";s:10:\"msg_linked\";s:26:\"Selected object(s) linked.\";s:19:\"msg_may_not_contain\";s:44:\"This object may not contain objects of type:\";s:16:\"msg_min_one_role\";s:45:\"Each user must have at least one global role!\";s:27:\"msg_multi_language_selected\";s:58:\"You selected the same language for different translations!\";s:23:\"msg_no_default_language\";s:86:\"No default language specified! You must define one translation as default translation.\";s:22:\"msg_no_delete_yourself\";s:40:\"You cannot delete your own user account.\";s:11:\"msg_no_file\";s:58:\"You didn\'t choose a file or the selected file was too big.\";s:21:\"msg_no_files_selected\";s:17:\"No files selected\";s:24:\"msg_no_language_selected\";s:82:\"No translation language specified! You must define a language for each translation\";s:31:\"msg_no_perm_assign_role_to_user\";s:55:\"You have no permission to change user\'s role assignment\";s:31:\"msg_no_perm_assign_user_to_role\";s:52:\"You have no permission to change the user assignment\";s:16:\"msg_no_perm_copy\";s:67:\"You have no permission to create a copy of the following object(s):\";s:23:\"msg_no_perm_create_rolt\";s:44:\"You have no permission to add role templates\";s:15:\"msg_no_perm_cut\";s:54:\"You have no permission to cut the following object(s):\";s:18:\"msg_no_perm_delete\";s:57:\"You have no permission to delete the following object(s):\";s:16:\"msg_no_perm_link\";s:69:\"You have no permission to create a link from the following object(s):\";s:23:\"msg_no_perm_modify_rolt\";s:47:\"You have no permission to modify role templates\";s:23:\"msg_no_perm_modify_user\";s:42:\"You have no permission to modify user data\";s:17:\"msg_no_perm_paste\";s:56:\"You have no permission to paste the following object(s):\";s:34:\"msg_no_perm_paste_object_in_folder\";s:63:\"You have no permission to paste the object %s in the folder %s.\";s:16:\"msg_no_perm_perm\";s:50:\"You have no permission to edit permission settings\";s:16:\"msg_no_perm_read\";s:43:\"You have no permission to access this item.\";s:21:\"msg_no_perm_read_item\";s:45:\"You have no permission to access item \'%s’.\";s:19:\"msg_no_perm_read_lm\";s:52:\"You have no permission to read this learning module.\";s:17:\"msg_no_perm_write\";s:31:\"You have no permission to write\";s:20:\"msg_no_search_result\";s:16:\"No entries found\";s:20:\"msg_no_search_string\";s:23:\"Please enter your query\";s:12:\"msg_no_title\";s:21:\"Please enter a title.\";s:26:\"msg_not_available_for_anon\";s:64:\"The page you have chosen is only accessible for registered users\";s:17:\"msg_not_in_itself\";s:49:\"It’s not possible to paste the object in itself\";s:23:\"msg_obj_already_deleted\";s:36:\"The object has already been deleted.\";s:15:\"msg_obj_created\";s:15:\"Object created.\";s:14:\"msg_obj_exists\";s:41:\"This object already exists in this folder\";s:24:\"msg_obj_exists_in_folder\";s:46:\"The object %s already exists in the folder %s.\";s:39:\"msg_obj_may_not_contain_objects_of_type\";s:50:\"The object %s may not contain objects of type: %s.\";s:16:\"msg_obj_modified\";s:20:\"Modifications saved.\";s:19:\"msg_obj_no_download\";s:21:\"cannot be downloaded.\";s:15:\"msg_obj_no_link\";s:250:\"It is not possible to link container objects like categories, courses, groups or folder due to technical reasons. Instead you may link several single objects within such a container to other areas or create a category link, course link or group link.\";s:21:\"msg_obj_perm_download\";s:68:\"You do not have sufficient rights to download the following objects:\";s:30:\"msg_paste_object_not_in_itself\";s:55:\"It’s not possible to paste the Object \"%s\" in itself.\";s:22:\"msg_perm_adopted_from1\";s:32:\"Permission settings adopted from\";s:22:\"msg_perm_adopted_from2\";s:27:\"(Settings have been saved!)\";s:28:\"msg_perm_adopted_from_itself\";s:80:\"You cannot adopt permission settings from the current role/role template itself.\";s:11:\"msg_removed\";s:30:\"Object(s) removed from system.\";s:24:\"msg_role_reserved_prefix\";s:94:\"The prefix ‘il_’ is reserved for automatically generated roles. Please choose another name\";s:26:\"msg_roleassignment_changed\";s:23:\"Role assignment changed\";s:25:\"msg_sysrole_not_deletable\";s:33:\"The system role cannot be deleted\";s:24:\"msg_sysrole_not_editable\";s:151:\"The permission settings of the system role may not be changed. The system role grants all assigned users unlimited access to all objects and functions.\";s:17:\"msg_to_many_files\";s:49:\"Too many files selected, allowed amount of files:\";s:15:\"msg_trash_empty\";s:28:\"There are no deleted objects\";s:13:\"msg_undeleted\";s:19:\"Object(s) restored.\";s:20:\"msg_unit_is_required\";s:57:\"This input requires a unit. Please enter a correct value.\";s:17:\"msg_unknown_value\";s:33:\"An unknown value has been passed.\";s:19:\"msg_user_last_role1\";s:51:\"The following users are assigned to this role only:\";s:19:\"msg_user_last_role2\";s:84:\"Please delete the users or assign them to another role in order to delete this role.\";s:26:\"msg_userassignment_changed\";s:23:\"User assignment changed\";s:19:\"msg_wrong_filetypes\";s:20:\"Allowed Files-Types:\";s:16:\"msg_wrong_format\";s:44:\"The value you entered is not a valid format.\";s:6:\"my_bms\";s:9:\"Bookmarks\";s:15:\"my_certificates\";s:15:\"My Certificates\";s:11:\"my_contacts\";s:11:\"My Contacts\";s:10:\"my_courses\";s:10:\"My Courses\";s:17:\"my_courses_groups\";s:21:\"My Courses and Groups\";s:8:\"my_staff\";s:5:\"Staff\";s:4:\"name\";s:4:\"Name\";s:28:\"nc_contact_requests_headline\";s:16:\"Contact Requests\";s:28:\"nc_contact_requests_number_p\";s:29:\"You have %s Contact Requests.\";s:28:\"nc_contact_requests_number_s\";s:28:\"You have %s Contact Request.\";s:29:\"nc_contact_requests_prop_time\";s:4:\"Time\";s:5:\"never\";s:5:\"never\";s:3:\"new\";s:3:\"New\";s:12:\"new_language\";s:12:\"New Language\";s:24:\"new_pass_equals_old_pass\";s:36:\"The new password equals the old one.\";s:7:\"newline\";s:8:\"New Line\";s:4:\"news\";s:4:\"News\";s:4:\"next\";s:4:\"Next\";s:2:\"no\";s:2:\"No\";s:14:\"no_access_item\";s:43:\"You have no permission to access this item.\";s:21:\"no_access_item_public\";s:81:\"To access this item you need to be logged in and to have appropriate permissions.\";s:44:\"no_accessibility_control_concept_description\";s:156:\"There is currently no Accessibility document available for this installation. Please contact your <a href=\"%1$s\">Contact Point for Accessibility Issues</a>.\";s:11:\"no_checkbox\";s:28:\"You did not select any item.\";s:21:\"no_condition_selected\";s:31:\"Please select one precondition.\";s:7:\"no_date\";s:7:\"No date\";s:26:\"no_gallery_users_available\";s:44:\"There are currently no users in the gallery.\";s:19:\"no_global_role_left\";s:42:\"Every user has to be assigned to one role.\";s:20:\"no_import_file_found\";s:20:\"No import file found\";s:8:\"no_items\";s:43:\"This object is empty and contains no items.\";s:8:\"no_limit\";s:8:\"No limit\";s:21:\"no_mkisofs_configured\";s:70:\"You have to configure mkisofs utility in ILIAS setup to run ISO export\";s:8:\"no_owner\";s:8:\"No Owner\";s:16:\"no_parent_access\";s:37:\"No access to a superordinated object!\";s:13:\"no_permission\";s:41:\"You do not have the necessary permission.\";s:32:\"no_roles_user_can_be_assigned_to\";s:98:\"There are no global roles the user can be assigned to. Therefore you are not allowed to add users.\";s:13:\"no_start_file\";s:14:\"No Start File.\";s:8:\"no_title\";s:8:\"No Title\";s:17:\"no_users_selected\";s:23:\"Please select one user.\";s:24:\"no_xml_file_found_in_zip\";s:35:\"XML file within zip file not found:\";s:3:\"noc\";s:19:\"Notification Center\";s:29:\"non_internal_local_roles_only\";s:31:\"Local roles (only user defined)\";s:4:\"none\";s:4:\"None\";s:6:\"normal\";s:6:\"Normal\";s:13:\"not_available\";s:13:\"Not Available\";s:19:\"not_implemented_yet\";s:19:\"Not implemented yet\";s:13:\"not_installed\";s:13:\"Not Installed\";s:13:\"not_logged_in\";s:21:\"You are not logged in\";s:4:\"note\";s:4:\"Note\";s:5:\"notes\";s:5:\"Notes\";s:18:\"notes_and_comments\";s:18:\"Notes and Comments\";s:6:\"notice\";s:6:\"Notice\";s:13:\"notifications\";s:13:\"Notifications\";s:21:\"nr_following_sessions\";s:27:\"%1d following session(s)...\";s:21:\"num_of_selected_files\";s:19:\"%s file(s) selected\";s:9:\"num_users\";s:15:\"Number of Users\";s:19:\"numberedlist_action\";s:55:\"Insert Numbered List - Click to insert a numbered list.\";s:3:\"obj\";s:6:\"Object\";s:8:\"obj_accs\";s:13:\"Accessibility\";s:13:\"obj_accs_desc\";s:36:\"Settings for accessibility features.\";s:7:\"obj_adm\";s:14:\"Administration\";s:12:\"obj_adm_desc\";s:90:\"Main system settings folder containing all panels to administrate your ILIAS installation.\";s:7:\"obj_adn\";s:28:\"Administrative Notifications\";s:8:\"obj_adve\";s:7:\"Editing\";s:13:\"obj_adve_desc\";s:58:\"Administration settings for ILIAS page editor and TinyMCE.\";s:7:\"obj_ass\";s:5:\"Asset\";s:8:\"obj_assf\";s:19:\"Test and Assessment\";s:13:\"obj_assf_desc\";s:50:\"Platform settings for the Test and Assessment tool\";s:8:\"obj_auth\";s:31:\"Authentication and Registration\";s:13:\"obj_auth_desc\";s:97:\"Configure your authentication mode (local, LDAP, ...) and new account registration settings here.\";s:8:\"obj_awra\";s:25:\"‘Who is online?’-Tool\";s:13:\"obj_awra_desc\";s:32:\"Manage ‘Who is online?’-Tool\";s:8:\"obj_bdga\";s:6:\"Badges\";s:13:\"obj_bdga_desc\";s:55:\"Administrate types, image templates and activity badges\";s:8:\"obj_bgtk\";s:15:\"Background Task\";s:8:\"obj_bibl\";s:12:\"Bibliography\";s:8:\"obj_bibs\";s:12:\"Bibliography\";s:13:\"obj_bibs_desc\";s:27:\"Bibliography Administration\";s:8:\"obj_blog\";s:4:\"Blog\";s:18:\"obj_blog_duplicate\";s:9:\"Copy Blog\";s:8:\"obj_book\";s:12:\"Booking Pool\";s:8:\"obj_cadm\";s:8:\"Contacts\";s:13:\"obj_cadm_desc\";s:23:\"Contacts Administration\";s:8:\"obj_cals\";s:8:\"Calendar\";s:13:\"obj_cals_desc\";s:26:\"General Calendar settings.\";s:7:\"obj_cat\";s:8:\"Category\";s:17:\"obj_cat_duplicate\";s:13:\"Copy Category\";s:8:\"obj_catr\";s:13:\"Category Link\";s:8:\"obj_cert\";s:12:\"Certificates\";s:13:\"obj_cert_desc\";s:25:\"Settings for certificates\";s:8:\"obj_chap\";s:7:\"Chapter\";s:8:\"obj_chta\";s:9:\"Chat Room\";s:8:\"obj_chtr\";s:9:\"Chat Room\";s:18:\"obj_chtr_duplicate\";s:14:\"Copy Chat Room\";s:7:\"obj_cld\";s:12:\"Cloud Object\";s:8:\"obj_cmis\";s:3:\"LRS\";s:13:\"obj_cmis_desc\";s:45:\"Configure the Types of Learning Record Stores\";s:8:\"obj_cmix\";s:9:\"xAPI/cmi5\";s:8:\"obj_cmps\";s:7:\"Plugins\";s:13:\"obj_cmps_desc\";s:28:\"General settings for Plugins\";s:8:\"obj_coms\";s:8:\"Comments\";s:13:\"obj_coms_desc\";s:17:\"Comments settings\";s:8:\"obj_copa\";s:12:\"Content Page\";s:8:\"obj_cpad\";s:13:\"Content Pages\";s:14:\"obj_cpad#_desc\";s:27:\"Content Page Administration\";s:13:\"obj_cpad_desc\";s:27:\"Content Page Administration\";s:7:\"obj_crs\";s:6:\"Course\";s:17:\"obj_crs_duplicate\";s:11:\"Copy Course\";s:8:\"obj_crsr\";s:11:\"Course Link\";s:8:\"obj_crss\";s:6:\"Course\";s:13:\"obj_crss_desc\";s:28:\"General settings for Courses\";s:8:\"obj_crsv\";s:18:\"Course Certificate\";s:7:\"obj_dbk\";s:12:\"Digilib Book\";s:7:\"obj_dcl\";s:15:\"Data Collection\";s:17:\"obj_dcl_duplicate\";s:20:\"Copy Data Collection\";s:8:\"obj_dpro\";s:30:\"Declaration of Data Protection\";s:13:\"obj_dpro_desc\";s:39:\"Declaration of Data Protection Settings\";s:8:\"obj_dshs\";s:9:\"Dashboard\";s:13:\"obj_dshs_desc\";s:18:\"Dashboard settings\";s:8:\"obj_ecss\";s:3:\"ECS\";s:13:\"obj_ecss_desc\";s:20:\"General ECS Settings\";s:8:\"obj_etal\";s:13:\"Employee Talk\";s:7:\"obj_exc\";s:8:\"Exercise\";s:17:\"obj_exc_duplicate\";s:13:\"Copy Exercise\";s:8:\"obj_excv\";s:20:\"Exercise Certificate\";s:8:\"obj_extt\";s:20:\"Third Party Software\";s:13:\"obj_extt_desc\";s:67:\"Configure external software or services that are supported by ILIAS\";s:8:\"obj_facs\";s:5:\"Files\";s:13:\"obj_facs_desc\";s:36:\"Settings for files and file handling\";s:8:\"obj_file\";s:4:\"File\";s:18:\"obj_file_duplicate\";s:14:\"Duplicate File\";s:15:\"obj_file_inline\";s:11:\"Inline File\";s:8:\"obj_fils\";s:13:\"File Services\";s:13:\"obj_fils_desc\";s:39:\"Configuration of File Service Settings.\";s:8:\"obj_fold\";s:6:\"Folder\";s:18:\"obj_fold_duplicate\";s:11:\"Copy Folder\";s:7:\"obj_frm\";s:5:\"Forum\";s:17:\"obj_frm_duplicate\";s:10:\"Copy Forum\";s:8:\"obj_frma\";s:5:\"Forum\";s:13:\"obj_frma_desc\";s:21:\"Global Forum Settings\";s:7:\"obj_glo\";s:8:\"Glossary\";s:17:\"obj_glo_duplicate\";s:13:\"Copy Glossary\";s:7:\"obj_grp\";s:5:\"Group\";s:17:\"obj_grp_duplicate\";s:10:\"Copy Group\";s:8:\"obj_grpr\";s:10:\"Group Link\";s:8:\"obj_grps\";s:5:\"Group\";s:13:\"obj_grps_desc\";s:27:\"General settings for Groups\";s:8:\"obj_hlps\";s:11:\"Help System\";s:13:\"obj_hlps_desc\";s:28:\"Settings for the online help\";s:8:\"obj_htlm\";s:20:\"Learning Module HTML\";s:18:\"obj_htlm_duplicate\";s:25:\"Copy HTML Learning Module\";s:8:\"obj_iass\";s:21:\"Individual Assessment\";s:18:\"obj_iass_duplicate\";s:26:\"Copy Individual Assessment\";s:15:\"obj_iass_select\";s:45:\"-- Please select one individual assessment --\";s:8:\"obj_itgr\";s:10:\"Item Group\";s:13:\"obj_ldap_desc\";s:36:\"Configure global LDAP Settings here.\";s:8:\"obj_ldoc\";s:15:\"Legal Documents\";s:8:\"obj_lhts\";s:16:\"Learning History\";s:13:\"obj_lhts_desc\";s:25:\"Learning history settings\";s:6:\"obj_lm\";s:21:\"Learning Module ILIAS\";s:16:\"obj_lm_duplicate\";s:20:\"Copy Learning Module\";s:7:\"obj_lng\";s:8:\"Language\";s:8:\"obj_lngf\";s:9:\"Languages\";s:13:\"obj_lngf_desc\";s:34:\"Manage your system languages here.\";s:8:\"obj_logs\";s:7:\"Logging\";s:13:\"obj_logs_desc\";s:24:\"General Logging Settings\";s:8:\"obj_lrss\";s:16:\"Learning Modules\";s:13:\"obj_lrss_desc\";s:40:\"Configure all types of learning modules.\";s:7:\"obj_lso\";s:17:\"Learning Sequence\";s:17:\"obj_lso_duplicate\";s:22:\"Copy Learning Sequence\";s:8:\"obj_lsos\";s:18:\"Learning Sequences\";s:13:\"obj_lsos_desc\";s:39:\"General settings for Learning Sequences\";s:7:\"obj_lti\";s:12:\"LTI Consumer\";s:8:\"obj_ltis\";s:3:\"LTI\";s:13:\"obj_ltis_desc\";s:31:\"Learning Tools Interoperability\";s:8:\"obj_mail\";s:4:\"Mail\";s:13:\"obj_mail_desc\";s:36:\"Configure global mail settings here.\";s:8:\"obj_mcst\";s:9:\"Mediacast\";s:18:\"obj_mcst_duplicate\";s:14:\"Copy Mediacast\";s:8:\"obj_mcts\";s:9:\"Mediacast\";s:13:\"obj_mcts_desc\";s:31:\"General settings for mediacast.\";s:7:\"obj_mep\";s:10:\"Media Pool\";s:17:\"obj_mep_duplicate\";s:15:\"Copy Media Pool\";s:7:\"obj_mme\";s:9:\"Main Menu\";s:7:\"obj_mob\";s:12:\"Media Object\";s:8:\"obj_mobs\";s:23:\"Media Objects and Pools\";s:13:\"obj_mobs_desc\";s:43:\"Settings for media objects and media pools.\";s:13:\"obj_not_found\";s:16:\"Object Not Found\";s:8:\"obj_nota\";s:13:\"Notifications\";s:13:\"obj_nota_desc\";s:28:\"Notifications Administration\";s:8:\"obj_nots\";s:5:\"Notes\";s:13:\"obj_nots_desc\";s:14:\"Notes settings\";s:8:\"obj_nwss\";s:18:\"News and Web Feeds\";s:13:\"obj_nwss_desc\";s:50:\"Settings for internal news and external web feeds.\";s:8:\"obj_objf\";s:18:\"Object Definitions\";s:13:\"obj_objf_desc\";s:69:\"Manage ILIAS object types and object permissions. (only for experts!)\";s:8:\"obj_orgu\";s:19:\"Organisational Unit\";s:20:\"obj_orgu_description\";s:45:\"Creating and editing organisational structure\";s:8:\"obj_page\";s:4:\"Page\";s:8:\"obj_pdfg\";s:14:\"PDF Generation\";s:8:\"obj_peac\";s:9:\"Accordion\";s:9:\"obj_peadl\";s:13:\"Advanced List\";s:9:\"obj_peadt\";s:14:\"Advanced Table\";s:8:\"obj_pecd\";s:4:\"Code\";s:8:\"obj_pech\";s:17:\"Consultation Hour\";s:8:\"obj_pecl\";s:13:\"Column Layout\";s:9:\"obj_peclp\";s:9:\"Clipboard\";s:9:\"obj_pecom\";s:11:\"Competences\";s:9:\"obj_pecrs\";s:6:\"Course\";s:9:\"obj_pecrt\";s:11:\"Certificate\";s:8:\"obj_pecs\";s:15:\"Content Snippet\";s:8:\"obj_pedt\";s:10:\"Data Table\";s:8:\"obj_pefl\";s:9:\"File List\";s:8:\"obj_peim\";s:17:\"interactive Media\";s:8:\"obj_pelh\";s:16:\"Learning History\";s:9:\"obj_pemed\";s:17:\"Image/Audio/Video\";s:8:\"obj_pemp\";s:3:\"Map\";s:8:\"obj_pepd\";s:13:\"Personal Data\";s:8:\"obj_pepe\";s:14:\"Plugin Element\";s:8:\"obj_pepl\";s:9:\"Page List\";s:9:\"obj_peplh\";s:11:\"Placeholder\";s:8:\"obj_pequ\";s:9:\"Questions\";s:8:\"obj_perl\";s:14:\"Ressource List\";s:8:\"obj_pesc\";s:7:\"Section\";s:9:\"obj_petmp\";s:13:\"Page Template\";s:9:\"obj_peusr\";s:4:\"User\";s:6:\"obj_pg\";s:4:\"Page\";s:8:\"obj_poll\";s:4:\"Poll\";s:18:\"obj_poll_dupliate:\";s:9:\"Copy Poll\";s:18:\"obj_poll_duplicate\";s:9:\"Copy Poll\";s:7:\"obj_prg\";s:15:\"Study Programme\";s:17:\"obj_prg_duplicate\";s:20:\"Copy Study Programme\";s:14:\"obj_prg_select\";s:39:\"-- Please select one study programme --\";s:8:\"obj_prgr\";s:23:\"Link to Study Programme\";s:9:\"obj_prgrs\";s:25:\"Links to Study Programmes\";s:8:\"obj_prgs\";s:16:\"Study Programmes\";s:13:\"obj_prgs_desc\";s:30:\"Study Programme Administration\";s:8:\"obj_prss\";s:18:\"Personal Resources\";s:13:\"obj_prss_desc\";s:27:\"Personal resources settings\";s:8:\"obj_prtf\";s:9:\"Portfolio\";s:8:\"obj_prtt\";s:18:\"Portfolio Template\";s:18:\"obj_prtt_duplicate\";s:23:\"Copy Portfolio Template\";s:6:\"obj_ps\";s:20:\"Privacy and Security\";s:11:\"obj_ps_desc\";s:52:\"Configure global privacy and security settings here.\";s:7:\"obj_qpl\";s:18:\"Question Pool Test\";s:17:\"obj_qpl_duplicate\";s:23:\"Copy Question Pool Test\";s:14:\"obj_qpl_select\";s:42:\"-- Please select one question pool test --\";s:8:\"obj_rcat\";s:12:\"ECS Category\";s:8:\"obj_rcrs\";s:10:\"ECS Course\";s:8:\"obj_recf\";s:16:\"Restored Objects\";s:13:\"obj_recf_desc\";s:44:\"Contains restored objects from System Check.\";s:7:\"obj_rep\";s:10:\"Repository\";s:8:\"obj_reps\";s:10:\"Repository\";s:13:\"obj_reps_desc\";s:35:\"General settings for the Repository\";s:8:\"obj_rfil\";s:8:\"ECS File\";s:8:\"obj_rglo\";s:12:\"ECS Glossary\";s:8:\"obj_rgrp\";s:9:\"ECS Group\";s:7:\"obj_rlm\";s:19:\"ECS Learning Module\";s:8:\"obj_role\";s:4:\"Role\";s:8:\"obj_rolf\";s:5:\"Roles\";s:13:\"obj_rolf_desc\";s:23:\"Manage your roles here.\";s:14:\"obj_rolf_local\";s:11:\"Local Roles\";s:19:\"obj_rolf_local_desc\";s:34:\"Contains local roles of object no.\";s:8:\"obj_rolt\";s:13:\"Role Template\";s:8:\"obj_root\";s:17:\"Repository - Home\";s:8:\"obj_rtst\";s:8:\"ECS Test\";s:8:\"obj_rwik\";s:8:\"ECS Wiki\";s:8:\"obj_sahs\";s:21:\"Learning Module SCORM\";s:18:\"obj_sahs_duplicate\";s:20:\"Copy Learning Module\";s:7:\"obj_sco\";s:3:\"SCO\";s:8:\"obj_scov\";s:17:\"SCORM Certificate\";s:8:\"obj_seas\";s:6:\"Search\";s:13:\"obj_seas_desc\";s:32:\"Manage the search settings here.\";s:8:\"obj_sess\";s:7:\"Session\";s:18:\"obj_sess_duplicate\";s:12:\"Copy Session\";s:8:\"obj_skmg\";s:21:\"Competence Management\";s:13:\"obj_skmg_desc\";s:45:\"Manage competences and competence categories.\";s:7:\"obj_spl\";s:20:\"Question Pool Survey\";s:14:\"obj_spl_select\";s:44:\"-- Please select one question pool survey --\";s:6:\"obj_st\";s:7:\"Chapter\";s:7:\"obj_sty\";s:5:\"Style\";s:8:\"obj_stys\";s:17:\"Layout and Styles\";s:13:\"obj_stys_desc\";s:42:\"Manage system skin and style settings here\";s:7:\"obj_svy\";s:6:\"Survey\";s:17:\"obj_svy_duplicate\";s:11:\"Copy Survey\";s:8:\"obj_svyf\";s:6:\"Survey\";s:13:\"obj_svyf_desc\";s:37:\"Platform settings for the Survey Tool\";s:8:\"obj_sysc\";s:12:\"System Check\";s:13:\"obj_sysc_desc\";s:29:\"System Check and Repair Tools\";s:8:\"obj_tags\";s:7:\"Tagging\";s:13:\"obj_tags_desc\";s:29:\"Settings for tagging feature.\";s:8:\"obj_tala\";s:14:\"Talk Templates\";s:13:\"obj_tala_desc\";s:14:\"Talk Templates\";s:8:\"obj_tals\";s:20:\"Employee Talk Series\";s:8:\"obj_talt\";s:13:\"Talk Template\";s:8:\"obj_task\";s:4:\"Task\";s:7:\"obj_tax\";s:8:\"Taxonomy\";s:8:\"obj_taxf\";s:10:\"Taxonomies\";s:25:\"obj_tool_setting_calendar\";s:14:\"Calendar Block\";s:32:\"obj_tool_setting_calendar_active\";s:8:\"Calendar\";s:37:\"obj_tool_setting_calendar_active_info\";s:24:\"A calendar is available.\";s:30:\"obj_tool_setting_calendar_info\";s:64:\"The ‘Calendar’ block is displayed in the ‘Contents’ tab.\";s:32:\"obj_tool_setting_custom_metadata\";s:22:\"Manage Custom Metadata\";s:37:\"obj_tool_setting_custom_metadata_info\";s:58:\"Custom Metadata sets can be managed in the \"Metadata\" tab.\";s:21:\"obj_tool_setting_news\";s:4:\"News\";s:26:\"obj_tool_setting_news_info\";s:68:\"The ‘News’ block will be displayed inside the ‘Content’ tab.\";s:7:\"obj_tos\";s:16:\"Terms of Service\";s:12:\"obj_tos_desc\";s:25:\"Terms of Service Settings\";s:8:\"obj_trac\";s:32:\"Statistics and Learning Progress\";s:13:\"obj_trac_desc\";s:54:\"Statistics and Learning Progress Settings and Overview\";s:7:\"obj_tst\";s:4:\"Test\";s:17:\"obj_tst_duplicate\";s:9:\"Copy Test\";s:8:\"obj_tstv\";s:16:\"Test Certificate\";s:8:\"obj_type\";s:11:\"Object Type\";s:8:\"obj_user\";s:4:\"User\";s:7:\"obj_usr\";s:4:\"User\";s:8:\"obj_usrf\";s:15:\"User Management\";s:13:\"obj_usrf_desc\";s:26:\"Manage user accounts here.\";s:8:\"obj_wbdv\";s:6:\"WebDAV\";s:13:\"obj_wbdv_desc\";s:33:\"Configuration of WebDAV Settings.\";s:8:\"obj_wbrs\";s:7:\"Weblink\";s:13:\"obj_wbrs_desc\";s:30:\"General settings for Web Links\";s:8:\"obj_webr\";s:7:\"Weblink\";s:18:\"obj_webr_duplicate\";s:17:\"Copy Weblink list\";s:7:\"obj_wfe\";s:15:\"Workflow Engine\";s:8:\"obj_wfld\";s:6:\"Folder\";s:8:\"obj_wiki\";s:4:\"Wiki\";s:18:\"obj_wiki_duplicate\";s:9:\"Copy Wiki\";s:8:\"obj_wiks\";s:4:\"Wiki\";s:13:\"obj_wiks_desc\";s:20:\"Global Wiki Settings\";s:6:\"object\";s:6:\"Object\";s:12:\"object_added\";s:13:\"Object added.\";s:23:\"object_copy_in_progress\";s:16:\"Started Copying.\";s:17:\"object_duplicated\";s:13:\"Object copied\";s:9:\"object_id\";s:9:\"Object-ID\";s:15:\"object_imported\";s:15:\"Object imported\";s:7:\"objects\";s:7:\"Objects\";s:4:\"objf\";s:18:\"Object definitions\";s:9:\"objs_bibl\";s:14:\"Bibliographies\";s:9:\"objs_blog\";s:5:\"Blogs\";s:9:\"objs_book\";s:13:\"Booking Pools\";s:8:\"objs_cat\";s:10:\"Categories\";s:9:\"objs_catr\";s:13:\"Category Link\";s:9:\"objs_chtr\";s:9:\"Chat Room\";s:8:\"objs_cld\";s:13:\"Cloud Objects\";s:9:\"objs_cmix\";s:17:\"Objects xAPI/cmi5\";s:9:\"objs_copa\";s:13:\"Content Pages\";s:8:\"objs_crs\";s:7:\"Courses\";s:9:\"objs_crsr\";s:11:\"Course Link\";s:8:\"objs_dcl\";s:16:\"Data Collections\";s:9:\"objs_etal\";s:14:\"Employee Talks\";s:8:\"objs_exc\";s:9:\"Exercises\";s:9:\"objs_file\";s:5:\"Files\";s:9:\"objs_fold\";s:7:\"Folders\";s:8:\"objs_frm\";s:6:\"Forums\";s:8:\"objs_glo\";s:10:\"Glossaries\";s:8:\"objs_grp\";s:6:\"Groups\";s:9:\"objs_grpr\";s:11:\"Group Links\";s:9:\"objs_htlm\";s:21:\"HTML Learning Modules\";s:9:\"objs_iass\";s:22:\"Individual Assessments\";s:9:\"objs_itgr\";s:11:\"Item Groups\";s:7:\"objs_lm\";s:22:\"ILIAS Learning Modules\";s:9:\"objs_lres\";s:18:\"Learning Resources\";s:8:\"objs_lso\";s:18:\"Learning Sequences\";s:8:\"objs_lti\";s:13:\"LTI Consumers\";s:9:\"objs_mail\";s:4:\"Mail\";s:9:\"objs_mcst\";s:10:\"Mediacasts\";s:8:\"objs_mep\";s:11:\"Media Pools\";s:9:\"objs_orgu\";s:20:\"Organisational Units\";s:9:\"objs_poll\";s:5:\"Polls\";s:8:\"objs_prg\";s:16:\"Study Programmes\";s:9:\"objs_prgr\";s:25:\"Links to Study Programmes\";s:9:\"objs_prtf\";s:10:\"Portfolios\";s:9:\"objs_prtt\";s:19:\"Portfolio Templates\";s:8:\"objs_qpl\";s:19:\"Question Pools Test\";s:8:\"objs_qst\";s:9:\"Questions\";s:9:\"objs_rcat\";s:14:\"ECS Categories\";s:9:\"objs_rcrs\";s:11:\"ECS Courses\";s:9:\"objs_rfil\";s:9:\"ECS Files\";s:9:\"objs_rglo\";s:14:\"ECS Glossaries\";s:9:\"objs_rgrp\";s:10:\"ECS Groups\";s:8:\"objs_rlm\";s:20:\"ECS Learning Modules\";s:9:\"objs_role\";s:5:\"Roles\";s:9:\"objs_rtst\";s:9:\"ECS Tests\";s:9:\"objs_rwik\";s:9:\"ECS Wikis\";s:9:\"objs_sahs\";s:22:\"SCORM Learning Modules\";s:9:\"objs_sess\";s:8:\"Sessions\";s:9:\"objs_skee\";s:16:\"Competence Trees\";s:8:\"objs_spl\";s:21:\"Question Pools Survey\";s:7:\"objs_st\";s:8:\"Chapters\";s:8:\"objs_svy\";s:7:\"Surveys\";s:9:\"objs_tala\";s:14:\"Talk Templates\";s:9:\"objs_talt\";s:14:\"Talk Templates\";s:8:\"objs_tst\";s:5:\"Tests\";s:9:\"objs_webr\";s:8:\"Weblinks\";s:9:\"objs_wiki\";s:5:\"Wikis\";s:2:\"of\";s:2:\"Of\";s:7:\"offline\";s:7:\"Offline\";s:12:\"offline_mode\";s:11:\"Use offline\";s:2:\"ok\";s:2:\"OK\";s:3:\"old\";s:3:\"Old\";s:4:\"omit\";s:4:\"Omit\";s:8:\"omit_all\";s:8:\"Omit all\";s:15:\"on_waiting_list\";s:27:\"You are on the waiting list\";s:6:\"online\";s:6:\"Online\";s:11:\"online_time\";s:25:\"Time online (DD:HH:MM:SS)\";s:11:\"only_active\";s:11:\"Only Active\";s:13:\"only_inactive\";s:13:\"Only Inactive\";s:4:\"open\";s:4:\"Open\";s:9:\"operation\";s:9:\"Operation\";s:8:\"optimize\";s:8:\"Optimize\";s:6:\"option\";s:6:\"Option\";s:20:\"optional_filter_hint\";s:44:\"Please activate one of the optional filters.\";s:16:\"optional_filters\";s:16:\"Optional Filters\";s:7:\"options\";s:7:\"Options\";s:8:\"order_by\";s:8:\"Order by\";s:13:\"order_by_date\";s:7:\"By Date\";s:24:\"org_op_access_enrolments\";s:29:\"View Course Membership Status\";s:21:\"org_op_manage_members\";s:26:\"Manage Subordinate Members\";s:29:\"org_op_read_learning_progress\";s:43:\"View Learning Progress of Subordinate Users\";s:23:\"org_permission_settings\";s:48:\"Permissions of Positions in Organisational Units\";s:9:\"org_units\";s:20:\"Organisational Units\";s:12:\"organization\";s:8:\"Provider\";s:5:\"other\";s:5:\"Other\";s:8:\"overview\";s:8:\"Overview\";s:9:\"overwrite\";s:9:\"Overwrite\";s:5:\"owner\";s:5:\"Owner\";s:13:\"owner_updated\";s:14:\"Owner updated.\";s:4:\"page\";s:4:\"Page\";s:10:\"page_count\";s:10:\"Page Count\";s:11:\"page_layout\";s:11:\"Page Layout\";s:12:\"page_layouts\";s:12:\"Page Layouts\";s:5:\"pages\";s:5:\"Pages\";s:23:\"pagination_label_x_of_y\";s:17:\"Page %1$d of %2$d\";s:9:\"parameter\";s:9:\"Parameter\";s:5:\"parse\";s:5:\"Parse\";s:11:\"participate\";s:9:\"Subscribe\";s:6:\"passed\";s:6:\"Passed\";s:6:\"passwd\";s:8:\"Password\";s:17:\"passwd_generation\";s:19:\"Password Generation\";s:14:\"passwd_invalid\";s:119:\"The new password is invalid! Only the following characters are allowed (minimum 6 characters): A-Z a-z 0-9 _.-+?#*@!$%~\";s:16:\"passwd_not_match\";s:83:\"Your entries for the new password don’t match! Please re-enter your new password.\";s:12:\"passwd_wrong\";s:34:\"The password you entered is wrong!\";s:8:\"password\";s:8:\"Password\";s:20:\"password_allow_chars\";s:17:\"Allowed chars: %s\";s:24:\"password_assistance_info\";s:187:\"Display a ‘Forgot Password?’ link on the ILIAS login page. Users can use this link to set a new password for their user account without needing assistance from a system administrator.\";s:37:\"password_change_on_first_login_demand\";s:75:\"You have to change your password before you can start using ILIAS services.\";s:31:\"password_contains_invalid_chars\";s:40:\"The password contains invalid characters\";s:36:\"password_contains_parts_of_login_err\";s:73:\"The chosen password contains your username. Please insert a new password.\";s:14:\"password_empty\";s:37:\"The password field must not be empty.\";s:16:\"password_expired\";s:84:\"Your password is expired and has to be changed as the last change was %s day(s) ago.\";s:24:\"password_multiple_errors\";s:36:\"Multiple criteria are not satisfied:\";s:31:\"password_must_chars_and_numbers\";s:51:\"The password must contain both letters and numbers.\";s:33:\"password_must_contain_lcase_chars\";s:57:\"The password must contain at least %s lower case letters.\";s:33:\"password_must_contain_ucase_chars\";s:54:\"The password must contain at least %s capital letters.\";s:27:\"password_must_special_chars\";s:45:\"The password must contain special characters.\";s:16:\"password_to_long\";s:56:\"The password may have at most a length of %s characters.\";s:17:\"password_to_short\";s:61:\"The password must have a length of at least of %s characters.\";s:5:\"paste\";s:5:\"Paste\";s:12:\"pasteChapter\";s:5:\"Paste\";s:9:\"pastePage\";s:5:\"Paste\";s:21:\"paste_clipboard_items\";s:5:\"Paste\";s:4:\"path\";s:4:\"Path\";s:12:\"path_not_set\";s:12:\"Path not set\";s:15:\"path_to_convert\";s:15:\"Path to Convert\";s:15:\"path_to_htmldoc\";s:15:\"Path to HTMLdoc\";s:12:\"path_to_java\";s:12:\"Path to Java\";s:13:\"path_to_unzip\";s:13:\"Path to Unzip\";s:11:\"path_to_zip\";s:11:\"Path to Zip\";s:6:\"pathes\";s:5:\"Paths\";s:13:\"pd_items_news\";s:30:\"Include News of Personal Items\";s:10:\"pdf_export\";s:10:\"PDF Export\";s:13:\"perm_settings\";s:11:\"Permissions\";s:10:\"perma_link\";s:14:\"Permanent Link\";s:10:\"permission\";s:10:\"Permission\";s:17:\"permission_denied\";s:17:\"Permission Denied\";s:19:\"permission_settings\";s:26:\"Object Permission Settings\";s:12:\"person_title\";s:5:\"Title\";s:13:\"personal_data\";s:13:\"Personal Data\";s:16:\"personal_picture\";s:6:\"Avatar\";s:16:\"personal_profile\";s:19:\"Profile and Privacy\";s:18:\"personal_resources\";s:18:\"Personal Resources\";s:17:\"personal_settings\";s:8:\"Settings\";s:7:\"persons\";s:7:\"Persons\";s:6:\"pg_add\";s:8:\"Add page\";s:6:\"pg_new\";s:8:\"New page\";s:5:\"phone\";s:5:\"Phone\";s:10:\"phone_home\";s:11:\"Phone, Home\";s:12:\"phone_mobile\";s:13:\"Phone, Mobile\";s:12:\"phone_office\";s:13:\"Phone, Office\";s:6:\"phrase\";s:6:\"Phrase\";s:13:\"please_choose\";s:12:\"-- Select --\";s:19:\"please_enter_target\";s:21:\"Please enter a target\";s:18:\"please_enter_title\";s:20:\"Please enter a title\";s:13:\"please_select\";s:19:\"-- Please Select --\";s:40:\"please_select_a_delivered_file_to_delete\";s:57:\"You must select at least one delivered file to delete it!\";s:42:\"please_select_a_delivered_file_to_download\";s:59:\"You must select at least one delivered file to download it!\";s:11:\"please_wait\";s:14:\"Please wait...\";s:4:\"port\";s:4:\"Port\";s:9:\"portfolio\";s:9:\"Portfolio\";s:10:\"pos_bottom\";s:6:\"Bottom\";s:8:\"pos_left\";s:4:\"Left\";s:9:\"pos_right\";s:5:\"Right\";s:7:\"pos_top\";s:3:\"Top\";s:8:\"position\";s:8:\"Position\";s:28:\"position_permission_settings\";s:28:\"Orgunit-Specific Permissions\";s:12:\"precondition\";s:12:\"Precondition\";s:27:\"precondition_not_accessible\";s:79:\"You do not have sufficient permission to view the precondition(s) of this item.\";s:30:\"precondition_required_itemlist\";s:21:\"Required Precondition\";s:19:\"precondition_toggle\";s:61:\"Preconditions that need to be fulfilled to access this object\";s:13:\"preconditions\";s:13:\"Preconditions\";s:29:\"preconditions_obligatory_hint\";s:54:\"You have to fulfill all of the following preconditions\";s:27:\"preconditions_optional_hint\";s:60:\"You have to fulfill <b>%s</b> of the following preconditions\";s:19:\"predefined_template\";s:24:\"Predefined role template\";s:11:\"preferences\";s:11:\"Preferences\";s:23:\"presentation_table_more\";s:9:\"Show More\";s:7:\"preview\";s:7:\"Preview\";s:14:\"preview_create\";s:14:\"Create Preview\";s:14:\"preview_delete\";s:14:\"Delete Preview\";s:18:\"preview_image_size\";s:22:\"Size of Preview Images\";s:20:\"preview_learner_info\";s:119:\"If enabled, Course and Group administrators have the possibility to view the content form the perspective of a learner.\";s:15:\"preview_loading\";s:18:\"Loading Preview...\";s:12:\"preview_none\";s:25:\"Preview (not created yet)\";s:20:\"preview_not_possible\";s:84:\"Creation of Previews is currently not possible, please read the documentation in %s.\";s:17:\"preview_renderers\";s:17:\"Preview Renderers\";s:16:\"preview_settings\";s:12:\"File Preview\";s:12:\"preview_show\";s:12:\"Show Preview\";s:23:\"preview_status_creating\";s:52:\"The preview gets created. This may take some time...\";s:23:\"preview_status_deleting\";s:27:\"The preview gets deleted...\";s:21:\"preview_status_failed\";s:29:\"Failed to create the preview.\";s:22:\"preview_status_missing\";s:32:\"No preview exists for this file.\";s:22:\"preview_status_pending\";s:61:\"The preview has not been created yet. Please try again later.\";s:8:\"previous\";s:8:\"Previous\";s:21:\"prg_copy_threads_info\";s:84:\"Please decide which Study Program elements should be copied, linked or even omitted.\";s:15:\"prg_wizard_page\";s:29:\"Copy Study Program (Step 2/2)\";s:8:\"prgr_add\";s:24:\"Add Study Programme Link\";s:14:\"prgr_edit_info\";s:58:\"Please choose one Study Programme for creating a new link.\";s:8:\"prgr_new\";s:27:\"Create Study Programme Link\";s:13:\"prgr_settings\";s:32:\"Settings of Study Programme Link\";s:5:\"print\";s:5:\"Print\";s:10:\"print_view\";s:10:\"Print View\";s:13:\"private_notes\";s:13:\"Private Notes\";s:3:\"pro\";s:3:\"Pro\";s:7:\"proceed\";s:7:\"Proceed\";s:7:\"profile\";s:7:\"Profile\";s:15:\"profile_changed\";s:24:\"Your profile has changed\";s:18:\"profile_incomplete\";s:61:\"Your profile is incomplete. Please fill in all required data.\";s:10:\"profile_of\";s:10:\"Profile of\";s:10:\"properties\";s:10:\"Properties\";s:5:\"proxy\";s:12:\"Proxy-Server\";s:17:\"proxy_connectable\";s:23:\"Connection established.\";s:10:\"proxy_host\";s:4:\"Host\";s:15:\"proxy_host_info\";s:20:\"Please enter a host.\";s:21:\"proxy_not_connectable\";s:56:\"ILIAS could not build a connection to the defined proxy.\";s:10:\"proxy_port\";s:4:\"Port\";s:15:\"proxy_port_info\";s:50:\"Please enter a port between 0 and 65535, e.g.8080.\";s:18:\"proxy_port_numeric\";s:62:\"The entered port has to be a numeric value between 0 and 65535\";s:18:\"proxy_socket_error\";s:16:\"Socket Error: %s\";s:12:\"proxy_status\";s:5:\"Proxy\";s:17:\"proxy_status_info\";s:102:\"To use a proxy in ILIAS (e.g. for web feeds or to check web links) please activate the checkbox above.\";s:15:\"ps_export_scorm\";s:30:\"Personal Data in Protocol Data\";s:31:\"ps_password_lowercase_chars_num\";s:18:\"Lower Case Letters\";s:36:\"ps_password_lowercase_chars_num_info\";s:109:\"Enter the minimum number of lower case letters a password must contain. Set to 0 to disable this requirement.\";s:37:\"ps_password_must_not_contain_loginame\";s:28:\"Prevent Username in Password\";s:42:\"ps_password_must_not_contain_loginame_info\";s:54:\"Disallow passwords that contain the user’s username.\";s:31:\"ps_password_uppercase_chars_num\";s:15:\"Capital Letters\";s:36:\"ps_password_uppercase_chars_num_info\";s:106:\"Enter the minimum number of capital letters a password must contain. Set to 0 to disable this requirement.\";s:11:\"pub_section\";s:16:\"Anonymous Access\";s:16:\"pub_section_info\";s:230:\"If enabled, parts of the system (e.g. repository, workspace, user profiles) can be made available to the internet without authentication. The permissions of the ‘Anonymous’ role will control the access to repository resources.\";s:6:\"public\";s:6:\"public\";s:12:\"public_notes\";s:12:\"Public Notes\";s:14:\"public_profile\";s:7:\"Profile\";s:11:\"public_room\";s:16:\"Public Chat Room\";s:7:\"purpose\";s:7:\"Purpose\";s:3:\"qpl\";s:18:\"Question Pool Test\";s:7:\"qpl_add\";s:22:\"Add Question Pool Test\";s:8:\"qpl_copy\";s:23:\"Copy Question Pool Test\";s:7:\"qpl_new\";s:22:\"New Question Pool Test\";s:10:\"query_data\";s:10:\"Query data\";s:8:\"question\";s:8:\"Question\";s:16:\"question_message\";s:8:\"Question\";s:4:\"quit\";s:4:\"Quit\";s:5:\"quote\";s:5:\"Quote\";s:21:\"reached_session_limit\";s:61:\"The limit of online users is reached. Please try again later.\";s:4:\"read\";s:4:\"Read\";s:25:\"readcount_anonymous_users\";s:33:\"Number of anonymous read accesses\";s:15:\"readcount_users\";s:37:\"Number of non-anonymous read accesses\";s:9:\"recipient\";s:9:\"Recipient\";s:17:\"reference_deleted\";s:25:\"Destination not available\";s:12:\"reference_of\";s:13:\"Reference of:\";s:16:\"referral_comment\";s:29:\"How did you hear about ILIAS?\";s:7:\"refresh\";s:7:\"Refresh\";s:17:\"refresh_languages\";s:21:\"Refresh All Languages\";s:6:\"refuse\";s:14:\"Refuse Request\";s:35:\"reg_account_confirmation_successful\";s:37:\"Your user account has been activated.\";s:31:\"reg_goto_parent_membership_info\";s:42:\"Only members can access the target object.\";s:28:\"reg_mail_body_2_confirmation\";s:156:\"This link is only valid for %s. After this period has passed, the link will expire and you will have to restart the registration process from the beginning.\";s:28:\"reg_mail_body_3_confirmation\";s:174:\"If this e-mail means nothing to you, then it is possible that somebody else has entered your e-mail address either deliberately or accidentally, so please ignore this e-mail.\";s:34:\"reg_mail_body_forgot_password_info\";s:128:\"To get your password, please use the function \'Forgot password?\' at the login screen to request a new password for this account.\";s:24:\"reg_mail_body_salutation\";s:5:\"Hello\";s:19:\"reg_mail_body_text1\";s:27:\"Welcome to ILIAS eLearning!\";s:19:\"reg_mail_body_text2\";s:39:\"To access ILIAS use the following data:\";s:19:\"reg_mail_body_text3\";s:29:\"Further personal information:\";s:16:\"reg_mail_subject\";s:16:\"Your access data\";s:29:\"reg_mail_subject_confirmation\";s:22:\"Your Confirmation Link\";s:19:\"reg_passwd_via_mail\";s:62:\"Your password will be sent to your e-mail address given below.\";s:8:\"register\";s:8:\"Register\";s:21:\"register_notification\";s:34:\"\"%s\" has applied for session \"%s\".\";s:16:\"registered_since\";s:16:\"Registered since\";s:15:\"registered_user\";s:15:\"registered User\";s:16:\"registered_users\";s:16:\"registered Users\";s:12:\"registration\";s:24:\"New Account Registration\";s:10:\"related_to\";s:10:\"Related to\";s:6:\"remove\";s:6:\"Remove\";s:14:\"remove_entries\";s:14:\"Remove Entries\";s:18:\"remove_translation\";s:18:\"Remove translation\";s:6:\"rename\";s:6:\"Rename\";s:11:\"rename_file\";s:11:\"Rename File\";s:29:\"renderer_supported_file_types\";s:20:\"Supported File Types\";s:29:\"renderer_supported_repo_types\";s:23:\"Supported ILIAS Objects\";s:21:\"renderer_type_builtin\";s:8:\"Built-in\";s:13:\"rep_main_page\";s:4:\"Home\";s:11:\"repeat_scan\";s:23:\"Repeating virus scan...\";s:18:\"repeat_scan_failed\";s:21:\"Repeated scan failed.\";s:20:\"repeat_scan_succeded\";s:24:\"Repeated scan succeeded.\";s:12:\"replace_file\";s:12:\"Replace File\";s:5:\"reply\";s:5:\"Reply\";s:26:\"report_accessibility_issue\";s:26:\"Report Accessibility Issue\";s:25:\"report_accessibility_link\";s:14:\"Reported Link:\";s:32:\"report_accessibility_link_mailto\";s:16:\"Reported%20Link:\";s:10:\"repository\";s:10:\"Repository\";s:16:\"repository_admin\";s:20:\"Repository and Trash\";s:21:\"repository_admin_desc\";s:81:\"Set permissions for repository items, restore or remove objects from system trash\";s:13:\"require_email\";s:14:\"Require e-mail\";s:14:\"require_gender\";s:18:\"Require salutation\";s:13:\"require_hobby\";s:13:\"Require hobby\";s:21:\"require_matriculation\";s:28:\"Require matriculation number\";s:24:\"require_referral_comment\";s:24:\"Require referral comment\";s:14:\"required_field\";s:8:\"Required\";s:9:\"res_links\";s:16:\"Repository Links\";s:15:\"res_links_short\";s:5:\"Links\";s:5:\"reset\";s:5:\"Reset\";s:12:\"reset_filter\";s:12:\"Reset Filter\";s:9:\"resources\";s:9:\"Resources\";s:5:\"right\";s:5:\"Right\";s:6:\"rights\";s:6:\"Rights\";s:4:\"role\";s:4:\"Role\";s:13:\"role_add_user\";s:19:\"Add User(s) to role\";s:10:\"role_added\";s:10:\"Role added\";s:15:\"role_assignment\";s:15:\"Role Assignment\";s:23:\"role_assignment_updated\";s:33:\"Role assignment has been updated.\";s:9:\"role_edit\";s:9:\"Edit Role\";s:11:\"role_mailto\";s:26:\"Mail to all assigned Users\";s:8:\"role_new\";s:8:\"New Role\";s:15:\"role_new_search\";s:10:\"New search\";s:22:\"role_no_roles_selected\";s:20:\"Please select a role\";s:24:\"role_protect_permissions\";s:19:\"Protect Permissions\";s:29:\"role_protect_permissions_desc\";s:147:\"The object permissions cannot be changed by systems operations anymore. Furthermore only administrator of higher levels may change the permissions.\";s:20:\"role_select_one_item\";s:25:\"Please select one object.\";s:27:\"role_sure_delete_desk_items\";s:58:\"Are you sure you want to delete the following assignments?\";s:19:\"role_templates_only\";s:19:\"Role templates only\";s:5:\"roles\";s:5:\"Roles\";s:22:\"roles_of_import_global\";s:27:\"Global roles of import file\";s:21:\"roles_of_import_local\";s:26:\"Local roles of import file\";s:4:\"rolf\";s:5:\"Roles\";s:10:\"rolf_added\";s:17:\"Role folder added\";s:16:\"rolf_create_role\";s:15:\"Create New Role\";s:16:\"rolf_create_rolt\";s:24:\"Create New Role Template\";s:11:\"rolf_delete\";s:27:\"Delete Roles/Role templates\";s:20:\"rolf_edit_permission\";s:26:\"Change permission settings\";s:24:\"rolf_edit_userassignment\";s:31:\"Change user assignment of Roles\";s:9:\"rolf_read\";s:35:\"Read access to Roles/role templates\";s:12:\"rolf_visible\";s:32:\"Roles/role templates are visible\";s:10:\"rolf_write\";s:56:\"Edit default permission settings of Roles/role templates\";s:4:\"rolt\";s:13:\"Role Template\";s:10:\"rolt_added\";s:19:\"Role template added\";s:9:\"rolt_edit\";s:18:\"Edit Role Template\";s:8:\"rolt_new\";s:17:\"New Role Template\";s:3:\"row\";s:3:\"Row\";s:4:\"rows\";s:4:\"Rows\";s:12:\"rpc_pdf_font\";s:5:\"Fonts\";s:17:\"rpc_pdf_font_info\";s:139:\"Additional fonts for the generation of PDF files. Other fonts than ‘Helvetica’ and ‘unifont’ must be installed on the ILIAS server.\";s:18:\"rpc_pdf_generation\";s:14:\"PDF-Generation\";s:3:\"sad\";s:3:\"Sad\";s:4:\"sahs\";s:21:\"Learning Module SCORM\";s:10:\"sahs_added\";s:27:\"SCORM Learning Module added\";s:16:\"sahs_export_file\";s:28:\"ILIAS XML Export File (.zip)\";s:21:\"sahs_export_file_info\";s:142:\"Use this option for a ZIP file that was exported directly from ILIAS. The file typically has titles such as 1675257903__4105__sahs_132295.zip.\";s:26:\"sahs_insert_chap_from_clip\";s:29:\"Paste Chapters from Clipboard\";s:26:\"sahs_insert_page_from_clip\";s:26:\"Paste Pages from Clipboard\";s:25:\"sahs_insert_sco_from_clip\";s:25:\"Paste SCOs from Clipboard\";s:10:\"salutation\";s:10:\"Salutation\";s:12:\"salutation_f\";s:2:\"Ms\";s:12:\"salutation_m\";s:2:\"Mr\";s:12:\"salutation_n\";s:21:\"No salutation desired\";s:11:\"saml_log_in\";s:12:\"Direct login\";s:24:\"saml_login_form_info_txt\";s:101:\"You can log in using the “Direct Login” button without having to enter your username or password.\";s:19:\"saml_login_form_txt\";s:23:\"Login to ILIAS via SAML\";s:4:\"save\";s:4:\"Save\";s:13:\"save_and_back\";s:13:\"Save And Back\";s:12:\"save_message\";s:13:\"Save as Draft\";s:20:\"save_params_for_cron\";s:27:\"Save Parameter for Cron Job\";s:12:\"save_refresh\";s:16:\"Save and Refresh\";s:11:\"save_return\";s:15:\"Save and Return\";s:13:\"save_settings\";s:13:\"Save Settings\";s:22:\"save_user_related_data\";s:29:\"Save user related access data\";s:18:\"saved_successfully\";s:18:\"Saved Successfully\";s:6:\"saving\";s:9:\"Saving...\";s:29:\"scorm_create_export_file_html\";s:25:\"Create Export File (HTML)\";s:28:\"scorm_create_export_file_pdf\";s:24:\"Create Export File (PDF)\";s:32:\"scorm_create_export_file_scrom12\";s:30:\"Create Export File (SCORM 1.2)\";s:34:\"scorm_create_export_file_scrom2004\";s:43:\"Create Export File (SCORM 2004 3rd Edition)\";s:38:\"scorm_create_export_file_scrom2004_4th\";s:43:\"Create Export File (SCORM 2004 4th Edition)\";s:25:\"scorm_login_as_learner_id\";s:48:\"SCORM 2004: set ILIAS Username as cmi.learner_id\";s:30:\"scorm_login_as_learner_id_info\";s:74:\"If enabled, the Username instead of the User ID is set for cmi.learner_id.\";s:22:\"scorm_lp_auto_activate\";s:37:\"Default setting for learning progress\";s:27:\"scorm_lp_auto_activate_info\";s:259:\"If learning progress is activated in general, the settings for new SCORM learning modules are set to ‘Collection of SCORM Items’ and all SCOs are selected for learning progress determination. Adjustments are still possible for every SCORM learning module.\";s:9:\"scorm_new\";s:45:\"Create SCORM Learning Module (Authoring Mode)\";s:21:\"scorm_without_session\";s:47:\"SCORM 2004: enable storing data without session\";s:26:\"scorm_without_session_info\";s:141:\"This ensures the storage of SCORM 2004 learning data even if ILIAS session expired. For SCORM 1.2, storage without session is always enabled.\";s:6:\"search\";s:6:\"Search\";s:13:\"search_active\";s:20:\"Include active users\";s:26:\"search_at_current_position\";s:19:\"At Current Position\";s:13:\"search_engine\";s:19:\"Readable .html URLs\";s:10:\"search_for\";s:10:\"Search For\";s:15:\"search_globally\";s:8:\"Globally\";s:9:\"search_in\";s:9:\"Search in\";s:15:\"search_inactive\";s:22:\"Include inactive users\";s:10:\"search_new\";s:10:\"New Search\";s:13:\"search_result\";s:13:\"Search Result\";s:14:\"search_results\";s:14:\"Search Results\";s:11:\"search_user\";s:11:\"Search User\";s:13:\"seas_max_hits\";s:8:\"Max hits\";s:18:\"seas_max_hits_info\";s:63:\"Please enter a number for the maximum number of search results.\";s:13:\"seas_settings\";s:15:\"Search settings\";s:6:\"second\";s:6:\"Second\";s:12:\"second_email\";s:13:\"Second E-Mail\";s:7:\"seconds\";s:7:\"Seconds\";s:11:\"sel_country\";s:7:\"Country\";s:6:\"select\";s:6:\"Select\";s:10:\"select_all\";s:10:\"Select All\";s:26:\"select_at_least_one_object\";s:34:\"Please choose at least one object.\";s:11:\"select_file\";s:11:\"Select File\";s:26:\"select_files_from_computer\";s:12:\"Select Files\";s:19:\"select_max_one_item\";s:27:\"Please select one item only\";s:21:\"select_object_to_link\";s:47:\"Please select the object which you want to link\";s:10:\"select_one\";s:23:\"Please select one item.\";s:25:\"select_question_pool_info\";s:117:\"As long as the import file contains questions, these questions will be imported to the selected questionpool as well.\";s:19:\"select_questionpool\";s:21:\"Insert questions into\";s:8:\"selected\";s:8:\"Selected\";s:14:\"selected_files\";s:14:\"Selected files\";s:14:\"selected_items\";s:14:\"Personal Items\";s:19:\"selected_items_back\";s:22:\"Back to Personal Items\";s:26:\"selected_languages_updated\";s:56:\"The selected languages have been updated (if installed):\";s:4:\"send\";s:4:\"Send\";s:9:\"send_mail\";s:9:\"Send mail\";s:6:\"sender\";s:6:\"Sender\";s:4:\"sent\";s:4:\"Sent\";s:8:\"sequence\";s:8:\"Sequence\";s:9:\"sequences\";s:9:\"Sequences\";s:6:\"server\";s:6:\"Server\";s:11:\"server_data\";s:11:\"Server Info\";s:15:\"server_disabled\";s:20:\"The Chat is Disabled\";s:15:\"server_software\";s:15:\"Server Software\";s:4:\"sess\";s:7:\"Session\";s:19:\"sess_fixed_duration\";s:22:\"Fixed Session Duration\";s:36:\"sess_load_dependent_session_handling\";s:31:\"Load-Dependent Session Settings\";s:9:\"sess_mode\";s:12:\"Session Mode\";s:14:\"session_config\";s:16:\"Session Settings\";s:35:\"session_config_maintenance_disabled\";s:33:\"Maintenance by client not allowed\";s:29:\"session_mail_subject_deletion\";s:45:\"Deregistration of user \"%s\" from session \"%s\"\";s:28:\"session_mail_subject_entered\";s:36:\"Joining of user \"%s\" in session \"%s\"\";s:31:\"session_mail_subject_registered\";s:42:\"Registration of user \"%s\" for session \"%s\"\";s:17:\"session_max_count\";s:29:\"Max Number of Active Sessions\";s:22:\"session_max_count_info\";s:123:\"Defines the maximum number of sessions that can be created simultaneously. Set the value to ‘0’ to disable the feature.\";s:16:\"session_max_idle\";s:33:\"Maximum Session Idle (in minutes)\";s:36:\"session_max_idle_after_first_request\";s:49:\"Max session idle after first request (in minutes)\";s:41:\"session_max_idle_after_first_request_info\";s:203:\"All sessions that idles for at least this period of time after first request will be destroyed if another session should be opened for another user and the maximum number of existing sessions is reached.\";s:21:\"session_max_idle_info\";s:83:\"Defines the maximum period of idle time a user can idle before his session expires.\";s:16:\"session_min_idle\";s:72:\"Max Session Idle (in Minutes) When Max Number of Active Sessions Reached\";s:21:\"session_min_idle_info\";s:215:\"If a user has been idle for at least this period of time and the maximum number of active sessions allowed has been reached, then their session will be automatically ended when a different user starts a new session.\";s:16:\"session_reminder\";s:16:\"Session Reminder\";s:22:\"session_reminder_alert\";s:184:\"Your session expires in %1$s at %2$s!  Choose OK to continue your session. If you click Cancel you will not be reminded during the current browser session anymore.  Installation: %3$s.\";s:21:\"session_reminder_info\";s:54:\"Receive a reminder before your online-session expires.\";s:26:\"session_reminder_lead_time\";s:8:\"Leadtime\";s:31:\"session_reminder_lead_time_info\";s:241:\"Please specify the lead time for the session reminder in minutes. The reminder displays a warning when only this time span is left before the session expires. Recommended value is 5 (minutes)<br / >The current length of a user session is %s.\";s:33:\"session_reminder_session_duration\";s:23:\"(Session duration: %s).\";s:3:\"set\";s:3:\"Set\";s:17:\"setSystemLanguage\";s:19:\"Set System Language\";s:15:\"setUserLanguage\";s:17:\"Set User Language\";s:11:\"set_offline\";s:11:\"Set Offline\";s:10:\"set_online\";s:10:\"Set Online\";s:23:\"set_skin_does_not_exist\";s:143:\"Your selected skin does not exist anymore. You may change your style in the personal settings or contact your administrator. Current selection:\";s:24:\"set_style_does_not_exist\";s:151:\"Your selected system style does not exist anymore. You may change your style in the personal settings or contact your administrator. Current selection:\";s:8:\"settings\";s:8:\"Settings\";s:24:\"settings_for_all_members\";s:38:\"Members will be notified automatically\";s:18:\"settings_per_users\";s:107:\"Members are notified automatically. Deactivating notifications can be allowed for each member individually.\";s:28:\"settings_presentation_header\";s:12:\"Presentation\";s:14:\"settings_saved\";s:15:\"Settings saved.\";s:4:\"shib\";s:10:\"Shibboleth\";s:11:\"shib_active\";s:25:\"Enable Shibboleth Support\";s:9:\"shib_city\";s:18:\"Attribute for city\";s:12:\"shib_country\";s:21:\"Attribute for country\";s:14:\"shib_data_conv\";s:38:\"Absolute Path to Data Manipulation API\";s:22:\"shib_data_conv_warning\";s:59:\"The data manipulation API file you specified cannot be read\";s:15:\"shib_department\";s:24:\"Attribute for department\";s:10:\"shib_email\";s:28:\"Attribute for e-mail address\";s:20:\"shib_federation_name\";s:34:\"Name of Your Shibboleth Federation\";s:14:\"shib_firstname\";s:24:\"Attribute for first name\";s:11:\"shib_gender\";s:62:\"Attribute for salutation (must be ‘n’, ‘m’ or ‘f’)\";s:31:\"shib_general_login_instructions\";s:162:\"To log in via %s, please click on the login button and choose your organization of the following page.<br>If you have questions concerning this, please ask the %s\";s:36:\"shib_general_wayf_login_instructions\";s:129:\"In case you are not associated with the given organizations and you need access to a course on this server, please contact the %s\";s:13:\"shib_idp_list\";s:496:\"Provide a list of Identity Providers to let the user choose from on the ILIAS login page.<br>On each line there must be a comma-separated tuple for <strong>providerID of IdP</strong> (see the Shibboleth metadata file) and <strong>Name of IdP</strong> as it shall be displayed in the drop-down list.<br>As an optional third parameter you can add the <strong>location of a Shibboleth session initiator</strong> that shall be used in case your ILIAS installation is part of a multi federation setup.\";s:16:\"shib_institution\";s:25:\"Attribute for institution\";s:30:\"shib_invalid_home_organization\";s:35:\"Please choose a valid organization!\";s:13:\"shib_language\";s:22:\"Attribute for language\";s:13:\"shib_lastname\";s:22:\"Attribute for lastname\";s:10:\"shib_login\";s:27:\"Unique Shibboleth attribute\";s:17:\"shib_login_button\";s:131:\"Path to the image of a Shibboleth login button that is used to redirect users to the WAYF specified in the Shibboleth configuration\";s:24:\"shib_login_embedded_wayf\";s:24:\"Design custom login area\";s:36:\"shib_login_embedded_wayf_description\";s:252:\"This option allows you to enter any HTML code in the ‘Instructions Shown on Login Page’ text area below in order to, for example, embed your own JavaScript WAYF/Discovery Service or to customise the design of the login area to best suit your needs.\";s:24:\"shib_login_external_wayf\";s:25:\"Use External WAYF Service\";s:24:\"shib_login_internal_wayf\";s:22:\"Use ILIAS WAYF Service\";s:15:\"shib_login_type\";s:22:\"Organization selection\";s:18:\"shib_matriculation\";s:34:\"Attribute for Matriculation Number\";s:14:\"shib_member_of\";s:20:\"I am a member of ...\";s:15:\"shib_phone_home\";s:31:\"Attribute for home phone number\";s:17:\"shib_phone_mobile\";s:33:\"Attribute for mobile phone number\";s:17:\"shib_phone_office\";s:33:\"Attribute for office phone number\";s:29:\"shib_select_home_organization\";s:83:\"For authentication via %s, please select your organization from the drop down list.\";s:19:\"shib_settings_saved\";s:34:\"The Shibboleth settings were saved\";s:11:\"shib_street\";s:20:\"Attribute for street\";s:10:\"shib_title\";s:19:\"Attribute for title\";s:11:\"shib_update\";s:26:\"Update this field on login\";s:22:\"shib_user_default_role\";s:41:\"Default Role Assigned to Shibboleth Users\";s:12:\"shib_zipcode\";s:21:\"Attribute for zipcode\";s:15:\"short_inst_name\";s:11:\"Short Title\";s:20:\"short_inst_name_info\";s:100:\"This title will appear in the browser header title bar. If no value is entered, ‘ILIAS’ is used.\";s:4:\"show\";s:4:\"Show\";s:16:\"show_all_details\";s:16:\"Show all details\";s:12:\"show_content\";s:12:\"Show Content\";s:12:\"show_details\";s:12:\"Show Details\";s:11:\"show_filter\";s:11:\"Show Filter\";s:20:\"show_hidden_sections\";s:29:\"Show More Information &raquo;\";s:9:\"show_list\";s:9:\"Show List\";s:12:\"show_members\";s:15:\"Display Members\";s:9:\"show_more\";s:9:\"Show More\";s:10:\"show_owner\";s:10:\"Show Owner\";s:12:\"show_preview\";s:12:\"Show Preview\";s:17:\"show_users_online\";s:17:\"Show active users\";s:18:\"show_who_is_online\";s:18:\"Show who is online\";s:10:\"side_frame\";s:10:\"Side Frame\";s:9:\"signature\";s:9:\"Signature\";s:27:\"simultaneous_login_detected\";s:76:\"Your access is denied because of a simultaneous login with the same account.\";s:4:\"size\";s:4:\"Size\";s:6:\"skills\";s:11:\"Competences\";s:10:\"skin_style\";s:20:\"Default Skin / Style\";s:4:\"smtp\";s:4:\"SMTP\";s:20:\"soap_connect_timeout\";s:18:\"Connection Timeout\";s:25:\"soap_connect_timeout_info\";s:90:\"The maximum time in seconds until a connect attempt to the SOAP-Webservice is interrupted.\";s:24:\"soap_user_administration\";s:23:\"Administration via SOAP\";s:29:\"soap_user_administration_desc\";s:48:\"If enabled, ILIAS can be administrated via SOAP.\";s:14:\"soap_wsdl_path\";s:9:\"WSDL Path\";s:19:\"soap_wsdl_path_info\";s:163:\"Please enter the path to the ilias wsdl file which should be used for the webservice. If you leave this field blank, the following path will be used per default:%s\";s:14:\"sort_ascending\";s:14:\"Sort Ascending\";s:19:\"sort_ascending_long\";s:34:\"Change Sort Direction to Ascending\";s:19:\"sort_by_this_column\";s:19:\"Sort by this column\";s:15:\"sort_descending\";s:15:\"Sort Descending\";s:20:\"sort_descending_long\";s:35:\"Change Sort Direction to Descending\";s:19:\"sort_inherit_prefix\";s:7:\"Default\";s:11:\"sorting_asc\";s:9:\"Ascending\";s:23:\"sorting_creation_header\";s:16:\"By Creation Date\";s:21:\"sorting_creation_info\";s:88:\"Objects located within this container are arranged automatically by their creation date.\";s:12:\"sorting_desc\";s:10:\"Descending\";s:17:\"sorting_direction\";s:17:\"Sorting Direction\";s:14:\"sorting_header\";s:27:\"Content Arrangement Options\";s:20:\"sorting_info_inherit\";s:62:\"The content arrangement is adopted from a parent course/group.\";s:19:\"sorting_info_manual\";s:150:\"Objects located within this container can be arranged manually in any order. Additionally, please set some rules for how new objects should be placed.\";s:18:\"sorting_info_title\";s:98:\"Objects located within this container are arranged automatically by title into alphabetical order.\";s:21:\"sorting_manual_header\";s:8:\"Manually\";s:12:\"sorting_save\";s:10:\"Save Order\";s:20:\"sorting_title_header\";s:28:\"Titles in Alphabetical Order\";s:6:\"spacer\";s:6:\"Spacer\";s:3:\"spl\";s:20:\"Question Pool Survey\";s:7:\"spl_add\";s:24:\"Add Question Pool Survey\";s:10:\"spl_import\";s:27:\"Import Question Pool Survey\";s:7:\"spl_new\";s:24:\"New Question Pool Survey\";s:3:\"ssl\";s:11:\"SSL (HTTPS)\";s:15:\"standard_fields\";s:15:\"Standard Fields\";s:9:\"startpage\";s:16:\"ILIAS Login Page\";s:13:\"stat_selected\";s:8:\"Selected\";s:9:\"statistic\";s:9:\"Statistic\";s:10:\"statistics\";s:10:\"Statistics\";s:6:\"status\";s:6:\"Status\";s:20:\"status_no_permission\";s:21:\"No permission granted\";s:4:\"step\";s:4:\"Step\";s:6:\"street\";s:6:\"Street\";s:9:\"structure\";s:9:\"Structure\";s:3:\"sty\";s:5:\"Style\";s:19:\"sub_request_deleted\";s:26:\"Deleted membership request\";s:17:\"sub_request_saved\";s:24:\"Saved membership request\";s:7:\"subject\";s:7:\"Subject\";s:6:\"submit\";s:6:\"Submit\";s:10:\"subobjects\";s:11:\"Sub-objects\";s:12:\"subscription\";s:12:\"Subscription\";s:7:\"subtabs\";s:7:\"SubTabs\";s:15:\"success_message\";s:15:\"Success Message\";s:7:\"summary\";s:7:\"Summary\";s:26:\"sure_delete_selected_users\";s:52:\"Are you sure you want to delete the selected user(s)\";s:15:\"survey_defaults\";s:28:\"Default Settings for Surveys\";s:27:\"survey_unlimited_invitation\";s:20:\"Unlimited Invitation\";s:3:\"svy\";s:6:\"Survey\";s:7:\"svy_add\";s:10:\"Add survey\";s:12:\"svy_finished\";s:29:\"You have completed the survey\";s:7:\"svy_new\";s:10:\"New survey\";s:16:\"svy_not_finished\";s:37:\"The survey has not been completed yet\";s:15:\"svy_not_started\";s:36:\"You did not take part in this survey\";s:7:\"svy_run\";s:3:\"Run\";s:31:\"svy_warning_survey_not_complete\";s:24:\"The survey is incomplete\";s:15:\"switch_language\";s:15:\"Switch Language\";s:6:\"system\";s:6:\"System\";s:12:\"system_check\";s:12:\"System Check\";s:18:\"system_information\";s:18:\"System Information\";s:15:\"system_language\";s:15:\"System Language\";s:13:\"system_styles\";s:13:\"System Styles\";s:16:\"systemcheck_cron\";s:32:\"Process System Check in Cron Job\";s:20:\"systemcheck_cronform\";s:38:\"Activation of System Check in Cron Job\";s:17:\"table_mail_import\";s:11:\"Mail import\";s:4:\"tabs\";s:4:\"Tabs\";s:15:\"tagging_my_tags\";s:7:\"My Tags\";s:4:\"tags\";s:4:\"Tags\";s:19:\"take_over_structure\";s:15:\"Adopt Structure\";s:24:\"take_over_structure_info\";s:116:\"If activated, directories in the zip file will be mapped to categories or, if used in groups or courses, to folders.\";s:9:\"tals_etal\";s:4:\"Talk\";s:9:\"talt_etal\";s:4:\"Talk\";s:6:\"target\";s:6:\"Target\";s:3:\"tax\";s:8:\"Taxonomy\";s:7:\"tax_add\";s:12:\"Add Taxonomy\";s:7:\"tax_new\";s:12:\"New Taxonomy\";s:4:\"term\";s:4:\"Term\";s:4:\"test\";s:4:\"Test\";s:5:\"tests\";s:5:\"Tests\";s:7:\"textbox\";s:7:\"Textbox\";s:6:\"thread\";s:6:\"Thread\";s:9:\"thumbnail\";s:9:\"Thumbnail\";s:4:\"time\";s:4:\"Time\";s:10:\"time_limit\";s:6:\"Access\";s:38:\"time_limit_add_time_limit_for_selected\";s:51:\"Please enter a time period for the selected user(s)\";s:15:\"time_limit_from\";s:17:\"From (time limit)\";s:18:\"time_limit_message\";s:20:\"Message (time limit)\";s:28:\"time_limit_no_users_selected\";s:21:\"Please select a user.\";s:20:\"time_limit_not_valid\";s:24:\"The period is not valid.\";s:18:\"time_limit_reached\";s:32:\"Your user account is not active.\";s:20:\"time_limit_unlimited\";s:22:\"Unlimited (time limit)\";s:16:\"time_limit_until\";s:18:\"Until (time limit)\";s:5:\"title\";s:5:\"Title\";s:14:\"title_required\";s:22:\"Please insert a title.\";s:2:\"to\";s:2:\"To\";s:14:\"to_client_list\";s:16:\"Client Selection\";s:5:\"today\";s:5:\"Today\";s:19:\"toggleGlobalDefault\";s:21:\"Toggle Global Default\";s:17:\"toggleGlobalFixed\";s:19:\"Toggle Global Fixed\";s:15:\"toggle_dropdown\";s:15:\"Toggle Dropdown\";s:10:\"toggle_off\";s:3:\"OFF\";s:9:\"toggle_on\";s:2:\"ON\";s:8:\"tomorrow\";s:8:\"Tomorrow\";s:20:\"toolbar_more_actions\";s:12:\"More Actions\";s:5:\"tools\";s:5:\"Tools\";s:11:\"top_of_page\";s:11:\"Top of page\";s:24:\"tos_accept_usr_agreement\";s:24:\"Accept Terms of Service?\";s:30:\"tos_accept_usr_agreement_intro\";s:194:\"There are new terms of service. You need to accept them before proceeding with the use of ILIAS. Read the following document carefully and give your consent or dissent at the bottom of the page.\";s:30:\"tos_force_accept_usr_agreement\";s:37:\"You must accept the Terms of Service!\";s:28:\"tos_no_agreement_description\";s:140:\"There is currently no Terms of Service document available for this installation. Please contact the <a href=\"%1$s\">system administrator</a>.\";s:21:\"tos_refuse_acceptance\";s:33:\"Refuse to Accept Terms of Service\";s:17:\"tos_usr_agreement\";s:16:\"Terms of Service\";s:30:\"tos_usr_agreement_footer_intro\";s:57:\"You have declared your consent to these terms of service.\";s:32:\"tos_withdraw_consent_description\";s:51:\"Withdraw your consent to our Terms of Service here.\";s:41:\"tos_withdraw_consent_description_external\";s:134:\"Please return to your ILIAS installation and log in again to complete the process of withdrawing your consent to the Terms of Service.\";s:41:\"tos_withdraw_consent_description_internal\";s:96:\"Please log in again to complete the process of withdrawing your consent to the Terms of Service.\";s:27:\"tos_withdraw_consent_header\";s:33:\"Withdraw Terms of Service Consent\";s:25:\"tos_withdraw_consent_info\";s:46:\"Withdraw your consent to our Terms of Service.\";s:34:\"tos_withdraw_consent_info_external\";s:146:\"Please contact the administrator of your authentication system and inform them of your intention to withdraw your consent to the Terms of Service.\";s:5:\"total\";s:5:\"Total\";s:17:\"tracking_settings\";s:26:\"Learning Progress Settings\";s:11:\"translation\";s:11:\"Translation\";s:5:\"trash\";s:5:\"Trash\";s:4:\"tree\";s:4:\"Tree\";s:10:\"tree_frame\";s:10:\"Tree Frame\";s:8:\"treeview\";s:12:\"Show Sidebar\";s:3:\"tst\";s:4:\"Test\";s:7:\"tst_add\";s:8:\"Add test\";s:18:\"tst_edit_questions\";s:14:\"Edit Questions\";s:7:\"tst_new\";s:8:\"New test\";s:11:\"tst_results\";s:12:\"Test Results\";s:7:\"tst_run\";s:3:\"Run\";s:26:\"tst_statistical_evaluation\";s:10:\"Statistics\";s:14:\"tst_statistics\";s:10:\"Statistics\";s:20:\"tst_user_not_invited\";s:39:\"You are not supposed to take this test.\";s:29:\"tst_warning_test_not_complete\";s:25:\"The test is not complete!\";s:6:\"tutors\";s:6:\"Tutors\";s:14:\"txt_registered\";s:133:\"You have successfully registered your account with ILIAS. Please click on the button below to log in to ILIAS with your user account.\";s:24:\"txt_registered_passw_gen\";s:128:\"YYou have successfully registered your account with ILIAS. You will receive an e-mail including your generated password shortly.\";s:13:\"txt_submitted\";s:230:\"You have successfully registered your account with ILIAS. Your account request will be reviewed by our system administrators, and should be activated within 48 hours. You will not be able to log in until your account is activated.\";s:3:\"typ\";s:22:\"Object Type Definition\";s:4:\"type\";s:4:\"Type\";s:15:\"udf_added_field\";s:16:\"Added new field.\";s:15:\"udf_delete_sure\";s:71:\"Are you sure you want to delete this field and all assigned user data ?\";s:21:\"udf_duplicate_entries\";s:29:\"The values have to be unique.\";s:17:\"udf_field_deleted\";s:14:\"Deleted field.\";s:23:\"udf_name_already_exists\";s:63:\"This field name already exists. Please choose a different name.\";s:31:\"udf_required_requires_visib_reg\";s:77:\"When a field is ‘Required’, it must also be ‘Visible in Registration’\";s:13:\"udf_type_date\";s:4:\"Date\";s:17:\"udf_type_datetime\";s:13:\"Date and Time\";s:15:\"udf_type_select\";s:30:\"Selection List (Single Choice)\";s:13:\"udf_type_text\";s:21:\"Text Field (One Line)\";s:16:\"udf_type_wysiwyg\";s:19:\"Text Area (WYSIWYG)\";s:23:\"udf_update_select_field\";s:15:\"Edit Select Box\";s:21:\"udf_update_text_field\";s:15:\"Edit Text Field\";s:24:\"udf_update_wysiwyg_field\";s:30:\"Edit Text Area (WYSIWYG) Field\";s:3:\"uid\";s:3:\"UID\";s:22:\"ums_create_new_account\";s:18:\"Create New Account\";s:15:\"ums_explanation\";s:183:\"Your external account could not be mapped to an ILIAS account. But ILIAS has found an account with your e-mail address. If this is your account, please login with your ILIAS password.\";s:17:\"ums_explanation_2\";s:65:\"If this is not your account, please hit ‘Create New Account’.\";s:17:\"ums_explanation_3\";s:198:\"Your external account could not be mapped to an ILIAS account. But ILIAS has found multiple accounts with your e-mail address. If one of those is your account, please login with your ILIAS password.\";s:17:\"ums_explanation_4\";s:69:\"If none of them is your account, please hit ‘Create New Account’.\";s:15:\"unambiguousness\";s:19:\"Distinguishing Mark\";s:11:\"uncheck_all\";s:11:\"Uncheck all\";s:9:\"unchecked\";s:9:\"Unchecked\";s:9:\"uninstall\";s:9:\"Uninstall\";s:11:\"uninstalled\";s:12:\"uninstalled.\";s:7:\"unknown\";s:7:\"UNKNOWN\";s:13:\"unparticipate\";s:11:\"Unsubscribe\";s:6:\"unread\";s:6:\"Unread\";s:5:\"unzip\";s:5:\"Unzip\";s:2:\"up\";s:2:\"Up\";s:6:\"update\";s:4:\"Edit\";s:14:\"update_applied\";s:14:\"Update Applied\";s:15:\"update_language\";s:15:\"Update Language\";s:18:\"update_on_conflict\";s:51:\"Insert/Update action will be detected automatically\";s:15:\"update_orgunits\";s:36:\"Update assigned organisational units\";s:20:\"update_orgunits_desc\";s:83:\"If enabled, the field \'Organisational Units\' will be updated for all user accounts.\";s:6:\"upload\";s:6:\"Upload\";s:27:\"upload_error_file_not_found\";s:29:\"Upload error: File not found.\";s:14:\"upload_pending\";s:7:\"Pending\";s:15:\"upload_settings\";s:15:\"Upload Settings\";s:28:\"upload_svg_rejection_message\";s:79:\"An uploaded SVG file contains possibily malicious code and cannot be processed.\";s:35:\"upload_svg_rejection_message_base64\";s:41:\"The file contains base64 encoded content.\";s:37:\"upload_svg_rejection_message_elements\";s:72:\"The file contains elements or attributes which are not allowed or known.\";s:35:\"upload_svg_rejection_message_script\";s:34:\"The file contains script-Elements.\";s:20:\"uploaded_and_checked\";s:71:\"The file has been uploaded and checked, you can now start to import it.\";s:9:\"uploading\";s:12:\"Uploading...\";s:3:\"uri\";s:3:\"URI\";s:3:\"url\";s:3:\"URL\";s:13:\"url_not_found\";s:14:\"File Not Found\";s:12:\"url_to_latex\";s:23:\"URL to LaTeX CGI script\";s:27:\"use_customized_instructions\";s:28:\"Use customized instructions:\";s:24:\"use_default_instructions\";s:25:\"Use default instructions.\";s:4:\"user\";s:4:\"User\";s:14:\"user_activated\";s:22:\"User has been approved\";s:10:\"user_added\";s:10:\"User added\";s:15:\"user_assignment\";s:15:\"User Assignment\";s:11:\"user_avatar\";s:11:\"User Avatar\";s:14:\"user_avatar_of\";s:14:\"User Avatar of\";s:22:\"user_cant_receive_mail\";s:52:\"%1$s – user is not allowed to use the mail system.\";s:12:\"user_comment\";s:12:\"User comment\";s:16:\"user_deactivated\";s:25:\"User has been disapproved\";s:19:\"user_defined_fields\";s:13:\"Custom Fields\";s:17:\"user_defined_list\";s:23:\"Custom User Data Fields\";s:12:\"user_deleted\";s:12:\"User deleted\";s:11:\"user_detail\";s:11:\"Detail Data\";s:16:\"user_ext_account\";s:16:\"External Account\";s:21:\"user_ext_account_desc\";s:76:\"Account used for external authentication. (CAS, SOAP or LDAP authentication)\";s:10:\"user_image\";s:10:\"User Image\";s:18:\"user_import_failed\";s:19:\"User import failed.\";s:13:\"user_imported\";s:21:\"User import complete.\";s:27:\"user_imported_with_warnings\";s:35:\"User import complete with warnings.\";s:13:\"user_language\";s:13:\"User Language\";s:20:\"user_never_logged_in\";s:34:\"Delete user accounts without login\";s:25:\"user_never_logged_in_info\";s:50:\"All user accounts without login at all be deleted.\";s:43:\"user_never_logged_in_info_threshold_err_num\";s:47:\"Only positive non decimal numbers are accepted.\";s:21:\"user_new_account_mail\";s:16:\"New Account Mail\";s:26:\"user_new_account_mail_desc\";s:194:\"This mail is sent automatically to users that have self-registered or to those who have been registered by an administrator with the setting ‘Send mail to inform user about changes’ enabled.\";s:14:\"user_not_found\";s:14:\"User not found\";s:24:\"user_not_found_to_delete\";s:36:\"A user could not be found to delete.\";s:14:\"user_not_known\";s:31:\"Please insert a valid username.\";s:18:\"user_profile_other\";s:17:\"Other Information\";s:26:\"user_send_new_account_mail\";s:23:\"Send new account e-mail\";s:11:\"user_status\";s:11:\"User Status\";s:16:\"user_toggle_noti\";s:48:\"Member is not allowed to deactivate notification\";s:8:\"userdata\";s:9:\"User Data\";s:21:\"userfolder_export_csv\";s:22:\"Comma Separated Values\";s:27:\"userfolder_export_excel_x86\";s:15:\"Microsoft Excel\";s:22:\"userfolder_export_file\";s:4:\"File\";s:27:\"userfolder_export_file_size\";s:9:\"File size\";s:23:\"userfolder_export_files\";s:5:\"Files\";s:21:\"userfolder_export_xml\";s:3:\"XML\";s:8:\"username\";s:8:\"Username\";s:19:\"username_assistance\";s:19:\"Username Assistance\";s:5:\"users\";s:5:\"Users\";s:18:\"users_not_imported\";s:71:\"The following users do not exist, their messages cannot become imported\";s:12:\"users_online\";s:12:\"Active Users\";s:3:\"usr\";s:4:\"User\";s:20:\"usr_account_inactive\";s:16:\"Inactive Account\";s:15:\"usr_active_only\";s:17:\"Active Users only\";s:7:\"usr_add\";s:8:\"Add User\";s:8:\"usr_edit\";s:9:\"Edit User\";s:37:\"usr_field_change_components_listening\";s:175:\"There is at least one component which is interested in the changed configuration. Would you like to confirm the changes with the consequences the component(s) announced below?\";s:23:\"usr_filter_coursemember\";s:16:\"Member of course\";s:22:\"usr_filter_groupmember\";s:15:\"Member of group\";s:20:\"usr_filter_lastlogin\";s:18:\"Last login of user\";s:15:\"usr_filter_role\";s:13:\"Assigned role\";s:17:\"usr_inactive_only\";s:19:\"Inactive Users only\";s:23:\"usr_limited_access_only\";s:30:\"Users with limited access only\";s:20:\"usr_name_undisclosed\";s:11:\"Undisclosed\";s:7:\"usr_new\";s:8:\"New User\";s:27:\"usr_settings_changeable_lua\";s:39:\"Changeable in Local User Administration\";s:32:\"usr_settings_explanation_profile\";s:388:\"Check ‘Visible’ to show fields in the registration form and personal settings. Check ‘Changeable’ to allow the user to change the values. Please note that visible fields can always be entered in the registration form. Required fields are required in the registration form and the personal settings. All data can be changed in the user administration independent on these settings.\";s:27:\"usr_settings_header_profile\";s:25:\"Standard User Data Fields\";s:18:\"usr_settings_saved\";s:40:\"Global user settings saved successfully!\";s:22:\"usr_settings_visib_lua\";s:36:\"Visible in Local User Administration\";s:14:\"usr_skin_style\";s:12:\"Skin / Style\";s:19:\"usr_without_courses\";s:30:\"Users without courses assigned\";s:4:\"usrf\";s:13:\"User Accounts\";s:17:\"usrf_profile_link\";s:20:\"Link to user profile\";s:24:\"usrimport_action_ignored\";s:20:\"Ignored action %1$s.\";s:25:\"usrimport_action_replaced\";s:29:\"Replaced action %1$s by %2$s.\";s:21:\"usrimport_cant_delete\";s:60:\"Can\'t perform ‘Delete’ action. No such user in database.\";s:21:\"usrimport_cant_insert\";s:63:\"Can\'t perform ‘Insert’ action. User is already in database.\";s:21:\"usrimport_cant_update\";s:60:\"Can\'t perform ‘Update’ action. No such user in database.\";s:32:\"usrimport_conflict_handling_info\";s:530:\"When ‘Insert/Update action will be followed strictly’ is selected, ILIAS ignores an action, if it can not be performed (e. g. an ‘Insert’ action is not done, if there already is a user with the same login in the database.) When ‘Insert/Update action will be detected automatically’ is selected, ILIAS may update the database if an action can not be performed otherwise. (e. g. an ‘Insert’ action is replaced by an ‘Update’ action and the other way around, if a user with the same login exists in the database).\";s:27:\"usrimport_form_not_evaluabe\";s:31:\"The form data couldn\'t be read.\";s:41:\"usrimport_global_role_for_action_required\";s:61:\"At least one global role must be specified for \"%1$s\" action.\";s:21:\"usrimport_ignore_role\";s:11:\"Ignore role\";s:29:\"usrimport_login_is_not_unique\";s:20:\"Login is not unique.\";s:38:\"usrimport_no_insert_ext_account_exists\";s:67:\"Can\'t perform ‘Insert’ action. External account already exists.\";s:38:\"usrimport_no_update_ext_account_exists\";s:67:\"Can\'t perform ‘Update’ action. External account already exists.\";s:43:\"usrimport_with_specified_role_not_permitted\";s:41:\"Import with specified role not permitted.\";s:26:\"usrimport_wrong_file_count\";s:50:\"Too many files in import-folder. Please try again.\";s:43:\"usrimport_xml_anonymous_or_root_not_allowed\";s:87:\"Neither the system-account nor the anonymous account can be changed through the import.\";s:31:\"usrimport_xml_attribute_missing\";s:46:\"Attribute \"%2$s\" in element \"%1$s\" is missing.\";s:37:\"usrimport_xml_attribute_value_illegal\";s:62:\"Value \"%3$s\" of attribute \"%2$s\" in element \"%1$s\" is illegal.\";s:42:\"usrimport_xml_attribute_value_inapplicable\";s:85:\"Value \"%3$s\" of attribute \"%2$s\" in element \"%1$s\" is inapplicable for \"%4$s\" action.\";s:37:\"usrimport_xml_element_content_illegal\";s:44:\"Content \"%2$s\" of element \"%1$s\" is illegal.\";s:41:\"usrimport_xml_element_for_action_required\";s:51:\"Element \"%1$s\" must be specified for \"%2$s\" action.\";s:34:\"usrimport_xml_element_inapplicable\";s:49:\"Element \"%1$s\" is inapplicable for \"%2$s\" action.\";s:5:\"valid\";s:5:\"Valid\";s:8:\"validate\";s:8:\"Validate\";s:5:\"value\";s:5:\"Value\";s:5:\"vcard\";s:13:\"Visiting Card\";s:14:\"vcard_download\";s:22:\"Download Visiting Card\";s:19:\"verification_failed\";s:19:\"Verification failed\";s:24:\"verification_failure_log\";s:24:\"Verification failure log\";s:24:\"verification_warning_log\";s:24:\"Verification warning log\";s:7:\"version\";s:7:\"Version\";s:8:\"versions\";s:8:\"Versions\";s:4:\"view\";s:4:\"View\";s:12:\"view_content\";s:12:\"View Content\";s:22:\"view_learning_progress\";s:22:\"View Learning Progress\";s:26:\"view_learning_progress_rec\";s:45:\"View Learning Progress of Unit incl. Subunits\";s:7:\"visible\";s:7:\"Visible\";s:20:\"visible_registration\";s:23:\"Visible in Registration\";s:7:\"visitor\";s:7:\"Visitor\";s:8:\"visitors\";s:8:\"Visitors\";s:6:\"visits\";s:6:\"Visits\";s:13:\"web_resources\";s:8:\"Weblinks\";s:6:\"webdav\";s:6:\"WebDAV\";s:33:\"webdav_add_instructions_btn_label\";s:31:\"Add Mount Instructions Document\";s:35:\"webdav_chosen_language_already_used\";s:69:\"There already is another document associated with the chosen language\";s:17:\"webdav_doc_delete\";s:32:\"Delete WebDav Mount Instructions\";s:30:\"webdav_docs_mount_instructions\";s:28:\"Mount Instructions Documents\";s:31:\"webdav_duplicate_detected_title\";s:103:\"Following objects could not be displayed, because an object with the same Title is already being shown:\";s:24:\"webdav_enable_versioning\";s:15:\"File Versioning\";s:28:\"webdav_forbidden_chars_title\";s:104:\"Following files cannot be displayed, because they contain one or more forbidden characters (\\<>/:*?\"|#):\";s:20:\"webdav_form_document\";s:21:\"Instructions Document\";s:25:\"webdav_form_document_info\";s:111:\"Upload a txt or an html file here. After the upload the file will be parsed and processed. For more information\";s:26:\"webdav_form_document_title\";s:5:\"Title\";s:31:\"webdav_form_document_title_info\";s:92:\"This title will be dislayed as the title of the modal when the Mount Instructions are opened\";s:25:\"webdav_form_edit_doc_head\";s:32:\"Edit Mount Instructions Document\";s:24:\"webdav_form_new_doc_head\";s:38:\"Create new Mount Instructions Document\";s:23:\"webdav_general_settings\";s:16:\"General Settings\";s:19:\"webdav_missing_lang\";s:60:\"There is no english version of the WebDAV Mount Instructions\";s:25:\"webdav_mount_instructions\";s:18:\"Mount Instructions\";s:29:\"webdav_problem_free_container\";s:59:\"There are no objects that cause problems in this container.\";s:29:\"webdav_problem_info_duplicate\";s:53:\"There is a file with the same title as the info file.\";s:22:\"webdav_pwd_instruction\";s:149:\"We suggest to create a local password for opening the repository as web folder.<br />This password is only required for the web folder functionality.\";s:30:\"webdav_pwd_instruction_success\";s:85:\"A new local password has been created. You can now open the repository as web folder.\";s:30:\"webdav_sure_delete_documents_s\";s:80:\"Are you sure you want to delete the Mount Instructions with the following title:\";s:26:\"webdav_tbl_docs_head_title\";s:14:\"Dokument title\";s:21:\"webdav_tbl_docs_title\";s:42:\"List of uploaded WebDAV Mount Instructions\";s:26:\"webdav_upload_instructions\";s:19:\"Upload Instructions\";s:22:\"webdav_versioning_info\";s:88:\"If enabled, already existing files will get a new version instead of beeing overwritten.\";s:18:\"webfolder_dir_info\";s:124:\"You got here, because your browser can\'t open web folders. Read the <a href=\"%1$s\">instructions for opening web folders</a>.\";s:18:\"webfolder_index_of\";s:13:\"Index of %1$s\";s:22:\"webfolder_instructions\";s:23:\"Web folder instructions\";s:27:\"webfolder_instructions_info\";s:460:\"The web folder instructions are shown on browsers, which can not open a web folder directly. You can use HTML code, and the following placeholders: <b>[WEBFOLDER_TITLE]</b>, <b>[WEBFOLDER_URI]</b>, <b>[WEBFOLDER_URI]</b>, <b>[WEBFOLDER_URI_KONQUEROR]</b>, <b>[WEBFOLDER_URI_NAUTILUS]</b>, <b>[ADMIN_MAIL]</b>, <b>[WINDOWS]</b>...<b>[/WINDOWS]</b>, <b>[MAC]</b>...<b>[/MAC]</b>, <b>[LINUX]</b>...<b>[/LINUX]</b>. Clear the field to get the default instructions.\";s:27:\"webfolder_instructions_text\";s:2070:\"[WINDOWS]<h3>Instructions for connecting with Windows</h3>	<ol>	<li>Open Windows-Explorer (e.g. key combination Windows + E).</li>	<li>Rightclick on \"This PC\" and select \"Map network drive...\".</li>	<li>Enter the following address as address (you may copy and paste the URL):<br /><br />	<b>[WEBFOLDER_URI]</b><br /><br /></li>	<li>Click \"Finish\".</li>	<li>Enter your login and password, and select \"OK\".</li>	<li>You can now access the web folder from the start menu \"Computer\".</li>	</ol>	<br />	Your login and password is identical to your local ILIAS login and can be changed in your personal settings.[/WINDOWS]	[MAC]	<h3>Instructions for Mac OS X</h3>	<ol>	<li>Open the Finder.</li>	<li>Choose the menu \'Goto to &gt; Connect to server...\'.<br/>This opens the window \'connect to server\'.</li>	<li>Enter this URL as server URL:<br/><b>[WEBFOLDER_URI]</b><br/> und click on \'Connect\'.</li>	<li>Enter your login and password, and select \"OK\".</li>	</ol>	<br />	Your login and password is identical to your local ILIAS login and can be changed via \"Personal Settings\".[/MAC][LINUX]		<h3>Instructions for Linux with Konqueror</h3>		<ol>		<li>Open Konqueror Browser.</li>		<li>Enter this URL as server URL:<br />		<b>[WEBFOLDER_URI_KONQUEROR]</b><br/>and press enter.</li>		<li>Enter your login and password, and select \"OK\".</li>		</ol>		<h3>Instructions for Linux with Nautilus</h3>		<ol>		<li>Open Nautilus Browser.</li>		<li>Enter this URL as server URL:<br />		<b>[WEBFOLDER_URI_NAUTILUS]</b><br/>and press enter.</li>		<li>Enter your login and password, and select \"OK\".</li>		</ol>		<br />		Your login and password is identical to your local ILIAS login and can be changed in your personal settings.[/LINUX]				<h3>Tips &amp; Support</h3>		<ul>		<li>These steps need to be done <b>only once</b>. You may access your connection again later.</li>		</ul>		<ul>		<li>Connect to a higher folder. You can always navigate down the tree, but nut upwards.</li>		</ul>		<ul>		<li>If your computer can not open the WebDAV Connection, please contact ILIAS Support.</li>		</ul>\";s:32:\"webfolder_instructions_titletext\";s:18:\"Open as web folder\";s:24:\"webfolder_mount_dir_with\";s:168:\"Open this page as a web folder with <a href=\"%1$s\">Internet Explorer 6</a>, <a href=\"%2$s\">Konqueror</a>, <a href=\"%3$s\">Nautilus</a>, <a href=\"%4$s\">other Browser</a>.\";s:4:\"webr\";s:7:\"Weblink\";s:11:\"webr_active\";s:6:\"Active\";s:8:\"webr_add\";s:11:\"Add Weblink\";s:18:\"webr_deleted_items\";s:19:\"Deleted Weblink(s).\";s:9:\"webr_edit\";s:12:\"Edit Weblink\";s:22:\"webr_sure_delete_items\";s:54:\"Do you really want to delete the following Weblink(s)?\";s:11:\"webservices\";s:4:\"SOAP\";s:4:\"week\";s:4:\"Week\";s:6:\"weekly\";s:6:\"weekly\";s:5:\"weeks\";s:5:\"Weeks\";s:7:\"welcome\";s:7:\"Welcome\";s:5:\"width\";s:5:\"Width\";s:4:\"wiki\";s:4:\"Wiki\";s:8:\"wiki_add\";s:8:\"Add Wiki\";s:8:\"wiki_new\";s:8:\"New Wiki\";s:4:\"with\";s:4:\"with\";s:16:\"withdraw_consent\";s:16:\"Withdraw Consent\";s:30:\"withdraw_consent_info_internal\";s:69:\"If you click on ‘Withdraw Consent’, your account will be deleted.\";s:22:\"withdraw_usr_agreement\";s:16:\"Withdraw Consent\";s:19:\"withdrawal_complete\";s:31:\"Withdrawal of consent complete.\";s:27:\"withdrawal_complete_deleted\";s:48:\"Withdrawal of consent complete, account deleted.\";s:28:\"withdrawal_complete_redirect\";s:95:\"Withdrawal of consent complete. To have your account deleted, please contact your organisation.\";s:20:\"withdrawal_mail_info\";s:109:\"The following email will be sent to an administrator after confirming the withdrawal of your consent:[BR][BR]\";s:23:\"withdrawal_mail_subject\";s:41:\"Withdrawal of Consent to Terms of Service\";s:20:\"withdrawal_mail_text\";s:236:\"Dear Sir/Madam,[BR][BR]I hereby withdraw my consent to your ILIAS installation’s Terms of Service. Please update/remove my account accordingly.[BR][BR]Name: %1$s[BR]Login: %2$s[BR]External Account: %3$s[BR][BR]Yours faithfully[BR]%1$s\";s:23:\"withdrawal_sure_account\";s:64:\"Are you sure you want to confirm the withdrawal of your consent?\";s:32:\"withdrawal_sure_account_deletion\";s:129:\"Are you sure you want to confirm the withdrawal of your consent? This will result in your user account being irrevocably deleted.\";s:47:\"withdrawal_sure_account_deletion_no_consent_yet\";s:130:\"Are you sure that you do not want to accept the Terms of Service? This will result in your user account being irrevocably deleted.\";s:38:\"withdrawal_sure_account_no_consent_yet\";s:65:\"Are you sure that you do not want to accept the Terms of Service?\";s:18:\"wizard_search_list\";s:67:\"Your search produced the following hits. Please select one of them.\";s:17:\"wizard_title_info\";s:148:\"Search for the object you want to duplicate. Please enter the object\'s title or a part of it and click on \'Continue\' to get matching search results.\";s:5:\"write\";s:5:\"Write\";s:17:\"wrong_ip_detected\";s:142:\"Your access is denied because of a wrong client ip.<br>You are currently using this IP address: %s<br>Please contact the system administrator.\";s:4:\"year\";s:4:\"Year\";s:6:\"yearly\";s:6:\"yearly\";s:5:\"years\";s:5:\"Years\";s:3:\"yes\";s:3:\"Yes\";s:9:\"yesterday\";s:9:\"Yesterday\";s:3:\"zip\";s:20:\"Zip Code / Post Code\";s:19:\"zip_structure_error\";s:49:\"Archive contains same file names. Upload aborted.\";s:15:\"zip_test_failed\";s:56:\"Zip-Test failed. Please contact you ILIAS administrator.\";s:7:\"zipcode\";s:20:\"Zip Code / Post Code\";}'),('cond','en','a:1:{s:25:\"cond_under_parent_control\";s:57:\"Preconditions are under the control of the parent object.\";}'),('cont','en','a:78:{s:23:\"cont_add_global_profile\";s:18:\"Add Global Profile\";s:22:\"cont_add_local_profile\";s:17:\"Add Local Profile\";s:14:\"cont_add_skill\";s:14:\"Add Competence\";s:22:\"cont_assign_competence\";s:29:\"Assign Competences to Members\";s:18:\"cont_assign_skills\";s:18:\"Assign Competences\";s:16:\"cont_block_limit\";s:23:\"Limit Objects per Block\";s:21:\"cont_block_limit_info\";s:92:\"If a block contains more objects than the number set here, a \"Show More\" button will appear.\";s:16:\"cont_cont_skills\";s:31:\"Assigned Competences of Members\";s:24:\"cont_deassign_competence\";s:20:\"Deassign Competences\";s:11:\"cont_filter\";s:6:\"Filter\";s:17:\"cont_filter_field\";s:5:\"Field\";s:18:\"cont_filter_fields\";s:13:\"Filter Fields\";s:18:\"cont_filter_record\";s:6:\"Record\";s:18:\"cont_found_objects\";s:13:\"Found Objects\";s:14:\"cont_item_list\";s:4:\"List\";s:19:\"cont_item_list_info\";s:74:\"Objects located within this container are displayed in the form of a list.\";s:22:\"cont_list_presentation\";s:23:\"Content Display Options\";s:15:\"cont_mem_skills\";s:11:\"Competences\";s:16:\"cont_news_edited\";s:6:\"Edited\";s:18:\"cont_news_settings\";s:13:\"News Settings\";s:18:\"cont_news_timeline\";s:13:\"News Timeline\";s:31:\"cont_news_timeline_auto_entries\";s:25:\"Include Automatic Entries\";s:36:\"cont_news_timeline_auto_entries_info\";s:82:\"Include all news that are created automatically, e.g. forum posts, new files, etc.\";s:23:\"cont_news_timeline_info\";s:27:\"Activates News Timeline Tab\";s:31:\"cont_news_timeline_landing_page\";s:12:\"Landing Page\";s:36:\"cont_news_timeline_landing_page_info\";s:39:\"Timeline page will be the landing page.\";s:22:\"cont_news_timeline_tab\";s:8:\"Timeline\";s:13:\"cont_no_title\";s:11:\"Empty Title\";s:19:\"cont_page_type_cont\";s:35:\"Repository Page (Cours, Group, ...)\";s:19:\"cont_page_type_cstr\";s:44:\"Course Start Page (Learning Objectives View)\";s:9:\"cont_path\";s:4:\"Path\";s:23:\"cont_publish_assignment\";s:19:\"Publish Assignments\";s:14:\"cont_published\";s:9:\"Published\";s:27:\"cont_really_deassign_skills\";s:62:\"Do you really want to deassign all competences from the users?\";s:36:\"cont_really_remove_skill_from_course\";s:61:\"Do you really want to remove these competences from the list?\";s:18:\"cont_select_fields\";s:13:\"Select Fields\";s:14:\"cont_show_more\";s:9:\"Show More\";s:10:\"cont_skill\";s:10:\"Competence\";s:23:\"cont_skill_ass_profiles\";s:28:\"Assigned Profiles of Members\";s:24:\"cont_skill_assigned_comp\";s:20:\"Competence Selection\";s:28:\"cont_skill_assigned_profiles\";s:17:\"Profile Selection\";s:32:\"cont_skill_deletion_not_possible\";s:101:\"Deletion of global competence profiles is not possible. Please select only local competence profiles.\";s:21:\"cont_skill_do_not_set\";s:10:\"Do not set\";s:18:\"cont_skill_members\";s:7:\"Members\";s:30:\"cont_skill_no_profile_selected\";s:24:\"Please select a profile.\";s:19:\"cont_skill_no_skill\";s:16:\"No value (Reset)\";s:29:\"cont_skill_no_skills_selected\";s:109:\"No competences have been selected yet. Please add at least one competence first under \"Competence Selection\".\";s:18:\"cont_skill_profile\";s:7:\"Profile\";s:19:\"cont_skill_profiles\";s:19:\"Competence Profiles\";s:18:\"cont_skill_publish\";s:7:\"Publish\";s:23:\"cont_skill_publish_auto\";s:9:\"Automatic\";s:28:\"cont_skill_publish_auto_info\";s:71:\"Competence assignments for members are immediately visible for members.\";s:25:\"cont_skill_publish_manual\";s:6:\"Manual\";s:30:\"cont_skill_publish_manual_info\";s:92:\"Competence assignments for members must be published before they become visible for members.\";s:42:\"cont_skill_really_delete_profile_from_list\";s:42:\"Do you really want to delete this profile?\";s:43:\"cont_skill_really_delete_profiles_from_list\";s:44:\"Do you really want to delete these profiles?\";s:42:\"cont_skill_really_remove_profile_from_list\";s:56:\"Do you really want to remove this profile from the list?\";s:43:\"cont_skill_really_remove_profiles_from_list\";s:58:\"Do you really want to remove these profiles from the list?\";s:18:\"cont_skill_records\";s:18:\"Competence Records\";s:31:\"cont_skill_removal_not_possible\";s:101:\"Removing of local competence profiles is not possible. Please select only global competence profiles.\";s:23:\"cont_std_filter_title_1\";s:5:\"Title\";s:23:\"cont_std_filter_title_2\";s:11:\"Description\";s:23:\"cont_std_filter_title_3\";s:17:\"Title/Description\";s:23:\"cont_std_filter_title_4\";s:7:\"Keyword\";s:23:\"cont_std_filter_title_5\";s:6:\"Author\";s:23:\"cont_std_filter_title_6\";s:9:\"Copyright\";s:23:\"cont_std_filter_title_7\";s:16:\"Tutorial Support\";s:23:\"cont_std_filter_title_8\";s:11:\"Object Type\";s:23:\"cont_std_filter_title_9\";s:14:\"Online/Offline\";s:21:\"cont_std_record_title\";s:8:\"Standard\";s:14:\"cont_tile_size\";s:9:\"Tile Size\";s:16:\"cont_tile_size_0\";s:34:\"normal (up to four tiles in a row)\";s:16:\"cont_tile_size_1\";s:32:\"small (up to six tiles in a row)\";s:16:\"cont_tile_size_2\";s:34:\"large (up to three tiles in a row)\";s:16:\"cont_tile_size_3\";s:38:\"extra large (up to two tiles in a row)\";s:16:\"cont_tile_size_4\";s:24:\"full (one tile in a row)\";s:14:\"cont_tile_view\";s:5:\"Tiles\";s:19:\"cont_tile_view_info\";s:171:\"Objects located within this container are displayed in the form of thumbnail-style tiles. Images for these tiles can be uploaded in the settings of each individual object.\";}'),('contact','en','a:4:{s:24:\"contact_awrn_ap_contacts\";s:17:\"Approved Contacts\";s:29:\"contact_awrn_ap_contacts_info\";s:45:\"All contacts approved by the user are listed.\";s:25:\"contact_awrn_req_contacts\";s:16:\"Contact Requests\";s:30:\"contact_awrn_req_contacts_info\";s:32:\"All contact requests are listed.\";}'),('content','en','a:1228:{s:5:\"Pages\";s:5:\"Pages\";s:14:\"add_menu_entry\";s:14:\"Add Menu Entry\";s:3:\"all\";s:3:\"All\";s:9:\"all_pages\";s:22:\"Entire Learning Module\";s:18:\"choose_public_mode\";s:30:\"Access for Users not logged-in\";s:19:\"choose_public_pages\";s:30:\"Choose public accessible pages\";s:6:\"citate\";s:6:\"Citate\";s:11:\"citate_from\";s:15:\"Citate From ...\";s:11:\"citate_page\";s:16:\"Citate this Page\";s:9:\"citate_to\";s:13:\"Citate To ...\";s:15:\"cont_Additional\";s:22:\"Additional Information\";s:22:\"cont_AdvancedKnowledge\";s:18:\"Advanced Knowledge\";s:14:\"cont_Attention\";s:9:\"Attention\";s:15:\"cont_Background\";s:10:\"Background\";s:10:\"cont_Block\";s:5:\"Block\";s:9:\"cont_Book\";s:4:\"Book\";s:11:\"cont_Circle\";s:6:\"Circle\";s:13:\"cont_Citation\";s:8:\"Citation\";s:17:\"cont_Confirmation\";s:12:\"Confirmation\";s:12:\"cont_Example\";s:7:\"Example\";s:13:\"cont_Excursus\";s:8:\"Excursus\";s:17:\"cont_FileListItem\";s:25:\"File List Item (Standard)\";s:14:\"cont_Headline1\";s:10:\"Headline 1\";s:14:\"cont_Headline2\";s:10:\"Headline 2\";s:14:\"cont_Headline3\";s:10:\"Headline 3\";s:16:\"cont_Information\";s:11:\"Information\";s:16:\"cont_Interaction\";s:11:\"Interaction\";s:9:\"cont_Link\";s:4:\"Link\";s:9:\"cont_List\";s:4:\"List\";s:15:\"cont_Literature\";s:10:\"Literature\";s:10:\"cont_Media\";s:16:\"Media (Standard)\";s:13:\"cont_Mnemonic\";s:8:\"Mnemonic\";s:12:\"cont_Numbers\";s:7:\"Numbers\";s:9:\"cont_Poly\";s:7:\"Polygon\";s:9:\"cont_Rect\";s:9:\"Rectangle\";s:11:\"cont_Remark\";s:6:\"Remark\";s:14:\"cont_Separator\";s:9:\"Separator\";s:12:\"cont_Special\";s:7:\"Special\";s:19:\"cont_StandardCenter\";s:15:\"Standard Center\";s:18:\"cont_StandardTable\";s:14:\"Standard Table\";s:17:\"cont_TableContent\";s:13:\"Table Content\";s:10:\"cont_Verse\";s:12:\"Verse/Stanza\";s:17:\"cont_WholePicture\";s:13:\"Whole Picture\";s:13:\"cont_accented\";s:8:\"Accented\";s:15:\"cont_act_number\";s:18:\"Chapter Numeration\";s:18:\"cont_activate_html\";s:23:\"Activate HTML Rendering\";s:16:\"cont_activate_js\";s:24:\"Activate Javascript Mode\";s:19:\"cont_activate_media\";s:14:\"Activate Media\";s:18:\"cont_activate_page\";s:13:\"Activate Page\";s:14:\"cont_activated\";s:9:\"Activated\";s:15:\"cont_activation\";s:10:\"Activation\";s:11:\"cont_active\";s:11:\"Enable Menu\";s:17:\"cont_active_areas\";s:8:\"Triggers\";s:16:\"cont_active_from\";s:16:\"Activation Start\";s:14:\"cont_active_to\";s:14:\"Activation End\";s:13:\"cont_add_area\";s:8:\"Add Area\";s:13:\"cont_add_cell\";s:10:\"Add Column\";s:23:\"cont_add_change_comment\";s:18:\"Add change comment\";s:19:\"cont_add_definition\";s:14:\"Add Definition\";s:17:\"cont_add_elements\";s:58:\"<b>Click</b> on a plus symbol to <b>add</b> a new element.\";s:13:\"cont_add_file\";s:8:\"Add File\";s:15:\"cont_add_images\";s:10:\"Add Images\";s:14:\"cont_add_popup\";s:9:\"Add Popup\";s:12:\"cont_add_tab\";s:9:\"Add Panel\";s:12:\"cont_add_url\";s:9:\"Enter URL\";s:15:\"cont_added_cell\";s:12:\"Column added\";s:18:\"cont_added_comment\";s:84:\"Comment has been added to history of learning module (see tab \'Content » History\').\";s:14:\"cont_added_tab\";s:12:\"Panel added.\";s:15:\"cont_added_term\";s:10:\"Term added\";s:16:\"cont_adjust_size\";s:11:\"Adjust Size\";s:22:\"cont_advanced_settings\";s:17:\"Advanced Settings\";s:10:\"cont_align\";s:9:\"Alignment\";s:14:\"cont_alignment\";s:9:\"Alignment\";s:24:\"cont_all_answers_correct\";s:8:\"Correct!\";s:15:\"cont_all_closed\";s:10:\"All Closed\";s:18:\"cont_all_languages\";s:13:\"All Languages\";s:14:\"cont_all_pages\";s:9:\"All Pages\";s:15:\"cont_all_topics\";s:10:\"All Topics\";s:15:\"cont_all_usages\";s:15:\"Include History\";s:15:\"cont_alphabetic\";s:20:\"Alphabetic A, B, …\";s:17:\"cont_alphabetic_s\";s:20:\"Alphabetic a, b, …\";s:11:\"cont_always\";s:6:\"Always\";s:11:\"cont_anchor\";s:6:\"Anchor\";s:10:\"cont_annex\";s:5:\"Annex\";s:32:\"cont_anonymous_user_missing_perm\";s:76:\"Anonymous users currently have no permission to access this learning module.\";s:18:\"cont_areas_deleted\";s:18:\"Map areas deleted.\";s:26:\"cont_assign_characteristic\";s:21:\"Assign Characteristic\";s:16:\"cont_assign_full\";s:18:\"Assign Full Screen\";s:15:\"cont_assign_std\";s:15:\"Assign Standard\";s:21:\"cont_assign_to_parent\";s:16:\"Assign to Parent\";s:20:\"cont_auto_glossaries\";s:22:\"Auto-Linked Glossaries\";s:22:\"cont_auto_last_visited\";s:34:\"Continue with Chapter Last Visited\";s:27:\"cont_auto_last_visited_info\";s:86:\"When the SCORM learning module is opened again, the last section visited is displayed.\";s:17:\"cont_auto_suspend\";s:23:\"Safeguard tracking data\";s:22:\"cont_auto_suspend_info\";s:291:\"This option is for SCORM learning modules, which support SCORM 2004 in an inadequate way by not sending proper values for cmi.exit<br />It will ensure that tracking data is stored irrespectively of the user not closing the learning module properly for instance by simply closing the browser.\";s:14:\"cont_auto_time\";s:27:\"Auto Animation Waiting Time\";s:15:\"cont_autoindent\";s:11:\"Auto Indent\";s:34:\"cont_automatically_set_store_tries\";s:83:\"Option \"$1\" has been activated automatically, because option \"$2\" has been enabled.\";s:14:\"cont_autostart\";s:9:\"Autostart\";s:9:\"cont_back\";s:4:\"Back\";s:15:\"cont_base_image\";s:16:\"Background Image\";s:11:\"cont_bb_tip\";s:52:\"Tip: Styles can be applied quickly to selected text.\";s:13:\"cont_behavior\";s:8:\"Behavior\";s:11:\"cont_biblio\";s:20:\"Bibliographical Data\";s:16:\"cont_biblio_info\";s:40:\"Enables the bibliographical data feature\";s:10:\"cont_blist\";s:11:\"Bullet List\";s:17:\"cont_block_format\";s:14:\"Section Format\";s:18:\"cont_blocked_users\";s:13:\"Blocked Users\";s:28:\"cont_blocked_users_mail_link\";s:56:\"Click on the following link to open the learning module:\";s:11:\"cont_bottom\";s:6:\"Bottom\";s:16:\"cont_bullet_list\";s:11:\"Bullet List\";s:14:\"cont_cach_mode\";s:4:\"Mode\";s:24:\"cont_cach_mode_automatic\";s:9:\"Automatic\";s:29:\"cont_cach_mode_automatic_info\";s:46:\"All your consultation hours will be published.\";s:21:\"cont_cach_mode_manual\";s:6:\"Manual\";s:26:\"cont_cach_mode_manual_info\";s:70:\"Only the consultation hours of the following groups will be published.\";s:22:\"cont_cant_copy_folders\";s:38:\"Folders cannot be copied to clipboard.\";s:18:\"cont_cant_del_full\";s:42:\"Deletion of full screen file not possible.\";s:17:\"cont_cant_del_std\";s:44:\"Deletion of standard view file not possible.\";s:12:\"cont_caption\";s:7:\"Caption\";s:18:\"cont_caption_style\";s:19:\"Caption Style Class\";s:11:\"cont_cc_emp\";s:8:\"Emphatic\";s:11:\"cont_cc_imp\";s:9:\"Important\";s:11:\"cont_cc_str\";s:6:\"Strong\";s:11:\"cont_cc_sub\";s:9:\"Subscript\";s:11:\"cont_cc_sup\";s:11:\"Superscript\";s:20:\"cont_cell_properties\";s:21:\"Table Cell Properties\";s:11:\"cont_center\";s:6:\"Center\";s:21:\"cont_change_alignment\";s:16:\"Change Alignment\";s:35:\"cont_change_notification_salutation\";s:9:\"Hello %s,\";s:35:\"cont_change_notification_subject_lm\";s:45:\"Learning Module \"%1$s\" has been changed: %2$s\";s:28:\"cont_change_object_reference\";s:23:\"Change Object Reference\";s:17:\"cont_change_style\";s:12:\"Change Style\";s:16:\"cont_change_type\";s:11:\"Change Type\";s:17:\"cont_change_width\";s:12:\"Change Width\";s:19:\"cont_chap_and_pages\";s:18:\"Chapters and Pages\";s:27:\"cont_chap_select_target_now\";s:45:\"Chapter marked for moving. Select target now.\";s:13:\"cont_chapters\";s:8:\"Chapters\";s:25:\"cont_chapters_after_pages\";s:74:\"Please note that pages have to precede all sub-chapters of the same level.\";s:23:\"cont_chapters_and_pages\";s:18:\"Chapters and Pages\";s:18:\"cont_chapters_only\";s:13:\"Chapters only\";s:16:\"cont_char_format\";s:9:\"Character\";s:19:\"cont_char_style_acc\";s:11:\"Accentuated\";s:20:\"cont_char_style_code\";s:4:\"Code\";s:19:\"cont_char_style_com\";s:7:\"Comment\";s:20:\"cont_char_style_quot\";s:9:\"Quotation\";s:19:\"cont_characteristic\";s:11:\"Style Class\";s:25:\"cont_characteristic_table\";s:11:\"Style Class\";s:17:\"cont_check_values\";s:26:\"Check Values sent from SCO\";s:22:\"cont_check_values_info\";s:396:\"The Test Tool will check whether the values sent from the SCOs adhere to the SCORM standard. <br /> The SCORM Standard is very demanding concerning the saving of values. Not all learning modules meet the requirements of the standard. This Options allows checking if the module adheres to the Standard or not. Do not check this option if you just want to check if ILIAS can run this module or not.\";s:26:\"cont_choose_characteristic\";s:21:\"Choose Characteristic\";s:34:\"cont_choose_characteristic_section\";s:8:\"Sections\";s:31:\"cont_choose_characteristic_text\";s:13:\"Text Elements\";s:23:\"cont_choose_file_source\";s:6:\"Source\";s:26:\"cont_choose_from_clipboard\";s:21:\"Choose from Clipboard\";s:21:\"cont_choose_from_pool\";s:22:\"Select from Media Pool\";s:15:\"cont_choose_glo\";s:15:\"Choose Glossary\";s:14:\"cont_choose_lm\";s:22:\"Choose Learning Module\";s:17:\"cont_choose_local\";s:15:\"Local directory\";s:22:\"cont_choose_media_pool\";s:11:\"Select Pool\";s:15:\"cont_choose_mep\";s:17:\"Choose Media Pool\";s:34:\"cont_choose_pages_or_chapters_only\";s:44:\"Please select either pages or chapters only.\";s:22:\"cont_choose_upload_dir\";s:16:\"Upload directory\";s:16:\"cont_choose_wiki\";s:11:\"Choose Wiki\";s:33:\"cont_citation_selection_not_valid\";s:29:\"You\'re selection is not valid\";s:20:\"cont_click_br_corner\";s:60:\"Please click on the bottom right corner of the desired area.\";s:17:\"cont_click_center\";s:43:\"Please click on center of the desired area.\";s:17:\"cont_click_circle\";s:51:\"Please click on a circle point of the desired area.\";s:15:\"cont_click_edit\";s:50:\"To <b>edit</b> a page element, <b>click</b> on it.\";s:23:\"cont_click_multi_select\";s:47:\"<b>Click</b> on elements to <b>select</b> them.\";s:23:\"cont_click_next_or_save\";s:140:\"Please click on the next point of the polygon or save the area. (It is not necessary to click again on the starting point of this polygon !)\";s:21:\"cont_click_next_point\";s:46:\"Please click on the next point of the polygon.\";s:25:\"cont_click_starting_point\";s:50:\"Please click on the starting point of the polygon.\";s:20:\"cont_click_tl_corner\";s:56:\"Please click on the top left corner of the desired area.\";s:21:\"cont_code_import_file\";s:6:\"Import\";s:24:\"cont_code_manual_editing\";s:16:\"Manuelle Eingabe\";s:17:\"cont_col_ordering\";s:15:\"Column Ordering\";s:12:\"cont_colspan\";s:9:\"Col. Span\";s:17:\"cont_commented_by\";s:12:\"Commented by\";s:13:\"cont_comments\";s:14:\"Store Comments\";s:18:\"cont_comments_info\";s:124:\"Some SCORM 2004 learning modules allow users providing comments within the module. This option allows saving those comments.\";s:19:\"cont_confirm_delete\";s:42:\"Do you really want to delete this item(s)?\";s:26:\"cont_constrain_proportions\";s:21:\"Constrain Proportions\";s:12:\"cont_content\";s:7:\"Content\";s:18:\"cont_content_popup\";s:13:\"Content Popup\";s:19:\"cont_content_popups\";s:14:\"Content Popups\";s:11:\"cont_coords\";s:11:\"Coordinates\";s:28:\"cont_copy_question_from_pool\";s:23:\"Copy Question from Pool\";s:28:\"cont_copy_question_into_page\";s:14:\"Copy into Page\";s:22:\"cont_copy_to_clipboard\";s:17:\"Copy to clipboard\";s:24:\"cont_correct_after_first\";s:17:\"First Try Correct\";s:24:\"cont_correct_answer_also\";s:16:\"Also correct is:\";s:25:\"cont_correct_answers_also\";s:17:\"Also correct are:\";s:26:\"cont_correct_answers_shown\";s:27:\"Correct solution see above.\";s:38:\"cont_could_not_determine_resource_size\";s:58:\"ILIAS could not automatically determine the resource size.\";s:36:\"cont_could_not_save_duplicate_pc_ids\";s:43:\"Page could not be saved (duplicate PC IDs).\";s:34:\"cont_cp_question_diff_formats_info\";s:69:\"Please note that some formatting is not supported in content modules.\";s:16:\"cont_create_link\";s:11:\"Create Link\";s:15:\"cont_create_mob\";s:19:\"Create Media Object\";s:12:\"cont_credits\";s:7:\"Credits\";s:20:\"cont_current_chapter\";s:15:\"Current Chapter\";s:17:\"cont_current_lang\";s:16:\"Current Language\";s:17:\"cont_current_page\";s:12:\"Current Page\";s:18:\"cont_current_style\";s:13:\"Current Style\";s:17:\"cont_current_term\";s:12:\"Current Term\";s:19:\"cont_current_usages\";s:14:\"Current Usages\";s:20:\"cont_current_version\";s:15:\"Current Version\";s:11:\"cont_custom\";s:6:\"Custom\";s:24:\"cont_custom_menu_entries\";s:19:\"Custom Menu Entries\";s:16:\"cont_custom_size\";s:10:\"Fixed Size\";s:9:\"cont_dark\";s:4:\"Dark\";s:18:\"cont_data_from_lms\";s:17:\"adlcp:datafromlms\";s:16:\"cont_de_activate\";s:13:\"(De-)Activate\";s:20:\"cont_deactivate_html\";s:25:\"Deactivate HTML Rendering\";s:18:\"cont_deactivate_js\";s:18:\"Activate Form Mode\";s:21:\"cont_deactivate_media\";s:16:\"Deactivate Media\";s:20:\"cont_deactivate_page\";s:15:\"Deactivate Page\";s:16:\"cont_deactivated\";s:11:\"Deactivated\";s:10:\"cont_debug\";s:16:\"Enable Test Tool\";s:21:\"cont_debug_deactivate\";s:243:\"A Test Tool will be displayed in the presentation mode of the learning module. Based on the data provided by it the interaction of the learning module and ILIAS can be evaluated. To use the Test Tool, the navigation tree has to be switched on.\";s:23:\"cont_debug_deactivate12\";s:178:\"A Test Tool will be displayed in the presentation mode of the learning module. Based on the data provided by it the interaction of the learning module and ILIAS can be evaluated.\";s:22:\"cont_debug_deactivated\";s:140:\"The Test Tool is currently globally deactivated in the ILIAS administration: \'Administration » Repository and Objects » Learning Modules\'.\";s:14:\"cont_debugging\";s:9:\"Debugging\";s:12:\"cont_decimal\";s:7:\"Decimal\";s:24:\"cont_def_feedb_activated\";s:79:\"Default feedback texts are currently activated in the learning module settings.\";s:26:\"cont_def_feedb_deactivated\";s:81:\"Default feedback texts are currently deactivated in the learning module settings.\";s:15:\"cont_def_layout\";s:14:\"Default Layout\";s:20:\"cont_def_lesson_mode\";s:20:\"Record Tracking Data\";s:18:\"cont_def_map_areas\";s:18:\"Default Link Areas\";s:21:\"cont_def_organization\";s:7:\"default\";s:12:\"cont_default\";s:7:\"Default\";s:15:\"cont_definition\";s:10:\"Definition\";s:16:\"cont_definitions\";s:11:\"Definitions\";s:19:\"cont_delete_content\";s:14:\"Delete Content\";s:20:\"cont_delete_selected\";s:6:\"Delete\";s:17:\"cont_delete_style\";s:12:\"Delete Style\";s:22:\"cont_delete_track_data\";s:20:\"Delete Tracking Data\";s:17:\"cont_dependencies\";s:12:\"Dependencies\";s:16:\"cont_dir_created\";s:27:\"Directory has been created.\";s:16:\"cont_dir_deleted\";s:27:\"Directory has been deleted.\";s:13:\"cont_dir_file\";s:14:\"Directory/File\";s:16:\"cont_dir_renamed\";s:27:\"Directory has been renamed.\";s:25:\"cont_disable_def_feedback\";s:33:\"Disable Default Question Feedback\";s:30:\"cont_disable_def_feedback_info\";s:81:\"The standard feedback for a question is not displayed after answering a question.\";s:13:\"cont_download\";s:8:\"Download\";s:25:\"cont_download_no_download\";s:85:\"Download will not be available to users, since the download feature is not activated.\";s:21:\"cont_download_no_menu\";s:88:\"Download will not be available to users since the learning module menu is not activated.\";s:19:\"cont_download_title\";s:14:\"Download Title\";s:14:\"cont_downloads\";s:15:\"Enable Download\";s:19:\"cont_downloads_desc\";s:77:\"Offers all public export files for download (e.g. for offline use or import).\";s:26:\"cont_downloads_public_desc\";s:56:\"Allow download even for anonymous users (in public area)\";s:27:\"cont_drag_and_drop_elements\";s:105:\"To <b>move</b> a page element, <b>drag</b> it with the mouse to the intended location and <b/>drop<b> it.\";s:28:\"cont_drag_element_click_save\";s:71:\"Drag and drop the element to the desired position. Then hit ‘Save’.\";s:20:\"cont_ed_align_center\";s:13:\"Align: Center\";s:18:\"cont_ed_align_left\";s:11:\"Align: Left\";s:24:\"cont_ed_align_left_float\";s:17:\"Align: Left Float\";s:19:\"cont_ed_align_right\";s:12:\"Align: Right\";s:25:\"cont_ed_align_right_float\";s:18:\"Align: Right Float\";s:14:\"cont_ed_atable\";s:14:\"Advanced Table\";s:17:\"cont_ed_cell_left\";s:9:\"Move Left\";s:18:\"cont_ed_cell_right\";s:10:\"Move Right\";s:13:\"cont_ed_class\";s:5:\"Style\";s:23:\"cont_ed_click_to_add_pg\";s:26:\"Click here to add content.\";s:16:\"cont_ed_col_left\";s:16:\"Move Column Left\";s:17:\"cont_ed_col_right\";s:17:\"Move Column Right\";s:12:\"cont_ed_copy\";s:4:\"Copy\";s:17:\"cont_ed_copy_clip\";s:17:\"Copy to Clipboard\";s:11:\"cont_ed_cut\";s:3:\"Cut\";s:14:\"cont_ed_delete\";s:6:\"Delete\";s:19:\"cont_ed_delete_cell\";s:13:\"Delete Column\";s:18:\"cont_ed_delete_col\";s:13:\"Delete Column\";s:19:\"cont_ed_delete_item\";s:11:\"Delete Item\";s:18:\"cont_ed_delete_row\";s:10:\"Delete Row\";s:14:\"cont_ed_dtable\";s:10:\"Data Table\";s:12:\"cont_ed_edit\";s:4:\"Edit\";s:17:\"cont_ed_edit_data\";s:9:\"Edit Data\";s:18:\"cont_ed_edit_files\";s:10:\"Edit Files\";s:21:\"cont_ed_edit_multiple\";s:23:\"Edit Paragraph Sequence\";s:17:\"cont_ed_edit_prop\";s:15:\"Edit Properties\";s:14:\"cont_ed_enable\";s:22:\"(De-)Activate Elements\";s:13:\"cont_ed_flist\";s:10:\" File List\";s:10:\"cont_ed_go\";s:2:\"Go\";s:22:\"cont_ed_grid_col_width\";s:12:\"Column Width\";s:27:\"cont_ed_grid_col_width_info\";s:204:\"Column width can span multiple 1/12 units of the row and depends on the overall screen size. Devices are given as examples. Their screen size determines the concrete behaviour. 12/12 equals to 100% width.\";s:23:\"cont_ed_grid_col_widths\";s:13:\"Column Widths\";s:21:\"cont_ed_insert_amdfrm\";s:24:\"Insert Advanced Metadata\";s:20:\"cont_ed_insert_amdpl\";s:16:\"Insert Page List\";s:19:\"cont_ed_insert_blog\";s:11:\"Insert Blog\";s:19:\"cont_ed_insert_cach\";s:25:\"Insert Consultation Hours\";s:19:\"cont_ed_insert_dtab\";s:17:\"Insert Data Table\";s:19:\"cont_ed_insert_flst\";s:16:\"Insert File List\";s:19:\"cont_ed_insert_grid\";s:20:\"Insert Column Layout\";s:24:\"cont_ed_insert_grid_info\";s:70:\"Adds a responsive column layout based on a grid with 12 units per row.\";s:18:\"cont_ed_insert_iim\";s:24:\"Insert Interactive Image\";s:19:\"cont_ed_insert_incl\";s:22:\"Insert Content Snippet\";s:18:\"cont_ed_insert_lay\";s:22:\"Insert Layout Template\";s:20:\"cont_ed_insert_lhist\";s:23:\"Insert Learning History\";s:19:\"cont_ed_insert_list\";s:20:\"Insert Advanced List\";s:18:\"cont_ed_insert_lpe\";s:25:\"Insert Login Page Element\";s:18:\"cont_ed_insert_map\";s:10:\"Insert Map\";s:19:\"cont_ed_insert_mcrs\";s:17:\"Insert My Courses\";s:20:\"cont_ed_insert_media\";s:18:\"Insert Image/Media\";s:18:\"cont_ed_insert_par\";s:11:\"Insert Text\";s:20:\"cont_ed_insert_pcqst\";s:15:\"Insert Question\";s:20:\"cont_ed_insert_plach\";s:18:\"Insert Placeholder\";s:19:\"cont_ed_insert_prof\";s:20:\"Insert Personal Data\";s:20:\"cont_ed_insert_qover\";s:24:\"Insert Question Overview\";s:21:\"cont_ed_insert_repobj\";s:17:\"Insert Item Group\";s:18:\"cont_ed_insert_sec\";s:14:\"Insert Section\";s:21:\"cont_ed_insert_skills\";s:18:\"Insert Competences\";s:18:\"cont_ed_insert_src\";s:11:\"Insert Code\";s:18:\"cont_ed_insert_tab\";s:21:\"Insert Advanced Table\";s:19:\"cont_ed_insert_tabs\";s:25:\"Insert Accordion/Carousel\";s:20:\"cont_ed_insert_templ\";s:23:\"Insert Content Template\";s:19:\"cont_ed_insert_vrfc\";s:18:\"Insert Certificate\";s:17:\"cont_ed_item_down\";s:14:\"Move Item Down\";s:15:\"cont_ed_item_up\";s:12:\"Move Item Up\";s:12:\"cont_ed_list\";s:14:\" Advanced List\";s:17:\"cont_ed_moveafter\";s:10:\"Move After\";s:18:\"cont_ed_movebefore\";s:11:\"Move Before\";s:21:\"cont_ed_new_col_after\";s:17:\"New Columns After\";s:22:\"cont_ed_new_col_before\";s:18:\"New Columns Before\";s:22:\"cont_ed_new_item_after\";s:14:\"New Item After\";s:23:\"cont_ed_new_item_before\";s:15:\"New Item Before\";s:21:\"cont_ed_new_row_after\";s:14:\"New Rows After\";s:22:\"cont_ed_new_row_before\";s:15:\"New Rows Before\";s:15:\"cont_ed_nr_cols\";s:17:\"Number of Columns\";s:15:\"cont_ed_nr_rows\";s:14:\"Number of Rows\";s:11:\"cont_ed_par\";s:4:\"Text\";s:13:\"cont_ed_paste\";s:5:\"Paste\";s:18:\"cont_ed_paste_clip\";s:20:\"Paste From Clipboard\";s:15:\"cont_ed_pglprop\";s:22:\"Page Layout Properties\";s:18:\"cont_ed_plachmedia\";s:17:\"Placeholder Media\";s:17:\"cont_ed_plachprop\";s:22:\"Placeholder Properties\";s:21:\"cont_ed_plachquestion\";s:20:\"Placeholder Question\";s:17:\"cont_ed_plachtext\";s:16:\"Placeholder Text\";s:25:\"cont_ed_plachverification\";s:23:\"Placeholder Certificate\";s:16:\"cont_ed_row_down\";s:13:\"Move Row Down\";s:14:\"cont_ed_row_up\";s:11:\"Move Row Up\";s:21:\"cont_ed_select_pctext\";s:16:\"Select Text Item\";s:18:\"cont_ed_split_page\";s:17:\"Split to New Page\";s:23:\"cont_ed_split_page_next\";s:18:\"Split to Next Page\";s:16:\"cont_ed_textitem\";s:10:\" Text Item\";s:13:\"cont_ed_width\";s:5:\"Width\";s:20:\"cont_edit_base_image\";s:21:\"Edit Background Image\";s:14:\"cont_edit_comp\";s:7:\"Editing\";s:20:\"cont_edit_definition\";s:15:\"Edit Definition\";s:30:\"cont_edit_file_list_properties\";s:25:\"Edit File List Properties\";s:26:\"cont_edit_language_version\";s:12:\"Edit Version\";s:22:\"cont_edit_lrs_settings\";s:13:\"Edit Settings\";s:25:\"cont_edit_marker_position\";s:20:\"Edit Marker Position\";s:13:\"cont_edit_mob\";s:17:\"Edit Media Object\";s:24:\"cont_edit_mob_alias_prop\";s:37:\"Edit Media Object Instance Properties\";s:14:\"cont_edit_mode\";s:9:\"Edit Mode\";s:15:\"cont_edit_multi\";s:9:\"Selection\";s:26:\"cont_edit_overlay_position\";s:21:\"Edit Overlay Position\";s:13:\"cont_edit_par\";s:9:\"Edit Text\";s:23:\"cont_edit_personal_data\";s:18:\"Edit Personal Data\";s:24:\"cont_edit_popup_position\";s:19:\"Edit Popup Position\";s:15:\"cont_edit_qover\";s:22:\"Edit Question Overview\";s:22:\"cont_edit_shape_circle\";s:19:\"Edit Shape (Circle)\";s:23:\"cont_edit_shape_polygon\";s:20:\"Edit Shape (Polygon)\";s:25:\"cont_edit_shape_rectangle\";s:22:\"Edit Shape (Rectangle)\";s:29:\"cont_edit_shape_whole_picture\";s:26:\"Edit Shape (Whole Picture)\";s:13:\"cont_edit_src\";s:16:\"Edit Source Code\";s:15:\"cont_edit_style\";s:10:\"Edit Style\";s:15:\"cont_edit_table\";s:10:\"Edit Table\";s:14:\"cont_edit_tabs\";s:10:\"Properties\";s:14:\"cont_edit_term\";s:9:\"Edit Term\";s:15:\"cont_edit_title\";s:12:\"Change Title\";s:32:\"cont_element_refers_removed_itgr\";s:83:\"This content element refers to an item group that has been removed in the meantime.\";s:19:\"cont_empty_question\";s:79:\"Question editing not finished. Please either click and edit or delete question.\";s:24:\"cont_enable_page_history\";s:12:\"Page History\";s:29:\"cont_enable_page_history_info\";s:70:\"Stores older versions of pages and allows roll back to older versions.\";s:42:\"cont_enable_time_scheduled_page_activation\";s:30:\"Time Scheduled Page Activation\";s:47:\"cont_enable_time_scheduled_page_activation_info\";s:105:\"If enabled, an activation period (date/time) can be selected in the learning module editor for each page.\";s:8:\"cont_end\";s:3:\"End\";s:27:\"cont_enough_answers_correct\";s:35:\"Correct, but not the best solution!\";s:21:\"cont_enter_a_dir_name\";s:30:\"Please enter a directory name.\";s:17:\"cont_enter_a_file\";s:21:\"Please select a file.\";s:10:\"cont_error\";s:16:\"An Error Occured\";s:25:\"cont_exp_id_used_multiple\";s:29:\"Export ID used multiple times\";s:29:\"cont_exp_ids_not_resp_format1\";s:48:\"Export IDs may only use the following characters\";s:29:\"cont_exp_ids_not_resp_format2\";s:36:\"Please check and correct your input.\";s:29:\"cont_exp_ids_not_resp_format3\";s:36:\"The ID must not start with a number.\";s:15:\"cont_export_all\";s:10:\"Export all\";s:14:\"cont_export_id\";s:9:\"Export ID\";s:9:\"cont_file\";s:4:\"File\";s:17:\"cont_file_created\";s:22:\"File has been created.\";s:17:\"cont_file_deleted\";s:22:\"File has been deleted.\";s:25:\"cont_file_from_repository\";s:20:\"File From Repository\";s:24:\"cont_file_from_workspace\";s:28:\"File From Personal Resources\";s:17:\"cont_file_renamed\";s:22:\"File has been renamed.\";s:18:\"cont_file_unzipped\";s:23:\"File has been unzipped.\";s:10:\"cont_files\";s:5:\"Files\";s:19:\"cont_finish_editing\";s:14:\"Finish Editing\";s:25:\"cont_finish_table_editing\";s:25:\"Finish Data Table Editing\";s:15:\"cont_first_open\";s:18:\"First Panel Opened\";s:15:\"cont_first_page\";s:10:\"First Page\";s:20:\"cont_first_row_style\";s:21:\"First Row Style Class\";s:13:\"cont_fix_tree\";s:13:\"Fix structure\";s:21:\"cont_fix_tree_confirm\";s:140:\"Please execute this command only if the tree structure of this learning module is corrupted, e.g. if blank items occur in the explorer view.\";s:7:\"cont_fn\";s:8:\"Footnote\";s:11:\"cont_footer\";s:6:\"Footer\";s:13:\"cont_footnote\";s:8:\"Footnote\";s:19:\"cont_force_all_open\";s:16:\"Force All Opened\";s:11:\"cont_format\";s:6:\"Format\";s:17:\"cont_format_cells\";s:12:\"Format Cells\";s:19:\"cont_fourth_edition\";s:22:\"SCORM 2004 4th edition\";s:24:\"cont_fourth_edition_info\";s:205:\"SCORM 2004 4th edition offers some advantages compared to the 3rd Edition: Data can be carried over between SCOs. Few learning modules actually use this feature and it has a negative Impact on performance.\";s:15:\"cont_free_pages\";s:10:\"Free Pages\";s:19:\"cont_full_is_in_dir\";s:56:\"Deletion not possible. Full screen file is in directory.\";s:15:\"cont_fullscreen\";s:11:\"Full Screen\";s:23:\"cont_general_properties\";s:18:\"General Properties\";s:13:\"cont_get_link\";s:24:\"→ Select Target Object\";s:15:\"cont_glo_assign\";s:15:\"Assign Glossary\";s:15:\"cont_glo_create\";s:15:\"Create Glossary\";s:15:\"cont_glo_detach\";s:15:\"Detach Glossary\";s:19:\"cont_glo_properties\";s:19:\"Glossary Properties\";s:15:\"cont_glossaries\";s:10:\"Glossaries\";s:21:\"cont_got_lock_release\";s:114:\"This page has been locked for your editing until %1. Please release the page after you have done all your changes.\";s:14:\"cont_grid_cell\";s:6:\"Column\";s:31:\"cont_grid_cell_confirm_deletion\";s:43:\"Do you really want to delete the column(s)?\";s:18:\"cont_grid_nr_cells\";s:17:\"Number of Columns\";s:21:\"cont_grid_t_main_side\";s:19:\"Main and side block\";s:26:\"cont_grid_t_main_side_info\";s:125:\"Creates a wide column on the left and a narrower column on the right. Switches to a one-column layout in Mobile View (small).\";s:18:\"cont_grid_t_manual\";s:28:\"Manually created page layout\";s:23:\"cont_grid_t_manual_info\";s:59:\"Enables the free design of the number and width of columns.\";s:24:\"cont_grid_t_three_column\";s:19:\"Three-column-Layout\";s:29:\"cont_grid_t_three_column_info\";s:112:\"Creates three columns of equal width next to each other. Switches to a one-column layout in Mobile View (small).\";s:22:\"cont_grid_t_two_by_two\";s:16:\"Two-time-two-box\";s:27:\"cont_grid_t_two_by_two_info\";s:169:\"Creates two rows with two columns of equal width. Switches to a one-column layout in mobile view (small) and to a four-column layout on extra-wide screens (extra large).\";s:22:\"cont_grid_t_two_column\";s:17:\"Two-column-layout\";s:27:\"cont_grid_t_two_column_info\";s:108:\"Creates two equally wide columns next to each other. Switches to a one-column layout in Mobile View (small).\";s:17:\"cont_grid_width_l\";s:5:\"Large\";s:22:\"cont_grid_width_l_info\";s:12:\"E.g. desktop\";s:17:\"cont_grid_width_m\";s:6:\"Medium\";s:22:\"cont_grid_width_m_info\";s:11:\"E.g. tablet\";s:17:\"cont_grid_width_s\";s:5:\"Small\";s:22:\"cont_grid_width_s_info\";s:15:\"E.g. smartphone\";s:18:\"cont_grid_width_xl\";s:11:\"Extra Large\";s:23:\"cont_grid_width_xl_info\";s:17:\"E.g. wide desktop\";s:22:\"cont_hacc_needs_height\";s:54:\"Please set a content height for horizontal accordions.\";s:21:\"cont_hacc_needs_width\";s:53:\"Please set a content width for horizontal accordions.\";s:19:\"cont_has_row_header\";s:16:\"Has a Header Row\";s:11:\"cont_header\";s:6:\"Header\";s:11:\"cont_height\";s:16:\"Height in pixels\";s:29:\"cont_help_no_valid_tooltip_id\";s:46:\"The tooltip ID you have entered was not valid.\";s:13:\"cont_hide_adv\";s:23:\"Hide Advanced Knowledge\";s:25:\"cont_hide_head_foot_print\";s:43:\"Hide custom header and footer in print view\";s:14:\"cont_hidenavig\";s:20:\"Hide Navigation Tree\";s:19:\"cont_hidenavig_info\";s:189:\"The navigation tree on the left can be hidden, if the SCORM Learning module contains sufficient functionality to navigate between sections of content or the top navigation bar is displayed.\";s:20:\"cont_highlight_class\";s:15:\"Highlight Class\";s:19:\"cont_highlight_mode\";s:14:\"Highlight Mode\";s:10:\"cont_hover\";s:5:\"Hover\";s:9:\"cont_href\";s:4:\"href\";s:20:\"cont_html_export_ids\";s:15:\"HTML Export IDs\";s:25:\"cont_html_export_ids_info\";s:117:\"Allows maintaining extra IDs for ILIAS learning modules that are used for naming HTML files when HTML export is done.\";s:15:\"cont_html_table\";s:10:\"HTML Table\";s:11:\"cont_id_ref\";s:13:\"identifierref\";s:21:\"cont_ie_compatibility\";s:38:\"Internet Explorer 7 Compatibility Mode\";s:26:\"cont_ie_compatibility_info\";s:234:\"Reduces problems with displaying older SCORM Learning Modules that were optimised for the Internet Explorer. If the Compatibility Mode is switched off in newer versions of the Internet Explorer, this setting does not become effective.\";s:20:\"cont_ie_force_render\";s:36:\"Force Internet Explorer to re-render\";s:25:\"cont_ie_force_render_info\";s:111:\"Learning modules with many frames or iFrames will be displayed correctly after rendering the content once more.\";s:20:\"cont_iim_add_overlay\";s:11:\"Add Overlay\";s:20:\"cont_iim_add_trigger\";s:11:\"Add Trigger\";s:25:\"cont_iim_add_trigger_text\";s:76:\"Please add a trigger. Afterwards edit size and position on the right screen.\";s:25:\"cont_iim_background_image\";s:16:\"Background Image\";s:37:\"cont_iim_background_image_and_caption\";s:28:\"Background Image and Caption\";s:13:\"cont_iim_edit\";s:22:\"Edit Interactive Image\";s:21:\"cont_iim_edit_trigger\";s:12:\"Edit Trigger\";s:23:\"cont_iim_finish_editing\";s:32:\"Finish Editing Interactive Image\";s:19:\"cont_iim_horizontal\";s:10:\"Horizontal\";s:11:\"cont_iim_lg\";s:5:\"Large\";s:11:\"cont_iim_md\";s:6:\"Medium\";s:19:\"cont_iim_no_overlay\";s:10:\"No Overlay\";s:17:\"cont_iim_overview\";s:8:\"Overview\";s:23:\"cont_iim_select_overlay\";s:14:\"Select Overlay\";s:23:\"cont_iim_select_trigger\";s:58:\"To edit an existing trigger, click it on the right screen.\";s:13:\"cont_iim_size\";s:4:\"Size\";s:11:\"cont_iim_sm\";s:5:\"Small\";s:21:\"cont_iim_tr_add_popup\";s:17:\"Add Content-Popup\";s:27:\"cont_iim_tr_properties_info\";s:97:\"The trigger will be presented on the right side. You may alter position and size using the mouse.\";s:16:\"cont_iim_trigger\";s:7:\"Trigger\";s:17:\"cont_iim_vertical\";s:8:\"Vertical\";s:13:\"cont_imagemap\";s:9:\"Image Map\";s:11:\"cont_import\";s:6:\"Import\";s:14:\"cont_import_id\";s:10:\"identifier\";s:16:\"cont_import_lang\";s:15:\"Target Language\";s:20:\"cont_import_tracking\";s:20:\"Import Tracking Data\";s:17:\"cont_import_trans\";s:18:\"Import Translation\";s:29:\"cont_import_validation_errors\";s:191:\"Some errors occurred during validation of the learning module. The presentation of the learning module may be ok, but it is likely that you are not able to edit the pages that contain errors.\";s:29:\"cont_initial_attached_content\";s:21:\"Initial Extra Content\";s:25:\"cont_insert_amd_page_list\";s:16:\"Insert Page List\";s:22:\"cont_insert_as_chapter\";s:17:\"Insert as Chapter\";s:25:\"cont_insert_as_subchapter\";s:21:\"Insert as Sub-chapter\";s:16:\"cont_insert_blog\";s:13:\"Add Blog Post\";s:19:\"cont_insert_chapter\";s:14:\"Insert Chapter\";s:29:\"cont_insert_chapter_from_clip\";s:29:\"Paste Chapters from Clipboard\";s:30:\"cont_insert_consultation_hours\";s:25:\"Insert Consultation Hours\";s:21:\"cont_insert_file_item\";s:16:\"Insert File Item\";s:21:\"cont_insert_file_list\";s:16:\"Insert File List\";s:16:\"cont_insert_list\";s:20:\"Insert Advanced List\";s:22:\"cont_insert_login_page\";s:22:\"Add Login Page Element\";s:15:\"cont_insert_map\";s:10:\"Insert Map\";s:15:\"cont_insert_mob\";s:19:\"Insert Media Object\";s:22:\"cont_insert_my_courses\";s:17:\"Insert My Courses\";s:16:\"cont_insert_page\";s:11:\"Insert Page\";s:26:\"cont_insert_page_from_clip\";s:26:\"Paste Pages from Clipboard\";s:22:\"cont_insert_pagelayout\";s:25:\"Insert Page from Template\";s:15:\"cont_insert_par\";s:11:\"Insert Text\";s:19:\"cont_insert_profile\";s:21:\"Publish Personal Data\";s:21:\"cont_insert_resources\";s:17:\"Insert Item Group\";s:19:\"cont_insert_section\";s:14:\"Insert Section\";s:18:\"cont_insert_skills\";s:17:\"Insert Competence\";s:15:\"cont_insert_src\";s:18:\"Insert source code\";s:22:\"cont_insert_subchapter\";s:18:\"Insert Sub-chapter\";s:32:\"cont_insert_subchapter_from_clip\";s:33:\"Paste Sub-chapters from Clipboard\";s:17:\"cont_insert_table\";s:12:\"Insert Table\";s:24:\"cont_insert_verification\";s:15:\"Add Certificate\";s:19:\"cont_inst_map_areas\";s:19:\"Instance Link Areas\";s:17:\"cont_interactions\";s:29:\"Store Results of Interactions\";s:22:\"cont_interactions_info\";s:204:\"Typically results from interactions in learning modules are simply stored without being read / loaded again. If you ensured this is how your learning module operates, this option will improve performance.\";s:25:\"cont_interactions_info_12\";s:112:\"Results from interactions in SCORM 1.2 learning modules are simply stored. This option will improve performance.\";s:18:\"cont_internal_link\";s:13:\"internal link\";s:19:\"cont_internal_links\";s:14:\"Internal Links\";s:23:\"cont_invalid_new_module\";s:68:\"Incompatible module! Please make sure imsmanifest.xml is not changed\";s:15:\"cont_is_visible\";s:9:\"isvisible\";s:9:\"cont_item\";s:4:\"Item\";s:12:\"cont_keyword\";s:7:\"Keyword\";s:13:\"cont_language\";s:8:\"Language\";s:14:\"cont_languages\";s:9:\"Languages\";s:13:\"cont_last_try\";s:8:\"Last Try\";s:16:\"cont_last_update\";s:11:\"Last Update\";s:22:\"cont_last_visited_page\";s:17:\"Last Visited Page\";s:15:\"cont_latest_rev\";s:15:\"Latest Revision\";s:11:\"cont_layout\";s:6:\"Layout\";s:19:\"cont_layout_1window\";s:10:\"One Window\";s:24:\"cont_layout_1window_desc\";s:81:\"Content in the main frame. FAQ, glossary and media links open in separate window.\";s:19:\"cont_layout_2window\";s:11:\"Two Windows\";s:24:\"cont_layout_2window_desc\";s:77:\"Content in the left frame. FAQ, glossary and media links open in right frame.\";s:19:\"cont_layout_3window\";s:13:\"Three Windows\";s:24:\"cont_layout_3window_desc\";s:109:\"Content in the left frame. FAQ and media links open in top-right frame, glossary links in bottom-right frame.\";s:22:\"cont_layout_fullscreen\";s:11:\"Full Screen\";s:27:\"cont_layout_fullscreen_desc\";s:123:\"Content in the main frame. FAQ, glossary and media links open in separate window. No ILIAS main menu and no navigation bar.\";s:20:\"cont_layout_per_page\";s:15:\"Layout per Page\";s:25:\"cont_layout_per_page_info\";s:118:\"Allow to set individual layouts for each page. This automatically activates the ‘Synchronize Frames’ setting, too.\";s:24:\"cont_layout_presentation\";s:12:\"Presentation\";s:29:\"cont_layout_presentation_desc\";s:101:\"Content in the main frame. FAQ, glossary and media links open in separate window. No ILIAS main menu.\";s:20:\"cont_layout_template\";s:15:\"Layout Template\";s:19:\"cont_layout_toc2win\";s:17:\"Table of Contents\";s:24:\"cont_layout_toc2win_desc\";s:113:\"Table of contents in the left, content in the right frame. FAQ, glossary and media links open in separate window.\";s:22:\"cont_layout_toc2windyn\";s:25:\"Table of Contents Dynamic\";s:27:\"cont_layout_toc2windyn_desc\";s:130:\"Table of contents in the left, content in the right frame. FAQ, glossary and media links open dynamically a frame at bottom-right.\";s:9:\"cont_left\";s:4:\"Left\";s:15:\"cont_left_float\";s:14:\"Left, Floating\";s:12:\"cont_license\";s:7:\"License\";s:17:\"cont_license_info\";s:27:\"Enables the license feature\";s:10:\"cont_light\";s:5:\"Light\";s:9:\"cont_link\";s:4:\"Link\";s:14:\"cont_link_area\";s:9:\"Link Area\";s:13:\"cont_link_ext\";s:13:\"External Link\";s:19:\"cont_link_glo_in_lm\";s:63:\"Should all glossary terms be linked in the learning module now?\";s:13:\"cont_link_int\";s:13:\"Internal Link\";s:12:\"cont_link_no\";s:7:\"No Link\";s:16:\"cont_link_select\";s:13:\"Internal Link\";s:21:\"cont_link_to_external\";s:24:\"Link to External Website\";s:21:\"cont_link_to_internal\";s:22:\"Link to ILIAS Resource\";s:17:\"cont_link_to_wiki\";s:35:\"Link to Wiki Page (Insert Brackets)\";s:14:\"cont_link_type\";s:9:\"Link Type\";s:14:\"cont_link_user\";s:12:\"User Profile\";s:16:\"cont_linked_mobs\";s:20:\"Linked media objects\";s:10:\"cont_links\";s:5:\"Links\";s:15:\"cont_list_files\";s:10:\"List Files\";s:16:\"cont_list_indent\";s:11:\"Indent List\";s:20:\"cont_list_item_style\";s:15:\"List Item Style\";s:17:\"cont_list_outdent\";s:12:\"Outdent List\";s:20:\"cont_list_properties\";s:15:\"List Properties\";s:10:\"cont_lists\";s:5:\"Lists\";s:15:\"cont_lk_chapter\";s:7:\"Chapter\";s:19:\"cont_lk_chapter_new\";s:18:\"Chapter in New Tab\";s:12:\"cont_lk_file\";s:13:\"File/Document\";s:17:\"cont_lk_media_faq\";s:17:\"Media in FAQ Tool\";s:20:\"cont_lk_media_inline\";s:14:\"Media (Inline)\";s:19:\"cont_lk_media_media\";s:19:\"Media in Media Tool\";s:17:\"cont_lk_media_new\";s:16:\"Media in New Tab\";s:12:\"cont_lk_page\";s:4:\"Page\";s:16:\"cont_lk_page_faq\";s:16:\"Page in FAQ Tool\";s:16:\"cont_lk_page_new\";s:15:\"Page in New Tab\";s:12:\"cont_lk_term\";s:13:\"Glossary Term\";s:16:\"cont_lk_term_new\";s:24:\"Glossary Term in New Tab\";s:21:\"cont_lm_comments_desc\";s:67:\"Allow users to share comments on every page of the learning module.\";s:22:\"cont_lm_default_layout\";s:33:\"Default Layout of Learning Module\";s:27:\"cont_lm_mail_permanent_link\";s:58:\"Click on the following link to access the learning module:\";s:12:\"cont_lm_menu\";s:4:\"Menu\";s:18:\"cont_lm_properties\";s:24:\"Learning Module Settings\";s:22:\"cont_lm_starting_point\";s:41:\"Starting Point for ILIAS Learning Modules\";s:27:\"cont_lm_starting_point_info\";s:57:\"Page being opened when clicking a learning modules title.\";s:14:\"cont_localfile\";s:10:\"Local File\";s:17:\"cont_localization\";s:12:\"Localization\";s:22:\"cont_localization_info\";s:71:\"Language used for predefined texts, e.g. ‘Previous’ and ’Next’.\";s:13:\"cont_location\";s:8:\"Location\";s:23:\"cont_lpe_cas_login_form\";s:14:\"CAS Login Form\";s:28:\"cont_lpe_dpro_agreement_link\";s:35:\"Declaration of Data Protection Link\";s:27:\"cont_lpe_language_selection\";s:18:\"Language Selection\";s:19:\"cont_lpe_login_form\";s:10:\"Login Form\";s:29:\"cont_lpe_openid_connect_login\";s:20:\"OpenID Connect Login\";s:26:\"cont_lpe_openid_login_form\";s:17:\"OpenID Login Form\";s:26:\"cont_lpe_registration_link\";s:21:\"New Registration Link\";s:19:\"cont_lpe_saml_login\";s:10:\"SAML Login\";s:24:\"cont_lpe_shib_login_form\";s:21:\"Shibboleth Login Form\";s:28:\"cont_lpe_user_agreement_link\";s:19:\"User Agreement Link\";s:17:\"cont_lrs_settings\";s:8:\"Settings\";s:11:\"cont_lvalue\";s:12:\"Data element\";s:16:\"cont_maintenance\";s:11:\"Maintenance\";s:13:\"cont_manifest\";s:8:\"Manifest\";s:22:\"cont_manual_item_group\";s:26:\"Manually Create Item Group\";s:27:\"cont_map_file_not_generated\";s:47:\"Sorry. Unable to generate map file for editing.\";s:11:\"cont_marker\";s:6:\"Marker\";s:25:\"cont_master_language_only\";s:31:\"Master Language for Translation\";s:34:\"cont_master_language_only_no_media\";s:29:\"Master Language without Media\";s:18:\"cont_mastery_score\";s:18:\"adlcp:masteryscore\";s:21:\"cont_mastery_score_12\";s:23:\"overwrite mastery_score\";s:26:\"cont_mastery_score_12_info\";s:346:\"If a SCO does not autonomously determines a status, a SCO is considered passed if the score reached at least a certain level - the mastery_score. This value can be overwritten here e.g. to reduce the requirement level. If the field is empty, the information in the SCORM manifest are valid. The following values are provided in the manifest-file:\";s:23:\"cont_mastery_score_2004\";s:30:\"overwrite scaled_passing_score\";s:28:\"cont_mastery_score_2004_info\";s:390:\"Central learning objectives of this learning module are considered as passed if the score reached at least a certain level - the scaled_passing_score. This value - to be stated as a percentage value - can be overwritten here e.g. to reduce the requirement level. If the field is empty, the information in the SCORM manifest are valid. The following values are provided in the manifest-file:\";s:21:\"cont_max_time_allowed\";s:20:\"adlcp:maxtimeallowed\";s:10:\"cont_media\";s:12:\"Images/Media\";s:17:\"cont_media_placeh\";s:30:\"Click and edit to insert media\";s:18:\"cont_media_placehl\";s:17:\"Media Placeholder\";s:17:\"cont_media_source\";s:12:\"Media Source\";s:16:\"cont_merge_cells\";s:11:\"Merge Cells\";s:26:\"cont_missing_preconditions\";s:75:\"You need to fulfill the following preconditions to access the chapter \"%s\".\";s:20:\"cont_missing_snippet\";s:54:\"Missing Content Snippet. The snippet has been deleted.\";s:17:\"cont_mob_def_prop\";s:18:\"Default Properties\";s:24:\"cont_mob_from_media_pool\";s:22:\"Choose From Media Pool\";s:18:\"cont_mob_inst_prop\";s:19:\"Instance Properties\";s:15:\"cont_mob_usages\";s:5:\"Usage\";s:26:\"cont_more_character_styles\";s:24:\"...more character styles\";s:19:\"cont_more_functions\";s:4:\"More\";s:20:\"cont_moved_srt_files\";s:39:\"Moved subtitles files to media objects.\";s:20:\"cont_multi_srt_files\";s:9:\"SRT Files\";s:24:\"cont_mycourses_sortorder\";s:15:\"Default Sorting\";s:37:\"cont_mycourses_sortorder_alphabetical\";s:12:\"Alphabetical\";s:29:\"cont_mycourses_sortorder_info\";s:123:\"This is a default setting. Every user can choose a personal order which affects all \"My Courses\"-elements of any portfolio.\";s:33:\"cont_mycourses_sortorder_location\";s:11:\"By Location\";s:9:\"cont_name\";s:4:\"Name\";s:10:\"cont_never\";s:5:\"Never\";s:13:\"cont_new_area\";s:13:\"New Link Area\";s:13:\"cont_new_chap\";s:11:\"New Chapter\";s:12:\"cont_new_dir\";s:13:\"New Directory\";s:13:\"cont_new_file\";s:8:\"New File\";s:15:\"cont_new_marker\";s:10:\"New Marker\";s:12:\"cont_new_mob\";s:16:\"New Media Object\";s:21:\"cont_new_module_added\";s:43:\"New version of module uploaded successfully\";s:13:\"cont_new_page\";s:8:\"New Page\";s:14:\"cont_new_popup\";s:9:\"New Popup\";s:17:\"cont_new_question\";s:12:\"New Question\";s:12:\"cont_new_tab\";s:9:\"New Panel\";s:13:\"cont_new_term\";s:8:\"New Term\";s:21:\"cont_new_trigger_area\";s:16:\"New Trigger Area\";s:13:\"cont_next_rev\";s:13:\"Next Revision\";s:10:\"cont_nlist\";s:13:\"Numbered List\";s:14:\"cont_no_access\";s:9:\"No Access\";s:13:\"cont_no_block\";s:10:\"No Section\";s:15:\"cont_no_caption\";s:10:\"No Caption\";s:31:\"cont_no_download_file_available\";s:53:\"There is currently no public download file available.\";s:16:\"cont_no_glossary\";s:21:\"No glossary assigned.\";s:16:\"cont_no_manifest\";s:48:\"No imsmanifest.xml file found in main directory.\";s:12:\"cont_no_page\";s:14:\"No Page found.\";s:28:\"cont_no_page_access_unansw_q\";s:89:\"You need to answer all questions of previous pages correctly to gain access to this page.\";s:23:\"cont_no_page_in_chapter\";s:71:\"Sorry, but there is currently no activated content within this chapter.\";s:18:\"cont_no_parameters\";s:13:\"No Parameters\";s:12:\"cont_no_read\";s:18:\"No read permission\";s:21:\"cont_no_subdir_in_zip\";s:84:\"Zip command failed or import file invalid.<br>It does not contain a sub-folder \'%s\'.\";s:12:\"cont_no_text\";s:7:\"No Text\";s:11:\"cont_nomenu\";s:23:\"Hide Top Navigation Bar\";s:16:\"cont_nomenu_info\";s:151:\"If the SCORM learning module has its own options for exiting and navigating, the top navigation menu required by the SCORM specification can be hidden.\";s:9:\"cont_none\";s:4:\"None\";s:32:\"cont_not_saved_edit_lock_expired\";s:144:\"Sorry, but another user obtained the edit lock for this page in the meantime. You may close this message and copy the content to your clipboard.\";s:29:\"cont_notification_activate_lm\";s:41:\"Activate Notification for Learning Module\";s:31:\"cont_notification_activate_page\";s:30:\"Activate Notification for Page\";s:27:\"cont_notification_activated\";s:33:\"Notification Activated (Whole LM)\";s:28:\"cont_notification_comment_lm\";s:53:\"the following Learning Module Page has been commented\";s:36:\"cont_notification_comment_subject_lm\";s:29:\"A comment was added to %s: %s\";s:31:\"cont_notification_deactivate_lm\";s:43:\"Deactivate Notification for Learning Module\";s:33:\"cont_notification_deactivate_page\";s:32:\"Deactivate Notification for Page\";s:29:\"cont_notification_deactivated\";s:24:\"Notification Deactivated\";s:27:\"cont_notification_update_lm\";s:46:\"the following Learning Module has been updated\";s:28:\"cont_notify_on_blocked_users\";s:30:\"Notifications on Blocked Users\";s:33:\"cont_notify_on_blocked_users_info\";s:69:\"You will be notified if users are blocked when they run out of tries.\";s:18:\"cont_nr_col_footer\";s:14:\"Footer Columns\";s:18:\"cont_nr_col_header\";s:14:\"Header Columns\";s:12:\"cont_nr_cols\";s:17:\"Number of Columns\";s:13:\"cont_nr_items\";s:15:\"Number of Items\";s:25:\"cont_nr_of_tries_exceeded\";s:25:\"Number of tries exceeded.\";s:18:\"cont_nr_row_footer\";s:11:\"Footer Rows\";s:18:\"cont_nr_row_header\";s:11:\"Header Rows\";s:12:\"cont_nr_rows\";s:14:\"Number of Rows\";s:19:\"cont_number_of_tabs\";s:16:\"Number of Panels\";s:15:\"cont_number_std\";s:8:\"Standard\";s:16:\"cont_number_type\";s:11:\"Number Type\";s:18:\"cont_numbered_list\";s:13:\"Numbered List\";s:16:\"cont_obj_removed\";s:16:\"Objects removed.\";s:15:\"cont_objectives\";s:30:\"Store Learning Objectives Data\";s:20:\"cont_objectives_info\";s:89:\"If you ensured that this learning module runs properly, this option improves performance.\";s:11:\"cont_online\";s:6:\"Online\";s:20:\"cont_online_help_ids\";s:10:\"Screen-IDs\";s:16:\"cont_online_info\";s:146:\"Set the SCORM learning module online to make it visible and available for users. If not, only users with \'Edit\'-permission will have access to it.\";s:9:\"cont_open\";s:31:\"Presentation of Learning Module\";s:19:\"cont_open_clipboard\";s:14:\"Open Clipboard\";s:16:\"cont_open_iframe\";s:9:\"In iFrame\";s:21:\"cont_open_iframe_info\";s:83:\"The learning module starts in the same window (iFrame) next to the ILIAS main menu.\";s:16:\"cont_open_normal\";s:12:\"In a new Tab\";s:21:\"cont_open_normal_info\";s:101:\"The learning module starts in a new tab or alternatively in a new window without the ILIAS main menu.\";s:16:\"cont_open_window\";s:22:\"Always in a new window\";s:21:\"cont_open_window_info\";s:75:\"The learning module must start in a new window without the ILIAS main menu.\";s:26:\"cont_operation_not_allowed\";s:30:\"This operation is not allowed.\";s:17:\"cont_organization\";s:12:\"Organization\";s:18:\"cont_organizations\";s:13:\"Organizations\";s:14:\"cont_orig_size\";s:13:\"Original Size\";s:20:\"cont_other_resources\";s:35:\"Content (Other Remaining Resources)\";s:25:\"cont_out_of_focus_message\";s:68:\"This page is not related to your current learning objective anymore.\";s:35:\"cont_out_of_focus_message_last_page\";s:80:\"This is the last page of the content related to your current learning objective.\";s:19:\"cont_ov_all_correct\";s:42:\"You have correctly answered all questions.\";s:15:\"cont_ov_preview\";s:107:\"The question overview does not work in the page editor context. Use the SCO or SCORM level preview instead.\";s:20:\"cont_ov_some_correct\";s:53:\"You have correctly answered [x] out of [y] questions.\";s:22:\"cont_ov_wrong_answered\";s:59:\"The following questions were not answered or answered wrong\";s:18:\"cont_overlay_image\";s:13:\"Overlay Image\";s:19:\"cont_overlay_images\";s:14:\"Overlay Images\";s:31:\"cont_overlays_have_been_deleted\";s:27:\"Overlays have been deleted.\";s:20:\"cont_page_activation\";s:15:\"Page Activation\";s:23:\"cont_page_activation_on\";s:36:\"The content will be activated on %s.\";s:17:\"cont_page_compare\";s:26:\"Compare Selected Revisions\";s:17:\"cont_page_created\";s:12:\"Page created\";s:31:\"cont_page_currently_deactivated\";s:46:\"Sorry, but this page is currently deactivated.\";s:21:\"cont_page_deactivated\";s:20:\"Page is deactivated.\";s:30:\"cont_page_deactivated_elements\";s:35:\"Page contains deactivated elements.\";s:16:\"cont_page_header\";s:11:\"Page Header\";s:16:\"cont_page_layout\";s:11:\"Page Layout\";s:23:\"cont_page_lock_released\";s:46:\"Editing finished. Page lock has been released.\";s:32:\"cont_page_notification_activated\";s:36:\"Notification Activated (Single Page)\";s:18:\"cont_page_template\";s:13:\"Page Template\";s:13:\"cont_page_toc\";s:13:\"Page Overview\";s:36:\"cont_page_translation_does_not_exist\";s:143:\"The translation page does not exist yet and will be created by copying the content of the current master page. Language of the translation page\";s:10:\"cont_pages\";s:5:\"Pages\";s:26:\"cont_pages_and_subchapters\";s:21:\"Subchapters and Pages\";s:15:\"cont_par_format\";s:9:\"Paragraph\";s:21:\"cont_paragraph_styles\";s:16:\"Paragraph Styles\";s:14:\"cont_parameter\";s:9:\"Parameter\";s:15:\"cont_parameters\";s:10:\"parameters\";s:25:\"cont_paste_from_clipboard\";s:20:\"Paste from clipboard\";s:27:\"cont_paste_from_spreadsheet\";s:22:\"Paste From Spreadsheet\";s:16:\"cont_paste_table\";s:11:\"Paste Table\";s:13:\"cont_pc_amdpl\";s:9:\"Page List\";s:12:\"cont_pc_blog\";s:4:\"Blog\";s:16:\"cont_pc_carousel\";s:8:\"Carousel\";s:12:\"cont_pc_code\";s:4:\"Code\";s:15:\"cont_pc_deleted\";s:15:\"Deleted Content\";s:12:\"cont_pc_dtab\";s:10:\"Data Table\";s:13:\"cont_pc_flist\";s:9:\"File List\";s:12:\"cont_pc_grid\";s:13:\"Column Layout\";s:12:\"cont_pc_hacc\";s:22:\"Accordion (Horizontal)\";s:11:\"cont_pc_iim\";s:17:\"Interactive Image\";s:12:\"cont_pc_incl\";s:15:\"Content Snippet\";s:11:\"cont_pc_lay\";s:15:\"Layout Template\";s:12:\"cont_pc_list\";s:13:\"Advanced List\";s:11:\"cont_pc_map\";s:3:\"Map\";s:13:\"cont_pc_media\";s:11:\"Image/Media\";s:11:\"cont_pc_mob\";s:5:\"Media\";s:16:\"cont_pc_modified\";s:16:\"Modified Content\";s:11:\"cont_pc_new\";s:11:\"New Content\";s:11:\"cont_pc_par\";s:4:\"Text\";s:13:\"cont_pc_plach\";s:11:\"Placeholder\";s:12:\"cont_pc_prof\";s:13:\"Personal Data\";s:13:\"cont_pc_qover\";s:17:\"Question Overview\";s:11:\"cont_pc_qst\";s:8:\"Question\";s:14:\"cont_pc_repobj\";s:10:\"Item Group\";s:11:\"cont_pc_res\";s:10:\"Item Group\";s:11:\"cont_pc_sec\";s:7:\"Section\";s:14:\"cont_pc_skills\";s:10:\"Competence\";s:11:\"cont_pc_src\";s:11:\"Source Code\";s:11:\"cont_pc_tab\";s:14:\"Advanced Table\";s:12:\"cont_pc_tabs\";s:18:\"Accordion/Carousel\";s:12:\"cont_pc_vacc\";s:20:\"Accordion (Vertical)\";s:12:\"cont_pc_vrfc\";s:11:\"Certificate\";s:24:\"cont_permission_handling\";s:19:\"Permission Handling\";s:22:\"cont_permission_object\";s:17:\"Permission Object\";s:27:\"cont_permission_object_desc\";s:101:\"The section will only be presented for users that have the given permission on the permission object.\";s:23:\"cont_personal_clipboard\";s:18:\"Personal Clipboard\";s:13:\"cont_pg_title\";s:10:\"Page Title\";s:24:\"cont_please_enter_a_term\";s:20:\"Please enter a term.\";s:18:\"cont_please_select\";s:13:\"please select\";s:21:\"cont_please_try_again\";s:17:\"Please try again!\";s:29:\"cont_popups_have_been_deleted\";s:25:\"Popups have been deleted.\";s:13:\"cont_position\";s:8:\"Position\";s:16:\"cont_prereq_type\";s:24:\"adlcp:prerequisites.type\";s:18:\"cont_prerequisites\";s:19:\"adlcp:prerequisites\";s:17:\"cont_presentation\";s:12:\"Presentation\";s:22:\"cont_presentation_view\";s:17:\"Presentation View\";s:12:\"cont_preview\";s:7:\"Preview\";s:17:\"cont_previous_rev\";s:17:\"Previous Revision\";s:27:\"cont_print_no_page_selected\";s:32:\"Please select at least one page.\";s:20:\"cont_print_selection\";s:20:\"Print View Selection\";s:15:\"cont_print_view\";s:10:\"Print View\";s:23:\"cont_print_view_pre_glo\";s:39:\"Prevent Glossary Appendix in Print View\";s:17:\"cont_profile_mode\";s:4:\"Mode\";s:25:\"cont_profile_mode_inherit\";s:9:\"Automatic\";s:30:\"cont_profile_mode_inherit_info\";s:25:\"Use your profile settings\";s:24:\"cont_profile_mode_manual\";s:6:\"Manual\";s:29:\"cont_profile_mode_manual_info\";s:23:\"Use the following data:\";s:39:\"cont_profile_mode_template_inherit_info\";s:24:\"Use the profile settings\";s:19:\"cont_progress_icons\";s:14:\"Progress Icons\";s:24:\"cont_progress_icons_info\";s:71:\"Show progress icons instead of chapter page icons in presentation mode.\";s:14:\"cont_prtf_page\";s:14:\"Portfolio Page\";s:14:\"cont_prtt_page\";s:23:\"Portfolio Tempalte Page\";s:18:\"cont_public_access\";s:13:\"Public Access\";s:12:\"cont_purpose\";s:7:\"Purpose\";s:23:\"cont_qover_list_wrong_q\";s:32:\"List of Wrong Answered Questions\";s:28:\"cont_qover_list_wrong_q_info\";s:60:\"A list of wrong or not answered questions will be displayed.\";s:24:\"cont_qover_short_message\";s:14:\"Status Message\";s:29:\"cont_qover_short_message_info\";s:97:\"A message ‘You have correctly answered C out of Y questions of this unit.’ will be displayed.\";s:11:\"cont_qtries\";s:29:\"Number of Tries for Questions\";s:16:\"cont_qtries_info\";s:62:\"Default value for number of tries for newly created questions.\";s:20:\"cont_question_placeh\";s:33:\"Click and edit to insert question\";s:21:\"cont_question_placehl\";s:20:\"Question Placeholder\";s:19:\"cont_question_stats\";s:9:\"Statistic\";s:18:\"cont_question_type\";s:13:\"Question Type\";s:22:\"cont_quit_text_editing\";s:19:\"Finish Text Editing\";s:15:\"cont_rand_start\";s:12:\"Random Start\";s:27:\"cont_really_delete_overlays\";s:52:\"Do you really want to delete the following overlays?\";s:25:\"cont_really_delete_popups\";s:50:\"Do you really want to delete the following popups?\";s:27:\"cont_really_delete_triggers\";s:52:\"Do you really want to delete the following triggers?\";s:17:\"cont_ref_helptext\";s:40:\"(e.g. http://www.server.org/myimage.jpg)\";s:15:\"cont_ref_images\";s:17:\"Referenced Images\";s:14:\"cont_reference\";s:9:\"Reference\";s:18:\"cont_remove_format\";s:13:\"Remove Format\";s:15:\"cont_rename_dir\";s:16:\"Rename Directory\";s:24:\"cont_replace_mob_feature\";s:32:\"Replace Media Objects in Content\";s:29:\"cont_replace_mob_feature_info\";s:132:\"Activates a feature that allows you to replace a media object while keeping the other properties of a media instance in the content.\";s:20:\"cont_repository_item\";s:15:\"Repository Item\";s:22:\"cont_reset_nr_of_tries\";s:21:\"Reset Number of Tries\";s:15:\"cont_resize_img\";s:17:\"Resize Image File\";s:13:\"cont_resource\";s:8:\"Resource\";s:18:\"cont_resource_size\";s:44:\"Original Resource Size / No Size Declaration\";s:23:\"cont_resource_size_info\";s:220:\"Without size declaration the size can be controlled by the content style. If neither a size is declared nor the content style contains a rule that determines the size, only images will be displayed in their default size.\";s:18:\"cont_resource_type\";s:4:\"type\";s:14:\"cont_resources\";s:10:\"Item Group\";s:22:\"cont_resources_of_type\";s:18:\"Item Group by Type\";s:22:\"cont_restrict_forw_nav\";s:27:\"Restrict Forward Navigation\";s:27:\"cont_restrict_forw_nav_info\";s:128:\"A subsequent page can only be accessed when all test questions have been answered correctly on the current learning module page.\";s:13:\"cont_revision\";s:8:\"Revision\";s:10:\"cont_right\";s:5:\"Right\";s:16:\"cont_right_float\";s:15:\"Right, Floating\";s:13:\"cont_rollback\";s:8:\"Rollback\";s:26:\"cont_rollback_confirmation\";s:59:\"Do you really want to restore this old version of the page?\";s:10:\"cont_roman\";s:16:\"Roman I, II, …\";s:12:\"cont_roman_s\";s:16:\"Roman i, ii, …\";s:12:\"cont_rowspan\";s:8:\"Row Span\";s:17:\"cont_rte_settings\";s:12:\"RTE Settings\";s:11:\"cont_rvalue\";s:5:\"Value\";s:20:\"cont_save_all_titles\";s:11:\"Save Titles\";s:19:\"cont_save_positions\";s:14:\"Save Positions\";s:31:\"cont_save_positions_and_classes\";s:32:\"Save Positions and Style Classes\";s:15:\"cont_save_spans\";s:10:\"Save Spans\";s:15:\"cont_save_types\";s:10:\"Save Types\";s:16:\"cont_save_widths\";s:11:\"Save Widths\";s:21:\"cont_saved_export_ids\";s:22:\"Saved HTML Export IDs.\";s:28:\"cont_saved_interactive_image\";s:25:\"Created Interactive Image\";s:19:\"cont_saved_map_area\";s:14:\"Saved map area\";s:19:\"cont_saved_map_data\";s:14:\"Saved map data\";s:11:\"cont_saving\";s:9:\"Saving...\";s:21:\"cont_sc_auto_continue\";s:14:\"Redirect Users\";s:26:\"cont_sc_auto_continue_info\";s:157:\"After finishing their last activity users will be automatically redirected to the next SCO. This function is not supported by all SCORM 1.2 Learning Modules.\";s:24:\"cont_sc_auto_review_2004\";s:18:\"End data recording\";s:29:\"cont_sc_auto_review_completed\";s:31:\"if achieved status is completed\";s:40:\"cont_sc_auto_review_completed_and_passed\";s:42:\"if achieved status is completed and passed\";s:50:\"cont_sc_auto_review_completed_not_failed_or_passed\";s:57:\"if achieved status is completed or passed, but not failed\";s:39:\"cont_sc_auto_review_completed_or_passed\";s:41:\"if achieved status is completed or passed\";s:29:\"cont_sc_auto_review_info_2004\";s:306:\"If users have reached a status selected here for an SCO (Sharable Content Object), this status is fixed. Users can no longer change the status later.<br />If the learning module uses \'Sequencing & Navigation\' according to SCORM 2004, the option \"Never (complies to SCORM specification)\" should be selected.\";s:22:\"cont_sc_auto_review_no\";s:41:\"never (complies with SCORM specification)\";s:26:\"cont_sc_auto_review_passed\";s:28:\"if achieved status is passed\";s:36:\"cont_sc_auto_review_passed_or_failed\";s:38:\"if achieved status is passed or failed\";s:18:\"cont_sc_id_setting\";s:33:\"student_id according to SCORM 1.2\";s:23:\"cont_sc_id_setting_2004\";s:34:\"learner_id according to SCORM 2004\";s:23:\"cont_sc_id_setting_info\";s:257:\"In the case that a numeric id for student_id (SCORM 1.2) or learner_id (SCORM 2004) causes problems for the learning module, use the option \'ILIAS user name\'. The addition RefID or ObjID may be useful for learning modules that connect to an external server.\";s:26:\"cont_sc_id_setting_user_id\";s:24:\"ILIAS User ID (Standard)\";s:38:\"cont_sc_id_setting_user_id_plus_obj_id\";s:47:\"ILIAS User ID plus ObjID of the Learning Module\";s:38:\"cont_sc_id_setting_user_id_plus_ref_id\";s:47:\"ILIAS User ID plus RefID of the Learning Module\";s:29:\"cont_sc_id_setting_user_login\";s:16:\"ILIAS Login Name\";s:41:\"cont_sc_id_setting_user_login_plus_obj_id\";s:50:\"ILIAS Login Name plus ObjID of the Learning Module\";s:41:\"cont_sc_id_setting_user_login_plus_ref_id\";s:50:\"ILIAS Login Name plus RefID of the Learning Module\";s:24:\"cont_sc_less_mode_browse\";s:12:\"Preview mode\";s:29:\"cont_sc_less_mode_browse_info\";s:34:\"The SCORM mode is set to \"browse\".\";s:24:\"cont_sc_less_mode_normal\";s:10:\"Learn mode\";s:29:\"cont_sc_less_mode_normal_info\";s:34:\"The SCORM mode is set to \"normal\".\";s:26:\"cont_sc_max_attempt_exceed\";s:57:\"Max. number of attempts for this module has been reached.\";s:20:\"cont_sc_name_setting\";s:35:\"student_name according to SCORM 1.2\";s:25:\"cont_sc_name_setting_2004\";s:36:\"learner_name according to SCORM 2004\";s:35:\"cont_sc_name_setting_first_lastname\";s:24:\"First name and Last name\";s:31:\"cont_sc_name_setting_first_name\";s:10:\"First name\";s:29:\"cont_sc_name_setting_fullname\";s:31:\"Title, First name and Last name\";s:25:\"cont_sc_name_setting_info\";s:188:\"The name of the learner can be displayed in the learning module in several ways. In the case that the learning modules are on an external server, it may be useful not to disclose the name.\";s:35:\"cont_sc_name_setting_last_firstname\";s:21:\"Last name, First name\";s:28:\"cont_sc_name_setting_no_name\";s:7:\"no name\";s:40:\"cont_sc_name_setting_salutation_lastname\";s:24:\"Salutation and Last name\";s:19:\"cont_sc_new_version\";s:18:\"Upload new version\";s:15:\"cont_sc_preview\";s:7:\"Preview\";s:20:\"cont_sc_stat_browsed\";s:7:\"Browsed\";s:22:\"cont_sc_stat_completed\";s:9:\"Completed\";s:19:\"cont_sc_stat_failed\";s:6:\"Failed\";s:23:\"cont_sc_stat_incomplete\";s:10:\"Incomplete\";s:26:\"cont_sc_stat_not_attempted\";s:13:\"Not attempted\";s:19:\"cont_sc_stat_passed\";s:6:\"Passed\";s:20:\"cont_sc_stat_running\";s:7:\"Running\";s:41:\"cont_sc_store_if_previous_score_was_lower\";s:57:\"if achieved score in previous attempt was higher or equal\";s:13:\"cont_sc_title\";s:5:\"title\";s:16:\"cont_sc_usession\";s:38:\"Prevent from Logging-Out Automatically\";s:21:\"cont_sc_usession_info\";s:195:\"Periodical requests will be sent to ILIAS to keep the session alive. Otherwise ILIAS will categorize working on the learning module as idleness, terminate the session and loose the tracking data.\";s:15:\"cont_sc_version\";s:26:\"Version of Learning Module\";s:20:\"cont_sc_version_info\";s:94:\"The version number is provided automatically by the version management of the learning module.\";s:25:\"cont_scheduled_activation\";s:20:\"Scheduled Activation\";s:17:\"cont_sco_glossary\";s:13:\"Unit Glossary\";s:10:\"cont_score\";s:5:\"Score\";s:24:\"cont_scorm_ed_properties\";s:26:\"Learning Module Properties\";s:18:\"cont_scorm_options\";s:13:\"SCORM Options\";s:15:\"cont_scorm_type\";s:15:\"adlcp:scormtype\";s:15:\"cont_screen_ids\";s:10:\"Screen-IDs\";s:18:\"cont_sec_protected\";s:9:\"Protected\";s:23:\"cont_sec_protected_text\";s:57:\"The following section is protected and can not be edited.\";s:11:\"cont_second\";s:6:\"Second\";s:21:\"cont_sel_el_use_paste\";s:111:\"Selected elements are now in the clipboard. Please click the desired target placeholder and select ‘Paste’.\";s:11:\"cont_select\";s:6:\"Select\";s:16:\"cont_select_file\";s:11:\"Select File\";s:27:\"cont_select_from_upload_dir\";s:38:\"-- Select from the upload directory --\";s:16:\"cont_select_item\";s:25:\"Select at least one item.\";s:24:\"cont_select_max_one_item\";s:28:\"Please select one item only.\";s:22:\"cont_select_media_pool\";s:17:\"Select Media Pool\";s:16:\"cont_select_none\";s:15:\"Clear Selection\";s:23:\"cont_select_other_qpool\";s:17:\"Select Other Pool\";s:26:\"cont_select_par_or_section\";s:48:\"Please select at least one paragraph or section.\";s:36:\"cont_selected_items_have_been_copied\";s:115:\"Selected items have been copied to the clipboard. Click target placeholders to paste them into the learning module.\";s:33:\"cont_selected_items_have_been_cut\";s:112:\"Selected items have been cut to the clipboard. Click target placeholders to paste them into the learning module.\";s:21:\"cont_selected_pg_chap\";s:23:\"Selected Pages/Chapters\";s:19:\"cont_selected_terms\";s:14:\"Selected Terms\";s:19:\"cont_selected_topic\";s:14:\"Selected Topic\";s:14:\"cont_selection\";s:9:\"Selection\";s:20:\"cont_self_assessment\";s:15:\"Self Assessment\";s:15:\"cont_sequencing\";s:25:\"Sequencing and Navigation\";s:20:\"cont_sequencing_info\";s:306:\"Enable the sequencing and navigation behaviour as defined by the learning module: Navigational options will be determined from the results of interactions with the content. Please check whether or not your learning module does actually contain this kind of sequencing & navigation data, since this is rare.\";s:18:\"cont_set_alignment\";s:13:\"Set Alignment\";s:15:\"cont_set_layout\";s:10:\"Set Layout\";s:13:\"cont_set_link\";s:9:\"Edit Link\";s:16:\"cont_set_manuall\";s:12:\"Set Manually\";s:19:\"cont_set_properties\";s:14:\"Set Properties\";s:19:\"cont_set_start_file\";s:14:\"Set Start File\";s:15:\"cont_set_styles\";s:10:\"Set Styles\";s:23:\"cont_set_tab_style_info\";s:48:\"Activate checkboxes in table cells to set style.\";s:13:\"cont_settings\";s:29:\"Settings for learning modules\";s:10:\"cont_shape\";s:5:\"Shape\";s:26:\"cont_shift_click_to_select\";s:130:\"To select page elements for <b>deleting, copying etc</b>, press <b>Shift</b> ⇧ and <b>click</b> on the respective page elements.\";s:16:\"cont_short_title\";s:11:\"Short Title\";s:21:\"cont_short_title_info\";s:104:\"Short titles are used in the left-hand tree presentation and for labels in the previous/next navigation.\";s:17:\"cont_short_titles\";s:12:\"Short Titles\";s:25:\"cont_show_activation_info\";s:20:\"Show Activation Info\";s:30:\"cont_show_activation_info_info\";s:156:\"If the scheduled activation is not yet reached, the page will not be skipped. The information when the page will be activated will be displayed to the user.\";s:13:\"cont_show_adv\";s:23:\"Show Advanced Knowledge\";s:29:\"cont_show_content_after_focus\";s:33:\"Continue with the Learning Module\";s:20:\"cont_show_fullscreen\";s:15:\"Show Fullscreen\";s:14:\"cont_show_info\";s:9:\"Show Info\";s:22:\"cont_show_line_numbers\";s:17:\"Show line numbers\";s:20:\"cont_show_print_view\";s:15:\"Show Print View\";s:9:\"cont_size\";s:12:\"Size (Bytes)\";s:17:\"cont_skip_chapter\";s:17:\"Skip this chapter\";s:38:\"cont_snippet_from_another_installation\";s:40:\"Snippet comes from another installation.\";s:18:\"cont_snippets_used\";s:21:\"Used Content Snippets\";s:9:\"cont_span\";s:4:\"Span\";s:17:\"cont_special_page\";s:20:\"Special Content Page\";s:15:\"cont_split_cell\";s:10:\"Split Cell\";s:22:\"cont_spreadsheet_table\";s:17:\"Spreadsheet Table\";s:9:\"cont_sqst\";s:35:\"Survey Question (Assigned Material)\";s:8:\"cont_src\";s:11:\"Source code\";s:14:\"cont_src_other\";s:5:\"other\";s:13:\"cont_st_title\";s:13:\"Chapter Title\";s:13:\"cont_standard\";s:8:\"Standard\";s:10:\"cont_start\";s:5:\"Start\";s:22:\"cont_start_file_set_to\";s:30:\"%s has been set as start file.\";s:16:\"cont_start_value\";s:11:\"Start Value\";s:21:\"cont_start_value_info\";s:50:\"Enter start value as decimal number. Default is 1.\";s:14:\"cont_startfile\";s:10:\"Start File\";s:11:\"cont_status\";s:6:\"Status\";s:18:\"cont_std_is_in_dir\";s:58:\"Deletion not possible. Standard view file is in directory.\";s:13:\"cont_std_view\";s:13:\"Standard View\";s:14:\"cont_structure\";s:9:\"structure\";s:10:\"cont_style\";s:5:\"Style\";s:16:\"cont_subchapters\";s:11:\"Subchapters\";s:19:\"cont_submit_answers\";s:6:\"Submit\";s:18:\"cont_subtitle_file\";s:12:\"SRT ZIP File\";s:19:\"cont_subtitle_files\";s:15:\"Media Subtitles\";s:21:\"cont_sur_block_format\";s:19:\"Surrounding Section\";s:25:\"cont_switch_to_media_pool\";s:26:\"Switch to other Media Pool\";s:16:\"cont_syntax_help\";s:11:\"Syntax Help\";s:18:\"cont_tab_add_above\";s:15:\"Add Panel Above\";s:18:\"cont_tab_add_below\";s:15:\"Add Panel Below\";s:20:\"cont_tab_cont_height\";s:14:\"Content Height\";s:19:\"cont_tab_cont_width\";s:13:\"Content Width\";s:15:\"cont_tab_delete\";s:12:\"Delete Panel\";s:20:\"cont_tab_move_bottom\";s:14:\"Move To Bottom\";s:18:\"cont_tab_move_down\";s:14:\"Move Downwards\";s:17:\"cont_tab_move_top\";s:11:\"Move To Top\";s:16:\"cont_tab_move_up\";s:12:\"Move Upwards\";s:10:\"cont_table\";s:5:\"Table\";s:23:\"cont_table_adv_settings\";s:24:\"Erweiterte Einstellungen\";s:17:\"cont_table_border\";s:12:\"Table Border\";s:22:\"cont_table_border_info\";s:93:\"Keep this empty to make content style settings effective. Values must include unit (like px).\";s:27:\"cont_table_cell_edit_info_1\";s:47:\"Click on a table cell to select or deselect it.\";s:27:\"cont_table_cell_edit_info_2\";s:86:\"Click on a row or column header to select or deselect the corresponding row or column.\";s:27:\"cont_table_cell_edit_info_3\";s:78:\"Click on a second cell while holding shift to select all the cells in between.\";s:26:\"cont_table_cell_properties\";s:21:\"Table Cell Properties\";s:22:\"cont_table_cellpadding\";s:18:\"Table Cell Padding\";s:27:\"cont_table_cellpadding_info\";s:93:\"Keep this empty to make content style settings effective. Values must include unit (like px).\";s:21:\"cont_table_edit_cells\";s:10:\"Edit Cells\";s:22:\"cont_table_import_info\";s:336:\"Please enter the table data separated by semicolon or TAB character for each column. Start a new row for each table row. Spreadsheet applications will usually use TAB characters for separation when transfered via clipboard. It should be possible to paste this data directly into the input field. No further formattings will be imported.\";s:21:\"cont_table_properties\";s:16:\"Table Properties\";s:16:\"cont_table_style\";s:5:\"Style\";s:16:\"cont_table_width\";s:11:\"Table Width\";s:9:\"cont_tabs\";s:6:\"Panels\";s:17:\"cont_tabs_acc_hor\";s:20:\"Horizontal Accordion\";s:17:\"cont_tabs_acc_ver\";s:18:\"Vertical Accordion\";s:18:\"cont_tabs_carousel\";s:8:\"Carousel\";s:26:\"cont_tabs_confirm_deletion\";s:65:\"Are you sure that all panels and their content should be deleted?\";s:11:\"cont_target\";s:6:\"Target\";s:19:\"cont_target_missing\";s:14:\"Target Missing\";s:25:\"cont_target_within_source\";s:40:\"Target must not be within source object.\";s:13:\"cont_template\";s:8:\"Template\";s:9:\"cont_term\";s:4:\"Term\";s:10:\"cont_terms\";s:5:\"Terms\";s:8:\"cont_tex\";s:10:\"Latex Code\";s:13:\"cont_text_acc\";s:7:\"Accent:\";s:14:\"cont_text_code\";s:5:\"Code:\";s:13:\"cont_text_com\";s:8:\"Comment:\";s:17:\"cont_text_editing\";s:9:\"Edit Text\";s:13:\"cont_text_emp\";s:10:\"Emphasised\";s:12:\"cont_text_fn\";s:9:\"Footnote:\";s:18:\"cont_text_iln_link\";s:13:\"Internal Link\";s:13:\"cont_text_imp\";s:9:\"Important\";s:17:\"cont_text_keyword\";s:7:\"Keyword\";s:16:\"cont_text_placeh\";s:29:\"Click and edit to insert text\";s:17:\"cont_text_placehl\";s:16:\"Text Placeholder\";s:14:\"cont_text_quot\";s:9:\"Quotation\";s:13:\"cont_text_str\";s:19:\"Strongly Emphasised\";s:13:\"cont_text_sub\";s:9:\"Subscript\";s:13:\"cont_text_sup\";s:11:\"Superscript\";s:13:\"cont_text_tex\";s:10:\"LaTeX Code\";s:13:\"cont_text_xln\";s:13:\"External Link\";s:19:\"cont_third_and_more\";s:13:\"Third or More\";s:9:\"cont_time\";s:4:\"Time\";s:18:\"cont_time_from_lms\";s:38:\"Processing Time Determination by ILIAS\";s:23:\"cont_time_from_lms_info\";s:183:\"Frequently SCORM learning modules are returning faulted data on processing time. To avoid this issue ILIAS can determine the processing time adhering to the strict standards of SCORM.\";s:22:\"cont_time_limit_action\";s:21:\"adlcp:timelimitaction\";s:23:\"cont_to_focus_beginning\";s:49:\"Back to Content related to the Learning Objective\";s:24:\"cont_to_focus_return_crs\";s:14:\"Back to Course\";s:8:\"cont_toc\";s:7:\"Content\";s:13:\"cont_toc_mode\";s:23:\"Table of Contents Items\";s:13:\"cont_tool_faq\";s:3:\"FAQ\";s:15:\"cont_tool_media\";s:5:\"Media\";s:8:\"cont_top\";s:3:\"Top\";s:10:\"cont_topic\";s:5:\"Topic\";s:15:\"cont_total_time\";s:10:\"Total Time\";s:19:\"cont_tracking_bysco\";s:10:\"By Chapter\";s:20:\"cont_tracking_byuser\";s:7:\"By User\";s:18:\"cont_tracking_data\";s:13:\"Tracking Data\";s:19:\"cont_tracking_items\";s:14:\"Tracking Items\";s:20:\"cont_tracking_modify\";s:11:\"Modify Data\";s:22:\"cont_trans_import_info\";s:173:\"If you exported this module as XML/Master Language for Translation to another installation, you can now re-import translated export files from this second installation here.\";s:39:\"cont_transl_master_language_not_allowed\";s:114:\"To import a translation you need to activate at least one additional language under \'Settings » Multilingualism\'.\";s:15:\"cont_tree_fixed\";s:30:\"Tree structure has been fixed.\";s:10:\"cont_tries\";s:18:\"Question Behaviour\";s:20:\"cont_tries_remaining\";s:15:\"Tries Remaining\";s:25:\"cont_tries_reset_on_visit\";s:19:\"Reset on Page Visit\";s:30:\"cont_tries_reset_on_visit_info\";s:164:\"Each time a page with an embedded test question is called up, the maximum number of answer attempts is possible. The test questions can be answered again each time.\";s:16:\"cont_tries_store\";s:19:\"Store Answer Status\";s:21:\"cont_tries_store_info\";s:203:\"The number of answer attempts is recorded and saved. Correctly answered questions can no longer be answered. After reaching the maximum number of attempts, a further answer attempt is no longer possible.\";s:17:\"cont_trigger_area\";s:12:\"Trigger Area\";s:9:\"cont_type\";s:4:\"Type\";s:21:\"cont_type_not_allowed\";s:41:\"Content type not allowed at this position\";s:26:\"cont_unlock_allow_continue\";s:26:\"Unlock / Allow to Continue\";s:13:\"cont_unlocked\";s:8:\"Unlocked\";s:25:\"cont_update_amd_page_list\";s:14:\"Edit Page List\";s:16:\"cont_update_blog\";s:14:\"Edit Blog Post\";s:30:\"cont_update_consultation_hours\";s:23:\"Edit Consultation Hours\";s:22:\"cont_update_login_page\";s:23:\"Edit Login Page Element\";s:15:\"cont_update_map\";s:8:\"Edit Map\";s:22:\"cont_update_my_courses\";s:15:\"Edit My Courses\";s:19:\"cont_update_profile\";s:19:\"Edit Published Data\";s:21:\"cont_update_resources\";s:17:\"Update Item Group\";s:19:\"cont_update_section\";s:14:\"Update Section\";s:18:\"cont_update_skills\";s:15:\"Edit Competence\";s:24:\"cont_update_verification\";s:16:\"Edit Certificate\";s:15:\"cont_upload_dir\";s:16:\"Upload directory\";s:20:\"cont_upload_dir_info\";s:231:\"Server directory from which large SCORM and HTML packages can be copied instead of being uploaded. Only ILIAS administrators will see a selection of files from this directory. Please enter a full server path without trailing slash.\";s:16:\"cont_upload_file\";s:11:\"Upload File\";s:27:\"cont_upload_multi_srt_howto\";s:398:\"This feature allows you to upload multiple subtitle (srt) files in a zip file for all media objects. Your .zip file should contain all .srt files on the top level (no subdirectories). The file names should end with \'_&lt;lang code&gt;.srt\' where lang code is e.g. \'en\', \'it\', \'de\'. The rest of the filename should correspond to the name of the video file, e.g. \'my_video.mp4\' ➜ \'my_video_en.srt\'.\";s:18:\"cont_uploaded_file\";s:13:\"Existing File\";s:13:\"cont_url_info\";s:35:\"URL of a media file or Youtube URL.\";s:10:\"cont_usage\";s:5:\"Usage\";s:31:\"cont_use_same_resource_as_above\";s:30:\"Use the same resource as above\";s:9:\"cont_user\";s:4:\"User\";s:17:\"cont_user_blocked\";s:42:\"User out of tries in learning module \"%s\".\";s:18:\"cont_user_blocked2\";s:177:\"A user has run out of tries for answering a question in the learning module. The user will not be able to navigate further through the learning module without your intervention.\";s:18:\"cont_user_blocked3\";s:59:\"Open the learning module in edit mode and enter the screen:\";s:30:\"cont_user_search_did_not_match\";s:36:\"Your search did not match any users.\";s:19:\"cont_users_answered\";s:14:\"Users Answered\";s:28:\"cont_users_have_mob_in_clip1\";s:40:\"This media object is in the clipboard of\";s:28:\"cont_users_have_mob_in_clip2\";s:8:\"user(s).\";s:18:\"cont_validate_file\";s:13:\"Validate File\";s:24:\"cont_verification_object\";s:11:\"Certificate\";s:24:\"cont_verification_placeh\";s:36:\"Click and edit to insert certificate\";s:25:\"cont_verification_placehl\";s:23:\"Certificate Placeholder\";s:12:\"cont_version\";s:7:\"version\";s:13:\"cont_versions\";s:8:\"Versions\";s:19:\"cont_whole_glossary\";s:14:\"Whole Glossary\";s:10:\"cont_width\";s:15:\"Width in pixels\";s:22:\"cont_width_height_info\";s:211:\"The presentation can be set to a fixed size. 950 pixels for width and 650 pixels for height are proven values for setting the size. If no value is entered the browser will determine the size of the presentation.\";s:21:\"cont_wiki_link_dialog\";s:18:\"Wiki Page (Dialog)\";s:14:\"cont_wiki_page\";s:9:\"Wiki Page\";s:19:\"cont_wiki_page_link\";s:14:\"Wiki Page Link\";s:18:\"cont_wrong_answers\";s:15:\"Incorrect Items\";s:25:\"cont_wrong_answers_single\";s:17:\"Incorrect Choice.\";s:13:\"cont_xml_base\";s:8:\"xml:base\";s:21:\"cont_zip_file_invalid\";s:68:\"File is not a valid import file.<br>It does not contain a file \'%s\'.\";s:20:\"content_no_edit_lock\";s:45:\"The page is currently locked by another user.\";s:20:\"content_page_history\";s:12:\"Page History\";s:28:\"content_plugin_not_activated\";s:59:\"The page content element plugin is currently not activated.\";s:38:\"content_some_export_ids_multiple_times\";s:87:\"Some export IDs are used multiple times. This will lead to missing pages in the export.\";s:13:\"content_until\";s:21:\"At least locked until\";s:19:\"copied_to_clipboard\";s:30:\"Copied object(s) to clipboard.\";s:13:\"dgl_pagebreak\";s:9:\"Pagebreak\";s:16:\"glo_add_new_term\";s:12:\"Add New Term\";s:20:\"glo_content_settings\";s:7:\"Content\";s:19:\"glo_definition_abbr\";s:4:\"Def.\";s:16:\"glo_editing_view\";s:12:\"Editing View\";s:20:\"glo_full_definitions\";s:16:\"Full Definitions\";s:25:\"glo_full_definitions_info\";s:59:\"Terms and definitions are fully displayed in the main view.\";s:17:\"glo_hide_taxonomy\";s:13:\"Hide Taxonomy\";s:15:\"glo_list_usages\";s:11:\"List Usages\";s:20:\"glo_mode_normal_info\";s:56:\"All terms created within this glossary will be included.\";s:15:\"glo_online_info\";s:67:\"Only if the glossary is online, users are able to use the glossary.\";s:21:\"glo_presentation_mode\";s:17:\"Presentation Mode\";s:21:\"glo_presentation_view\";s:17:\"Presentation View\";s:20:\"glo_quick_navigation\";s:16:\"Quick Navigation\";s:17:\"glo_show_taxonomy\";s:13:\"Show Taxonomy\";s:22:\"glo_show_taxonomy_info\";s:113:\"The taxonomy will be visible in the presentation view of the glossary and can be used to select referenced terms.\";s:9:\"glo_style\";s:14:\"Glossary Style\";s:14:\"glo_table_form\";s:13:\"In Table Form\";s:19:\"glo_table_form_info\";s:135:\"Terms and definition are first shown in a two-column overview. Clicking the term opens the full content of a term on a separate screen.\";s:24:\"glo_term_is_used_n_times\";s:47:\"The term is used %s time(s) in content modules.\";s:27:\"glo_term_must_belong_to_glo\";s:78:\"The action can only be performed on terms, which are defined in this glossary.\";s:16:\"glo_term_used_in\";s:44:\"The following resources linking to that term\";s:23:\"glo_text_snippet_length\";s:25:\"Definition Snippet Length\";s:28:\"glo_text_snippet_length_info\";s:75:\"Length of the text snippet of the definition that is shown in the overview.\";s:10:\"glo_usages\";s:22:\"Glossary is used in...\";s:17:\"glo_used_in_scorm\";s:108:\"The glossary is used by the SCORM module. If deleted, references to the glossary cannot be resolved anymore.\";s:20:\"help_assign_help_ids\";s:29:\"Chapter/Screen-IDs Assignment\";s:11:\"htlm_import\";s:27:\"Import HTML Learning Module\";s:17:\"import_sco_object\";s:10:\"Import SCO\";s:27:\"info_stop_offline_mode_sure\";s:76:\"Note: The learning progress achieved in offline mode are lost. Are you sure?\";s:18:\"lm_activate_rating\";s:25:\"Activate Rating For Pages\";s:15:\"lm_editing_view\";s:12:\"Editing View\";s:9:\"lm_import\";s:28:\"Import ILIAS Learning Module\";s:18:\"lm_menu_edit_entry\";s:15:\"Edit menu entry\";s:20:\"lm_menu_entry_target\";s:6:\"Target\";s:19:\"lm_menu_entry_title\";s:5:\"Title\";s:17:\"lm_menu_new_entry\";s:23:\"Create a new menu entry\";s:30:\"lm_menu_select_internal_object\";s:25:\"Select internal object >>\";s:28:\"lm_menu_select_object_to_add\";s:52:\"Please select the object you want to add to the menu\";s:20:\"lm_no_download_files\";s:52:\"There are currently no files for download available.\";s:29:\"lm_only_one_download_per_type\";s:60:\"Only one file per type (XML, HTML) can be released publicly.\";s:12:\"lm_rate_page\";s:9:\"Rate page\";s:9:\"lm_rating\";s:20:\"Rate Learning Module\";s:18:\"mep_folder_created\";s:17:\"Added new folder.\";s:14:\"mob_upload_dir\";s:16:\"Upload Directory\";s:19:\"mob_upload_dir_info\";s:227:\"Server directory from which multiple files can be used to create media objects in media pools. Only ILIAS administrators will see a selection of files from this directory. Please enter a full server path without trailing slash.\";s:15:\"msg_entry_added\";s:16:\"Menu entry added\";s:17:\"msg_entry_removed\";s:18:\"Menu entry removed\";s:17:\"msg_entry_updated\";s:18:\"Menu entry updated\";s:18:\"msg_no_page_access\";s:51:\"You do not have the permission to access this page.\";s:25:\"msg_page_no_public_access\";s:138:\"The page you called is not available in the public area. Only registered users may view this page. Please login first to access this page.\";s:19:\"msg_page_not_public\";s:18:\"Page is not public\";s:20:\"offline_mode_manager\";s:11:\"Offline use\";s:18:\"offline_mode_users\";s:21:\"Users in offline mode\";s:23:\"offline_mode_users_info\";s:212:\"Users can be manually taken from the Off-line Mode and after doing so these users can again use the online-version of the learning module. This makes sense if e.g. the laptop with the learning modules was stolen.\";s:19:\"page_does_not_exist\";s:43:\"We are sorry, but this page does not exist.\";s:3:\"par\";s:9:\"Paragraph\";s:2:\"pg\";s:4:\"Page\";s:14:\"public_section\";s:11:\"Public Area\";s:37:\"sahs_empty_objectives_are_not_allowed\";s:34:\"Please enter a learning objective.\";s:24:\"sahs_insert_pg_from_clip\";s:39:\"Import Pages from ILIAS Learning Module\";s:24:\"sahs_insert_st_from_clip\";s:42:\"Import Chapters from ILIAS Learning Module\";s:36:\"sahs_insert_st_from_clip_inside_chap\";s:59:\"Import Chapters from ILIAS Learning Module (inside chapter)\";s:8:\"save_new\";s:12:\"Save and New\";s:18:\"saved_media_object\";s:19:\"Media object saved.\";s:21:\"scplayer_collapsetree\";s:12:\"Collapse All\";s:17:\"scplayer_continue\";s:8:\"Continue\";s:17:\"scplayer_debugger\";s:14:\"Show test tool\";s:13:\"scplayer_exit\";s:4:\"Exit\";s:16:\"scplayer_exitall\";s:8:\"Exit All\";s:19:\"scplayer_expandtree\";s:10:\"Expand All\";s:17:\"scplayer_hidetree\";s:9:\"Hide Tree\";s:13:\"scplayer_next\";s:4:\"Next\";s:22:\"scplayer_phpmysqlcheck\";s:55:\"You need enabled JSON-support to use the JavaScript-RTE\";s:17:\"scplayer_previous\";s:8:\"Previous\";s:17:\"scplayer_showtree\";s:9:\"Show Tree\";s:14:\"scplayer_start\";s:5:\"Start\";s:19:\"scplayer_suspendall\";s:11:\"Suspend All\";s:12:\"selectFooter\";s:16:\"Select As Footer\";s:12:\"selectHeader\";s:16:\"Select As Header\";s:13:\"select_a_file\";s:21:\"Please select a file.\";s:19:\"selected_pages_only\";s:19:\"Only Selected Pages\";s:9:\"seq_close\";s:31:\"Please close the player-window.\";s:14:\"seq_endsession\";s:37:\"The current course session has ended.\";s:9:\"seq_error\";s:44:\"An internal error in the sequencer occurred.\";s:7:\"seq_toc\";s:79:\"From the Table Of Contents on the left, choose an activity to begin the course.\";s:15:\"set_public_mode\";s:22:\"Set public access mode\";s:2:\"st\";s:7:\"Chapter\";s:8:\"start_lm\";s:22:\"Launch Learning Module\";s:9:\"text_repr\";s:19:\"Text Representation\";s:14:\"text_repr_info\";s:35:\"Used for image ‘alt’ attribute.\";}'),('copa','en','a:13:{s:27:\"copa_activation_online_info\";s:128:\"Set the Content Page online to make it visible and available to other users. If not, only administrators will have access to it.\";s:8:\"copa_add\";s:16:\"Add Content Page\";s:34:\"copa_btn_lp_toggle_state_completed\";s:17:\"Set Not Completed\";s:38:\"copa_btn_lp_toggle_state_not_completed\";s:13:\"Set Completed\";s:9:\"copa_copy\";s:17:\"Copy Content Page\";s:9:\"copa_edit\";s:17:\"Edit Content Page\";s:11:\"copa_import\";s:19:\"Import Content Page\";s:8:\"copa_new\";s:19:\"Create Content Page\";s:19:\"copa_page_type_copa\";s:12:\"Content Page\";s:22:\"copa_prop_reading_time\";s:12:\"Reading Time\";s:27:\"copa_value_reading_time_f_p\";s:10:\"%s Minutes\";s:27:\"copa_value_reading_time_f_s\";s:9:\"%s Minute\";s:18:\"obj_copa_duplicate\";s:22:\"Duplicate Content Page\";}'),('copg','en','a:34:{s:20:\"copg_active_to_small\";s:48:\"This date must be higher than the starting date.\";s:15:\"copg_allow_html\";s:22:\"Enable HTML/Javascript\";s:20:\"copg_allow_html_info\";s:253:\"User may use HTML or Javascript page content. This may lead to security issues. Do not activate, if features can be used by users which you consider not being trustworthy. The support to add HTML content this way may be discontinued in a future version.\";s:21:\"copg_an_error_occured\";s:17:\"An error occured.\";s:24:\"copg_confirm_el_deletion\";s:51:\"Do you really want to delete the selected elements?\";s:14:\"copg_cron_days\";s:23:\"Delete pages older than\";s:19:\"copg_cron_days_info\";s:60:\"Page history entries older than this period will be deleted.\";s:22:\"copg_cron_keep_entries\";s:12:\"Keep Minimum\";s:27:\"copg_cron_keep_entries_info\";s:105:\"This number is the minimum of entries that will be kept, even if they are older than the deletion period.\";s:9:\"copg_days\";s:4:\"Days\";s:12:\"copg_details\";s:7:\"Details\";s:22:\"copg_edit_iframe_title\";s:27:\"Text Editing of Page Editor\";s:12:\"copg_entries\";s:7:\"Entries\";s:10:\"copg_error\";s:5:\"Error\";s:24:\"copg_error_occured_modal\";s:102:\"An error occured while processing the page. Hit \"Reload Page\" to return to the previously saved state.\";s:21:\"copg_est_reading_time\";s:22:\"Estimated Reading Time\";s:25:\"copg_history_cleanup_cron\";s:27:\"Page Editor History Cleanup\";s:30:\"copg_history_cleanup_cron_info\";s:44:\"Removes older entries from the page history.\";s:20:\"copg_list_item_style\";s:9:\"List Item\";s:15:\"copg_list_style\";s:4:\"List\";s:16:\"copg_list_styles\";s:12:\"List Formats\";s:27:\"copg_more_character_formats\";s:26:\"More Styles for Characters\";s:14:\"copg_obj_types\";s:12:\"Object Types\";s:27:\"copg_page_element_not_found\";s:23:\"Page element not found.\";s:19:\"copg_page_type_stys\";s:11:\"Layout Page\";s:25:\"copg_par_format_selection\";s:26:\"Paragraph Format Selection\";s:26:\"copg_pc_mob_does_not_exist\";s:33:\"This media object does not exist.\";s:33:\"copg_questions_not_supported_here\";s:44:\"Questions are not supported in this context.\";s:16:\"copg_reload_page\";s:11:\"Reload Page\";s:19:\"copg_remove_formats\";s:17:\"Remove Formatting\";s:18:\"copg_sec_link_info\";s:131:\"Select a target for linking the block. Attention: In this case, the content of the block must not contain any further links itself!\";s:29:\"copg_snippet_cannot_be_edited\";s:63:\"This is a predefined content snippet and cannot be edited here.\";s:27:\"copg_unsupported_media_type\";s:48:\"This media object has an unsupported media type.\";s:14:\"copg_x_minutes\";s:12:\"%s minute(s)\";}'),('cpad','en','a:2:{s:24:\"cpad_reading_time_status\";s:12:\"Reading Time\";s:29:\"cpad_reading_time_status_desc\";s:97:\"If enabled, the estimated reading time for content page objects will be determined and displayed.\";}'),('cptch','en','a:2:{s:29:\"cptch_freetype_support_needed\";s:68:\"To use this feature you need to enable freetype support in your PHP.\";s:17:\"cptch_wrong_input\";s:11:\"Wrong Input\";}'),('cron','en','a:50:{s:43:\"cro_job_rc_job_auto_deactivation_time_limit\";s:61:\"Cron job deactivated because it has been inactive for 3 hours\";s:27:\"cro_job_rc_job_manual_reset\";s:30:\"Cron job re-activated by admin\";s:24:\"cro_job_rc_job_no_result\";s:39:\"Cron job did not return a proper result\";s:20:\"cron_action_activate\";s:8:\"Activate\";s:28:\"cron_action_activate_success\";s:19:\"Cron job activated.\";s:25:\"cron_action_activate_sure\";s:52:\"Are you sure you want to activate the cron job \"%s\"?\";s:31:\"cron_action_activate_sure_multi\";s:58:\"Are you sure you want to activate the following cron jobs?\";s:22:\"cron_action_deactivate\";s:10:\"Deactivate\";s:30:\"cron_action_deactivate_success\";s:21:\"Cron job deactivated.\";s:27:\"cron_action_deactivate_sure\";s:54:\"Are you sure you want to deactivate the cron job \"%s\"?\";s:33:\"cron_action_deactivate_sure_multi\";s:60:\"Are you sure you want to deactivate the following cron jobs?\";s:16:\"cron_action_edit\";s:4:\"Edit\";s:24:\"cron_action_edit_success\";s:17:\"Schedule updated.\";s:17:\"cron_action_reset\";s:5:\"Reset\";s:25:\"cron_action_reset_success\";s:15:\"Cron job reset.\";s:22:\"cron_action_reset_sure\";s:49:\"Are you sure you want to reset the cron job \"%s\"?\";s:28:\"cron_action_reset_sure_multi\";s:55:\"Are you sure you want to reset the following cron jobs?\";s:15:\"cron_action_run\";s:12:\"Run Cron Job\";s:20:\"cron_action_run_fail\";s:16:\"Cron Job failed.\";s:23:\"cron_action_run_success\";s:26:\"Cron Job run successfully.\";s:20:\"cron_action_run_sure\";s:47:\"Are you sure you want to run the cron job \"%s\"?\";s:23:\"cron_changed_by_crontab\";s:6:\"SYSTEM\";s:14:\"cron_component\";s:9:\"Component\";s:11:\"cron_job_id\";s:2:\"ID\";s:13:\"cron_last_run\";s:8:\"Last Run\";s:31:\"cron_no_executable_job_selected\";s:47:\"Please select at least one executable cron job.\";s:11:\"cron_result\";s:6:\"Result\";s:16:\"cron_result_info\";s:11:\"Result Info\";s:26:\"cron_result_status_crashed\";s:7:\"Crashed\";s:23:\"cron_result_status_fail\";s:6:\"Failed\";s:40:\"cron_result_status_invalid_configuration\";s:21:\"Invalid Configuration\";s:28:\"cron_result_status_no_action\";s:17:\"Ok, no processing\";s:21:\"cron_result_status_ok\";s:2:\"Ok\";s:24:\"cron_result_status_reset\";s:5:\"Reset\";s:18:\"cron_running_since\";s:13:\"Running since\";s:13:\"cron_schedule\";s:8:\"Schedule\";s:19:\"cron_schedule_daily\";s:5:\"Daily\";s:21:\"cron_schedule_in_days\";s:13:\"Every %s days\";s:22:\"cron_schedule_in_hours\";s:14:\"Every %s hours\";s:24:\"cron_schedule_in_minutes\";s:16:\"Every %s minutes\";s:21:\"cron_schedule_monthly\";s:7:\"Monthly\";s:23:\"cron_schedule_quarterly\";s:9:\"Quarterly\";s:18:\"cron_schedule_type\";s:8:\"Schedule\";s:19:\"cron_schedule_value\";s:8:\"Interval\";s:20:\"cron_schedule_weekly\";s:6:\"Weekly\";s:20:\"cron_schedule_yearly\";s:6:\"Yearly\";s:11:\"cron_status\";s:6:\"Status\";s:18:\"cron_status_active\";s:6:\"Active\";s:20:\"cron_status_inactive\";s:8:\"Inactive\";s:16:\"cron_status_info\";s:11:\"Status Info\";}'),('crs','en','a:637:{s:26:\"activation_times_not_valid\";s:37:\"The availability period is not valid.\";s:8:\"assigned\";s:8:\"Assigned\";s:23:\"contact_email_not_valid\";s:32:\"the contact e-mail is not valid.\";s:21:\"crs_accept_subscriber\";s:31:\"Registration confirmed for \"%s\"\";s:26:\"crs_accept_subscriber_body\";s:64:\"we are pleased to confirm your registration for the course \"%s\".\";s:10:\"crs_access\";s:6:\"Access\";s:25:\"crs_activate_notification\";s:21:\"Activate Notification\";s:14:\"crs_activation\";s:10:\"Activation\";s:38:\"crs_activation_limited_visibility_info\";s:109:\"If chosen, the course is visible even outside of the given availability but members cannot access the course.\";s:26:\"crs_activation_online_info\";s:170:\"Set the course online to make it visible and available for course members. If not, only course administrators and roles with permission \"Edit Settings\" have access to it.\";s:20:\"crs_add_archive_html\";s:21:\"Create a HTML Archive\";s:19:\"crs_add_archive_xml\";s:20:\"Create a XML Archive\";s:16:\"crs_add_grouping\";s:25:\"Add Membership Limitation\";s:20:\"crs_add_html_archive\";s:16:\"Add HTML archive\";s:17:\"crs_add_objective\";s:13:\"Add Objective\";s:27:\"crs_add_remove_from_desktop\";s:17:\"Add to Favourites\";s:32:\"crs_add_remove_from_desktop_info\";s:53:\"Objects within the course can be added to favourites.\";s:15:\"crs_add_starter\";s:16:\"Add Start Object\";s:16:\"crs_add_to_group\";s:12:\"Add to Group\";s:9:\"crs_added\";s:16:\"Added new course\";s:16:\"crs_added_member\";s:33:\"Your registration for course \"%s\"\";s:21:\"crs_added_member_body\";s:65:\"we are pleased to announce your registration for the course \"%s\".\";s:21:\"crs_added_new_archive\";s:28:\"A new archive has been added\";s:19:\"crs_added_objective\";s:42:\"A new learning objective has been created.\";s:18:\"crs_added_starters\";s:25:\"Assigned start object(s).\";s:17:\"crs_added_to_list\";s:96:\"You have been assigned to the waiting list. You are assigned to position %s on the waiting list.\";s:9:\"crs_admin\";s:13:\"Administrator\";s:18:\"crs_administrators\";s:14:\"Administrators\";s:39:\"crs_admission_link_failure_availability\";s:37:\"Can\'t register: Course is not online.\";s:39:\"crs_admission_link_failure_invalid_code\";s:32:\"Can\'t register: Link is invalid.\";s:45:\"crs_admission_link_failure_membership_limited\";s:45:\"Can\'t register: Course membership is limited.\";s:34:\"crs_admission_link_failure_offline\";s:34:\"Can\'t register: Course is offline.\";s:46:\"crs_admission_link_failure_registration_period\";s:53:\"Can\'t register: Course is out of registration period.\";s:39:\"crs_admission_link_success_registration\";s:39:\"Successfully registered to course \"%s\".\";s:9:\"crs_agree\";s:10:\"Acceptance\";s:20:\"crs_agreement_header\";s:14:\"User Agreement\";s:22:\"crs_agreement_required\";s:78:\"You have to accept the user agreement, if you want to register to this course.\";s:22:\"crs_at_least_one_admin\";s:50:\"There has to be at least one course administrator.\";s:21:\"crs_auto_notification\";s:12:\"Welcome Mail\";s:26:\"crs_auto_notification_info\";s:68:\"New members receive an e-mail notification when added to the course.\";s:23:\"crs_awrn_current_course\";s:14:\"Current Course\";s:28:\"crs_awrn_current_course_info\";s:90:\"If the user navigates to a course in the repository, all members of the course are listed.\";s:25:\"crs_awrn_support_contacts\";s:16:\"Tutorial Support\";s:30:\"crs_awrn_support_contacts_info\";s:180:\"All tutorial support contacts of courses with membership of the current user are listed. Users are defined as tutorial support contacts in the Members tab of the respective course.\";s:11:\"crs_blocked\";s:14:\"Access Refused\";s:18:\"crs_blocked_member\";s:33:\"Membership blocked in course \"%s\"\";s:23:\"crs_blocked_member_body\";s:49:\"your membership for course \"%s\" has been blocked.\";s:23:\"crs_breadcrumb_crs_only\";s:17:\"Start with Course\";s:24:\"crs_breadcrumb_full_path\";s:9:\"Full Path\";s:25:\"crs_cancel_subscr_request\";s:25:\"Delete Membership Request\";s:23:\"crs_cancel_subscription\";s:21:\"User left course \"%s\"\";s:28:\"crs_cancel_subscription_body\";s:56:\"%s has cancelled his/her membership for the course \"%s\".\";s:29:\"crs_cancel_subscription_body2\";s:153:\"There might be other members on a waiting list of your course. You should check for the waiting list now. To view the members of your course, click here:\";s:20:\"crs_cancellation_end\";s:20:\"Set Latest Exit Date\";s:25:\"crs_cancellation_end_info\";s:53:\"Members can leave the course until the date selected.\";s:30:\"crs_cancellation_end_rbac_info\";s:116:\"The cancellation deadline was on %s. It is therefore no longer possible to cancel your participation in this course.\";s:20:\"crs_cannot_find_role\";s:21:\"Can\'t find this role.\";s:19:\"crs_cdf_edit_member\";s:30:\"Edit Course-Specific User Data\";s:21:\"crs_cdf_tbl_last_edit\";s:30:\"Updated (Course-specific Data)\";s:23:\"crs_checklist_objective\";s:19:\"Checklist Objective\";s:11:\"crs_contact\";s:7:\"Contact\";s:24:\"crs_contact_consultation\";s:12:\"Consultation\";s:17:\"crs_contact_email\";s:6:\"E-Mail\";s:22:\"crs_contact_email_info\";s:53:\"Enter one or more (comma separated) e-mail addresses.\";s:16:\"crs_contact_name\";s:4:\"Name\";s:17:\"crs_contact_phone\";s:9:\"Telephone\";s:26:\"crs_contact_responsibility\";s:14:\"Responsibility\";s:11:\"crs_content\";s:14:\"Course Content\";s:8:\"crs_copy\";s:11:\"Copy Course\";s:34:\"crs_course_group_notification_link\";s:5:\"Link:\";s:27:\"crs_course_period_not_valid\";s:24:\"The period is not valid.\";s:26:\"crs_course_status_of_users\";s:18:\"Passing the Course\";s:15:\"crs_create_date\";s:11:\"Create date\";s:22:\"crs_custom_user_fields\";s:25:\"Course-Specific User Data\";s:30:\"crs_custom_user_fields_infobox\";s:149:\"Create additional data fields for course members to fill in when joining. You can show this information as an additional column in the \"Members\" tab.\";s:34:\"crs_custom_user_fields_table_title\";s:33:\"Relevant User Data of This Course\";s:9:\"crs_dates\";s:5:\"Dates\";s:27:\"crs_deactivate_notification\";s:23:\"Deactivate Notification\";s:24:\"crs_delete_objectve_sure\";s:57:\"Are you sure, you want to delete the selected objectives?\";s:11:\"crs_details\";s:14:\"Course Details\";s:18:\"crs_dismiss_member\";s:29:\"Membership terminated in \"%s\"\";s:23:\"crs_dismiss_member_body\";s:51:\"your membership has been terminated in course \"%s\".\";s:24:\"crs_edit_lo_introduction\";s:17:\"Edit Introduction\";s:16:\"crs_edit_timings\";s:12:\"Edit Timings\";s:14:\"crs_enable_map\";s:17:\"Enable Course Map\";s:7:\"crs_end\";s:3:\"End\";s:10:\"crs_export\";s:13:\"Course export\";s:8:\"crs_file\";s:5:\"Title\";s:17:\"crs_file_download\";s:18:\"Files for Download\";s:13:\"crs_file_name\";s:9:\"File Name\";s:18:\"crs_file_size_info\";s:8:\"Filesize\";s:8:\"crs_from\";s:4:\"From\";s:16:\"crs_general_info\";s:19:\"General Information\";s:24:\"crs_general_informations\";s:19:\"General Information\";s:24:\"crs_grouping_delete_sure\";s:66:\"Do you really want to delete the following membership limitations?\";s:20:\"crs_grouping_deleted\";s:24:\"Deleted course grouping.\";s:23:\"crs_grouping_select_one\";s:32:\"Please select a course grouping.\";s:13:\"crs_groupings\";s:16:\"Course groupings\";s:13:\"crs_groups_nr\";s:21:\"Number of Memberships\";s:22:\"crs_grp_added_grouping\";s:32:\"Added new membership limitation.\";s:24:\"crs_grp_already_assigned\";s:51:\"You are already member of this grouping of courses.\";s:18:\"crs_grp_assign_crs\";s:41:\"Assigned Objects of Membership Limitation\";s:19:\"crs_grp_assignments\";s:39:\"Assignments of Course Members to Groups\";s:19:\"crs_grp_enter_title\";s:21:\"Please enter a title.\";s:16:\"crs_grp_info_reg\";s:45:\"You can only register to one of this courses:\";s:30:\"crs_grp_matriculation_required\";s:119:\"This course grouping requires an unique matriculation number. <br />Please insert this value in your personal settings.\";s:27:\"crs_grp_no_courses_assigned\";s:4:\"None\";s:30:\"crs_grp_table_assigned_courses\";s:16:\"Assigned courses\";s:19:\"crs_header_archives\";s:15:\"Course Archives\";s:25:\"crs_header_delete_members\";s:64:\"Would you like to remove the following members from this course?\";s:23:\"crs_header_edit_members\";s:12:\"Edit Members\";s:16:\"crs_hide_all_obj\";s:12:\"Collapse All\";s:8:\"crs_html\";s:4:\"HTML\";s:10:\"crs_import\";s:13:\"Import Course\";s:18:\"crs_important_info\";s:21:\"Important Information\";s:14:\"crs_info_agree\";s:74:\"I accept, that the above data types are visible for course administrators.\";s:18:\"crs_info_agreement\";s:63:\"The following data types are visible for course administrators:\";s:17:\"crs_info_download\";s:18:\"Files for Download\";s:12:\"crs_info_reg\";s:10:\"Admittance\";s:25:\"crs_info_reg_confirmation\";s:216:\"You have to request for membership to access this course. Please describe your interest for becoming member in the message form. You will be notified as soon as an administrator has accepted or declined your request.\";s:24:\"crs_info_reg_deactivated\";s:28:\"Course admittance is closed.\";s:19:\"crs_info_reg_direct\";s:34:\"You can join this course directly.\";s:21:\"crs_info_reg_password\";s:86:\"If a course administrator has given you the course password, you can join this course.\";s:17:\"crs_info_settings\";s:18:\"Course Information\";s:14:\"crs_info_start\";s:142:\"Please work through all of the course items stated below.<br />After you have processed all marked objects new course items will be activated.\";s:39:\"crs_intro_course_group_notification_for\";s:87:\"this is the news digest for your courses and groups, which have an active notification.\";s:41:\"crs_intro_course_group_notification_index\";s:83:\"There are news for the period of %1$s to %2$s for the following courses and groups:\";s:24:\"crs_item_presetting_info\";s:65:\"Choose this option to offer the learners suggested editing times.\";s:16:\"crs_join_request\";s:4:\"Send\";s:29:\"crs_lhist_objective_completed\";s:20:\"Mastered $3$ in $1$.\";s:16:\"crs_lim_assigned\";s:43:\"Already assigned to associated course \"%s\".\";s:27:\"crs_link_hide_next_sessions\";s:22:\"Hide upcoming sessions\";s:27:\"crs_link_hide_prev_sessions\";s:22:\"Hide previous sessions\";s:31:\"crs_link_show_all_next_sessions\";s:26:\"Show all upcoming sessions\";s:31:\"crs_link_show_all_prev_sessions\";s:26:\"Show all previous sessions\";s:20:\"crs_lobj_pm_min_goal\";s:14:\"Required Score\";s:17:\"crs_lobj_pm_score\";s:11:\"Your Result\";s:26:\"crs_loc_btn_new_assignment\";s:19:\"New Test Assignment\";s:26:\"crs_loc_confirm_delete_tst\";s:83:\"Do you really want to deassign the test of this learning objective oriented course?\";s:25:\"crs_loc_delete_assignment\";s:13:\"Deassign Test\";s:24:\"crs_loc_err_no_active_it\";s:40:\"Learning Objectives without Initial Test\";s:24:\"crs_loc_err_no_active_lo\";s:28:\"No active Learning Objective\";s:25:\"crs_loc_err_no_active_mat\";s:44:\"Learning objectives without assigned content\";s:25:\"crs_loc_err_no_active_qst\";s:28:\"Objectives without questions\";s:24:\"crs_loc_err_no_active_qt\";s:43:\"Learning Objectives without Qualifying Test\";s:29:\"crs_loc_err_nr_tries_exceeded\";s:96:\"The number of passes per objective exceeds the possible number of passes of the Qualifying Test.\";s:22:\"crs_loc_err_stat_no_it\";s:25:\"No Initial test available\";s:29:\"crs_loc_err_stat_no_materials\";s:29:\"No Course Materials available\";s:22:\"crs_loc_err_stat_no_qt\";s:23:\"No final test available\";s:28:\"crs_loc_err_stat_tst_offline\";s:25:\"Not all tests are online.\";s:19:\"crs_loc_form_assign\";s:17:\"Use Existing Test\";s:32:\"crs_loc_form_assign_initial_info\";s:55:\"Select a test from this course to serve as Initial Test\";s:22:\"crs_loc_form_assign_it\";s:15:\"Test Assignment\";s:34:\"crs_loc_form_assign_qualified_info\";s:2:\"--\";s:27:\"crs_loc_form_available_tsts\";s:15:\"Available Tests\";s:30:\"crs_loc_form_create_objectives\";s:26:\"Create Learning Objectives\";s:29:\"crs_loc_form_random_limits_it\";s:32:\"Define Questions of Initial Test\";s:29:\"crs_loc_form_random_limits_qt\";s:35:\"Define Questions of Qualifying Test\";s:20:\"crs_loc_form_tst_new\";s:15:\"Create New Test\";s:33:\"crs_loc_form_tst_new_initial_info\";s:42:\"Create a new test to serve as initial test\";s:35:\"crs_loc_form_tst_new_qualified_info\";s:2:\"--\";s:18:\"crs_loc_itest_info\";s:12:\"Initial Test\";s:26:\"crs_loc_itst_for_objective\";s:19:\"Initial Test \"%1$s\"\";s:26:\"crs_loc_learning_objective\";s:18:\"Learning Objective\";s:20:\"crs_loc_mem_show_res\";s:17:\"Show Test Results\";s:15:\"crs_loc_num_qst\";s:19:\"Number of Questions\";s:37:\"crs_loc_objective_passed_confirmation\";s:139:\"You have already passed this learning objective. Starting a new test run will reset the result. Do you really want to start a new test run?\";s:38:\"crs_loc_objectives_passed_confirmation\";s:140:\"You have already passed all learning objectives. Starting a new test run will reset all results. Do you really want to start a new test run?\";s:19:\"crs_loc_passes_info\";s:31:\"Maximum Number of test attempts\";s:19:\"crs_loc_passes_left\";s:33:\"Remaining number of test attempts\";s:22:\"crs_loc_passes_reached\";s:33:\"No further test attempts possible\";s:12:\"crs_loc_perc\";s:29:\"Required Percentage of Points\";s:30:\"crs_loc_progress_do_qualifying\";s:27:\"Please take the final test.\";s:36:\"crs_loc_progress_do_qualifying_again\";s:59:\"Please work through the learning objective materials again.\";s:37:\"crs_loc_progress_no_result_do_initial\";s:29:\"Please take the initial test.\";s:37:\"crs_loc_progress_no_result_no_initial\";s:87:\"Please work through the following learning materials and then take the qualifying test.\";s:35:\"crs_loc_progress_objective_complete\";s:37:\"You completed the learning objective.\";s:29:\"crs_loc_progress_result_itest\";s:22:\"Result of Initial Test\";s:29:\"crs_loc_progress_result_qtest\";s:6:\"Result\";s:28:\"crs_loc_qst_resume_tst_itest\";s:206:\"You have already started an initial test to another learning objective. Either you finish the started test or you stop it and start this one. But running two initial tests at the same time is not supported.\";s:28:\"crs_loc_qst_resume_tst_qtest\";s:211:\"You have already started a qualifying test to another learning objective. Either you finish the started test or you stop it and start this one. But running two qualifying tests at the same time is not supported.\";s:18:\"crs_loc_qtest_info\";s:10:\"Final Test\";s:26:\"crs_loc_qtst_for_objective\";s:22:\"Qualifying Test \"%1$s\"\";s:23:\"crs_loc_rand_assign_qpl\";s:29:\"Assignment from Question Pool\";s:16:\"crs_loc_rand_qpl\";s:24:\"Available Question Pools\";s:27:\"crs_loc_settings_err_qstart\";s:123:\"The option \"Final Test as Start Object\" has been deactivated, since it can only be chosen for courses without initial test.\";s:32:\"crs_loc_settings_it_start_object\";s:28:\"Initial Test is Start Object\";s:24:\"crs_loc_settings_it_type\";s:12:\"Initial Test\";s:26:\"crs_loc_settings_itest_tbl\";s:29:\"Settings for the Initial Test\";s:28:\"crs_loc_settings_passed_mode\";s:28:\"Mastered Learning Objectives\";s:33:\"crs_loc_settings_passed_mode_hide\";s:62:\"Test questions for mastered learning objectives will be hidden\";s:33:\"crs_loc_settings_passed_mode_mark\";s:63:\"Test questions for mastered learning objectives will be flagged\";s:23:\"crs_loc_settings_qt_all\";s:10:\"Final Test\";s:32:\"crs_loc_settings_qt_start_object\";s:26:\"Final Test is Start Object\";s:26:\"crs_loc_settings_qtest_tbl\";s:27:\"Settings for the Final Test\";s:22:\"crs_loc_settings_reset\";s:12:\"Test Results\";s:29:\"crs_loc_settings_reset_enable\";s:30:\"Allow ‘Reset Test Results’\";s:34:\"crs_loc_settings_reset_enable_info\";s:99:\"If activated, all users are able to reset their individual test results and start the course again.\";s:20:\"crs_loc_settings_tbl\";s:50:\"Settings for the Learning Objectives-Driven Course\";s:26:\"crs_loc_settings_tbl_it_nq\";s:38:\"Initial Placement Test (per Objective)\";s:25:\"crs_loc_settings_tbl_it_q\";s:39:\"Initial Qualifying Test (per Objective)\";s:31:\"crs_loc_settings_tbl_its_nq_all\";s:39:\"Initial Placement Test (all Objectives)\";s:30:\"crs_loc_settings_tbl_its_q_all\";s:39:\"Initial Qualifying Test (all Objecives)\";s:23:\"crs_loc_settings_tbl_qt\";s:26:\"Final Test (per objective)\";s:28:\"crs_loc_settings_tbl_qts_all\";s:27:\"Final Test (all objectives)\";s:29:\"crs_loc_settings_type_it_none\";s:15:\"No Initial Test\";s:34:\"crs_loc_settings_type_it_none_info\";s:209:\"Course members work self-directed through the learning objectives. They can take the final test to assess whether they mastered the learning objectives already or if additional learning and training is needed.\";s:38:\"crs_loc_settings_type_it_placement_all\";s:52:\"Comprehensive Placement Test Covering all Objectives\";s:43:\"crs_loc_settings_type_it_placement_all_info\";s:168:\"Participants take one initial test comprising questions on all learning objectives. Learning material is recommended on the basis of a participant\'s individual results.\";s:38:\"crs_loc_settings_type_it_placement_sel\";s:42:\"Separate Placement Test for Each Objective\";s:43:\"crs_loc_settings_type_it_placement_sel_info\";s:204:\"Participants take a separate initial test for each learning objective comprising only questions of that very objective. Learning material is recommended on the basis of a participant\'s individual results.\";s:39:\"crs_loc_settings_type_it_qualifying_all\";s:54:\"Comprehensive Achievement Test Covering all Objectives\";s:44:\"crs_loc_settings_type_it_qualifying_all_info\";s:155:\"The initial test assess if a participant already achieved mastery of the learning objectives. The test contains questions covering all learning objectives.\";s:39:\"crs_loc_settings_type_it_qualifying_sel\";s:44:\"Separate Achievement Test for Each Objective\";s:44:\"crs_loc_settings_type_it_qualifying_sel_info\";s:232:\"Participants are presented with a separate initial test for each learning objective. This test contains only questions of that very objective and checks whether or not  the participant has already achieved mastery of this objective.\";s:27:\"crs_loc_settings_type_q_all\";s:48:\"Comprehensive Final Test Covering all Objectives\";s:32:\"crs_loc_settings_type_q_all_info\";s:72:\"Mastery of all learning objectives is examined in one single final test.\";s:32:\"crs_loc_settings_type_q_selected\";s:38:\"Separate Final Test for Each Objective\";s:37:\"crs_loc_settings_type_q_selected_info\";s:84:\"Participants are presented with a separate mastery test for each learning objective.\";s:23:\"crs_loc_subtab_creation\";s:6:\"Create\";s:17:\"crs_loc_suggested\";s:53:\"Please work through the following learning materials.\";s:17:\"crs_loc_tab_itest\";s:12:\"Initial Test\";s:18:\"crs_loc_tab_itests\";s:13:\"Initial Tests\";s:21:\"crs_loc_tab_materials\";s:8:\"Material\";s:22:\"crs_loc_tab_objectives\";s:19:\"Learning Objectives\";s:17:\"crs_loc_tab_qtest\";s:10:\"Final Test\";s:18:\"crs_loc_tab_qtests\";s:11:\"Final Tests\";s:17:\"crs_loc_tab_start\";s:13:\"Start Objects\";s:23:\"crs_loc_tbl_tst_qst_qpl\";s:26:\"Questions / Question Pools\";s:20:\"crs_loc_tbl_tst_type\";s:27:\"Selection of Test Questions\";s:23:\"crs_loc_test_results_of\";s:16:\"Test results of:\";s:22:\"crs_loc_tst_assignment\";s:15:\"Test Assignment\";s:19:\"crs_loc_tst_new_run\";s:25:\"Start New Attempt on Test\";s:19:\"crs_loc_tst_num_qst\";s:20:\"Number of Questions:\";s:16:\"crs_loc_tst_qpls\";s:25:\"Available Question Pools:\";s:18:\"crs_loc_tst_resume\";s:21:\"Continue Test Attempt\";s:17:\"crs_loc_tst_start\";s:10:\"Start Test\";s:15:\"crs_loc_tt_info\";s:56:\"You have reached %1$d%%. The test is passed with %2$d%%.\";s:29:\"crs_loc_type_initial_all_info\";s:284:\"Based on individual results of the initial test, ILIAS recommends learning content for the not-yet-sufficient learning objectives. The final achievement test assesses whether a test participant already mastered the learning objectives or if additional learning and training is needed.\";s:27:\"crs_loc_type_qualified_info\";s:387:\"The course starts with a test to assess if a course member already mastered the learning objectives. For all passed learning objectives, users do not have to work through any of the learning content or take more tests. For all not-yet-sufficient learning objectives, ILIAS recommends learning content. The mastery of the remaining learning objectives is tested in an additional test run.\";s:12:\"crs_mail_all\";s:20:\"For all Participants\";s:17:\"crs_mail_all_info\";s:102:\"Members, administrators and tutors can use the feature ‘Mail to Members’ in the ‘Members’ tab.\";s:28:\"crs_mail_context_member_info\";s:54:\"For the contact e-mails on the info screen of a course\";s:29:\"crs_mail_context_member_title\";s:17:\"Course: Info Page\";s:27:\"crs_mail_context_tutor_info\";s:83:\"For the participant e-mails on the member and learning progress screens of a course\";s:28:\"crs_mail_context_tutor_title\";s:22:\"Course: Mail to Member\";s:23:\"crs_mail_permanent_link\";s:89:\"Click on the following link to find all of the information you need regarding the course:\";s:20:\"crs_mail_tutors_only\";s:34:\"For Tutors and Administrators only\";s:25:\"crs_mail_tutors_only_info\";s:98:\"Only administrators and tutors can use the feature ‘Mail to Members’ in the ‘Members’ tab.\";s:13:\"crs_mail_type\";s:15:\"Mail to Members\";s:16:\"crs_map_location\";s:19:\"Course Map Location\";s:16:\"crs_map_settings\";s:3:\"Map\";s:13:\"crs_materials\";s:9:\"Materials\";s:31:\"crs_max_and_min_members_invalid\";s:70:\"The minimum number must be smaller than the maximum number of members.\";s:30:\"crs_max_and_min_members_needed\";s:53:\"Set a minimum or maximum number of members - or both.\";s:22:\"crs_max_members_needed\";s:109:\"The waiting list feature requires you to set the maximum number of members allowed to sign up for the course.\";s:23:\"crs_max_members_reached\";s:46:\"The maximum number of members has been reached\";s:15:\"crs_mem_contact\";s:16:\"Tutorial Support\";s:16:\"crs_mem_contacts\";s:16:\"Tutorial Support\";s:17:\"crs_mem_send_mail\";s:9:\"Send Mail\";s:18:\"crs_mem_tbl_header\";s:19:\"Course Participants\";s:10:\"crs_member\";s:6:\"Member\";s:25:\"crs_member_administration\";s:17:\"Edit Participants\";s:32:\"crs_member_passed_status_changed\";s:21:\"Passed Status Changed\";s:11:\"crs_members\";s:7:\"Members\";s:19:\"crs_members_deleted\";s:55:\"Selected members were successfully removed from course.\";s:18:\"crs_members_groups\";s:21:\"Memberships in Groups\";s:15:\"crs_members_map\";s:18:\"Course Members Map\";s:23:\"crs_members_print_title\";s:14:\"Course Members\";s:17:\"crs_min_one_admin\";s:67:\"There has to be at least one administrator assigned to this course.\";s:62:\"crs_msg_no_self_registration_period_if_self_enrolment_disabled\";s:96:\"The limited registration period can not be defined if the \"No Self-enrolment\" setting is active.\";s:29:\"crs_my_courses_groups_enabled\";s:21:\"My Courses and Groups\";s:34:\"crs_my_courses_groups_enabled_info\";s:61:\"If activated, the section \'My Courses and Groups\' is visible.\";s:14:\"crs_new_status\";s:19:\"Your new status is:\";s:20:\"crs_new_subscription\";s:31:\"User registered for course \"%s\"\";s:25:\"crs_new_subscription_body\";s:34:\"%s has registered for course \"%s\".\";s:28:\"crs_new_subscription_request\";s:27:\"Request to join course \"%s\"\";s:33:\"crs_new_subscription_request_body\";s:44:\"%s has requested membership for course \"%s\".\";s:34:\"crs_new_subscription_request_body2\";s:36:\"To confirm this registration, go to:\";s:8:\"crs_news\";s:11:\"Course News\";s:23:\"crs_no_archive_selected\";s:20:\"No archives selected\";s:24:\"crs_no_archives_selected\";s:24:\"Please select an archive\";s:13:\"crs_no_notify\";s:31:\"No notify for new registrations\";s:26:\"crs_no_objective_lms_found\";s:96:\"This course does not contain learning material that could be assigned to the learning objective.\";s:25:\"crs_no_objective_selected\";s:28:\"Please select one objective.\";s:25:\"crs_no_objectives_created\";s:27:\"No Course Materials created\";s:27:\"crs_no_subscribers_selected\";s:20:\"Please select a user\";s:18:\"crs_no_users_added\";s:16:\"No members added\";s:21:\"crs_no_users_selected\";s:25:\"You did not select a user\";s:17:\"crs_not_available\";s:15:\"-Not available-\";s:16:\"crs_notification\";s:12:\"Notification\";s:26:\"crs_notification_activated\";s:22:\"Notification Activated\";s:28:\"crs_notification_deactivated\";s:24:\"Notification Deactivated\";s:34:\"crs_notification_explanation_admin\";s:99:\"You receive mail from ILIAS because you are course administrator / tutor with notification enabled.\";s:27:\"crs_notification_list_title\";s:12:\"Notification\";s:27:\"crs_notification_salutation\";s:24:\"Dear course participant,\";s:10:\"crs_notify\";s:28:\"Notify for new registrations\";s:6:\"crs_nr\";s:3:\"Nr.\";s:22:\"crs_number_users_added\";s:62:\"The following number of users has been assigned to the course:\";s:22:\"crs_obj_final_req_info\";s:71:\"If this number of points is achieved, the learning objective is passed.\";s:24:\"crs_obj_initial_req_info\";s:98:\"If this number of points is achieved, no course materials will be recommended for further editing.\";s:23:\"crs_obj_required_points\";s:15:\"Required Points\";s:26:\"crs_objective_accomplished\";s:12:\"Accomplished\";s:26:\"crs_objective_action_itest\";s:32:\"Assign Questions of Initial Test\";s:30:\"crs_objective_action_materials\";s:15:\"Assign Material\";s:26:\"crs_objective_action_qtest\";s:30:\"Assign Questions of Final Test\";s:30:\"crs_objective_action_qtest_sep\";s:17:\"Assign Final Test\";s:21:\"crs_objective_add_mat\";s:16:\"Assign Materials\";s:24:\"crs_objective_all_points\";s:12:\"Total Points\";s:32:\"crs_objective_assigned_materials\";s:27:\"Assigned Learning Materials\";s:23:\"crs_objective_err_limit\";s:51:\"Please enter a percentage number between 1 and 100.\";s:24:\"crs_objective_final_test\";s:32:\"Questions Assigned to Final Test\";s:23:\"crs_objective_limit_err\";s:63:\"The required points should not be higher than the total points.\";s:22:\"crs_objective_modified\";s:27:\"Updated learning objective.\";s:30:\"crs_objective_not_accomplished\";s:16:\"Not accomplished\";s:33:\"crs_objective_overview_objectives\";s:8:\"Overview\";s:42:\"crs_objective_overview_question_assignment\";s:28:\"Overview Question Assignment\";s:20:\"crs_objective_points\";s:8:\"Point(s)\";s:21:\"crs_objective_pretest\";s:18:\"After initial test\";s:25:\"crs_objective_qst_summary\";s:28:\"Overview Question Assignment\";s:25:\"crs_objective_random_warn\";s:69:\"You can not use random tests in combination with learning objectives.\";s:20:\"crs_objective_result\";s:16:\"After final test\";s:28:\"crs_objective_result_details\";s:19:\"⬅︎ Show Results\";s:36:\"crs_objective_result_summary_initial\";s:36:\"Placement Test: %1$s (%2$s required)\";s:39:\"crs_objective_result_summary_qualifying\";s:38:\"Achievement Test: %1$s (%2$s required)\";s:27:\"crs_objective_saved_sorting\";s:14:\"Saved sorting.\";s:29:\"crs_objective_self_assessment\";s:34:\"Questions Assigned to Initial Test\";s:20:\"crs_objective_status\";s:16:\"Objective Status\";s:30:\"crs_objective_status_configure\";s:20:\"Checklist for Course\";s:26:\"crs_objective_status_itest\";s:19:\"Assign Initial Test\";s:30:\"crs_objective_status_materials\";s:21:\"Create Course Content\";s:35:\"crs_objective_status_materials_info\";s:96:\"The course is currently empty. Add course materials that can be assigned to learning objectives.\";s:39:\"crs_objective_status_objective_creation\";s:25:\"Create Learning Objective\";s:31:\"crs_objective_status_objectives\";s:29:\"Configure Learning Objectives\";s:26:\"crs_objective_status_qtest\";s:17:\"Assign Final Test\";s:29:\"crs_objective_status_settings\";s:15:\"Course Settings\";s:32:\"crs_objective_tbl_col_final_tsts\";s:11:\"Final Tests\";s:23:\"crs_objective_wiz_final\";s:20:\"Final Test Questions\";s:28:\"crs_objective_wiz_final_info\";s:35:\"Assignment of final test questions.\";s:29:\"crs_objective_wiz_final_limit\";s:21:\"Limits for Final Test\";s:34:\"crs_objective_wiz_final_limit_info\";s:60:\"Here you can define the limits for the final test questions.\";s:27:\"crs_objective_wiz_materials\";s:22:\"Assign Course Material\";s:32:\"crs_objective_wiz_materials_info\";s:91:\"You can assign course materials that are recommended for processing the learning objective.\";s:22:\"crs_objective_wiz_self\";s:22:\"Initial Test Questions\";s:27:\"crs_objective_wiz_self_info\";s:122:\"Please set the initial test questions. Initial tests are intended to examine the previous knowledge of the course members.\";s:28:\"crs_objective_wiz_self_limit\";s:23:\"Limits for Initial Test\";s:33:\"crs_objective_wiz_self_limit_info\";s:52:\"Please define the limits for initial test questions.\";s:23:\"crs_objective_wiz_title\";s:27:\"Describe Learning Objective\";s:28:\"crs_objective_wiz_title_info\";s:72:\"Please choose a title and a short description of the learning objective.\";s:14:\"crs_objectives\";s:19:\"Learning Objectives\";s:26:\"crs_objectives_assigned_lm\";s:42:\"The selected materials have been assigned.\";s:22:\"crs_objectives_deleted\";s:26:\"Delete learning objectives\";s:40:\"crs_objectives_edit_question_assignments\";s:24:\"Edit Question Assignment\";s:25:\"crs_objectives_reset_sure\";s:86:\"You want to delete all results of this course. <br />All test results will be deleted.\";s:22:\"crs_objectives_reseted\";s:16:\"Reseted results.\";s:8:\"crs_open\";s:11:\"Open Course\";s:19:\"crs_other_resources\";s:15:\"Other Resources\";s:18:\"crs_page_type_lobj\";s:23:\"Learning Objective Page\";s:10:\"crs_passed\";s:6:\"Passed\";s:27:\"crs_passed_status_manual_by\";s:9:\"Manual by\";s:24:\"crs_passed_status_system\";s:6:\"System\";s:22:\"crs_password_not_valid\";s:26:\"Your password is not valid\";s:21:\"crs_password_required\";s:48:\"This registration procedure requires a password.\";s:7:\"crs_pdf\";s:3:\"PDF\";s:10:\"crs_period\";s:15:\"Period of Event\";s:31:\"crs_period_end_mail_placeholder\";s:10:\"Period End\";s:15:\"crs_period_info\";s:87:\"Information about the start and end date of the event, which is supported by the course\";s:33:\"crs_period_start_mail_placeholder\";s:12:\"Period Start\";s:21:\"crs_presentation_type\";s:17:\"Presentation Type\";s:14:\"crs_print_list\";s:13:\"Generate List\";s:32:\"crs_ref_delete_confirmation_info\";s:180:\"Would you like to remove the following members from this course? If these members are to be removed from courses linked into this course, please activate the respective checkboxes.\";s:21:\"crs_ref_member_update\";s:15:\"Add new members\";s:26:\"crs_ref_member_update_info\";s:110:\"All new members of the parent course are automatically entered in the course to which this course link refers.\";s:22:\"crs_ref_missing_access\";s:100:\"The option cannot be selected because you do not have \"Manage Members\" permission for either course.\";s:26:\"crs_ref_missing_parent_crs\";s:85:\"The option cannot be selected because this course link does not have a parent course.\";s:7:\"crs_reg\";s:21:\"Registration Settings\";s:12:\"crs_reg_code\";s:18:\"Admission via Link\";s:25:\"crs_reg_code_enabled_info\";s:169:\"Irrespective of the main registration procedure and permissions that have been selected, this option allows users to gain admission directly by using the following link.\";s:17:\"crs_reg_code_link\";s:25:\"Link for Direct Admission\";s:16:\"crs_reg_max_info\";s:58:\"Set the maximum number of users that can join this course.\";s:18:\"crs_reg_no_selfreg\";s:17:\"No Self-Enrolment\";s:21:\"crs_reg_password_info\";s:64:\"Users need to type in this password in order to join the course.\";s:15:\"crs_reg_selfreg\";s:14:\"Self-Enrolment\";s:15:\"crs_reg_subject\";s:7:\"Message\";s:13:\"crs_reg_until\";s:19:\"Registration Period\";s:31:\"crs_reg_user_already_subscribed\";s:53:\"You have already requested membership for this course\";s:16:\"crs_registration\";s:19:\"Course Registration\";s:34:\"crs_registration_confirmation_info\";s:98:\"Users who wish to join the course can send a membership request/message to a course administrator.\";s:28:\"crs_registration_deactivated\";s:55:\"Only course administrators can add users to the course.\";s:24:\"crs_registration_limited\";s:27:\"Limited Registration Period\";s:29:\"crs_registration_limited_info\";s:75:\"Members can only register for this course during a specific period of time.\";s:23:\"crs_registration_period\";s:6:\"Period\";s:21:\"crs_registration_type\";s:22:\"Registration Procedure\";s:21:\"crs_reject_subscriber\";s:29:\"Registration refused for \"%s\"\";s:26:\"crs_reject_subscriber_body\";s:77:\"we regret to say that your registration has been refused for the course \"%s\".\";s:17:\"crs_reset_results\";s:13:\"Reset Results\";s:15:\"crs_role_status\";s:13:\"Role / Status\";s:16:\"crs_search_users\";s:12:\"Search Users\";s:27:\"crs_select_archive_language\";s:40:\"Please select a language for the archive\";s:22:\"crs_select_one_archive\";s:25:\"Please select one archive\";s:18:\"crs_select_starter\";s:19:\"Select Start Object\";s:18:\"crs_selected_users\";s:21:\"Selected Participants\";s:12:\"crs_settings\";s:15:\"Course Settings\";s:18:\"crs_settings_saved\";s:14:\"Settings saved\";s:22:\"crs_shorten_breadcrumb\";s:10:\"Breadcrumb\";s:16:\"crs_show_all_obj\";s:10:\"Expand All\";s:22:\"crs_show_member_export\";s:17:\"Participants List\";s:27:\"crs_show_member_export_info\";s:61:\"Course members may generate and print a list of participants.\";s:31:\"crs_show_member_export_settings\";s:17:\"Participants List\";s:16:\"crs_show_members\";s:12:\"Show Members\";s:21:\"crs_show_members_info\";s:88:\"Allow course members to see a list of all course participants via the ‘Members’ tab.\";s:8:\"crs_size\";s:9:\"File size\";s:19:\"crs_sort_activation\";s:18:\"Sort by Activation\";s:15:\"crs_sort_manual\";s:13:\"Sort Manually\";s:20:\"crs_sort_timing_info\";s:63:\"Sort course items be their activation time or timings settings.\";s:14:\"crs_sort_title\";s:28:\"Titles in Alphabetical Order\";s:9:\"crs_start\";s:5:\"Start\";s:17:\"crs_start_objects\";s:13:\"Start Objects\";s:23:\"crs_starter_delete_sure\";s:60:\"Are you sure you want to delete the following start objects?\";s:19:\"crs_starter_deleted\";s:19:\"Removed assignment.\";s:29:\"crs_starters_already_assigned\";s:33:\"This object was already assigned.\";s:10:\"crs_status\";s:6:\"Status\";s:18:\"crs_status_changed\";s:22:\"Changed status in \"%s\"\";s:23:\"crs_status_changed_body\";s:44:\"your status in course \"%s\" has been changed.\";s:24:\"crs_status_determination\";s:32:\"Determination of Status \'Passed\'\";s:27:\"crs_status_determination_lp\";s:25:\"Through Learning Progress\";s:32:\"crs_status_determination_lp_info\";s:160:\"When the learning progress changes to ‘Completed’, the course status ‘Passed’ will be set automatically. Tutors still can overwrite the status manually.\";s:31:\"crs_status_determination_manual\";s:21:\"Only Manual by Tutors\";s:29:\"crs_status_determination_sync\";s:362:\"The course status will be automatically set to \'passed\' once a learner completed all activities which determine the learning progress. Progress that was made before the change of settings will be accounted for, manually set \'passed\' course status remain unchanged. Do you want to set the course status of all members based on their current learning progress now?\";s:13:\"crs_structure\";s:16:\"Course structure\";s:37:\"crs_subject_course_group_notification\";s:17:\"Daily Mail for %s\";s:20:\"crs_subscribe_member\";s:33:\"Your registration for course \"%s\"\";s:25:\"crs_subscribe_member_body\";s:64:\"we are pleased to confirm your registration for the course \"%s\".\";s:16:\"crs_subscribe_wl\";s:33:\"Your registration for course \"%s\"\";s:21:\"crs_subscribe_wl_body\";s:208:\"you have been assigned to the waiting list of course \"%s\". You are assigned to position %s on the list.  You will receive a message from a course administrator when your request has been approved or rejected.\";s:14:\"crs_subscriber\";s:10:\"Subscriber\";s:23:\"crs_subscribers_deleted\";s:21:\"Deleted subscriber(s)\";s:16:\"crs_subscription\";s:12:\"Subscription\";s:29:\"crs_subscription_failed_limit\";s:53:\"The maximum number of participants has been exceeded.\";s:28:\"crs_subscription_max_members\";s:14:\"Maximum Number\";s:34:\"crs_subscription_max_members_short\";s:25:\"Limited Number of Members\";s:39:\"crs_subscription_max_members_short_info\";s:93:\"The minimal respectively maximial number of members can be set. A waiting list can be set up.\";s:28:\"crs_subscription_min_members\";s:14:\"Minimum Number\";s:32:\"crs_subscription_min_members_err\";s:88:\"The minimum number is not allowed to be greater than the maximum number of participants.\";s:33:\"crs_subscription_min_members_info\";s:325:\"Define the number of users that is minimally required for this course to be held at all. If this number is not met either after the date until which users can register or unsubscribe from the course a mail will be send to those course administrators or tutors that have activated the \'Notification\' flag in the \'Members\'-tab.\";s:37:\"crs_subscription_options_confirmation\";s:18:\"Request Membership\";s:31:\"crs_subscription_options_direct\";s:17:\"Self Registration\";s:33:\"crs_subscription_options_password\";s:25:\"Join with Course Password\";s:27:\"crs_subscription_successful\";s:26:\"You have joined the course\";s:33:\"crs_sure_delete_selected_archives\";s:45:\"Are you sure to delete the selected archives?\";s:12:\"crs_syllabus\";s:8:\"Syllabus\";s:15:\"crs_sys_default\";s:14:\"System Default\";s:23:\"crs_table_start_objects\";s:13:\"Start Objects\";s:16:\"crs_target_group\";s:12:\"Target Group\";s:41:\"crs_tile_and_objective_view_not_supported\";s:101:\"You cannot activate both \"Tile Presentation\" and \"Learning Objectives Presentation\" at the same time.\";s:40:\"crs_tile_and_session_limit_not_supported\";s:87:\"You cannot activate both \"Tile Presentation\" and \"Session Limitation\" at the same time.\";s:24:\"crs_timing_err_start_end\";s:59:\"The end date must be greater than or equals the start date.\";s:29:\"crs_timings_activate_optional\";s:32:\"Optional mode for course timings\";s:33:\"crs_timings_activate_optional_own\";s:35:\"Optional mode for my course timings\";s:32:\"crs_timings_availability_enabled\";s:21:\"Temporarily Available\";s:22:\"crs_timings_changeable\";s:22:\"Time Target Changeable\";s:19:\"crs_timings_changed\";s:16:\"Timings Modified\";s:34:\"crs_timings_days_after_subsription\";s:32:\"Day(s) after course subscription\";s:20:\"crs_timings_disabled\";s:16:\"Timings Disabled\";s:25:\"crs_timings_disabled_info\";s:42:\"Choose this option to disable any timings.\";s:23:\"crs_timings_early_begin\";s:14:\"Earliest Start\";s:25:\"crs_timings_edit_personal\";s:21:\"Edit Personal Timings\";s:15:\"crs_timings_end\";s:11:\"Finish Time\";s:22:\"crs_timings_from_until\";s:12:\"(From/Until)\";s:19:\"crs_timings_in_days\";s:9:\"(In Days)\";s:23:\"crs_timings_info_active\";s:8:\"(Active)\";s:23:\"crs_timings_not_changed\";s:20:\"Timings not Modified\";s:28:\"crs_timings_optional_checked\";s:41:\"Optional mode was activated for this user\";s:24:\"crs_timings_optional_off\";s:28:\"Optional mode is not active.\";s:23:\"crs_timings_optional_on\";s:24:\"Optional mode is active.\";s:34:\"crs_timings_optional_on_and_passed\";s:69:\"Optional mode is active and cannot be changed because user is passed.\";s:30:\"crs_timings_optional_unchecked\";s:43:\"Optional mode was deactivated for this user\";s:23:\"crs_timings_planed_info\";s:19:\"Planed Editing Time\";s:24:\"crs_timings_planed_start\";s:6:\"Planed\";s:22:\"crs_timings_presetting\";s:19:\"Time Target Enabled\";s:24:\"crs_timings_short_active\";s:7:\"Enabled\";s:27:\"crs_timings_short_active_tt\";s:16:\"Activate Timings\";s:28:\"crs_timings_short_changeable\";s:10:\"Changeable\";s:31:\"crs_timings_short_changeable_tt\";s:34:\"Timings changeable by participants\";s:21:\"crs_timings_short_end\";s:8:\"End Date\";s:33:\"crs_timings_short_limit_start_end\";s:15:\"Latest End Date\";s:36:\"crs_timings_short_limit_start_end_tt\";s:10:\"Latest end\";s:40:\"crs_timings_short_limit_start_end_tt_rel\";s:44:\"Latest end in days after course subscription\";s:27:\"crs_timings_short_start_end\";s:10:\"Suggestion\";s:31:\"crs_timings_short_start_end_rel\";s:25:\"Suggested Start (in days)\";s:30:\"crs_timings_short_start_end_tt\";s:15:\"Suggested start\";s:34:\"crs_timings_short_start_end_tt_rel\";s:41:\"Suggested start after course subscription\";s:17:\"crs_timings_start\";s:10:\"Start Time\";s:26:\"crs_timings_start_end_info\";s:11:\"(Start/End)\";s:21:\"crs_timings_sug_begin\";s:15:\"Suggested Start\";s:19:\"crs_timings_sug_end\";s:13:\"Suggested End\";s:26:\"crs_timings_suggested_info\";s:22:\"Suggested Editing Time\";s:22:\"crs_timings_time_frame\";s:10:\"Time Frame\";s:25:\"crs_timings_time_frame_tt\";s:18:\"Time frame in days\";s:24:\"crs_timings_update_error\";s:90:\"Your settings are not valid, please verify the timings for the following course materials:\";s:33:\"crs_timings_warning_timing_exists\";s:119:\"Timings are configured for this object. If you active the availability settings, these timing settings will be reseted.\";s:6:\"crs_to\";s:5:\"Until\";s:9:\"crs_tutor\";s:5:\"Tutor\";s:10:\"crs_tutors\";s:6:\"Tutors\";s:13:\"crs_unblocked\";s:13:\"Free entrance\";s:20:\"crs_unblocked_member\";s:29:\"Access granted in course \"%s\"\";s:25:\"crs_unblocked_member_body\";s:49:\"your membership in course \"%s\" has been restored.\";s:13:\"crs_unlimited\";s:9:\"Unlimited\";s:22:\"crs_unsubscribe_member\";s:46:\"Your cancellation of membership in course \"%s\"\";s:27:\"crs_unsubscribe_member_body\";s:58:\"We confirm your cancellation of membership in course \"%s\".\";s:34:\"crs_unsubscribe_member_explanation\";s:82:\"You receive this message because you unsubscribed from the course mentioned above.\";s:20:\"crs_unsubscribe_sure\";s:54:\"Are you sure you want to unsubscribe from this course?\";s:25:\"crs_unsubscribed_from_crs\";s:44:\"You have been unsubscribed from this course.\";s:25:\"crs_update_subscr_request\";s:25:\"Update Membership Request\";s:18:\"crs_user_agreement\";s:19:\"Released Data Types\";s:23:\"crs_user_agreement_info\";s:46:\"Personal Data Visible to Course Administrators\";s:25:\"crs_user_already_assigned\";s:51:\"The chosen user is already assigned to this course.\";s:15:\"crs_users_added\";s:24:\"Added user to the course\";s:26:\"crs_users_already_assigned\";s:43:\"The user is already assigned to this course\";s:27:\"crs_users_removed_from_list\";s:58:\"The selected users have been removed from the waiting list\";s:17:\"crs_usr_agreement\";s:14:\"User Agreement\";s:23:\"crs_view_info_objective\";s:240:\"Course for individualised studying: Performance on learning objectives organises the course work. Content might be recommended based on individual performance in an initial test. A final test can be used to prove learning objective mastery.\";s:20:\"crs_view_info_timing\";s:39:\"Presentation mode for timings settings.\";s:29:\"crs_view_info_timing_absolute\";s:40:\"Start and end date will be set absolute.\";s:29:\"crs_view_info_timing_relative\";s:65:\"Start and end date will be set relative to the subscription date.\";s:13:\"crs_view_mode\";s:19:\"Course Presentation\";s:18:\"crs_view_objective\";s:33:\"Learning Objectives-Driven Course\";s:15:\"crs_view_timing\";s:12:\"Timings View\";s:24:\"crs_view_timing_absolute\";s:14:\"Absolute Dates\";s:24:\"crs_view_timing_relative\";s:14:\"Relative Dates\";s:16:\"crs_view_timings\";s:17:\"Timings View Type\";s:14:\"crs_visibility\";s:10:\"Visibility\";s:24:\"crs_visibility_limitless\";s:9:\"Unlimited\";s:20:\"crs_visibility_until\";s:30:\"Limited Period of Availability\";s:25:\"crs_visibility_until_info\";s:72:\"The course will be visible to it\'s members in a specific period of time.\";s:24:\"crs_visibility_unvisible\";s:26:\"The course is not visible.\";s:13:\"crs_wait_info\";s:124:\"If the maximum number of course members has already been reached, subsequent registrations will be placed on a waiting list.\";s:16:\"crs_waiting_list\";s:12:\"Waiting List\";s:25:\"crs_waiting_list_autofill\";s:14:\"With Auto-Fill\";s:30:\"crs_waiting_list_autofill_info\";s:252:\"Users are moved automatically from the waiting list to the active list of course members if cancellations create free spaces.  This should not be used in conjunction with the ‘Request Membership‘ registration procedure, as auto-fill will bypass it.\";s:28:\"crs_waiting_list_no_autofill\";s:17:\"Without Auto-Fill\";s:35:\"crs_warn_no_max_set_on_waiting_list\";s:234:\"The maximum number of course members has unfortunately already been reached. You can add your request to join to the waiting list. You will receive a message from a course administrator when your request has been approved or rejected.\";s:31:\"crs_warn_wl_set_on_waiting_list\";s:223:\"There are already users on the waiting list for this course.  You can, however, still request to join the waiting list. You will receive a message from a course administrator when your request has been approved or rejected.\";s:12:\"crs_wiz_back\";s:4:\"Back\";s:12:\"crs_wiz_next\";s:4:\"Save\";s:7:\"crs_xml\";s:3:\"XML\";s:17:\"edit_timings_list\";s:12:\"Edit Timings\";s:5:\"event\";s:7:\"Session\";s:19:\"event_add_new_event\";s:17:\"Added new session\";s:27:\"event_assign_materials_info\";s:64:\"Assigned materials will be displayed directly below the session.\";s:28:\"event_assign_materials_table\";s:18:\"Assigned Materials\";s:19:\"event_blank_columns\";s:18:\"Additional Columns\";s:13:\"event_btn_add\";s:11:\"Add Session\";s:18:\"event_btn_add_edit\";s:32:\"Add Session and Assign Materials\";s:16:\"event_csv_export\";s:10:\"CSV Export\";s:15:\"event_date_time\";s:13:\"Date and Time\";s:10:\"event_desc\";s:11:\"Description\";s:22:\"event_details_workflow\";s:16:\"Details/Workflow\";s:11:\"event_digit\";s:5:\"Digit\";s:18:\"event_edit_members\";s:12:\"Participants\";s:25:\"event_etime_smaller_stime\";s:79:\"The finish time is earlier than the start time. Please enter a valid time span.\";s:10:\"event_file\";s:4:\"File\";s:11:\"event_files\";s:14:\"Assigned Files\";s:19:\"event_fulltime_info\";s:13:\"All Day Event\";s:14:\"event_lecturer\";s:4:\"Name\";s:26:\"event_list_registered_only\";s:15:\"Only Registered\";s:14:\"event_location\";s:8:\"Location\";s:15:\"event_materials\";s:17:\"Session Materials\";s:22:\"event_not_participated\";s:16:\"Not Participated\";s:14:\"event_overview\";s:25:\"Participation in Sessions\";s:18:\"event_participated\";s:12:\"Participated\";s:16:\"event_registered\";s:41:\"You have been registered to this session.\";s:25:\"event_section_information\";s:19:\"Session Information\";s:18:\"event_table_create\";s:11:\"New Session\";s:18:\"event_table_update\";s:12:\"Edit Session\";s:15:\"event_tbl_admin\";s:13:\"Administrator\";s:16:\"event_tbl_admins\";s:14:\"Administrators\";s:16:\"event_tbl_member\";s:6:\"Member\";s:17:\"event_tbl_members\";s:7:\"Members\";s:22:\"event_tbl_participated\";s:8:\"Attended\";s:20:\"event_tbl_registered\";s:10:\"Registered\";s:15:\"event_tbl_tutor\";s:5:\"Tutor\";s:16:\"event_tbl_tutors\";s:6:\"Tutors\";s:11:\"event_title\";s:5:\"Title\";s:16:\"event_tutor_data\";s:15:\"Presentation by\";s:16:\"event_unregister\";s:10:\"Unregister\";s:18:\"event_unregistered\";s:27:\"You have been unregistered.\";s:13:\"event_updated\";s:14:\"Settings saved\";s:20:\"event_user_selection\";s:18:\"Selection of Users\";s:35:\"event_user_selection_include_filter\";s:14:\"Include \"%1$s\"\";s:37:\"event_user_selection_include_requests\";s:41:\"Include all users on list \"Join Requests\"\";s:33:\"event_user_selection_include_role\";s:35:\" Include all users with role \"%1$s\"\";s:41:\"event_user_selection_include_waiting_list\";s:35:\"Include all users on \"Waiting List\"\";s:6:\"events\";s:8:\"Sessions\";s:14:\"export_members\";s:27:\"Export Data of Participants\";s:26:\"grouping_change_assignment\";s:17:\"Change Assignment\";s:24:\"grp_grp_already_assigned\";s:50:\"You are already member of this grouping of groups.\";s:30:\"grp_not_all_users_assigned_msg\";s:77:\"%s user(s) assigned as group member(s), %s user(s) were already in the group.\";s:26:\"mem_cron_min_members_intro\";s:81:\"The following courses and groups do not meet the minimum number of members (yet).\";s:27:\"mem_cron_min_members_reason\";s:88:\"You receive this message because you have activated the notification in the members-tab.\";s:28:\"mem_cron_min_members_subject\";s:35:\"Course/Group: Minimum Members Check\";s:25:\"mem_cron_min_members_task\";s:130:\"Please inform the participants if the course will not take place because of not enough attendants. Adjust the settings afterwards.\";s:17:\"obj_count_members\";s:17:\"Number of members\";s:20:\"sess_attendance_list\";s:15:\"Attendance List\";s:24:\"sess_gen_attendance_list\";s:13:\"Generate List\";s:14:\"sess_join_info\";s:61:\"Please click Attend if you want to take part at this session.\";s:10:\"sess_limit\";s:30:\"Limit Number of Sessions Shown\";s:15:\"sess_limit_info\";s:100:\"Participants are not presented with a list of all sessions, but rather a limited number of sessions.\";s:13:\"sess_num_next\";s:41:\"Number of Future Sessions (from tomorrow)\";s:13:\"sess_num_prev\";s:41:\"Number of Past Sessions (until yesterday)\";s:26:\"sess_print_attendance_list\";s:10:\"Print List\";s:14:\"sess_signature\";s:9:\"Signature\";s:28:\"subscription_times_not_valid\";s:37:\"The registration period is not valid.\";s:19:\"timing_accept_table\";s:16:\"Timings: Remarks\";s:15:\"timing_accepted\";s:8:\"Accepted\";s:19:\"timing_not_accepted\";s:12:\"Not Accepted\";s:13:\"timing_remark\";s:6:\"Remark\";s:20:\"timing_tutor_visible\";s:35:\"Remark is visible for course tutors\";s:18:\"timing_user_accept\";s:14:\"Accept Timings\";s:20:\"timing_user_accepted\";s:16:\"Timings Accepted\";s:7:\"timings\";s:7:\"Timings\";s:36:\"timings_cron_reminder_exceeded_start\";s:36:\"The processing period is overdue at:\";s:38:\"timings_cron_reminder_exceeded_subject\";s:40:\"You have exceeded the processing period.\";s:35:\"timings_cron_reminder_freshly_start\";s:33:\"The processing period started at:\";s:37:\"timings_cron_reminder_started_subject\";s:34:\"The processing period has started.\";s:12:\"timings_edit\";s:12:\"Edit Timings\";s:10:\"timings_of\";s:11:\"Timings Off\";s:30:\"timings_reminder_notifications\";s:28:\"Course Timings Notifications\";s:35:\"timings_reminder_notifications_info\";s:56:\"Notify course members when they exceed timing materials.\";s:15:\"timings_timings\";s:7:\"Timings\";s:19:\"timings_timings_off\";s:33:\"Switch Timings Administration Off\";s:18:\"timings_timings_on\";s:32:\"Switch Timings Administration On\";s:16:\"timings_usr_edit\";s:12:\"Edit Timings\";s:11:\"tutor_email\";s:6:\"E-Mail\";s:10:\"tutor_name\";s:4:\"Name\";s:11:\"tutor_phone\";s:5:\"Phone\";s:11:\"user_fields\";s:11:\"User Fields\";}'),('crsv','en','a:2:{s:11:\"crsv_create\";s:25:\"Create Course Certificate\";s:16:\"crsv_create_info\";s:58:\"Select a completed course to generate a certificate for it\";}'),('dash','en','a:42:{s:15:\"dash_activation\";s:10:\"activation\";s:18:\"dash_added_to_favs\";s:53:\"Recommendation has been added to personal favourites.\";s:23:\"dash_avail_presentation\";s:23:\"Available Presentations\";s:20:\"dash_avail_sortation\";s:20:\"Available Sortations\";s:15:\"dash_click_here\";s:10:\"Click here\";s:14:\"dash_dashboard\";s:9:\"Dashboard\";s:25:\"dash_default_presentation\";s:20:\"Default Presentation\";s:22:\"dash_default_sortation\";s:17:\"Default Sortation\";s:15:\"dash_enable_cal\";s:8:\"Calendar\";s:22:\"dash_enable_favourites\";s:10:\"Favourites\";s:30:\"dash_enable_learning_sequences\";s:18:\"Learning Sequences\";s:16:\"dash_enable_mail\";s:4:\"Mail\";s:23:\"dash_enable_memberships\";s:21:\"My Courses and Groups\";s:16:\"dash_enable_news\";s:4:\"News\";s:31:\"dash_enable_recommended_content\";s:19:\"Recommended Content\";s:28:\"dash_enable_study_programmes\";s:16:\"Study Programmes\";s:16:\"dash_enable_task\";s:5:\"Tasks\";s:15:\"dash_favourites\";s:10:\"Favourites\";s:31:\"dash_info_sure_remove_from_favs\";s:75:\"Are you sure you want to remove the following objects from your Favourites?\";s:17:\"dash_item_removed\";s:46:\"Recommendation has been removed from the list.\";s:23:\"dash_learning_sequences\";s:21:\"My Learning Sequences\";s:9:\"dash_list\";s:4:\"List\";s:15:\"dash_main_panel\";s:10:\"Main Panel\";s:19:\"dash_make_favourite\";s:17:\"Add to Favourites\";s:20:\"dash_member_main_alt\";s:72:\"Courses and groups can also be configured as a separate main menu entry.\";s:16:\"dash_memberships\";s:21:\"My Courses and Groups\";s:17:\"dash_presentation\";s:12:\"Presentation\";s:24:\"dash_recommended_content\";s:19:\"Recommended Content\";s:21:\"dash_remove_from_list\";s:16:\"Remove from List\";s:15:\"dash_side_panel\";s:10:\"Side Panel\";s:21:\"dash_sort_by_alphabet\";s:16:\"Sort by Alphabet\";s:21:\"dash_sort_by_location\";s:16:\"Sort by Location\";s:23:\"dash_sort_by_start_date\";s:23:\"Sort by Period of Event\";s:17:\"dash_sort_by_type\";s:12:\"Sort by Type\";s:14:\"dash_sortation\";s:9:\"Sortation\";s:21:\"dash_study_programmes\";s:19:\"My Study Programmes\";s:9:\"dash_tile\";s:4:\"Tile\";s:24:\"dash_view_courses_groups\";s:35:\"Section ‘My Courses and Groups’\";s:20:\"dash_view_favourites\";s:24:\"Section ‘Favourites’\";s:24:\"favourites_disabled_info\";s:84:\"Add to favorites is deactivated. You may change this inside the repository settings.\";s:25:\"memberships_disabled_info\";s:78:\"Subscriptions are deactivated. You may change this inside the course settings.\";s:13:\"topitem_block\";s:5:\"Block\";}'),('dateplaner','en','a:408:{s:7:\"Fr_long\";s:6:\"Friday\";s:8:\"Fr_short\";s:2:\"Fr\";s:7:\"Mo_long\";s:6:\"Monday\";s:8:\"Mo_short\";s:2:\"Mo\";s:7:\"Sa_long\";s:8:\"Saturday\";s:8:\"Sa_short\";s:2:\"Sa\";s:7:\"Su_long\";s:6:\"Sunday\";s:8:\"Su_short\";s:2:\"Su\";s:4:\"Text\";s:4:\"Text\";s:7:\"Th_long\";s:8:\"Thursday\";s:8:\"Th_short\";s:2:\"Th\";s:7:\"Tu_long\";s:7:\"Tuesday\";s:8:\"Tu_short\";s:2:\"Tu\";s:7:\"We_long\";s:9:\"Wednesday\";s:8:\"We_short\";s:2:\"We\";s:15:\"add_appointment\";s:15:\"Add Appointment\";s:22:\"app_consultation_hours\";s:18:\"Consultation Hours\";s:7:\"app_day\";s:3:\"Day\";s:9:\"app_month\";s:5:\"Month\";s:8:\"app_week\";s:4:\"Week\";s:5:\"apply\";s:5:\"Apply\";s:4:\"back\";s:4:\"Back\";s:11:\"back_to_crs\";s:12:\"Go to Course\";s:11:\"back_to_grp\";s:11:\"Go to Group\";s:10:\"back_to_pd\";s:4:\"Back\";s:8:\"btn_ical\";s:9:\"Subscribe\";s:6:\"c_date\";s:12:\"Create Event\";s:12:\"cal_accepted\";s:8:\"Accepted\";s:19:\"cal_add_appointment\";s:18:\"Create Appointment\";s:16:\"cal_add_calendar\";s:12:\"Add Calendar\";s:16:\"cal_add_category\";s:19:\"Create New Calendar\";s:17:\"cal_add_milestone\";s:13:\"Add Milestone\";s:25:\"cal_adm_notification_info\";s:112:\"Choose this option, to send optional mail notifications to course/group participants about changed appointments.\";s:30:\"cal_adm_notification_user_info\";s:74:\"Choose this option, to send optional mail notifications to selected users.\";s:10:\"cal_agenda\";s:6:\"Agenda\";s:11:\"cal_all_day\";s:7:\"All Day\";s:12:\"cal_app_info\";s:23:\"Appointment Information\";s:27:\"cal_app_other_materials_num\";s:20:\"View other materials\";s:16:\"cal_appointments\";s:14:\"Appointment(s)\";s:8:\"cal_apps\";s:22:\"Number of Appointments\";s:25:\"cal_assigned_appointments\";s:21:\"Assigned Appointments\";s:15:\"cal_back_to_cal\";s:16:\"Back to Calendar\";s:16:\"cal_back_to_list\";s:12:\"Back to List\";s:18:\"cal_back_to_search\";s:14:\"Back to Search\";s:24:\"cal_batch_file_downloads\";s:32:\"Batch Download of Calendar Files\";s:29:\"cal_batch_file_downloads_info\";s:126:\"Display a button in calendars to allow all files related to the current calendar/appointment view to be downloaded as a batch.\";s:13:\"cal_book_free\";s:9:\"available\";s:14:\"cal_booked_out\";s:9:\"booked up\";s:29:\"cal_booking_cancellation_body\";s:44:\"your appointment with %s has been cancelled.\";s:32:\"cal_booking_cancellation_subject\";s:39:\"The appointment \"%s\" has been cancelled\";s:29:\"cal_booking_cancellation_user\";s:46:\"This is a copy from the original mail to user:\";s:29:\"cal_booking_confirmation_body\";s:41:\"your appointment with %s has been booked.\";s:29:\"cal_booking_confirmation_link\";s:24:\"Link to the appointment:\";s:32:\"cal_booking_confirmation_subject\";s:36:\"The appointment \"%s\" has been booked\";s:29:\"cal_booking_confirmation_user\";s:46:\"This is a copy from the original mail to user:\";s:21:\"cal_booking_confirmed\";s:45:\"The appointment has been booked successfully.\";s:23:\"cal_booking_failed_info\";s:66:\"This appointment is booked out. Please choose another appointment.\";s:9:\"cal_cache\";s:14:\"Calendar Cache\";s:18:\"cal_cache_disabled\";s:8:\"Disabled\";s:17:\"cal_cache_enabled\";s:7:\"Enabled\";s:14:\"cal_cache_info\";s:116:\"If activated, personal calendar appointments and appointments in the repository are calculated only every x-minutes.\";s:18:\"cal_cache_settings\";s:5:\"Cache\";s:15:\"cal_cal_deleted\";s:31:\"The calendars have been deleted\";s:15:\"cal_cal_details\";s:16:\"Calendar Details\";s:19:\"cal_cal_shared_with\";s:29:\"Users calendar is shared with\";s:20:\"cal_cal_sync_success\";s:34:\"Synchronised calendar successfully\";s:19:\"cal_cal_synchronize\";s:20:\"Synchronise Calendar\";s:12:\"cal_cal_type\";s:13:\"Calendar Type\";s:18:\"cal_calendar_color\";s:5:\"Color\";s:21:\"cal_calendar_download\";s:14:\"Calendar Files\";s:17:\"cal_calendar_name\";s:13:\"Calendar Name\";s:37:\"cal_calendar_subscription_modal_title\";s:21:\"Calendar Subscription\";s:18:\"cal_cancel_booking\";s:14:\"Cancel Booking\";s:28:\"cal_cancel_booking_confirmed\";s:44:\"The booking has been cancelled successfully.\";s:23:\"cal_cancel_booking_info\";s:48:\"Please confirm the cancellation of this booking.\";s:22:\"cal_category_selection\";s:18:\"Calendar Selection\";s:19:\"cal_cg_notification\";s:25:\"Course/Group Notification\";s:24:\"cal_cg_registration_info\";s:73:\"Gives users the possibility to register to course and group appointments.\";s:20:\"cal_cg_registrations\";s:42:\"Registration for Course/Group Appointments\";s:14:\"cal_ch_add_grp\";s:34:\"Create new Consultation Hour Group\";s:19:\"cal_ch_add_sequence\";s:31:\"Add Consultation Hours Sequence\";s:19:\"cal_ch_app_bookings\";s:8:\"Bookings\";s:14:\"cal_ch_app_grp\";s:24:\"Consultation Hour Groups\";s:15:\"cal_ch_app_list\";s:30:\"Consultation Hour Appointments\";s:26:\"cal_ch_assign_participants\";s:12:\"Assign Users\";s:20:\"cal_ch_assigned_apps\";s:22:\"Number of Appointments\";s:11:\"cal_ch_book\";s:16:\"Book Appointment\";s:14:\"cal_ch_booking\";s:16:\"Resource Booking\";s:26:\"cal_ch_booking_message_tbl\";s:7:\"Comment\";s:20:\"cal_ch_booking_owner\";s:5:\"Owner\";s:28:\"cal_ch_booking_reminder_body\";s:39:\"your appointment with \"%s\" starts soon.\";s:31:\"cal_ch_booking_reminder_subject\";s:17:\"Reminder for \"%s\"\";s:15:\"cal_ch_bookings\";s:12:\"Participants\";s:19:\"cal_ch_bookings_tbl\";s:19:\"Booked Appointments\";s:21:\"cal_ch_cancel_booking\";s:14:\"Cancel Booking\";s:26:\"cal_ch_cancel_booking_info\";s:139:\"‘Cancel Booking’ sends notification mails to the users. If you do not want to notify the users, choose the option ‘Delete Booking’.\";s:26:\"cal_ch_cancel_booking_sure\";s:52:\"Do you really want to cancel the following bookings?\";s:24:\"cal_ch_canceled_bookings\";s:41:\"The selected bookings have been canceled.\";s:9:\"cal_ch_ch\";s:18:\"Consultation Hours\";s:20:\"cal_ch_cron_reminder\";s:31:\"Send Consultation Hour Reminder\";s:25:\"cal_ch_cron_reminder_days\";s:14:\"Number of Days\";s:25:\"cal_ch_cron_reminder_info\";s:84:\"If enabled, notification mails about upcoming consultation hour events will be send.\";s:23:\"cal_ch_current_bookings\";s:16:\"Current Bookings\";s:15:\"cal_ch_deadline\";s:19:\"Latest Registration\";s:20:\"cal_ch_deadline_info\";s:68:\"Please define the number of hours until the registration is blocked.\";s:30:\"cal_ch_delete_app_booking_info\";s:116:\"The following appointments have existing bookings. If you delete these appointments, the users will not be notified.\";s:21:\"cal_ch_delete_booking\";s:14:\"Delete Booking\";s:26:\"cal_ch_delete_booking_info\";s:129:\"‘Delete Booking’ will not notify users by e-mail. If you want to notify users, please choose the action ‘Cancel Booking’.\";s:26:\"cal_ch_delete_booking_sure\";s:52:\"Do you really want to delete the following bookings?\";s:23:\"cal_ch_deleted_bookings\";s:40:\"The selected bookings have been deleted.\";s:15:\"cal_ch_duration\";s:28:\"Duration of Each Appointment\";s:18:\"cal_ch_export_apps\";s:19:\"Booked Appointments\";s:15:\"cal_ch_field_ch\";s:30:\"Consultation Hour Appointments\";s:11:\"cal_ch_form\";s:25:\"Enable Consultation Hours\";s:18:\"cal_ch_form_header\";s:18:\"Consultation Hours\";s:16:\"cal_ch_form_info\";s:82:\"This option enables the management of personal consultation hours in the calendar.\";s:18:\"cal_ch_grp_add_tbl\";s:34:\"Create new Consultation Hour Group\";s:22:\"cal_ch_grp_delete_sure\";s:68:\"Do you really want to delete the following consultation hour groups?\";s:17:\"cal_ch_grp_header\";s:23:\"Consultation Hour Group\";s:19:\"cal_ch_grp_multiple\";s:17:\"Bookings per User\";s:24:\"cal_ch_grp_multiple_info\";s:55:\"You can define the maximum number of bookings per user.\";s:24:\"cal_ch_grp_no_assignment\";s:18:\"-- Not Assigned --\";s:20:\"cal_ch_grp_selection\";s:38:\"Assignment to Consultation Hour Groups\";s:21:\"cal_ch_grp_update_tbl\";s:28:\"Edit Consultation Hour Group\";s:11:\"cal_ch_grps\";s:24:\"Consultation Hour Groups\";s:14:\"cal_ch_manager\";s:25:\"Consultation Hour Manager\";s:19:\"cal_ch_manager_info\";s:58:\"Login of the user who will manage your consultation hours.\";s:16:\"cal_ch_max_books\";s:17:\"Bookings per User\";s:26:\"cal_ch_multi_edit_sequence\";s:26:\"Edit multiple appointments\";s:23:\"cal_ch_num_appointments\";s:22:\"Number of Appointments\";s:28:\"cal_ch_num_appointments_info\";s:49:\"Please define the number of sequent appointments.\";s:19:\"cal_ch_num_bookings\";s:23:\"Booking per Appointment\";s:20:\"cal_ch_personal_book\";s:17:\"Personal Bookings\";s:18:\"cal_ch_personal_ch\";s:27:\"Personal Consultation Hours\";s:21:\"cal_ch_reject_booking\";s:14:\"Cancel Booking\";s:20:\"cal_ch_target_object\";s:17:\"Repository Object\";s:25:\"cal_ch_target_object_info\";s:393:\"Consultation hours will be displayed in a block to the right of the course / group content. To restrict the display of consultation hours to specific courses or groups, please enter the Ref-ID of the said objects. You find the Ref-ID in the URL of the respective objects. Add more than one Ref-ID separated by comma. Regardless of that, consultation hours may also appear in your e-portfolios.\";s:32:\"cal_ch_unknown_repository_object\";s:48:\"The given repository object ref-id is not valid.\";s:19:\"cal_ch_unknown_user\";s:40:\"The given login does not match any user.\";s:34:\"cal_ch_user_assignment_failed_info\";s:108:\"The following users could not be assigned to appointments, since the maximum number of bookings is exceeded.\";s:24:\"cal_change_calendar_view\";s:20:\"Change Calendar View\";s:28:\"cal_change_responsible_users\";s:24:\"Change Responsible Users\";s:25:\"cal_changed_events_header\";s:28:\"New and Changed Appointments\";s:19:\"cal_confirm_booking\";s:15:\"Confirm Booking\";s:24:\"cal_confirm_booking_info\";s:48:\"Please confirm the booking for this appointment.\";s:20:\"cal_confirm_reg_info\";s:53:\"Please confirm the registration for this appointment.\";s:22:\"cal_confirm_unreg_info\";s:53:\"Please confirm the cancellation of this registration.\";s:26:\"cal_consultation_hours_for\";s:22:\"Consultation hours for\";s:31:\"cal_consultation_hours_for_user\";s:25:\"Consultation Hours for %1\";s:16:\"cal_contained_in\";s:12:\"Contained in\";s:10:\"cal_create\";s:6:\"Create\";s:23:\"cal_created_appointment\";s:24:\"Created new appointment.\";s:21:\"cal_created_milestone\";s:16:\"Milestone added.\";s:28:\"cal_created_milestone_resp_q\";s:80:\"Milestone added. Please select users that are responsible to meet the milestone.\";s:30:\"cal_cronjob_remote_description\";s:128:\"If activated, appointments of the calendar type \"Web calendar\" are automatically synchronised after the specified time interval.\";s:24:\"cal_cronjob_remote_title\";s:33:\"External Calendar Synchronisation\";s:12:\"cal_crs_info\";s:18:\"Course Information\";s:29:\"cal_crs_new_notification_body\";s:50:\"a new appointment has been created in course \"%s\".\";s:28:\"cal_crs_new_notification_sub\";s:30:\"New Appointment in Course \"%s\"\";s:25:\"cal_crs_notification_body\";s:47:\"an appointment has been changed in course \"%s\".\";s:24:\"cal_crs_notification_sub\";s:34:\"Changed Appointment in Course \"%s\"\";s:18:\"cal_crs_timing_end\";s:13:\"Suggested End\";s:20:\"cal_crs_timing_start\";s:15:\"Suggested Start\";s:9:\"cal_daily\";s:5:\"Daily\";s:15:\"cal_date_booked\";s:6:\"booked\";s:20:\"cal_date_format_info\";s:46:\"Please choose a format for the input of dates.\";s:11:\"cal_day_end\";s:7:\"Day End\";s:16:\"cal_day_of_month\";s:16:\"Day of the month\";s:16:\"cal_day_overview\";s:12:\"Day Overview\";s:9:\"cal_day_s\";s:6:\"Day(s)\";s:17:\"cal_day_selection\";s:10:\"Select Day\";s:13:\"cal_day_start\";s:9:\"Day Start\";s:17:\"cal_day_week_view\";s:22:\"Day/Week View Settings\";s:12:\"cal_deadline\";s:8:\"Deadline\";s:12:\"cal_declined\";s:8:\"Declined\";s:19:\"cal_def_date_format\";s:25:\"Default Date Input Format\";s:24:\"cal_def_date_format_info\";s:46:\"Please choose a format for the input of dates.\";s:15:\"cal_def_day_end\";s:15:\"Default Day End\";s:17:\"cal_def_day_start\";s:17:\"Default Day Start\";s:18:\"cal_def_show_weeks\";s:10:\"Show Weeks\";s:19:\"cal_def_time_format\";s:19:\"Default Time Format\";s:24:\"cal_def_time_format_info\";s:62:\"Please choose a format for the input and presentation of time.\";s:16:\"cal_def_timezone\";s:16:\"Default Timezone\";s:21:\"cal_def_timezone_info\";s:70:\"Please choose a default timezone for the presentation of appointments.\";s:12:\"cal_def_view\";s:21:\"Default Calendar View\";s:18:\"cal_def_week_start\";s:18:\"Default Week Start\";s:20:\"cal_default_calendar\";s:21:\"Personal Appointments\";s:20:\"cal_default_settings\";s:16:\"Default settings\";s:16:\"cal_del_app_sure\";s:55:\"Do you really want to delete the selected appointments?\";s:16:\"cal_del_cal_sure\";s:50:\"Do you really want to delete the chosen calendars?\";s:19:\"cal_delete_app_sure\";s:56:\"Do you really want to delete the following appointments?\";s:14:\"cal_delete_cal\";s:15:\"Delete Calendar\";s:26:\"cal_delete_recurrence_rule\";s:28:\"Delete Series of Appoinments\";s:22:\"cal_delete_recurrences\";s:22:\"Delete all recurrences\";s:17:\"cal_delete_single\";s:28:\"Delete only this appointment\";s:15:\"cal_deleted_app\";s:44:\"The selected appointments have been deleted.\";s:11:\"cal_details\";s:19:\"Appointment Details\";s:17:\"cal_down_no_files\";s:64:\"Nothing to download! The events listed do not contain any files.\";s:22:\"cal_download_all_files\";s:18:\"Download all Files\";s:18:\"cal_download_files\";s:14:\"Download Files\";s:26:\"cal_download_files_started\";s:213:\"A ZIP archive with all download files is now created in the background. You can see the status of your background processes at the top right in the Notification Centre. You can also download the ZIP archive there.\";s:20:\"cal_dstart_dend_warn\";s:80:\"Please check your input. The start of a day should be before the end of the day.\";s:12:\"cal_duration\";s:8:\"Duration\";s:20:\"cal_edit_appointment\";s:16:\"Edit Appointment\";s:17:\"cal_edit_category\";s:13:\"Edit Calendar\";s:18:\"cal_edit_milestone\";s:14:\"Edit Milestone\";s:20:\"cal_edit_recurrences\";s:21:\"Edit all Appointments\";s:15:\"cal_edit_single\";s:21:\"Edit this Appointment\";s:27:\"cal_edit_single_or_all_info\";s:63:\"Do you want to edit only this appointment or all in its series?\";s:27:\"cal_enable_group_milestones\";s:17:\"Enable Milestones\";s:32:\"cal_enable_group_milestones_desc\";s:55:\"This option enables milestone planning in the calendar.\";s:33:\"cal_err_invalid_notification_rcps\";s:120:\"The list of notification recipients is not valid. Please choose only ILIAS user account names or valid e-mail addresses.\";s:9:\"cal_every\";s:6:\"Every:\";s:16:\"cal_exc_deadline\";s:8:\"Deadline\";s:12:\"cal_exc_info\";s:22:\"Assignment Information\";s:18:\"cal_exc_inst_files\";s:17:\"Instruction Files\";s:12:\"cal_exc_open\";s:15:\"Open Assignment\";s:28:\"cal_exc_peer_review_deadline\";s:17:\"Feedback Deadline\";s:19:\"cal_export_timezone\";s:28:\"Timezone for Calendar Export\";s:22:\"cal_export_timezone_tz\";s:18:\"Use ILIAS-Timezone\";s:23:\"cal_export_timezone_utc\";s:45:\"Use Timezone UTC (compatible with MS Outlook)\";s:9:\"cal_fifth\";s:5:\"Fifth\";s:9:\"cal_first\";s:5:\"First\";s:10:\"cal_fourth\";s:6:\"Fourth\";s:11:\"cal_fullday\";s:9:\"Date/Time\";s:17:\"cal_fullday_title\";s:13:\"All Day Event\";s:19:\"cal_global_settings\";s:15:\"Global Settings\";s:16:\"cal_grp_curr_crs\";s:14:\"Current Course\";s:21:\"cal_grp_curr_crs_cons\";s:18:\"Consultation Hours\";s:16:\"cal_grp_curr_grp\";s:13:\"Current Group\";s:12:\"cal_grp_info\";s:17:\"Group Information\";s:29:\"cal_grp_new_notification_body\";s:49:\"a new appointment has been created in group \"%s\".\";s:28:\"cal_grp_new_notification_sub\";s:29:\"New Appointment in Group \"%s\"\";s:25:\"cal_grp_notification_body\";s:46:\"an appointment has been changed in group \"%s\".\";s:24:\"cal_grp_notification_sub\";s:33:\"Changed Appointment in Group \"%s\"\";s:14:\"cal_grp_others\";s:6:\"Others\";s:16:\"cal_grp_personal\";s:8:\"Personal\";s:19:\"cal_ical_infoscreen\";s:9:\"Subscribe\";s:12:\"cal_ical_url\";s:8:\"iCal-URL\";s:19:\"cal_ical_url_google\";s:28:\"iCal-URL for Google Calendar\";s:23:\"cal_import_appointments\";s:19:\"Import Appointments\";s:15:\"cal_import_file\";s:11:\"Import File\";s:20:\"cal_import_file_info\";s:58:\"Choose the file, that contains your calendar appointments.\";s:14:\"cal_import_tbl\";s:19:\"Import Appointments\";s:20:\"cal_imported_success\";s:27:\"Imported %1$s appointments.\";s:6:\"cal_in\";s:2:\"in\";s:8:\"cal_last\";s:4:\"Last\";s:8:\"cal_list\";s:4:\"List\";s:26:\"cal_mail_notification_body\";s:40:\"you have been invited to an appointment.\";s:29:\"cal_mail_notification_subject\";s:28:\"Appointment Invitation: \"%s\"\";s:10:\"cal_manage\";s:16:\"Manage Calendars\";s:13:\"cal_materials\";s:9:\"Materials\";s:22:\"cal_milestone_settings\";s:10:\"Milestones\";s:18:\"cal_month_overview\";s:14:\"Month Overview\";s:11:\"cal_month_s\";s:8:\"Month(s)\";s:19:\"cal_month_selection\";s:12:\"Select Month\";s:11:\"cal_monthly\";s:7:\"Monthly\";s:14:\"cal_ms_details\";s:17:\"Milestone Details\";s:24:\"cal_ms_users_responsible\";s:17:\"Users Responsible\";s:11:\"cal_new_app\";s:15:\"New Appointment\";s:10:\"cal_new_ms\";s:13:\"New Milestone\";s:13:\"cal_no_ending\";s:11:\"No End Date\";s:19:\"cal_no_events_block\";s:37:\"There are no dates available for you.\";s:18:\"cal_no_events_info\";s:45:\"No events found for the selected time period.\";s:17:\"cal_no_recurrence\";s:13:\"No Recurrence\";s:16:\"cal_notification\";s:17:\"Mail Notification\";s:23:\"cal_notification_crsgrp\";s:42:\"Notification for Course/Group Participants\";s:21:\"cal_notification_info\";s:91:\"If enabled, all course/group participants will be notified per mail about this appointment.\";s:22:\"cal_notification_users\";s:31:\"Notification for Selected Users\";s:6:\"cal_on\";s:3:\"On:\";s:10:\"cal_on_the\";s:7:\"On the:\";s:17:\"cal_open_calendar\";s:13:\"Open Calendar\";s:10:\"cal_origin\";s:6:\"Origin\";s:9:\"cal_owner\";s:5:\"Owner\";s:10:\"cal_period\";s:6:\"Period\";s:17:\"cal_rec_err_limit\";s:44:\"Please enter a valid number of appointments.\";s:31:\"cal_recurrence_confirm_deletion\";s:99:\"Please decide wether you want to delete single appointments or the complete series of appointments.\";s:15:\"cal_recurrences\";s:11:\"Recurrences\";s:16:\"cal_reg_register\";s:8:\"Register\";s:18:\"cal_reg_registered\";s:25:\"You have been registered.\";s:24:\"cal_reg_registered_users\";s:16:\"Registered Users\";s:18:\"cal_reg_unregister\";s:10:\"Unregister\";s:20:\"cal_reg_unregistered\";s:27:\"You have been unregistered.\";s:17:\"cal_registrations\";s:25:\"Appointment Registrations\";s:14:\"cal_remote_url\";s:3:\"URL\";s:16:\"cal_repeat_until\";s:12:\"Repeat until\";s:12:\"cal_repo_obj\";s:18:\"Repository Objects\";s:15:\"cal_responsible\";s:11:\"Responsible\";s:26:\"cal_save_responsible_users\";s:22:\"Save Responsible Users\";s:10:\"cal_search\";s:11:\"Search Term\";s:21:\"cal_search_info_share\";s:72:\"Please enter the name of the desired user/role for sharing the calendar.\";s:10:\"cal_second\";s:6:\"Second\";s:13:\"cal_server_tz\";s:15:\"Server Timezone\";s:13:\"cal_sess_info\";s:19:\"Session Information\";s:26:\"cal_setting_global_crs_act\";s:21:\"Activation in Courses\";s:31:\"cal_setting_global_crs_act_info\";s:142:\"If selected, the calendar is active in courses by default. In any case the calendar activation can be enabled/disabled in the course settings.\";s:26:\"cal_setting_global_crs_vis\";s:15:\"Show in Courses\";s:31:\"cal_setting_global_crs_vis_info\";s:139:\"If enabled, a calendar block is shown in courses by default. In any case the calendar block can be enabled/disabled in the course settings.\";s:26:\"cal_setting_global_grp_act\";s:20:\"Activation in Groups\";s:31:\"cal_setting_global_grp_act_info\";s:140:\"If selected, the calendar is active in groups by default. In any case the calendar activation can be enabled/disabled in the group settings.\";s:26:\"cal_setting_global_grp_vis\";s:14:\"Show in Groups\";s:31:\"cal_setting_global_grp_vis_info\";s:137:\"If enabled, a calendar block is shown in groups by default. In any case the calendar block can be enabled/disabled in the group settings.\";s:28:\"cal_setting_global_vis_repos\";s:19:\"Repository Calendar\";s:9:\"cal_share\";s:5:\"Share\";s:16:\"cal_share_accept\";s:17:\"Accept Invitation\";s:13:\"cal_share_cal\";s:26:\"Share Calendar (Read-only)\";s:22:\"cal_share_cal_editable\";s:31:\"Share Calendar (Read and Write)\";s:17:\"cal_share_decline\";s:18:\"Decline Invitation\";s:23:\"cal_share_search_header\";s:14:\"Share Calendar\";s:28:\"cal_share_search_role_header\";s:14:\"Role Selection\";s:27:\"cal_share_search_usr_header\";s:14:\"User Selection\";s:27:\"cal_shared_access_read_only\";s:9:\"Read-only\";s:28:\"cal_shared_access_read_write\";s:14:\"Read and Write\";s:27:\"cal_shared_access_table_col\";s:6:\"Access\";s:20:\"cal_shared_calendars\";s:30:\"Shared Calendars (Invitations)\";s:17:\"cal_shared_header\";s:16:\"Shared Calendars\";s:23:\"cal_shared_selected_usr\";s:59:\"The calendar has been shared with the selected users/roles.\";s:14:\"cal_show_weeks\";s:10:\"Show Weeks\";s:19:\"cal_show_weeks_info\";s:47:\"Show ‘weeks’ column in calendar side block.\";s:9:\"cal_start\";s:5:\"Start\";s:16:\"cal_subscription\";s:12:\"Subscription\";s:23:\"cal_subscription_header\";s:16:\"Calendar Address\";s:21:\"cal_subscription_info\";s:166:\"Please use the following address to access your calendar from other applications. You can copy and paste this into any calendar product that supports the ical format.\";s:20:\"cal_subscription_url\";s:13:\"Calendar URL:\";s:14:\"cal_sync_cache\";s:14:\"Calendar Cache\";s:19:\"cal_sync_cache_info\";s:85:\"If activated, new/modified calendar appointments are calculated only every x minutes.\";s:17:\"cal_sync_disabled\";s:8:\"Disabled\";s:16:\"cal_sync_enabled\";s:7:\"Enabled\";s:20:\"cal_table_categories\";s:18:\"Calendar Selection\";s:19:\"cal_task_completion\";s:15:\"Task Completion\";s:9:\"cal_third\";s:5:\"Third\";s:20:\"cal_time_format_info\";s:62:\"Please choose a format for the input and presentation of time.\";s:17:\"cal_timezone_info\";s:135:\"Please choose the nearest city in your time zone to make sure that appointments within ILIAS are displayed properly in your local time.\";s:12:\"cal_type_crs\";s:15:\"Course Calendar\";s:12:\"cal_type_exc\";s:17:\"Exercise Calendar\";s:12:\"cal_type_grp\";s:14:\"Group Calendar\";s:13:\"cal_type_info\";s:86:\"Please choose a calendar type. ‘Public Calendars’ are visible for all ILIAS users.\";s:14:\"cal_type_local\";s:14:\"Local Calendar\";s:17:\"cal_type_personal\";s:16:\"Private Calendar\";s:15:\"cal_type_remote\";s:12:\"Web Calendar\";s:11:\"cal_type_rl\";s:17:\"Calendar Location\";s:13:\"cal_type_sess\";s:16:\"Session Calendar\";s:15:\"cal_type_system\";s:15:\"Public Calendar\";s:13:\"cal_type_tals\";s:5:\"Talks\";s:11:\"cal_unshare\";s:14:\"Cancel Sharing\";s:15:\"cal_unshare_cal\";s:12:\"Stop Sharing\";s:25:\"cal_unshared_selected_usr\";s:53:\"Stopped sharing the calendar with the selected users.\";s:26:\"cal_upcoming_events_header\";s:15:\"Upcoming Events\";s:20:\"cal_user_date_format\";s:17:\"Date Input Format\";s:21:\"cal_user_notification\";s:17:\"User Notification\";s:26:\"cal_user_notification_info\";s:116:\"Selected users will be notified about this appointment by e-mail. Please enter ILIAS user names or e-mail addresses.\";s:17:\"cal_user_settings\";s:17:\"Calendar Settings\";s:20:\"cal_user_time_format\";s:11:\"Time Format\";s:17:\"cal_user_timezone\";s:15:\"ILIAS Time Zone\";s:12:\"cal_usr_info\";s:23:\"Appointment Information\";s:18:\"cal_usr_show_weeks\";s:16:\"Show Week Column\";s:23:\"cal_usr_show_weeks_info\";s:46:\"Activates weeks column in calendar side block.\";s:15:\"cal_webcal_sync\";s:33:\"External Calendar Synchronisation\";s:20:\"cal_webcal_sync_info\";s:59:\"Automatically synchronise external calendars every x hours.\";s:15:\"cal_week_abbrev\";s:1:\"W\";s:19:\"cal_week_month_view\";s:24:\"Week/Month View Settings\";s:17:\"cal_week_overview\";s:13:\"Week Overview\";s:10:\"cal_week_s\";s:7:\"Week(s)\";s:18:\"cal_week_selection\";s:11:\"Select Week\";s:14:\"cal_week_start\";s:10:\"Week Start\";s:11:\"cal_weekday\";s:7:\"Weekday\";s:10:\"cal_weekly\";s:6:\"Weekly\";s:9:\"cal_where\";s:8:\"Location\";s:10:\"cal_year_s\";s:7:\"Year(s)\";s:10:\"cal_yearly\";s:6:\"Yearly\";s:30:\"consultation_hours_block_title\";s:18:\"Consultation Hours\";s:7:\"created\";s:7:\"Created\";s:22:\"crs_cal_activation_end\";s:24:\"Course Availability ends\";s:24:\"crs_cal_activation_start\";s:26:\"Course Availability starts\";s:11:\"crs_cal_end\";s:11:\"Course ends\";s:15:\"crs_cal_reg_end\";s:16:\"Registration End\";s:17:\"crs_cal_reg_start\";s:18:\"Registration Start\";s:13:\"crs_cal_start\";s:13:\"Course starts\";s:4:\"date\";s:4:\"Date\";s:11:\"date_format\";s:9:\"m/d/Y H:i\";s:8:\"end_date\";s:8:\"End Date\";s:20:\"err_end_before_start\";s:46:\"The appointment must not start before the end.\";s:17:\"err_missing_title\";s:34:\"Please enter an appointment title.\";s:4:\"free\";s:4:\"Free\";s:5:\"group\";s:5:\"Group\";s:11:\"grp_cal_end\";s:10:\"Group ends\";s:15:\"grp_cal_reg_end\";s:16:\"Registration End\";s:17:\"grp_cal_reg_start\";s:18:\"Registration Start\";s:13:\"grp_cal_start\";s:12:\"Group starts\";s:4:\"hour\";s:4:\"hour\";s:11:\"ical_export\";s:11:\"iCal Export\";s:5:\"inbox\";s:5:\"Inbox\";s:4:\"keep\";s:4:\"Keep\";s:7:\"keyword\";s:7:\"Keyword\";s:8:\"keywords\";s:8:\"Keywords\";s:11:\"last_change\";s:12:\"Last changed\";s:5:\"month\";s:5:\"Month\";s:4:\"more\";s:4:\"More\";s:2:\"of\";s:2:\"of\";s:10:\"properties\";s:10:\"Properties\";s:4:\"r_14\";s:13:\"Every 14 days\";s:9:\"r_4_weeks\";s:13:\"Every 4 weeks\";s:16:\"remote_pass_info\";s:78:\"Please enter your account data if the access to the web calendar is protected.\";s:2:\"to\";s:2:\"to\";s:5:\"today\";s:5:\"Today\";s:4:\"week\";s:4:\"Week\";s:8:\"wk_short\";s:2:\"WK\";s:4:\"year\";s:4:\"Year\";}'),('dcl','en','a:291:{s:9:\"add_value\";s:13:\"Add New Entry\";s:25:\"dcl_activate_notification\";s:19:\"Enable Notification\";s:17:\"dcl_activate_view\";s:18:\"Activate this view\";s:7:\"dcl_add\";s:22:\"Create Data Collection\";s:17:\"dcl_add_new_field\";s:13:\"Add New Field\";s:18:\"dcl_add_new_record\";s:13:\"Add New Entry\";s:17:\"dcl_add_new_table\";s:13:\"Add New Table\";s:16:\"dcl_add_new_view\";s:12:\"Add New View\";s:12:\"dcl_add_perm\";s:20:\"User can add entries\";s:17:\"dcl_add_perm_desc\";s:36:\"Users can add entries in this table.\";s:24:\"dcl_additional_info_desc\";s:52:\"The text will be displayed directly above the table.\";s:15:\"dcl_all_entries\";s:11:\"All entries\";s:7:\"dcl_any\";s:3:\"Any\";s:7:\"dcl_asc\";s:21:\"Ascending Order (ASC)\";s:11:\"dcl_boolean\";s:7:\"Boolean\";s:16:\"dcl_boolean_desc\";s:30:\"Checkbox for \"True\" or \"False\"\";s:26:\"dcl_cant_delete_last_table\";s:135:\"You can\'t completely remove this table as it is the only table of this Data Collection. It\'s content and structure got removed instead.\";s:41:\"dcl_change_notification_dcl_delete_record\";s:42:\"The following data record has been deleted\";s:38:\"dcl_change_notification_dcl_new_record\";s:42:\"The following data record has been created\";s:41:\"dcl_change_notification_dcl_update_record\";s:42:\"The following data record has been updated\";s:28:\"dcl_change_notification_link\";s:27:\"Link to the Data Collection\";s:31:\"dcl_change_notification_subject\";s:37:\"Data Collection \"%s\" has been changed\";s:37:\"dcl_change_why_you_receive_this_email\";s:96:\"You receive this message because you have activated the notification about this data collection.\";s:14:\"dcl_changed_by\";s:10:\"Changed by\";s:11:\"dcl_checked\";s:8:\"Checked.\";s:12:\"dcl_comments\";s:8:\"Comments\";s:17:\"dcl_comments_desc\";s:44:\"Displays the number of comments for a Entry.\";s:37:\"dcl_confirm_delete_detailed_view_text\";s:138:\"The detailed view definition of entries of this table will be removed irreversibly, the entries and fields themselves will not be changed.\";s:38:\"dcl_confirm_delete_detailed_view_title\";s:48:\"Do you really want to delete this detailed view?\";s:24:\"dcl_confirm_delete_field\";s:40:\"Do you really want to delete this field?\";s:25:\"dcl_confirm_delete_fields\";s:42:\"Do you really want to delete these fields?\";s:25:\"dcl_confirm_delete_record\";s:18:\"Delete this Entry?\";s:26:\"dcl_confirm_delete_records\";s:54:\"Are you sure you want to delete the following Entries?\";s:24:\"dcl_confirm_delete_table\";s:72:\"Do you really want to delete this table with it\'s content and structure?\";s:27:\"dcl_confirm_storing_records\";s:39:\"Please validate and confirm your input.\";s:41:\"dcl_confirm_storing_records_no_permission\";s:55:\"You have no permission to change the record afterwards.\";s:8:\"dcl_copy\";s:20:\"Copy Data Collection\";s:15:\"dcl_create_date\";s:13:\"Creation Date\";s:22:\"dcl_create_entry_rules\";s:14:\"Entry Creation\";s:16:\"dcl_create_field\";s:12:\"Create Field\";s:17:\"dcl_create_fields\";s:92:\"Click a table in the tab \"Tables\" and create new fields by using the button \"Add New Field\".\";s:17:\"dcl_creation_date\";s:13:\"Creation Date\";s:29:\"dcl_creation_date_description\";s:40:\"The date on which the entry was created.\";s:12:\"dcl_datatype\";s:8:\"Datatype\";s:18:\"dcl_date_selection\";s:14:\"Date Selection\";s:23:\"dcl_date_selection_desc\";s:32:\"Offer selection of date options.\";s:12:\"dcl_datetime\";s:10:\"Date Entry\";s:17:\"dcl_datetime_desc\";s:17:\"Field for a date.\";s:19:\"dcl_deactivate_view\";s:20:\"Deactivate this view\";s:22:\"dcl_default_sort_field\";s:18:\"Default sort field\";s:27:\"dcl_default_sort_field_desc\";s:50:\"The table will be sorted by this field by default.\";s:28:\"dcl_default_sort_field_order\";s:24:\"Default sort field order\";s:17:\"dcl_delete_fields\";s:13:\"Delete fields\";s:30:\"dcl_delete_fields_no_selection\";s:42:\"Please select at least one field to delete\";s:15:\"dcl_delete_perm\";s:23:\"User can delete entries\";s:18:\"dcl_delete_records\";s:14:\"Delete Entries\";s:17:\"dcl_delete_tables\";s:13:\"Delete Tables\";s:30:\"dcl_delete_tables_no_selection\";s:42:\"Please select at least one table to delete\";s:16:\"dcl_delete_views\";s:12:\"Delete Views\";s:29:\"dcl_delete_views_no_selection\";s:41:\"Please select at least one view to delete\";s:19:\"dcl_deleted_records\";s:31:\"Successfully deleted %s Entries\";s:8:\"dcl_desc\";s:23:\"Descending Order (DESC)\";s:15:\"dcl_description\";s:17:\"Field Description\";s:17:\"dcl_detailed_view\";s:6:\"Single\";s:23:\"dcl_display_action_menu\";s:56:\"Enable possibility to copy or link the referenced module\";s:22:\"dcl_display_record_alt\";s:18:\"Display this entry\";s:8:\"dcl_edit\";s:20:\"Edit Data Collection\";s:20:\"dcl_edit_entry_rules\";s:13:\"Entry Editing\";s:14:\"dcl_edit_field\";s:10:\"Edit Field\";s:13:\"dcl_edit_perm\";s:21:\"User can edit entries\";s:15:\"dcl_edit_record\";s:10:\"Edit Entry\";s:14:\"dcl_edit_table\";s:19:\"Edit Table Settings\";s:25:\"dcl_editable_in_table_gui\";s:30:\"Please vote in the table view.\";s:23:\"dcl_empty_detailed_view\";s:25:\"Delete this detailed view\";s:31:\"dcl_empty_detailed_view_success\";s:59:\"The detailed view definition has been deleted successfully.\";s:31:\"dcl_err_formula_field_not_found\";s:31:\"Field with title \'%s\' not found\";s:28:\"dcl_error_parsing_expression\";s:24:\"Error parsing expression\";s:18:\"dcl_export_enabled\";s:35:\"Allow export function for all users\";s:23:\"dcl_export_enabled_desc\";s:118:\"All users can export the data of this table. You have to specify in the table overview which fields will get exported.\";s:19:\"dcl_export_finished\";s:15:\"Export finished\";s:18:\"dcl_export_started\";s:27:\"Asynchronous Export started\";s:18:\"dcl_field_datatype\";s:15:\"Field Data Type\";s:21:\"dcl_field_description\";s:11:\"Description\";s:18:\"dcl_field_required\";s:8:\"Required\";s:30:\"dcl_field_title_change_warning\";s:157:\"You changed the title of the field hence some placeholders in the view definition might be broken. Those have to be fixed manually should the occasion arise.\";s:22:\"dcl_field_title_unique\";s:67:\"There exists already a field with this title. Title must be unique.\";s:17:\"dcl_field_visible\";s:7:\"Visible\";s:14:\"dcl_fieldtitle\";s:11:\"Field Title\";s:8:\"dcl_file\";s:10:\"Fileupload\";s:13:\"dcl_file_desc\";s:68:\"Field to upload arbitrary files. They can be downloaded with a link.\";s:27:\"dcl_file_format_description\";s:422:\"The file needs to be an excel .XLSX file with the data you want to import on the first sheet. In the first row there have to be exactly the names of the fields (case sensitive) you want to import and in the following rows you can add the values. It is strongly recommended to simulate your import first. When importing reference or selection fields with multi selection, commas and/or semicolons can be used as delimiters.\";s:21:\"dcl_file_not_readable\";s:68:\"The file could not be read. Please make sure to upload an XLSX file.\";s:10:\"dcl_filter\";s:19:\"Available in filter\";s:21:\"dcl_filter_changeable\";s:17:\"Filter changeable\";s:11:\"dcl_formula\";s:7:\"Formula\";s:16:\"dcl_formula_desc\";s:61:\"You can aggregate several entries in a record with a formula.\";s:23:\"dcl_formula_detail_desc\";s:72:\"Entries are generated automatically, you are not able to edit the entry.\";s:10:\"dcl_height\";s:6:\"Height\";s:9:\"dcl_hello\";s:4:\"Dear\";s:6:\"dcl_id\";s:2:\"ID\";s:18:\"dcl_id_description\";s:16:\"The internal ID.\";s:19:\"dcl_ilias_reference\";s:23:\"Link to an ILIAS module\";s:24:\"dcl_ilias_reference_desc\";s:38:\"Searchfield to select an ILIAS object.\";s:24:\"dcl_ilias_reference_link\";s:26:\"Show as link in table view\";s:10:\"dcl_import\";s:22:\"Import Data Collection\";s:18:\"dcl_import_enabled\";s:35:\"Allow import function for all users\";s:23:\"dcl_import_enabled_desc\";s:84:\"All users can import data to tables, as long as they have the required write access.\";s:23:\"dcl_import_records .xls\";s:12:\"Excel-Import\";s:21:\"dcl_import_terminated\";s:36:\"The import terminated. Entries added\";s:13:\"dcl_in_export\";s:9:\"In Export\";s:24:\"dcl_invalid_regex_config\";s:101:\"The regular expression configured for this field is invalid. Check the settings to solve the problem.\";s:16:\"dcl_last_edit_by\";s:14:\"Last edited by\";s:18:\"dcl_last_edited_by\";s:14:\"Last edited by\";s:30:\"dcl_last_edited_by_description\";s:37:\"The user that edited this entry last.\";s:15:\"dcl_last_update\";s:11:\"Last Edited\";s:27:\"dcl_last_update_description\";s:35:\"The date the entry was last edited.\";s:21:\"dcl_learning_progress\";s:61:\"Show the learning progress of the linked module of the viewer\";s:23:\"dcl_legend_placeholders\";s:12:\"Placeholders\";s:10:\"dcl_length\";s:6:\"Length\";s:15:\"dcl_length_info\";s:120:\"Number of characters a user can enter (maximum 4000). For more than 200 characters, use the additional option Text Area.\";s:13:\"dcl_limit_end\";s:3:\"End\";s:15:\"dcl_limit_start\";s:5:\"Start\";s:11:\"dcl_limited\";s:34:\"Limited Add / Edit / Delete Period\";s:16:\"dcl_limited_desc\";s:51:\"Users can only edit entries in the given time span.\";s:20:\"dcl_link_detail_page\";s:21:\"Link to detailed view\";s:15:\"dcl_list_fields\";s:6:\"Fields\";s:30:\"dcl_list_visibility_and_filter\";s:8:\"Overview\";s:10:\"dcl_locked\";s:6:\"Locked\";s:18:\"dcl_locked_tooltip\";s:96:\"Disable this field for users to edit. Does not include roles with the permission \'Edit Settings\'\";s:10:\"dcl_manage\";s:6:\"Manage\";s:14:\"dcl_max_digits\";s:24:\"Maximum Number of Digits\";s:14:\"dcl_max_import\";s:50:\"The maximum amount of imported entries is reached.\";s:19:\"dcl_max_text_length\";s:14:\"Maximum Length\";s:7:\"dcl_mob\";s:12:\"Media Object\";s:12:\"dcl_mob_desc\";s:124:\"Field to upload an image, audio, or video file. They will be displayed directly in the datacollection. Allowed datatypes: %s\";s:22:\"dcl_msg_field_modified\";s:13:\"Field updated\";s:22:\"dcl_msg_fields_deleted\";s:14:\"Deleted fields\";s:25:\"dcl_msg_info_alternatives\";s:168:\"You do not have enough permissions to view this record, or there is no detailed view defined for this view. Choose a view from the list below to view the record anyway.\";s:29:\"dcl_msg_mc_to_sc_confirmation\";s:129:\"Swichting from multiple selection to single selection might lead to a loss of data in existing entries. Are you sure to continue?\";s:20:\"dcl_msg_no_perm_edit\";s:38:\"No permission given to edit this Entry\";s:20:\"dcl_msg_no_perm_view\";s:38:\"No permission given to view this Entry\";s:21:\"dcl_msg_table_created\";s:13:\"Table created\";s:20:\"dcl_msg_table_edited\";s:20:\"Table Settings saved\";s:25:\"dcl_msg_tables_delete_all\";s:47:\"Could not delete: At least one Table must exist\";s:22:\"dcl_msg_tables_deleted\";s:14:\"Tables deleted\";s:25:\"dcl_msg_tableview_created\";s:13:\"Views created\";s:25:\"dcl_msg_tableview_deleted\";s:12:\"View deleted\";s:25:\"dcl_msg_tableview_updated\";s:12:\"View updated\";s:29:\"dcl_msg_tableviews_delete_all\";s:46:\"Could not delete: At least one View must exist\";s:26:\"dcl_msg_tableviews_deleted\";s:13:\"Views deleted\";s:32:\"dcl_msg_tableviews_order_updated\";s:22:\"Order of views updated\";s:22:\"dcl_multiple_selection\";s:18:\"Multiple Selection\";s:7:\"dcl_new\";s:26:\"Create New Data Collection\";s:13:\"dcl_new_field\";s:9:\"New Field\";s:13:\"dcl_new_table\";s:9:\"New Table\";s:15:\"dcl_next_record\";s:10:\"Next Entry\";s:22:\"dcl_no_content_warning\";s:71:\"Attention, the Data Collection is online but does not have content yet!\";s:12:\"dcl_no_entry\";s:8:\"No entry\";s:31:\"dcl_no_export_content_available\";s:29:\"No data available for export.\";s:28:\"dcl_no_export_data_available\";s:39:\"No data or fields available for export.\";s:30:\"dcl_no_export_fields_available\";s:109:\"No fields activated for export. Mark at least one field as exportable in the <a href=\"%s\">table settings</a>.\";s:17:\"dcl_no_fields_yet\";s:82:\"There are no fields defined for this table thus you cannot create any entries yet.\";s:39:\"dcl_no_read_access_on_any_standard_view\";s:59:\"You don\'t have read access on any standard view of a table.\";s:31:\"dcl_no_search_results_found_for\";s:30:\"No modules have been found for\";s:21:\"dcl_no_such_reference\";s:60:\"The following value is not available in the reference table:\";s:15:\"dcl_no_warnings\";s:39:\"The import terminated with no warnings.\";s:15:\"dcl_not_checked\";s:12:\"Not checked.\";s:27:\"dcl_not_supported_in_import\";s:49:\"This type of field is not supported in the import\";s:29:\"dcl_notification_activate_dcl\";s:41:\"Activate Notification for Data Collection\";s:26:\"dcl_notification_activated\";s:22:\"Notification Activated\";s:31:\"dcl_notification_deactivate_dcl\";s:43:\"Deactivate Notification for Data Collection\";s:28:\"dcl_notification_deactivated\";s:24:\"Notification Deactivated\";s:21:\"dcl_notification_info\";s:36:\"Each user decides about notification\";s:22:\"dcl_notimage_exception\";s:29:\"The file has to be a picture.\";s:20:\"dcl_noturl_exception\";s:79:\"You have to enter a Link (beginning with http:// or www.) or an e-mail address.\";s:10:\"dcl_number\";s:7:\"Integer\";s:15:\"dcl_number_desc\";s:67:\"Field for integer values (max. 9 digits). No decimals or fractions.\";s:15:\"dcl_online_info\";s:81:\"Only if the Data Collection is online, users are able to use the Data Collection.\";s:9:\"dcl_order\";s:5:\"Order\";s:15:\"dcl_own_entries\";s:16:\"Only own entries\";s:9:\"dcl_owner\";s:5:\"Owner\";s:21:\"dcl_owner_description\";s:23:\"The owner of the entry.\";s:14:\"dcl_owner_name\";s:12:\"Owner (Name)\";s:18:\"dcl_page_type_dclf\";s:12:\"Details View\";s:20:\"dcl_permissions_form\";s:12:\"User actions\";s:17:\"dcl_please_select\";s:21:\"--- Please select ---\";s:10:\"dcl_plugin\";s:6:\"Plugin\";s:15:\"dcl_plugin_desc\";s:28:\"DataCollection Field-Plugins\";s:16:\"dcl_plugin_hooks\";s:17:\"Available Plugins\";s:29:\"dcl_plugin_no_hooks_available\";s:34:\"No active field-type plugins found\";s:15:\"dcl_prev_record\";s:14:\"Previous Entry\";s:19:\"dcl_prop_expression\";s:10:\"Expression\";s:24:\"dcl_prop_expression_info\";s:503:\"Supported operators: <b>%s</b><br>Supported functions: <b>%s</b><br>Use brackets <b>‘(’, ‘)’</b> to group calculations.<br>Concatenate strings and placeholders with &: <b>‘The result is ’ & [[Int 1]] * [[Int2]]</b><br>Using functions: <b>SUM([[Int 1]];[[Int 2]])</b><br>When using date fields and number fields in a formula, the number fields are considered seconds and must be multiplied by 86400, for example.<br><br>Available fields (click on title to copy field inside expression):<br>%s\";s:19:\"dcl_public_comments\";s:24:\"Activate Public Comments\";s:24:\"dcl_public_comments_desc\";s:42:\"Users can comment on entries of the table.\";s:10:\"dcl_rating\";s:6:\"Rating\";s:15:\"dcl_rating_desc\";s:45:\"Users can rate entries with up to five stars.\";s:55:\"dcl_rbac_roles_without_read_access_on_any_standard_view\";s:117:\"The following rbac roles have read access on the data collection, but no read access on any standard view of a table:\";s:10:\"dcl_record\";s:5:\"Entry\";s:18:\"dcl_record_deleted\";s:13:\"Entry deleted\";s:21:\"dcl_record_from_total\";s:8:\"%d of %d\";s:13:\"dcl_reference\";s:9:\"Reference\";s:18:\"dcl_reference_desc\";s:66:\"Field to reference options stored in a different field of a table.\";s:18:\"dcl_reference_link\";s:32:\"Show as link to referenced entry\";s:23:\"dcl_reference_link_info\";s:48:\"Detailed View must be active in referenced table\";s:19:\"dcl_reference_title\";s:28:\"Reference to table and field\";s:9:\"dcl_regex\";s:18:\"Regular Expression\";s:14:\"dcl_regex_info\";s:19:\"(without delimiter)\";s:12:\"dcl_required\";s:14:\"Required Field\";s:17:\"dcl_row_not_found\";s:45:\" - This field couldn\'t be found in the table.\";s:8:\"dcl_save\";s:10:\"Save Table\";s:21:\"dcl_save_confirmation\";s:17:\"Save confirmation\";s:26:\"dcl_save_confirmation_desc\";s:49:\"Users have to confirm a new DataCollection entry.\";s:14:\"dcl_save_order\";s:10:\"Save Order\";s:15:\"dcl_save_record\";s:10:\"Save Entry\";s:10:\"dcl_select\";s:23:\"Select for Presentation\";s:21:\"dcl_selection_options\";s:7:\"Options\";s:18:\"dcl_selection_type\";s:4:\"Type\";s:27:\"dcl_selection_type_combobox\";s:19:\"Combobox (Dropdown)\";s:24:\"dcl_selection_type_multi\";s:18:\"Multiple Selection\";s:25:\"dcl_selection_type_single\";s:16:\"Single Selection\";s:19:\"dcl_simulate_import\";s:15:\"Simulate Import\";s:17:\"dcl_simulate_info\";s:177:\"Simulating the import will not add any fields into the Data Collection but may give you feedback on problems with the import file, thus helping you to prevent corrupted entries.\";s:26:\"dcl_skipped_delete_records\";s:54:\"%s Entries were not deleted due to permission settings\";s:10:\"dcl_status\";s:11:\"Your Status\";s:28:\"dcl_std_field_not_importable\";s:38:\" - Standard fields are not importable.\";s:14:\"dcl_std_filter\";s:14:\"Default Filter\";s:23:\"dcl_supported_filetypes\";s:23:\"Allowed file-extensions\";s:28:\"dcl_supported_filetypes_desc\";s:74:\"You can set the allowed extensions comma seperated. For example: pdf, docx\";s:16:\"dcl_switch_table\";s:12:\"Switch Table\";s:15:\"dcl_switch_view\";s:11:\"Change View\";s:9:\"dcl_table\";s:5:\"Table\";s:16:\"dcl_table_create\";s:12:\"Create Table\";s:14:\"dcl_table_edit\";s:12:\"Update Table\";s:12:\"dcl_table_id\";s:8:\"Table ID\";s:14:\"dcl_table_info\";s:267:\"Users with the permission ‘edit settings’ (see tab ‘Permission’) always have permission to add/edit/delete entries. Users with permission ‘edit entry’ (see tab ‘Permissions’) only have permissions according to the settings specified in the form below.\";s:20:\"dcl_table_info_title\";s:4:\"Info\";s:21:\"dcl_table_list_fields\";s:24:\"Fields Of Selected Table\";s:21:\"dcl_table_list_tables\";s:16:\"Available Tables\";s:24:\"dcl_table_settings_saved\";s:31:\"Table Settings have been saved.\";s:28:\"dcl_table_title_not_matching\";s:116:\"The titles of the excel sheet and the Data Collection table do not match. Rename the sheet for a successfull import.\";s:22:\"dcl_table_title_unique\";s:67:\"There exists already a table with this title. Title must be unique.\";s:10:\"dcl_tables\";s:6:\"Tables\";s:25:\"dcl_tables_confirm_delete\";s:50:\"Do you really want to delete the following Tables?\";s:13:\"dcl_tableview\";s:4:\"View\";s:17:\"dcl_tableview_add\";s:12:\"Add New View\";s:28:\"dcl_tableview_confirm_delete\";s:48:\"Do you really want to delete the following View?\";s:18:\"dcl_tableview_copy\";s:24:\"View successfully copied\";s:27:\"dcl_tableview_default_value\";s:13:\"Default Value\";s:32:\"dcl_tableview_default_value_fail\";s:95:\"Some numeric default values couldn\'t be saved because they contained letters. Please try again.\";s:26:\"dcl_tableview_field_access\";s:12:\"Field Access\";s:27:\"dcl_tableview_fieldsettings\";s:22:\"Fieldspecific Settings\";s:24:\"dcl_tableview_fieldtitle\";s:11:\"Field Title\";s:20:\"dcl_tableview_locked\";s:6:\"Locked\";s:28:\"dcl_tableview_locked_visible\";s:16:\"Locked & Visible\";s:25:\"dcl_tableview_not_visible\";s:11:\"Not Visible\";s:22:\"dcl_tableview_required\";s:8:\"Required\";s:30:\"dcl_tableview_required_visible\";s:18:\"Required & Visible\";s:21:\"dcl_tableview_visible\";s:7:\"Visible\";s:14:\"dcl_tableviews\";s:5:\"Views\";s:29:\"dcl_tableviews_confirm_delete\";s:49:\"Do you really want to delete the following Views?\";s:20:\"dcl_tableviews_table\";s:23:\"Views of Selected Table\";s:8:\"dcl_text\";s:10:\"Text Entry\";s:13:\"dcl_text_area\";s:8:\"Textarea\";s:13:\"dcl_text_desc\";s:46:\"Textfield for text, links or e-mail addresses.\";s:26:\"dcl_text_email_detail_desc\";s:43:\"Please enter a valid URL or E-Mail address.\";s:20:\"dcl_text_email_title\";s:5:\"Title\";s:25:\"dcl_text_email_title_info\";s:55:\"A Title for the above URL or E-Mail address (optional).\";s:18:\"dcl_text_selection\";s:14:\"Text Selection\";s:23:\"dcl_text_selection_desc\";s:32:\"Offer selection of text options.\";s:22:\"dcl_title_standardview\";s:14:\"Standard Views\";s:10:\"dcl_unique\";s:6:\"Unique\";s:15:\"dcl_unique_desc\";s:61:\"The value in this field needs to be unique among all entires.\";s:20:\"dcl_unique_exception\";s:56:\"The value you entered is already taken by another Entry.\";s:21:\"dcl_unknown_exception\";s:35:\"The value you entered is not valid.\";s:16:\"dcl_update_field\";s:12:\"Update Field\";s:17:\"dcl_update_record\";s:12:\"Update Entry\";s:7:\"dcl_url\";s:13:\"URL or E-Mail\";s:22:\"dcl_view_configuration\";s:18:\"View Configuration\";s:25:\"dcl_view_own_records_perm\";s:21:\"View only own entries\";s:17:\"dcl_view_settings\";s:13:\"View Settings\";s:23:\"dcl_view_viewdefinition\";s:13:\"Detailed View\";s:11:\"dcl_visible\";s:21:\"Visible for all users\";s:16:\"dcl_visible_desc\";s:28:\"Users can access this table.\";s:9:\"dcl_width\";s:5:\"Width\";s:20:\"dcl_wrong_input_type\";s:68:\"The value you entered does not match the specification (Wrong Type).\";s:16:\"dcl_wrong_length\";s:32:\"The text you entered is to long.\";s:15:\"dcl_wrong_regex\";s:90:\"The text you entered does not match the specification for this field (Regular Expression).\";s:20:\"dlc_xls_async_export\";s:24:\"Asynchronous XLSX-Export\";s:22:\"fieldtitle_allow_chars\";s:21:\"Not allowed chars: %s\";s:23:\"fileupload_not_migrated\";s:98:\"File has not yet been migration and cannot be displayed. Please contact your System-Administrator.\";}'),('didactic','en','a:47:{s:27:\"activate_exclusive_template\";s:16:\"Grey Out Default\";s:32:\"activate_exclusive_template_info\";s:74:\"The standard template won\'t be available wherever this template is active.\";s:32:\"activate_local_didactic_template\";s:20:\"Scope of Application\";s:37:\"activate_local_didactic_template_info\";s:69:\"Usage of this didactical template will be limited to these sub-areas.\";s:22:\"didactic_activated_msg\";s:28:\"Activated didactic templates\";s:16:\"didactic_adm_tab\";s:18:\"Didactic Templates\";s:23:\"didactic_applicable_for\";s:14:\"Applicable for\";s:23:\"didactic_auto_generated\";s:23:\"Automatically Generated\";s:28:\"didactic_available_templates\";s:28:\"Available Didactic Templates\";s:25:\"didactic_back_to_overview\";s:16:\"Back to Overview\";s:37:\"didactic_cannot_delete_auto_generated\";s:67:\"It is not allowed to delete automatic generated didactic templates.\";s:50:\"didactic_cannot_delete_auto_generated_confirmation\";s:93:\"At least one of the selected didactic templates is automatic generated and cannot be deleted.\";s:35:\"didactic_confirm_apply_new_template\";s:104:\"Do you really want to apply the chosen didactic template? All current permission settings will get lost!\";s:27:\"didactic_confirm_delete_msg\";s:62:\"Do you really want to delete the following didactic templates?\";s:25:\"didactic_copy_suc_message\";s:24:\"Copied didactic template\";s:24:\"didactic_deactivated_msg\";s:30:\"Deactivated didactic templates\";s:21:\"didactic_default_type\";s:7:\"Default\";s:26:\"didactic_default_type_info\";s:43:\"Default set of permissions will be applied.\";s:19:\"didactic_delete_msg\";s:27:\"Deleted didactic templates.\";s:18:\"didactic_do_export\";s:6:\"Export\";s:17:\"didactic_edit_tpl\";s:22:\"Edit Didactic Template\";s:25:\"didactic_filter_with_icon\";s:9:\"with Icon\";s:28:\"didactic_filter_without_icon\";s:12:\"without Icon\";s:15:\"didactic_global\";s:6:\"Global\";s:13:\"didactic_icon\";s:4:\"Icon\";s:19:\"didactic_icon_error\";s:50:\"Icons cannot be assigned to non-container objects.\";s:18:\"didactic_icon_info\";s:208:\"The Icon is shown for all objects, which use this object template. \"Custom Icons\" of objects overwrite the didactic template icons. Icons can only be used for didactic templates assigned to container objects.\";s:19:\"didactic_import_btn\";s:24:\"Import Didactic Template\";s:22:\"didactic_import_failed\";s:52:\"Importing the didactic template failed with message:\";s:23:\"didactic_import_success\";s:39:\"Successfully imported didactic template\";s:27:\"didactic_import_table_title\";s:29:\"Import of a didactic template\";s:21:\"didactic_install_info\";s:19:\"General Information\";s:14:\"didactic_local\";s:5:\"Local\";s:20:\"didactic_not_changed\";s:43:\"The didactic template setting is unchanged.\";s:14:\"didactic_scope\";s:5:\"Scope\";s:26:\"didactic_scope_list_header\";s:11:\"Limited to:\";s:28:\"didactic_selected_tpl_option\";s:26:\"Applied didactic template:\";s:25:\"didactic_template_applied\";s:26:\"Applied didactic template.\";s:31:\"didactic_template_update_import\";s:24:\"Update Didactic Template\";s:36:\"didactic_template_update_import_info\";s:117:\"Properties will be changed according to this import. Objects which already applied this template will not be changed.\";s:18:\"dtpl_obj_type_info\";s:58:\"This didactic template can be applied on this object type.\";s:14:\"effective_form\";s:23:\"Template Effective From\";s:10:\"grp_closed\";s:12:\"Closed Group\";s:15:\"grp_closed_info\";s:37:\"Group is not visible for non-members.\";s:17:\"more_translations\";s:17:\"More Translations\";s:11:\"sess_closed\";s:14:\"Closed Session\";s:16:\"sess_closed_info\";s:44:\"Session is not visible for non-participants.\";}'),('dpro','en','a:17:{s:35:\"dpro_accept_usr_agreement_anonymous\";s:30:\"Declaration of Data Protection\";s:41:\"dpro_accept_usr_agreement_anonymous_intro\";s:84:\"Before you proceed to ILIAS you accept the following Declaration of Data Protection.\";s:29:\"dpro_account_reg_not_possible\";s:200:\"Self-registration is currently not possible because there is no Declaration of Data Protection agreement available. Please contact your <a href=\"%1$s\">system administrator</a> for further information.\";s:15:\"dpro_agree_date\";s:40:\"Declaration of Data Protection agreed on\";s:20:\"dpro_last_reset_date\";s:196:\"The Declaration of Data Protection were reset on %s. Only reset the Declaration of Data Protection if changes have been made to the document(s) and you require all users to agree to the documents.\";s:9:\"dpro_mode\";s:14:\"Agreement Mode\";s:14:\"dpro_mode_desc\";s:84:\"Please configure when and how the Declaration of Data Protection should be accepted.\";s:18:\"dpro_no_acceptance\";s:23:\"Never, only informative\";s:23:\"dpro_no_documents_exist\";s:74:\"There are currently no Declaration of Data Protection documents available.\";s:33:\"dpro_no_documents_exist_cant_save\";s:142:\"There are currently no Declaration of Data Protection documents available. Please add at least one document in order to activate this service.\";s:9:\"dpro_once\";s:11:\"Accept once\";s:24:\"dpro_reset_for_all_users\";s:40:\"Reset the Declaration of Data Protection\";s:18:\"dpro_status_enable\";s:41:\"Enable the Declaration of Data Protection\";s:23:\"dpro_status_enable_desc\";s:266:\"Display relevant language-based Declaration of Data Protection documents at the end of the registration form for new users and, if applicable, upon the user’s first login. Users are required to accept the Declaration of Data Protection before they can enter ILIAS.\";s:19:\"dpro_sure_reset_tos\";s:185:\"Are you sure you want to reset the Declaration of Data Protection for all users in the system? This also applies, for example, to those accounts that are used for the SOAP web services.\";s:28:\"dpro_withdrawal_usr_deletion\";s:63:\"Account deletion upon Declaration of Data Protection withdrawal\";s:33:\"dpro_withdrawal_usr_deletion_desc\";s:162:\"If a user withdraws their acceptance from a previously accepted Declaration of Data Protection document, this will result in the deletion of the user’s account.\";}'),('ecs','en','a:265:{s:11:\"cert_serial\";s:25:\"Certificate Serial Number\";s:7:\"ecs_abr\";s:12:\"Abbreviation\";s:20:\"ecs_account_duration\";s:27:\"Activation Period Extension\";s:25:\"ecs_account_duration_info\";s:160:\"New ECS-User accounts are limited to the session duration. After assigning a user to a course the activation period will be extended by the given number months.\";s:12:\"ecs_activate\";s:8:\"Activate\";s:10:\"ecs_active\";s:24:\"Enable ECS Functionality\";s:17:\"ecs_active_header\";s:21:\"Import/Export Allowed\";s:15:\"ecs_add_new_ecs\";s:11:\"Add New ECS\";s:15:\"ecs_apache_pass\";s:8:\"Password\";s:15:\"ecs_apache_user\";s:8:\"Username\";s:16:\"ecs_approval_rcp\";s:35:\"Notification About Approved Courses\";s:21:\"ecs_approval_rcp_info\";s:117:\"Enter one or more login names of users (comma separated) that will be informed about new approved courses per e-mail.\";s:18:\"ecs_attribute_name\";s:14:\"Attribute Name\";s:13:\"ecs_auth_type\";s:19:\"Authentication Type\";s:20:\"ecs_auth_type_apache\";s:17:\"Username/Password\";s:18:\"ecs_auth_type_cert\";s:16:\"Certificate-Base\";s:16:\"ecs_availability\";s:12:\"Availability\";s:17:\"ecs_available_ecs\";s:13:\"Available ECS\";s:17:\"ecs_back_settings\";s:12:\"ECS Settings\";s:11:\"ecs_ca_cert\";s:14:\"CA Certificate\";s:24:\"ecs_campus_connect_title\";s:22:\"CampusConnect Mappings\";s:14:\"ecs_cat_export\";s:17:\"Category Releases\";s:23:\"ecs_cat_export_disabled\";s:28:\"Do not release this Category\";s:22:\"ecs_cat_export_enabled\";s:21:\"Release this Category\";s:27:\"ecs_cat_export_obj_settings\";s:25:\"Category Release Settings\";s:23:\"ecs_cat_mapping_by_type\";s:7:\"By Type\";s:28:\"ecs_cat_mapping_by_type_info\";s:42:\"Choose this mode to assign by object type.\";s:24:\"ecs_cat_mapping_duration\";s:10:\"Date Range\";s:29:\"ecs_cat_mapping_duration_info\";s:94:\"Choose this mode for assigning Course Links based on date ranges (e.g start time of a course).\";s:21:\"ecs_cat_mapping_fixed\";s:12:\"Fixed Values\";s:26:\"ecs_cat_mapping_fixed_info\";s:80:\"Choose this mode for assigning Course Links to categories based on fixed values.\";s:20:\"ecs_cat_mapping_type\";s:15:\"Assignment Type\";s:22:\"ecs_cat_mapping_values\";s:15:\"Attribute Value\";s:20:\"ecs_category_mapping\";s:24:\"Assignment to Categories\";s:23:\"ecs_cc_mapping_overview\";s:16:\"Mapping Overview\";s:12:\"ecs_cert_key\";s:15:\"Certificate Key\";s:20:\"ecs_cert_valid_until\";s:23:\"Certificate valid until\";s:19:\"ecs_check_import_id\";s:54:\"The import id is not valid. Please check this setting.\";s:15:\"ecs_client_cert\";s:18:\"Client Certificate\";s:26:\"ecs_cmap_add_attribute_btn\";s:13:\"Add Attribute\";s:19:\"ecs_cmap_all_in_one\";s:22:\"Course in one Category\";s:23:\"ecs_cmap_all_in_one_cat\";s:15:\"Course Category\";s:24:\"ecs_cmap_all_in_one_info\";s:39:\"Create all new courses in one category.\";s:23:\"ecs_cmap_att_courseType\";s:11:\"Course Type\";s:28:\"ecs_cmap_att_degreeProgramme\";s:16:\"Degree Programme\";s:21:\"ecs_cmap_att_lecturer\";s:8:\"Lecturer\";s:19:\"ecs_cmap_att_module\";s:6:\"Module\";s:25:\"ecs_cmap_att_organisation\";s:12:\"Organisation\";s:20:\"ecs_cmap_att_orgunit\";s:19:\"Organisational Unit\";s:17:\"ecs_cmap_att_term\";s:4:\"Term\";s:18:\"ecs_cmap_att_title\";s:5:\"Title\";s:18:\"ecs_cmap_att_venue\";s:5:\"Venue\";s:19:\"ecs_cmap_attributes\";s:18:\"Mapping Attributes\";s:19:\"ecs_cmap_atts_table\";s:31:\"Attribute Mapping Configuration\";s:16:\"ecs_cmap_def_cat\";s:16:\"Default Category\";s:21:\"ecs_cmap_def_cat_info\";s:106:\"Please enter the id of a category where all courses will be created that cannot be handled by other rules.\";s:29:\"ecs_cmap_delete_attribute_btn\";s:21:\"Delete Last Attribute\";s:20:\"ecs_cmap_delete_rule\";s:14:\"Delete Mapping\";s:15:\"ecs_cmap_enable\";s:17:\"Course Allocation\";s:24:\"ecs_cmap_form_all_values\";s:10:\"All Values\";s:28:\"ecs_cmap_form_create_subdirs\";s:21:\"Create Subdirectories\";s:25:\"ecs_cmap_form_current_dir\";s:17:\"Current Directory\";s:26:\"ecs_cmap_form_dir_relation\";s:19:\"Directory Reference\";s:20:\"ecs_cmap_form_filter\";s:15:\"Filter Settings\";s:30:\"ecs_cmap_form_filter_by_values\";s:26:\"Filter by Attribute Values\";s:25:\"ecs_cmap_form_filter_info\";s:30:\"Manual values, comma separated\";s:25:\"ecs_cmap_form_subdir_name\";s:17:\"Subdirectory Name\";s:25:\"ecs_cmap_form_subdir_type\";s:18:\"Subdirectory Title\";s:26:\"ecs_cmap_form_subdir_value\";s:18:\"Subdirectory Value\";s:27:\"ecs_cmap_mapping_form_title\";s:31:\"Course Assignment for Category:\";s:22:\"ecs_cmap_multiple_atts\";s:19:\"Multiple Attributes\";s:17:\"ecs_cmap_overview\";s:16:\"Mapping Overview\";s:16:\"ecs_cms_dir_tree\";s:19:\"CMS Directory Trees\";s:27:\"ecs_cms_directory_trees_tbl\";s:19:\"CMS Directory Trees\";s:10:\"ecs_cms_id\";s:35:\"Root-ID in Campus Management System\";s:20:\"ecs_cms_tree_deleted\";s:57:\"The campus management tree assignments have been deleted.\";s:24:\"ecs_cms_tree_synchronize\";s:16:\"Synchronize Tree\";s:25:\"ecs_cms_tree_synchronized\";s:31:\"The tree has been synchronized.\";s:15:\"ecs_communities\";s:12:\"Participants\";s:23:\"ecs_confirm_delete_tree\";s:77:\"Do you really want to delete all assignments for this campus management tree?\";s:23:\"ecs_connection_settings\";s:19:\"Connection Settings\";s:23:\"ecs_consent_modal_title\";s:25:\"Consent for data transfer\";s:31:\"ecs_consent_reset_confirm_title\";s:39:\"Reset user consent for this participant\";s:23:\"ecs_cron_task_scheduler\";s:18:\"ECS Task Scheduler\";s:28:\"ecs_cron_task_scheduler_info\";s:180:\"ECS tasks will be carried out according to the schedule settings. This will only take place if an ECS server has been configured via ‘Administration » Extending ILIAS » ECS’.\";s:13:\"ecs_crs_alloc\";s:17:\"Course Allocation\";s:17:\"ecs_crs_alloc_set\";s:22:\"Edit Course Allocation\";s:14:\"ecs_crs_export\";s:15:\"Course Releases\";s:23:\"ecs_crs_export_disabled\";s:26:\"Do not release this Course\";s:22:\"ecs_crs_export_enabled\";s:19:\"Release this Course\";s:27:\"ecs_crs_export_obj_settings\";s:23:\"Course Release Settings\";s:14:\"ecs_deactivate\";s:10:\"Deactivate\";s:18:\"ecs_delete_setting\";s:50:\"Are you sure you want to delete the following ECS?\";s:20:\"ecs_deprecated_token\";s:43:\"Support for Deprecated Authentication Token\";s:25:\"ecs_deprecated_token_info\";s:128:\"Offers support for installations (e.g ILIAS installations of version 4.x) which use a deprecated token authentication mechanism.\";s:13:\"ecs_dir_alloc\";s:20:\"Directory Allocation\";s:17:\"ecs_dir_alloc_set\";s:25:\"Edit Directory Allocation\";s:7:\"ecs_dns\";s:10:\"Domainname\";s:12:\"ecs_duration\";s:8:\"Duration\";s:12:\"ecs_econ_rcp\";s:32:\"Notification About New E-Content\";s:17:\"ecs_econ_rcp_info\";s:112:\"Enter one or more login names of users (comma separated) that will be informed about new ECS content per e-mail.\";s:25:\"ecs_edit_category_mapping\";s:15:\"Edit Assignment\";s:9:\"ecs_email\";s:6:\"E-Mail\";s:22:\"ecs_enable_participant\";s:15:\"Allow Im/Export\";s:23:\"ecs_err_invalid_by_type\";s:44:\"Please select a type when assigning by type.\";s:21:\"ecs_err_invalid_dates\";s:50:\"The starting must be earlier than the finish time.\";s:20:\"ecs_err_invalid_type\";s:40:\"Please state a valid category object id.\";s:21:\"ecs_err_missing_value\";s:42:\"Please check your input: Attribute values.\";s:24:\"ecs_error_extract_serial\";s:83:\"Cannot read serial number of certificate. Please check the client certificate path.\";s:21:\"ecs_event_appointment\";s:10:\"Event Date\";s:10:\"ecs_export\";s:15:\"Course Releases\";s:20:\"ecs_export_auth_type\";s:60:\"Authentication method for users with external user attribute\";s:26:\"ecs_export_auth_type_ilias\";s:28:\"User authentication via LDAP\";s:25:\"ecs_export_auth_type_info\";s:135:\"Please choose the authentication method for users to authenticate via ECS, for whom an external user attribute was transferred via ECS.\";s:25:\"ecs_export_auth_type_none\";s:47:\"Do not allow users with external user attribute\";s:25:\"ecs_export_auth_type_shib\";s:34:\"User authentication via Shibboleth\";s:25:\"ecs_export_created_body_a\";s:30:\"A new course has been released\";s:19:\"ecs_export_disabled\";s:26:\"Do not release this Course\";s:18:\"ecs_export_enabled\";s:19:\"Release this Course\";s:24:\"ecs_export_local_account\";s:20:\"Local ILIAS accounts\";s:29:\"ecs_export_local_account_info\";s:160:\"If enabled, will allow the creation of local accounts via ECS. ECS users without external user attribute will receive a local user account on your installation.\";s:23:\"ecs_export_obj_settings\";s:23:\"Course Release Settings\";s:16:\"ecs_export_types\";s:23:\"Exportable Object Types\";s:15:\"ecs_field_begin\";s:5:\"Begin\";s:19:\"ecs_field_community\";s:9:\"Community\";s:18:\"ecs_field_courseID\";s:9:\"Course ID\";s:20:\"ecs_field_courseType\";s:11:\"Course Type\";s:17:\"ecs_field_credits\";s:7:\"Credits\";s:15:\"ecs_field_cycle\";s:5:\"Cycle\";s:13:\"ecs_field_day\";s:3:\"Day\";s:13:\"ecs_field_end\";s:3:\"End\";s:18:\"ecs_field_lecturer\";s:11:\"Lecturer(s)\";s:17:\"ecs_field_part_id\";s:14:\"Participant ID\";s:14:\"ecs_field_room\";s:4:\"Room\";s:24:\"ecs_field_semester_hours\";s:25:\"Semester Periods per Week\";s:15:\"ecs_field_start\";s:5:\"Start\";s:23:\"ecs_field_study_courses\";s:15:\"Study Course(s)\";s:14:\"ecs_field_term\";s:4:\"Term\";s:14:\"ecs_field_time\";s:4:\"Time\";s:15:\"ecs_file_export\";s:13:\"File Releases\";s:24:\"ecs_file_export_disabled\";s:24:\"Do not release this File\";s:23:\"ecs_file_export_enabled\";s:17:\"Release this File\";s:28:\"ecs_file_export_obj_settings\";s:21:\"File Release Settings\";s:13:\"ecs_firstname\";s:10:\"First name\";s:16:\"ecs_form_consent\";s:7:\"Consent\";s:29:\"ecs_form_consent_option_title\";s:92:\"I hereby consent to the transfer of the following data to the above-mentioned target system:\";s:24:\"ecs_form_target_platform\";s:13:\"Target system\";s:16:\"ecs_general_info\";s:19:\"General Information\";s:14:\"ecs_glo_export\";s:17:\"Glossary Releases\";s:23:\"ecs_glo_export_disabled\";s:28:\"Do not release this Glossary\";s:22:\"ecs_glo_export_enabled\";s:21:\"Release this Glossary\";s:27:\"ecs_glo_export_obj_settings\";s:25:\"Glossary Release Settings\";s:20:\"ecs_global_role_info\";s:68:\"The chosen role will be assigned to newly created ECS user accounts.\";s:14:\"ecs_grp_export\";s:14:\"Group Releases\";s:23:\"ecs_grp_export_disabled\";s:25:\"Do not release this Group\";s:22:\"ecs_grp_export_enabled\";s:18:\"Release this Group\";s:27:\"ecs_grp_export_obj_settings\";s:22:\"Group Release Settings\";s:16:\"ecs_ignore_field\";s:35:\"Disable export/update of this field\";s:10:\"ecs_import\";s:16:\"Imported Objects\";s:20:\"ecs_import_auth_mode\";s:67:\"Allow accounts of authentication method %s for transmission via ECS\";s:28:\"ecs_import_auth_type_default\";s:71:\"Allow accounts authentication method \"Default\" for transmission via ECS\";s:14:\"ecs_import_cms\";s:17:\"Campus Management\";s:13:\"ecs_import_id\";s:9:\"Import ID\";s:18:\"ecs_import_id_info\";s:75:\"Please enter the ID of the category, where new Course Links will be created\";s:16:\"ecs_import_types\";s:23:\"Importable Object Types\";s:40:\"ecs_import_user_credentials_by_auth_mode\";s:64:\"Configuration of authentication methods for transmission via ECS\";s:45:\"ecs_import_user_credentials_by_auth_mode_info\";s:114:\"Enable this option to allow accounts of authentication method \"Default\" to access participant\'s resources via ECS.\";s:20:\"ecs_imported_content\";s:18:\"Imported E-Content\";s:17:\"ecs_imported_from\";s:13:\"Imported From\";s:15:\"ecs_institution\";s:11:\"Institution\";s:27:\"ecs_invalid_import_type_cms\";s:64:\"The import type ‘Campus Management’ can be chosen only once.\";s:16:\"ecs_key_password\";s:12:\"Key Password\";s:12:\"ecs_lastname\";s:9:\"Last name\";s:13:\"ecs_lm_export\";s:24:\"Learning Module Releases\";s:22:\"ecs_lm_export_disabled\";s:35:\"Do not release this Learning Module\";s:21:\"ecs_lm_export_enabled\";s:28:\"Release this Learning Module\";s:26:\"ecs_lm_export_obj_settings\";s:32:\"Learning Module Release Settings\";s:21:\"ecs_local_information\";s:19:\"Further Information\";s:18:\"ecs_local_settings\";s:14:\"Local Settings\";s:9:\"ecs_login\";s:33:\"Username or External user account\";s:15:\"ecs_mapping_crs\";s:19:\"Mapping for Courses\";s:19:\"ecs_mapping_exp_tbl\";s:41:\"Mapping ILIAS Custom Metadata to ECS-Data\";s:16:\"ecs_mapping_rcrs\";s:23:\"Mapping for ECS Courses\";s:15:\"ecs_mapping_tbl\";s:44:\"Mapping of ECS-Data to ILIAS Custom Metadata\";s:12:\"ecs_mappings\";s:16:\"ECS Data Mapping\";s:20:\"ecs_member_auth_type\";s:34:\"Authentication Mode (Participants)\";s:13:\"ecs_meta_data\";s:8:\"Metadata\";s:24:\"ecs_new_approval_subject\";s:30:\"A new course has been released\";s:24:\"ecs_new_category_mapping\";s:44:\"New Assignment of Course Links to Categories\";s:24:\"ecs_new_econtent_subject\";s:21:\"New E-Content created\";s:17:\"ecs_new_user_body\";s:40:\"A new ECS user account has been created.\";s:20:\"ecs_new_user_profile\";s:18:\"User profile data:\";s:20:\"ecs_new_user_subject\";s:20:\"New ECS User Account\";s:13:\"ecs_no_adv_md\";s:29:\"No Custom Metadata Available.\";s:12:\"ecs_no_owner\";s:33:\"Please select one community name.\";s:12:\"ecs_no_value\";s:13:\"Not available\";s:25:\"ecs_node_mapping_activate\";s:24:\"Enable Directory Mapping\";s:29:\"ecs_node_mapping_create_empty\";s:45:\"Create Categories only, which contain Courses\";s:34:\"ecs_node_mapping_create_empty_info\";s:86:\"Usable only in combination with course mapping, which will be activated automatically.\";s:25:\"ecs_node_mapping_status_1\";s:25:\"Mapping of the Whole Tree\";s:25:\"ecs_node_mapping_status_2\";s:14:\"Manual Mapping\";s:25:\"ecs_node_mapping_status_3\";s:8:\"Unmapped\";s:18:\"ecs_not_configured\";s:14:\"Not configured\";s:17:\"ecs_not_published\";s:22:\"No approvals selected.\";s:17:\"ecs_notifications\";s:13:\"Notifications\";s:29:\"ecs_outgoing_user_credentials\";s:14:\"User attribute\";s:34:\"ecs_outgoing_user_credentials_info\";s:221:\"Please specify which user attribute should be used for transmission. Possible values [Login], [EXTERNAL_ACCOUNT]. You can modify the specified attribute by prepending or appending any strings. Example: [LOGIN]@example.com\";s:17:\"ecs_part_settings\";s:25:\"Settings for Participant:\";s:16:\"ecs_participants\";s:12:\"Participants\";s:22:\"ecs_participants_infos\";s:19:\"Further Information\";s:11:\"ecs_polling\";s:12:\"Polling Time\";s:16:\"ecs_polling_info\";s:70:\"Please define the polling time for creation and update of Course Links\";s:8:\"ecs_port\";s:4:\"Port\";s:20:\"ecs_position_updates\";s:25:\"Transfer Position Updates\";s:12:\"ecs_protocol\";s:8:\"Protocol\";s:14:\"ecs_publish_as\";s:11:\"Publish as:\";s:15:\"ecs_publish_for\";s:12:\"Release for:\";s:17:\"ecs_published_for\";s:14:\"Published for:\";s:23:\"ecs_rcrs_created_body_a\";s:34:\"A new ECS Course has been created:\";s:21:\"ecs_read_remote_links\";s:18:\"Update ECS Courses\";s:24:\"ecs_refresh_participants\";s:24:\"Refresh ECS-Participants\";s:12:\"ecs_released\";s:16:\"Released Objects\";s:20:\"ecs_released_content\";s:18:\"Released E-Content\";s:19:\"ecs_remote_imported\";s:48:\"Information about ECS Course has been refreshed.\";s:24:\"ecs_remote_user_settings\";s:30:\"Settings for ECS User Accounts\";s:8:\"ecs_role\";s:15:\"Role Assignment\";s:22:\"ecs_role_mapping_value\";s:15:\"Attribute Value\";s:17:\"ecs_role_mappings\";s:26:\"Course/Group Role Mappings\";s:15:\"ecs_server_addr\";s:14:\"Server Address\";s:18:\"ecs_server_deleted\";s:14:\"Deleted Server\";s:19:\"ecs_server_settings\";s:17:\"ECS Functionality\";s:16:\"ecs_server_title\";s:25:\"Name of ECS Configuration\";s:14:\"ecs_server_url\";s:10:\"Server URL\";s:19:\"ecs_setting_deleted\";s:11:\"ECS deleted\";s:12:\"ecs_settings\";s:8:\"Settings\";s:18:\"ecs_status_deleted\";s:7:\"Deleted\";s:17:\"ecs_status_legend\";s:6:\"Legend\";s:17:\"ecs_status_mapped\";s:6:\"Mapped\";s:27:\"ecs_status_pending_unmapped\";s:18:\"Pending (unmapped)\";s:34:\"ecs_status_pending_unmapped_discon\";s:40:\"Pending (mapped, disconnection possible)\";s:37:\"ecs_status_pending_unmapped_nondiscon\";s:42:\"Pending (mapped, disconnection impossible)\";s:14:\"ecs_sync_trees\";s:27:\"Synchronise Directory Trees\";s:14:\"ecs_tab_export\";s:6:\"Export\";s:14:\"ecs_tab_import\";s:6:\"Import\";s:14:\"ecs_tbl_active\";s:6:\"Active\";s:20:\"ecs_tbl_active_rules\";s:36:\"Active Rules for Category Assignment\";s:14:\"ecs_tbl_export\";s:6:\"Export\";s:14:\"ecs_tbl_import\";s:6:\"Import\";s:19:\"ecs_tbl_import_type\";s:11:\"Import Type\";s:27:\"ecs_tbl_settings_for_server\";s:19:\"ECS Settings for %s\";s:17:\"ecs_title_updates\";s:22:\"Transfer Title Updates\";s:19:\"ecs_token_mechanism\";s:20:\"Authentication Token\";s:24:\"ecs_token_mechanism_info\";s:110:\"If enabled, the authentication on the hosting platform for remote objects, is done by the ECS-Token-Mechanism.\";s:16:\"ecs_tree_updates\";s:21:\"Transfer Tree Updates\";s:14:\"ecs_tst_export\";s:13:\"Test Releases\";s:23:\"ecs_tst_export_disabled\";s:24:\"Do not release this Test\";s:22:\"ecs_tst_export_enabled\";s:17:\"Release this Test\";s:27:\"ecs_tst_export_obj_settings\";s:21:\"Test Release Settings\";s:13:\"ecs_unique_id\";s:14:\"Participant-ID\";s:12:\"ecs_user_rcp\";s:28:\"Notification About ECS Users\";s:17:\"ecs_user_rcp_info\";s:110:\"Enter one or more login names of users (comma separated) that will be informed about new ECS users per e-mail.\";s:15:\"ecs_wiki_export\";s:13:\"Wiki Releases\";s:24:\"ecs_wiki_export_disabled\";s:24:\"Do not release this Wiki\";s:23:\"ecs_wiki_export_enabled\";s:17:\"Release this Wiki\";s:28:\"ecs_wiki_export_obj_settings\";s:21:\"Wiki Release Settings\";}'),('error','en','a:2:{s:24:\"error_back_to_repository\";s:18:\"Back to Repository\";s:15:\"error_sry_error\";s:25:\"Sorry, an error occurred.\";}'),('etal','en','a:40:{s:12:\"appointments\";s:12:\"Appointments\";s:13:\"cal_type_tals\";s:5:\"Talks\";s:21:\"change_date_of_series\";s:26:\"Change date of talk series\";s:19:\"change_date_of_talk\";s:19:\"Change date of talk\";s:12:\"date_of_talk\";s:10:\"Start Date\";s:8:\"etal_add\";s:8:\"Add Talk\";s:17:\"etal_add_new_item\";s:12:\"Add new Talk\";s:32:\"etal_create_invalid_template_ref\";s:24:\"Invalid Talk Template ID\";s:26:\"etal_date_appointment_edit\";s:12:\"Date of Talk\";s:21:\"etal_date_series_edit\";s:19:\"Date of Talk Series\";s:28:\"etal_delete_confirmation_msg\";s:56:\"Are you sure that you want to delete the following talk?\";s:9:\"etal_edit\";s:7:\"General\";s:17:\"etal_invalid_user\";s:52:\"This user either does not exist or can\'t be invited.\";s:8:\"etal_new\";s:8:\"New Talk\";s:9:\"etal_open\";s:18:\"Open Employee Talk\";s:15:\"etal_status_all\";s:3:\"All\";s:21:\"etal_status_completed\";s:9:\"Completed\";s:19:\"etal_status_pending\";s:7:\"Pending\";s:21:\"etal_unknown_username\";s:12:\"Unknown User\";s:24:\"lock_edititng_for_others\";s:23:\"Lock editing for others\";s:16:\"meta_adv_records\";s:8:\"Metadata\";s:11:\"mm_org_etal\";s:5:\"Talks\";s:16:\"mm_talk_template\";s:14:\"Talk Templates\";s:26:\"notification_talks_created\";s:54:\"You have been invited to the following employee talks.\";s:35:\"notification_talks_date_list_header\";s:5:\"Dates\";s:26:\"notification_talks_removed\";s:46:\"The following appointments have been canceled.\";s:26:\"notification_talks_subject\";s:14:\"Invitation: %s\";s:33:\"notification_talks_subject_update\";s:10:\"Update: %s\";s:26:\"notification_talks_updated\";s:50:\"The following talk appointments have been changed.\";s:21:\"pending_talks_warning\";s:57:\"The following pending talk appointments will be replaced:\";s:11:\"talk_serial\";s:11:\"Talk Serial\";s:8:\"tals_add\";s:9:\"Add Talks\";s:8:\"tals_new\";s:9:\"New Talks\";s:27:\"talt_activation_online_info\";s:128:\"Set the talk template online to make it visible and available for employees. If not, only administrators will have access to it.\";s:8:\"talt_add\";s:12:\"Add Template\";s:9:\"talt_edit\";s:7:\"General\";s:9:\"talt_etal\";s:13:\"Employee Talk\";s:8:\"talt_new\";s:17:\"New Talk Template\";s:28:\"will_update_series_info_lock\";s:51:\"Lock the editing of all appointments in this series\";s:29:\"will_update_series_info_title\";s:69:\"Changes to the title will be made to all appointments in this series.\";}'),('exc','en','a:488:{s:18:\"exc_add_assignment\";s:14:\"Add Assignment\";s:16:\"exc_add_criteria\";s:12:\"Add Criteria\";s:26:\"exc_add_criteria_catalogue\";s:13:\"Add Catalogue\";s:21:\"exc_add_feedback_file\";s:23:\"Deposit a Feedback File\";s:19:\"exc_add_participant\";s:15:\"Add Participant\";s:21:\"exc_adopt_group_teams\";s:23:\"Adopt Teams from Groups\";s:27:\"exc_adopt_group_teams_added\";s:20:\"%s Users were added.\";s:29:\"exc_adopt_group_teams_blocked\";s:30:\"%s User were already assigned.\";s:30:\"exc_adopt_group_teams_conflict\";s:49:\"User \"%1$s\" is already selected for group \"%2$s\".\";s:32:\"exc_adopt_group_teams_no_members\";s:10:\"No members\";s:20:\"exc_after_submission\";s:16:\"After submission\";s:7:\"exc_all\";s:3:\"All\";s:33:\"exc_all_new_files_offered_already\";s:115:\"All new files have already been offered for download. For another download, please click on the action links below.\";s:22:\"exc_ass_submission_zip\";s:11:\"Submissions\";s:17:\"exc_ass_team_wiki\";s:20:\"Assignment Team Wiki\";s:14:\"exc_assignment\";s:10:\"Assignment\";s:19:\"exc_assignment_list\";s:16:\"Assignments List\";s:19:\"exc_assignment_type\";s:18:\"Type of Submission\";s:19:\"exc_assignment_view\";s:15:\"Assignment View\";s:15:\"exc_assignments\";s:11:\"Assignments\";s:23:\"exc_assignments_deleted\";s:34:\"The assignments have been deleted.\";s:16:\"exc_blog_created\";s:26:\"Blog successfully created.\";s:17:\"exc_blog_returned\";s:15:\"Assignment Blog\";s:17:\"exc_blog_selected\";s:27:\"The blog has been assigned.\";s:19:\"exc_chars_remaining\";s:21:\"Characters remaining:\";s:28:\"exc_comment_for_learner_edit\";s:30:\"Enter in Text Field as Comment\";s:28:\"exc_comment_for_learner_info\";s:97:\"A notification is sent to the user and the feedback will be listed in the user\'s assignment view.\";s:32:\"exc_compare_selected_submissions\";s:28:\"Compare selected submissions\";s:23:\"exc_compare_submissions\";s:19:\"Compare submissions\";s:28:\"exc_completion_by_submission\";s:23:\"Completed by Submission\";s:33:\"exc_completion_by_submission_info\";s:198:\"If enabled, the submission of at least one file causes the completion of an assignment. The score could be manually changed later. Switching this setting does not effect already submitted solutions.\";s:23:\"exc_completion_by_tutor\";s:20:\"Only manual by tutor\";s:24:\"exc_conf_del_assignments\";s:55:\"Do you really want to delete the following assignments?\";s:8:\"exc_copy\";s:13:\"Copy Exercise\";s:18:\"exc_copy_zip_error\";s:75:\"The submission can not be opened. An error occurred when copying the files.\";s:15:\"exc_create_blog\";s:11:\"Create Blog\";s:27:\"exc_create_blog_select_info\";s:79:\"Please select the resources folder in which you would like to create your blog.\";s:20:\"exc_create_portfolio\";s:16:\"Create Portfolio\";s:32:\"exc_create_portfolio_no_template\";s:19:\"Do not use template\";s:15:\"exc_create_team\";s:11:\"Create Team\";s:32:\"exc_create_team_times_up_warning\";s:41:\"You cannot create or join a team anymore.\";s:15:\"exc_create_wiki\";s:11:\"Create Wiki\";s:33:\"exc_crit_cat_protected_assignment\";s:20:\"Active Peer Feedback\";s:38:\"exc_crit_cat_protected_assignment_info\";s:86:\"Criteria catalogues of assignments with active peer feedback cannot be edited anymore.\";s:34:\"exc_criteria_catalogue_create_form\";s:26:\"Add New Criteria Catalogue\";s:30:\"exc_criteria_catalogue_default\";s:12:\"No Catalogue\";s:44:\"exc_criteria_catalogue_deletion_confirmation\";s:66:\"Are you sure you want to delete the following criteria catalogues?\";s:34:\"exc_criteria_catalogue_update_form\";s:23:\"Edit Criteria Catalogue\";s:23:\"exc_criteria_catalogues\";s:19:\"Criteria Catalogues\";s:24:\"exc_criteria_create_form\";s:17:\"Add New Criterion\";s:34:\"exc_criteria_deletion_confirmation\";s:55:\"Are you sure you want to delete the following criteria?\";s:22:\"exc_criteria_type_bool\";s:16:\"Fulfilled Yes/No\";s:22:\"exc_criteria_type_file\";s:11:\"File Upload\";s:24:\"exc_criteria_type_rating\";s:13:\"5-Star-Rating\";s:22:\"exc_criteria_type_text\";s:4:\"Text\";s:24:\"exc_criteria_update_form\";s:13:\"Edit Criteria\";s:13:\"exc_criterias\";s:8:\"Criteria\";s:12:\"exc_deadline\";s:8:\"Deadline\";s:25:\"exc_deadline_ext_mismatch\";s:47:\"The grace period has to end after the deadline.\";s:21:\"exc_deadline_extended\";s:12:\"Grace Period\";s:26:\"exc_deadline_extended_info\";s:82:\"Late submission are possible between the deadline and the end of the grace period.\";s:24:\"exc_deadline_not_set_yet\";s:11:\"Not Set Yet\";s:22:\"exc_deadline_requested\";s:9:\"Requested\";s:15:\"exc_delete_team\";s:11:\"Delete Team\";s:16:\"exc_deleted_user\";s:12:\"Deleted User\";s:27:\"exc_denied_has_peer_reviews\";s:55:\"Reason: Some assignments have peer reviewing activated.\";s:26:\"exc_denied_has_submissions\";s:52:\"Reason: Users have already submitted to assignments.\";s:31:\"exc_denied_has_team_assignments\";s:52:\"Reason: There are team assignments in this exercise.\";s:20:\"exc_direct_no_submit\";s:13:\"Do not submit\";s:17:\"exc_direct_submit\";s:6:\"Submit\";s:22:\"exc_direct_submit_blog\";s:120:\"Would you like to submit the current version of the blog right now? You can do it anytime from the blog editor later on.\";s:27:\"exc_direct_submit_portfolio\";s:130:\"Would you like to submit the current version of the portfolio right now? You can do it anytime from the portfolio editor later on.\";s:25:\"exc_down_files_started_bg\";s:213:\"A ZIP archive with all download files is now created in the background. You can see the status of your background processes at the top right in the Notification Centre. You can also download the ZIP archive there.\";s:21:\"exc_download_selected\";s:28:\"Download Selected Submission\";s:26:\"exc_download_zip_structure\";s:22:\"Download ZIP Structure\";s:23:\"exc_earliest_start_time\";s:19:\"Earliest Start Time\";s:19:\"exc_edit_assignment\";s:15:\"Edit Assignment\";s:20:\"exc_edit_assignments\";s:16:\"Edit Assignments\";s:13:\"exc_edit_blog\";s:9:\"Edit Blog\";s:18:\"exc_edit_criterias\";s:13:\"Edit Criteria\";s:18:\"exc_edit_portfolio\";s:14:\"Edit Portfolio\";s:19:\"exc_edit_submission\";s:15:\"Edit Submission\";s:13:\"exc_edit_wiki\";s:9:\"Edit Wiki\";s:9:\"exc_ended\";s:5:\"Ended\";s:12:\"exc_ended_on\";s:8:\"Ended On\";s:16:\"exc_export_excel\";s:14:\"Export (Excel)\";s:12:\"exc_fb_files\";s:16:\"Evaluation Files\";s:17:\"exc_fb_tutor_info\";s:136:\"When a feedback file is uploaded, a notification is sent to the user and the feedback file will be listed in the user\'s assignment view.\";s:12:\"exc_feedback\";s:19:\"Evaluation by Tutor\";s:30:\"exc_feedback_notification_body\";s:55:\"Feedback is now available for the following assignment.\";s:30:\"exc_feedback_notification_link\";s:16:\"Link to exercise\";s:32:\"exc_feedback_notification_reason\";s:92:\"You are receiving this e-mail because you are a participant of the exercise mentioned above.\";s:33:\"exc_feedback_notification_subject\";s:53:\"Feedback is available for assignment of exercise \"%s\"\";s:23:\"exc_files_returned_text\";s:15:\"Assignment Text\";s:18:\"exc_find_zip_error\";s:67:\"The submission can not be opened. The original files are not found.\";s:14:\"exc_fixed_date\";s:10:\"Fixed Date\";s:25:\"exc_fixed_date_individual\";s:25:\"Individual Deadlines Only\";s:30:\"exc_fixed_date_individual_info\";s:100:\"There is no common deadline. Tutors must set individual deadlines for each participant individually.\";s:19:\"exc_fixed_date_info\";s:48:\"Initially all users get the same fixed deadline.\";s:14:\"exc_fullscreen\";s:10:\"Fullscreen\";s:10:\"exc_future\";s:8:\"Upcoming\";s:18:\"exc_given_feedback\";s:14:\"Given Feedback\";s:24:\"exc_global_feedback_file\";s:15:\"Sample Solution\";s:35:\"exc_global_feedback_file_after_date\";s:14:\"After set Date\";s:29:\"exc_global_feedback_file_cron\";s:12:\"Notification\";s:34:\"exc_global_feedback_file_cron_info\";s:86:\"All learners will be notified via cron job when the sample solution becomes available.\";s:29:\"exc_global_feedback_file_date\";s:12:\"Availability\";s:38:\"exc_global_feedback_file_date_deadline\";s:14:\"After deadline\";s:36:\"exc_global_feedback_file_date_upload\";s:16:\"After submission\";s:18:\"exc_go_to_exercise\";s:14:\"Go to Exercise\";s:23:\"exc_graded_mem_notified\";s:43:\"All graded participants have been notified.\";s:10:\"exc_grades\";s:15:\"Grades Overview\";s:19:\"exc_grades_overview\";s:11:\"Grades View\";s:11:\"exc_hand_in\";s:7:\"Hand In\";s:21:\"exc_hand_in_lead_text\";s:12:\"%s to Submit\";s:32:\"exc_idl_request_and_tutor_needed\";s:79:\"Please send a request to your tutor for setting an individual deadline for you.\";s:20:\"exc_idl_tutor_needed\";s:121:\"You already requested a deadline. The request is still pending. You will be notified once the individual deadline is set.\";s:10:\"exc_import\";s:15:\"Import Exercise\";s:23:\"exc_individual_deadline\";s:19:\"Individual Deadline\";s:30:\"exc_individual_deadline_action\";s:23:\"Set Individual Deadline\";s:37:\"exc_individual_deadline_before_global\";s:49:\"The date has to be after the (last) deadline: %s.\";s:21:\"exc_instruction_files\";s:17:\"Instruction Files\";s:33:\"exc_instruction_migration_not_run\";s:99:\"The instruction file migration has not been finished yet. Please contact your system administrator.\";s:19:\"exc_late_submission\";s:15:\"Late Submission\";s:27:\"exc_late_submission_warning\";s:40:\"Submissions after %s are marked as late.\";s:20:\"exc_lead_request_idl\";s:16:\"Request Deadline\";s:21:\"exc_lead_wait_for_idl\";s:31:\"Waiting For Individual Deadline\";s:20:\"exc_limit_characters\";s:19:\"Limit of characters\";s:19:\"exc_list_submission\";s:20:\"List All Submissions\";s:24:\"exc_list_text_assignment\";s:20:\"List All Submissions\";s:36:\"exc_mail_context_grade_reminder_info\";s:47:\"Reminder Tutors/Teachers to Grade an Assignment\";s:37:\"exc_mail_context_grade_reminder_title\";s:24:\"Exercise: Grade Reminder\";s:35:\"exc_mail_context_peer_reminder_info\";s:51:\"Reminder Users to provide Feedback in an Assignment\";s:36:\"exc_mail_context_peer_reminder_title\";s:32:\"Exercise: Feedback/Peer Reminder\";s:42:\"exc_mail_context_reminder_assignment_title\";s:16:\"Assignment Title\";s:40:\"exc_mail_context_reminder_exercise_title\";s:14:\"Exercise Title\";s:37:\"exc_mail_context_submit_reminder_info\";s:38:\"Reminder Users to Submit an Assignment\";s:38:\"exc_mail_context_submit_reminder_title\";s:25:\"Exercise: Submit Reminder\";s:23:\"exc_mail_permanent_link\";s:51:\"Click on the following link to access the exercise:\";s:15:\"exc_manage_team\";s:11:\"Manage Team\";s:13:\"exc_mandatory\";s:9:\"Mandatory\";s:18:\"exc_mandatory_info\";s:64:\"Mandatory assignments must be passed to pass the whole exercise.\";s:29:\"exc_mandatory_rand_determined\";s:19:\"Randomly determined\";s:18:\"exc_max_char_limit\";s:28:\"Maximum number of characters\";s:12:\"exc_max_file\";s:19:\"Max Number of Files\";s:17:\"exc_max_file_info\";s:155:\"Participants will not be able to upload more files once the limit is reached. In team assignments the limit is also enforced per participant not team-wide.\";s:20:\"exc_max_file_reached\";s:37:\"You cannot upload more than %s files.\";s:16:\"exc_max_file_tgl\";s:13:\"Limit Uploads\";s:25:\"exc_max_team_participants\";s:14:\"Maximal Number\";s:33:\"exc_members_already_assigned_team\";s:40:\"This user is already assigned to a team.\";s:18:\"exc_min_char_limit\";s:28:\"Minimum number of characters\";s:10:\"exc_min_nr\";s:21:\"Number of Assignments\";s:15:\"exc_min_nr_info\";s:77:\"This value must be equal or higher than the number of compulsory assignments.\";s:25:\"exc_min_team_participants\";s:14:\"Minimal Number\";s:25:\"exc_msg_all_mandatory_ass\";s:61:\"You must pass all mandatory assignments to pass the exercise.\";s:29:\"exc_msg_deadline_request_body\";s:52:\"the following user requested an individual deadline.\";s:32:\"exc_msg_deadline_request_subject\";s:47:\"A deadline has been requested in exercise \"%s\".\";s:24:\"exc_msg_failed_mandatory\";s:48:\"You failed in at least one mandatory assignment.\";s:20:\"exc_msg_grading_done\";s:47:\"An assignment has been graded in exercise \"%s\".\";s:25:\"exc_msg_grading_done_body\";s:52:\"a tutor has graded your submission in exercise \"%s\".\";s:20:\"exc_msg_idl_set_body\";s:39:\"a new individual deadline has been set.\";s:23:\"exc_msg_idl_set_subject\";s:45:\"A new deadline has been set in exercise \"%s\".\";s:22:\"exc_msg_min_number_ass\";s:63:\"You must pass a minimum of %s assignments to pass the exercise.\";s:29:\"exc_msg_missed_minimum_number\";s:51:\"You did not pass the minimum number of assignments.\";s:34:\"exc_msg_new_feedback_file_uploaded\";s:52:\"A new feedback file has been added to exercise \"%s\".\";s:35:\"exc_msg_new_feedback_file_uploaded2\";s:49:\"a tutor has uploaded a new feedback file for you.\";s:34:\"exc_msg_new_feedback_text_uploaded\";s:46:\"A new comment has been added to exercise \"%s\".\";s:35:\"exc_msg_new_feedback_text_uploaded2\";s:40:\"a tutor has added a new comment for you.\";s:33:\"exc_msg_new_message_from_pf_giver\";s:73:\"A new message from a peer feedback giver has been added to exercise \"%s\".\";s:34:\"exc_msg_new_message_from_pf_giver2\";s:54:\"a peer feedback giver has added a new message for you:\";s:37:\"exc_msg_new_message_from_pf_recipient\";s:77:\"A new message from a peer feedback recipient has been added to exercise \"%s\".\";s:38:\"exc_msg_new_message_from_pf_recipient2\";s:58:\"a peer feedback recipient has added a new message for you:\";s:28:\"exc_msg_participants_removed\";s:53:\"The participants have been removed from the exercise.\";s:25:\"exc_msg_public_submission\";s:53:\"All submissions will be published after the deadline.\";s:20:\"exc_msg_saved_grades\";s:36:\"Grades and comments have been saved.\";s:36:\"exc_msg_sure_to_deassign_participant\";s:144:\"Are you sure that you want to remove the participants from all assignments of the exercise? This will also delete all their handed in resources!\";s:20:\"exc_multi_feedb_info\";s:527:\"On this screen you can upload multiple feedbacks in one file. First click on ‘Download ZIP Structure’, save the ZIP file and extract it on your local computer. Put the feedback files into the corresponding user directories. Now compress the whole directory as one ZIP file again. Browse your local filesystem for the file and select it as the ‘Multi-Feedback File’ in the form below. After that click ‘Upload’. A confirmation screen will list the files. Please avoid using any special characters in your file names.\";s:18:\"exc_multi_feedback\";s:32:\"Evaluation for many Participants\";s:23:\"exc_multi_feedback_file\";s:19:\"Multi-Feedback File\";s:24:\"exc_multi_feedback_files\";s:20:\"Multi-Feedback Files\";s:18:\"exc_needs_deadline\";s:56:\"This feature does only work with an assignment deadline.\";s:24:\"exc_needs_fixed_deadline\";s:46:\"This feature only works with a fixed deadline.\";s:18:\"exc_new_assignment\";s:14:\"New Assignment\";s:18:\"exc_no_assignments\";s:25:\"No assignments available.\";s:28:\"exc_no_assignments_available\";s:102:\"No assignments created yet. Please open ‘Assignments’ and ‘Edit’ to create a first assignment.\";s:15:\"exc_no_deadline\";s:11:\"No Deadline\";s:20:\"exc_no_deadline_info\";s:49:\"There is no submission deadline for participants.\";s:25:\"exc_no_deadline_specified\";s:22:\"No deadline specified.\";s:32:\"exc_no_feedback_dir_found_in_zip\";s:75:\"The directory structure of the uploaded zip-archive could not be processed.\";s:17:\"exc_no_get_target\";s:33:\"A valid target has not been sent.\";s:26:\"exc_no_graded_mem_selected\";s:46:\"Please select at least one graded participant.\";s:19:\"exc_no_participants\";s:36:\"There are currently no participants.\";s:29:\"exc_no_peer_feedback_deadline\";s:31:\"No Deadline for Giving Feedback\";s:26:\"exc_no_portfolio_templates\";s:43:\"There are no Portfolio Templates available.\";s:21:\"exc_no_submission_yet\";s:18:\"No submission yet.\";s:15:\"exc_no_team_yet\";s:22:\"Not assigned to a team\";s:20:\"exc_no_team_yet_info\";s:83:\"You can create a team yourself or be added to an existing team by its team members.\";s:26:\"exc_no_team_yet_info_tutor\";s:41:\"Teams are managed by the exercise tutors.\";s:22:\"exc_no_team_yet_notice\";s:35:\"You are not assigned to a team yet!\";s:18:\"exc_note_for_tutor\";s:15:\"Note for Tutors\";s:16:\"exc_notification\";s:21:\"Personal Notification\";s:18:\"exc_nr_random_mand\";s:31:\"Number of Mandatory Assignments\";s:13:\"exc_num_teams\";s:6:\"Number\";s:11:\"exc_ongoing\";s:7:\"Ongoing\";s:12:\"exc_optional\";s:8:\"Optional\";s:21:\"exc_order_by_deadline\";s:17:\"Order by Deadline\";s:12:\"exc_overview\";s:8:\"Overview\";s:15:\"exc_participant\";s:11:\"Participant\";s:20:\"exc_participant_view\";s:16:\"Participant View\";s:16:\"exc_participants\";s:12:\"Participants\";s:12:\"exc_pass_all\";s:25:\"All Mandatory Assignments\";s:17:\"exc_pass_all_info\";s:62:\"All mandatory assignments must be passed to pass the exercise.\";s:19:\"exc_pass_minimum_nr\";s:29:\"Minimum Number of Assignments\";s:24:\"exc_pass_minimum_nr_info\";s:145:\"A minimum number of assignments must be passed to pass the exercise. This value must be equal or higher than the number of mandatory assignments.\";s:13:\"exc_pass_mode\";s:9:\"Pass Mode\";s:33:\"exc_pass_mode_not_changeable_info\";s:40:\"The pass mode cannot be changed anymore.\";s:31:\"exc_passed_status_determination\";s:36:\"Determination of Status ‘Passed’\";s:15:\"exc_passing_exc\";s:20:\"Passing the Exercise\";s:8:\"exc_past\";s:4:\"Past\";s:26:\"exc_peer_deadline_mismatch\";s:122:\"As feedback is given after the deadline has passed the feedback deadline must not be earlier than the assignment deadline.\";s:15:\"exc_peer_review\";s:13:\"Peer-Feedback\";s:32:\"exc_peer_review_ass_setting_info\";s:256:\"Users can rate the solutions of their peers after the deadline and if granted the grace period lapsed. Specific settings on peer-feedback are made in the respective tab. After activation this option and saving it, the tab \'Peer-Feedback\' will be displayed.\";s:29:\"exc_peer_review_chars_invalid\";s:73:\"Your feedback does not have the required minimum length of %s characters.\";s:26:\"exc_peer_review_completion\";s:32:\"Determination of \"Passed\" Status\";s:30:\"exc_peer_review_completion_all\";s:22:\"All required feedbacks\";s:35:\"exc_peer_review_completion_all_info\";s:116:\"The assignment will be automatically set to \"Passed\" only after submission of a solution and all required feedbacks.\";s:31:\"exc_peer_review_completion_none\";s:25:\"Peer feedback is optional\";s:36:\"exc_peer_review_completion_none_info\";s:115:\"The assignment will be automatically set to \"Passed\" after submission regardless of feedback being provided or not.\";s:30:\"exc_peer_review_completion_one\";s:21:\"At least one feedback\";s:35:\"exc_peer_review_completion_one_info\";s:115:\"The assignment will be automatically set to \"Passed\" only after submission of a solution and at least one feedback.\";s:24:\"exc_peer_review_deadline\";s:17:\"Feedback Deadline\";s:29:\"exc_peer_review_deadline_info\";s:92:\"Feedback can be given up to this date and received feedback is only accessible from then on.\";s:36:\"exc_peer_review_deadline_info_button\";s:12:\"Deadline: %s\";s:32:\"exc_peer_review_deadline_reached\";s:20:\"Feedback time is up.\";s:20:\"exc_peer_review_file\";s:11:\"File Upload\";s:25:\"exc_peer_review_file_info\";s:40:\"Enable peers to upload 1 file per review\";s:20:\"exc_peer_review_give\";s:13:\"Give Feedback\";s:21:\"exc_peer_review_given\";s:19:\"Show Given Feedback\";s:21:\"exc_peer_review_giver\";s:14:\"Feedback Giver\";s:33:\"exc_peer_review_invalid_giver_ids\";s:76:\"Peer givers who are not exercise members anymore or do not have a submission\";s:32:\"exc_peer_review_invalid_peer_ids\";s:80:\"Peer recipients who are not exercise members anymore or do not have a submission\";s:25:\"exc_peer_review_min_chars\";s:28:\"Mininum Number of Characters\";s:30:\"exc_peer_review_min_chars_info\";s:55:\"The required number of characters for a valid feedback.\";s:29:\"exc_peer_review_min_chars_tgl\";s:14:\"Mininum Length\";s:26:\"exc_peer_review_min_number\";s:28:\"Required Number of Feedbacks\";s:31:\"exc_peer_review_min_number_info\";s:247:\"Number of feedbacks a participant is required to give to peers. In case the minimum number of required feedbacks is greater than the actual number of submissions, the required minimum is automatically reduced to the the number of peer submissions.\";s:28:\"exc_peer_review_missing_info\";s:67:\"To see your received feedback, you still have to give %s feedbacks.\";s:37:\"exc_peer_review_missing_info_deadline\";s:102:\"To see your received feedback, you still have to give %1$s feedbacks. Access will be granted on: %2$s.\";s:29:\"exc_peer_review_missing_users\";s:60:\"Users with submissions who are not part of the peer-feedback\";s:24:\"exc_peer_review_no_peers\";s:40:\"There are no peers to give feedback for.\";s:37:\"exc_peer_review_no_peers_reviewed_yet\";s:32:\"There was no feedback given yet.\";s:34:\"exc_peer_review_not_returned_users\";s:63:\"Users without submissions who are not part of the peer-feedback\";s:24:\"exc_peer_review_overview\";s:16:\"Show Peer Groups\";s:38:\"exc_peer_review_overview_invalid_users\";s:13:\"Invalid Users\";s:24:\"exc_peer_review_personal\";s:26:\"Personalized Peer-Feedback\";s:29:\"exc_peer_review_personal_info\";s:30:\"Peers are shown with full name\";s:22:\"exc_peer_review_rating\";s:6:\"Rating\";s:25:\"exc_peer_review_recipient\";s:18:\"Feedback Recipient\";s:21:\"exc_peer_review_reset\";s:30:\"Delete and Reset Peer-Feedback\";s:26:\"exc_peer_review_reset_done\";s:67:\"All Peer-Feedback-related data has been deleted for the assignment.\";s:26:\"exc_peer_review_reset_sure\";s:83:\"Are you sure you want to delete the complete peer-feedback for the assignment \"%s\"?\";s:20:\"exc_peer_review_show\";s:22:\"Show Received Feedback\";s:28:\"exc_peer_review_show_missing\";s:71:\"You cannot view your received feedback as you gave not enough feedback.\";s:34:\"exc_peer_review_show_received_none\";s:25:\"You received no feedback.\";s:29:\"exc_peer_review_simple_unlock\";s:27:\"Access to received feedback\";s:36:\"exc_peer_review_simple_unlock_active\";s:38:\"After giving at least 1 valid feedback\";s:35:\"exc_peer_review_simple_unlock_immed\";s:34:\"Always show received peer feedback\";s:38:\"exc_peer_review_simple_unlock_inactive\";s:35:\"After giving all required feedbacks\";s:20:\"exc_peer_review_text\";s:10:\"Text Input\";s:23:\"exc_peer_review_updated\";s:29:\"Your feedback has been saved.\";s:29:\"exc_peer_reviews_in_lead_text\";s:19:\"%s to Give Feedback\";s:32:\"exc_peer_reviews_invalid_warning\";s:19:\"Invalid Peer Groups\";s:21:\"exc_portfolio_created\";s:22:\"Portfolio was created.\";s:22:\"exc_portfolio_returned\";s:20:\"Assignment Portfolio\";s:22:\"exc_portfolio_selected\";s:32:\"The portfolio has been assigned.\";s:22:\"exc_portfolio_template\";s:18:\"Portfolio Template\";s:38:\"exc_portfolio_unlinked_from_assignment\";s:38:\"Portfolio removed from this assignment\";s:22:\"exc_presentation_order\";s:18:\"Presentation Order\";s:13:\"exc_print_pdf\";s:9:\"Print/PDF\";s:21:\"exc_public_submission\";s:18:\"Public Submissions\";s:14:\"exc_publishing\";s:10:\"Publishing\";s:21:\"exc_rand_nr_mandatory\";s:31:\"Number of Mandatory Assignments\";s:20:\"exc_rand_overall_ass\";s:29:\"Overall Number of Assignments\";s:10:\"exc_random\";s:6:\"Random\";s:21:\"exc_random_assignment\";s:17:\"Random Assignment\";s:26:\"exc_random_assignment_info\";s:94:\"When starting the exercise some assignments will be randomly selected being mandatory for you.\";s:20:\"exc_random_selection\";s:16:\"Random Selection\";s:25:\"exc_random_selection_info\";s:68:\"Each user gets assigned a random selection of mandatory assignments.\";s:40:\"exc_random_selection_not_changeable_info\";s:30:\"This mode cannot be activated.\";s:21:\"exc_received_feedback\";s:18:\"Received Feedbacks\";s:23:\"exc_rel_last_submission\";s:24:\"Last Possible Submission\";s:28:\"exc_rel_last_submission_info\";s:85:\"If this optional date is set, all user have to submit until this deadline is reached.\";s:30:\"exc_rel_start_latest_lead_text\";s:13:\"%s the Latest\";s:23:\"exc_rel_start_lead_text\";s:26:\"Submit %s Days After Start\";s:17:\"exc_relative_date\";s:13:\"Relative Date\";s:22:\"exc_relative_date_info\";s:89:\"The deadline is set individually relative to the time when a user started the assignment.\";s:24:\"exc_relative_date_period\";s:12:\"Working Time\";s:24:\"exc_rem_time_after_start\";s:26:\"Remaining Time after Start\";s:20:\"exc_reminder_cron_ok\";s:15:\"Reminders sent:\";s:16:\"exc_reminder_end\";s:13:\"Reminder ends\";s:29:\"exc_reminder_feedback_setting\";s:31:\"Remind Participants to Feedback\";s:27:\"exc_reminder_feedback_start\";s:40:\"Start Reminders before Feedback Deadline\";s:22:\"exc_reminder_frequency\";s:9:\"Frequency\";s:23:\"exc_reminder_grade_body\";s:55:\"the following assignment has not been graded by you yet\";s:26:\"exc_reminder_grade_setting\";s:22:\"Remind Tutors to Grade\";s:26:\"exc_reminder_grade_subject\";s:30:\"Assignment \"%s\" was not graded\";s:17:\"exc_reminder_link\";s:3:\"URL\";s:24:\"exc_reminder_mail_no_tpl\";s:24:\"Do not use mail template\";s:26:\"exc_reminder_mail_template\";s:13:\"Mail Template\";s:22:\"exc_reminder_peer_body\";s:53:\"the following assignment has no feedback from you yet\";s:25:\"exc_reminder_peer_subject\";s:31:\"Assignment \"%s\" has no feedback\";s:23:\"exc_reminder_salutation\";s:9:\"Hello %s,\";s:18:\"exc_reminder_start\";s:31:\"Start Reminders before Deadline\";s:23:\"exc_reminder_start_info\";s:122:\"All members of the parent course/group will be sent reminders.<br>No parent course/group given - no reminder will be sent!\";s:24:\"exc_reminder_submit_body\";s:57:\"the following assignment has not been finished by you yet\";s:27:\"exc_reminder_submit_setting\";s:22:\"Remind Users to Submit\";s:27:\"exc_reminder_submit_subject\";s:32:\"Assignment \"%s\" was not finished\";s:18:\"exc_reminders_cron\";s:25:\"Reminders for Assignments\";s:23:\"exc_reminders_cron_info\";s:102:\"If enabled, 3 reminders will be active: Users to Submit, Tutors to Grade and Participants to Feedback.\";s:20:\"exc_request_deadline\";s:16:\"Request Deadline\";s:15:\"exc_requirement\";s:11:\"Requirement\";s:18:\"exc_review_anytime\";s:21:\"Give Feedback Anytime\";s:12:\"exc_save_all\";s:8:\"Save All\";s:14:\"exc_save_order\";s:10:\"Save Order\";s:17:\"exc_save_selected\";s:13:\"Save Selected\";s:15:\"exc_saved_order\";s:25:\"Saved presentation order.\";s:12:\"exc_schedule\";s:8:\"Schedule\";s:14:\"exc_select_ass\";s:17:\"Select Assignment\";s:15:\"exc_select_blog\";s:17:\"Use Existing Blog\";s:22:\"exc_select_blog_change\";s:18:\"Use different blog\";s:20:\"exc_select_blog_info\";s:63:\"Please select one of your blogs to use it with this assignment.\";s:22:\"exc_select_blog_unlink\";s:11:\"Remove Blog\";s:15:\"exc_select_part\";s:18:\"Select Participant\";s:20:\"exc_select_portfolio\";s:22:\"Use Existing Portfolio\";s:27:\"exc_select_portfolio_change\";s:23:\"Use different portfolio\";s:25:\"exc_select_portfolio_info\";s:68:\"Please select one of your portfolios to use it with this assignment.\";s:27:\"exc_select_portfolio_unlink\";s:16:\"Remove Portfolio\";s:19:\"exc_send_assignment\";s:23:\"Send Assignment by Mail\";s:29:\"exc_send_grading_notification\";s:25:\"Send Grading Notification\";s:14:\"exc_set_failed\";s:13:\"Set as Failed\";s:14:\"exc_set_passed\";s:13:\"Set as Passed\";s:21:\"exc_settings_feedback\";s:10:\"Evaluation\";s:26:\"exc_settings_feedback_file\";s:7:\"By File\";s:31:\"exc_settings_feedback_file_info\";s:122:\"Tutors upload a file. The participant receives a notification about it and can access the file at the assignment overview.\";s:26:\"exc_settings_feedback_mail\";s:7:\"By Mail\";s:31:\"exc_settings_feedback_mail_info\";s:87:\"Tutors enter their evaluation into a mail form. The evaluation is sent to participants.\";s:26:\"exc_settings_feedback_text\";s:10:\"Text Input\";s:31:\"exc_settings_feedback_text_info\";s:148:\"Tutors type their evaluation in a text field. The participant receives a notification about it and the text is displayed at the assignment overview.\";s:21:\"exc_show_instructions\";s:22:\"Show Work Instructions\";s:20:\"exc_show_peer_review\";s:18:\"Show Peer-Feedback\";s:20:\"exc_show_submissions\";s:34:\"Publish Submissions after Deadline\";s:25:\"exc_show_submissions_info\";s:118:\"For assignments with a fixed submission deadline, participants can view all submissions after the submission deadline.\";s:20:\"exc_start_assignment\";s:16:\"Start Assignment\";s:18:\"exc_start_exercise\";s:14:\"Start Exercise\";s:14:\"exc_start_time\";s:10:\"Start Time\";s:15:\"exc_starting_on\";s:11:\"Starting On\";s:43:\"exc_submission_and_grades_notification_link\";s:48:\"Link to \"Submissions and Grades\" of exercise: %s\";s:42:\"exc_submission_downloads_notification_link\";s:28:\"Download new submissions: %s\";s:19:\"exc_submission_file\";s:15:\"Submission File\";s:27:\"exc_submission_no_new_files\";s:29:\"No new submissions available.\";s:27:\"exc_submission_notification\";s:34:\"E-Mail Notification on Submissions\";s:32:\"exc_submission_notification_body\";s:53:\"A new submission for exercise \"%s\" has been uploaded.\";s:32:\"exc_submission_notification_info\";s:176:\"You will be notified when submissions are uploaded or individual deadlines are requested. This is a personal setting which does not affect other administrators of the exercise.\";s:32:\"exc_submission_notification_link\";s:20:\"Link to exercise: %s\";s:35:\"exc_submission_notification_subject\";s:39:\"Exercise \"%s\" - New submission uploaded\";s:37:\"exc_submission_open_notification_link\";s:19:\"Open submission: %s\";s:19:\"exc_submission_text\";s:15:\"Submission Text\";s:26:\"exc_submissions_and_grades\";s:22:\"Submissions and Grades\";s:18:\"exc_submit_anytime\";s:14:\"Submit Anytime\";s:34:\"exc_submit_convenience_no_deadline\";s:65:\"Submit your at your convenience. There is no  specific  deadline.\";s:27:\"exc_submitted_files_deleted\";s:37:\"The selected files have been deleted.\";s:20:\"exc_sure_unlink_blog\";s:54:\"Are you sure to remove this blog form this assignment?\";s:25:\"exc_sure_unlink_portfolio\";s:59:\"Are you sure to remove this portfolio form this assignment?\";s:20:\"exc_target_not_valid\";s:44:\"Target requested is not valid or incomplete.\";s:16:\"exc_task_grading\";s:26:\"Grading of Assignment \"%1\"\";s:22:\"exc_task_peer_feedback\";s:37:\"Give Peer Feedback in Assignment \"%1\"\";s:19:\"exc_task_submission\";s:29:\"Submission of Assignment \"%1\"\";s:33:\"exc_tbl_action_download_all_files\";s:24:\"Download All Submissions\";s:29:\"exc_tbl_action_download_files\";s:20:\"Download Submissions\";s:33:\"exc_tbl_action_download_new_files\";s:24:\"Download New Submissions\";s:28:\"exc_tbl_action_feedback_file\";s:18:\"Evaluation by File\";s:28:\"exc_tbl_action_feedback_mail\";s:20:\"Send Evaluation Mail\";s:28:\"exc_tbl_action_feedback_text\";s:26:\"Write Evaluation Statement\";s:30:\"exc_tbl_action_open_submission\";s:15:\"Open Submission\";s:32:\"exc_tbl_action_peer_review_given\";s:24:\"Show Given Peer Feedback\";s:35:\"exc_tbl_action_peer_review_received\";s:27:\"Show Received Peer Feedback\";s:23:\"exc_tbl_action_team_log\";s:13:\"Show Team Log\";s:35:\"exc_tbl_action_text_assignment_show\";s:15:\"Show Submission\";s:27:\"exc_tbl_calculated_deadline\";s:19:\"Calculated Deadline\";s:15:\"exc_tbl_comment\";s:20:\"Evaluation Statement\";s:21:\"exc_tbl_feedback_time\";s:13:\"Evaluation on\";s:32:\"exc_tbl_filter_has_no_submission\";s:21:\"Has not submitted yet\";s:29:\"exc_tbl_filter_has_submission\";s:13:\"Has submitted\";s:25:\"exc_tbl_filter_submission\";s:10:\"Submission\";s:31:\"exc_tbl_filter_submission_after\";s:16:\"Submission After\";s:32:\"exc_tbl_filter_submission_before\";s:17:\"Submission Before\";s:27:\"exc_tbl_individual_deadline\";s:19:\"Individual Deadline\";s:12:\"exc_tbl_mark\";s:4:\"Mark\";s:14:\"exc_tbl_notice\";s:15:\"Note for Tutors\";s:17:\"exc_tbl_sent_time\";s:18:\"Assignment sent on\";s:14:\"exc_tbl_status\";s:5:\"Grade\";s:19:\"exc_tbl_status_time\";s:9:\"Graded on\";s:23:\"exc_tbl_submission_date\";s:12:\"Submitted on\";s:12:\"exc_tbl_team\";s:4:\"Team\";s:8:\"exc_team\";s:4:\"Team\";s:25:\"exc_team_assignment_adopt\";s:36:\"Adopt teams from existing assignment\";s:42:\"exc_team_assignment_adopt_already_assigned\";s:16:\"already assigned\";s:30:\"exc_team_assignment_adopt_none\";s:22:\"Do not adopt any teams\";s:35:\"exc_team_assignment_adopt_none_user\";s:15:\"Create new team\";s:31:\"exc_team_assignment_adopt_teams\";s:5:\"Teams\";s:30:\"exc_team_assignment_adopt_user\";s:26:\"Adopt team from assignment\";s:21:\"exc_team_at_least_one\";s:39:\"There has to be at least 1 team member.\";s:22:\"exc_team_by_assignment\";s:27:\"Adopt Teams from Assignment\";s:27:\"exc_team_by_assignment_info\";s:71:\"Teams formed in other Assignments will be used for this Assignment too.\";s:24:\"exc_team_by_participants\";s:40:\"Participants Self-Organise Forming Teams\";s:29:\"exc_team_by_participants_info\";s:27:\"Participants opt for teams.\";s:18:\"exc_team_by_random\";s:44:\"Teams are formed randomly and automatically.\";s:27:\"exc_team_by_random_add_info\";s:82:\"Please note that you have to assign all participants first before using this mode.\";s:23:\"exc_team_by_random_info\";s:58:\"ILIAS will allocate participants to a set number of teams.\";s:18:\"exc_team_by_tutors\";s:27:\"Teams are formed by Tutors.\";s:23:\"exc_team_by_tutors_info\";s:73:\"Tutors allocate participants to teams, participants cannot self-organize.\";s:25:\"exc_team_by_tutors_manual\";s:8:\"Manually\";s:30:\"exc_team_by_tutors_manual_info\";s:47:\"Tutors manually allocate participants to teams.\";s:17:\"exc_team_creation\";s:8:\"Creation\";s:18:\"exc_team_formation\";s:14:\"Team Formation\";s:12:\"exc_team_log\";s:8:\"Team Log\";s:21:\"exc_team_log_add_file\";s:14:\"Added file %s.\";s:23:\"exc_team_log_add_member\";s:16:\"Added member %s.\";s:24:\"exc_team_log_create_team\";s:13:\"Team created.\";s:24:\"exc_team_log_remove_file\";s:16:\"Removed file %s.\";s:26:\"exc_team_log_remove_member\";s:18:\"Removed member %s.\";s:25:\"exc_team_management_tutor\";s:25:\"Team Management by Tutors\";s:31:\"exc_team_max_small_than_members\";s:107:\"Maximal Number of Participants can not be set as %s because some teams need to be set with %s participants.\";s:19:\"exc_team_member_add\";s:24:\"Add Team Member (Search)\";s:29:\"exc_team_member_container_add\";s:33:\"Add Team Member from Course/Group\";s:27:\"exc_team_member_remove_sure\";s:154:\"Are you sure you want to remove the following members of your team? Please be aware that all files they have uploaded will also be removed from your team.\";s:16:\"exc_team_members\";s:12:\"Team Members\";s:25:\"exc_team_min_big_than_max\";s:96:\"Maximal number of team participants can not be smaller than Minimal number of team participants.\";s:31:\"exc_team_min_small_than_members\";s:95:\"Minimal Number of Participants can not be set as %s because teams are set with %s participants.\";s:24:\"exc_team_minimal_too_big\";s:77:\"Minimal number of team participants %s is too big, please decrease the value.\";s:21:\"exc_team_multi_create\";s:11:\"Create Team\";s:23:\"exc_team_multi_dissolve\";s:16:\"Dissolve Team(s)\";s:30:\"exc_team_notification_body_add\";s:48:\"you have been added to a team upload assignment.\";s:30:\"exc_team_notification_body_rmv\";s:52:\"you have been removed from a team upload assignment.\";s:26:\"exc_team_notification_link\";s:16:\"Link to exercise\";s:28:\"exc_team_notification_reason\";s:92:\"You are receiving this e-mail because you are a participant of the exercise mentioned above.\";s:33:\"exc_team_notification_subject_add\";s:58:\"Added as team member to upload assignment of exercise \"%s\"\";s:33:\"exc_team_notification_subject_rmv\";s:54:\"Removed from a team upload assignment of exercise \"%s\"\";s:28:\"exc_teams_assignment_adopted\";s:38:\"Teams adopted from existing assignment\";s:12:\"exc_template\";s:8:\"Template\";s:24:\"exc_text_assignment_edit\";s:9:\"Edit Text\";s:24:\"exc_text_assignment_show\";s:9:\"Show Text\";s:14:\"exc_text_saved\";s:20:\"Text has been saved.\";s:13:\"exc_total_exc\";s:14:\"Total Exercise\";s:17:\"exc_total_members\";s:27:\"Total Exercise Participants\";s:8:\"exc_type\";s:4:\"Type\";s:13:\"exc_type_blog\";s:4:\"Blog\";s:18:\"exc_type_portfolio\";s:9:\"Portfolio\";s:13:\"exc_type_text\";s:4:\"Text\";s:15:\"exc_type_upload\";s:6:\"Upload\";s:20:\"exc_type_upload_team\";s:11:\"Team Upload\";s:21:\"exc_value_can_not_set\";s:26:\"This value can not be set.\";s:18:\"exc_view_portfolio\";s:14:\"View Portfolio\";s:18:\"exc_wait_for_files\";s:100:\"Your download should start automatically. If the download doesn\'t start in 5 secs, please click here\";s:18:\"exc_wiki_container\";s:14:\"Wiki Container\";s:23:\"exc_wiki_container_info\";s:53:\"Location where wikis of participants will be created.\";s:17:\"exc_with_template\";s:25:\"With Portfolio - Template\";s:22:\"exc_with_template_info\";s:84:\"An empty Portfolio will be automatically derived from a specific Portfolio Template.\";s:22:\"exc_with_wiki_template\";s:18:\"With Wiki Template\";s:27:\"exc_with_wiki_template_info\";s:69:\"The template wiki will be copied to create the wikis of participants.\";s:20:\"exc_without_template\";s:28:\"Without Portfolio - Template\";s:25:\"exc_without_template_info\";s:53:\"Participants will create their Portfolio from scratch\";s:25:\"exc_without_wiki_template\";s:21:\"Without Wiki Template\";s:30:\"exc_without_wiki_template_info\";s:49:\"Participants will create their wiki from scratch.\";s:21:\"exc_work_instructions\";s:17:\"Work instructions\";s:10:\"exc_x_of_y\";s:2:\"of\";s:13:\"exc_your_text\";s:9:\"Your Text\";s:8:\"feedback\";s:8:\"Feedback\";s:13:\"feedback_from\";s:13:\"Feedback from\";s:14:\"feedback_given\";s:14:\"Feedback given\";s:17:\"feedback_received\";s:17:\"Feedback received\";s:6:\"filter\";s:6:\"Filter\";s:16:\"fiter_no_results\";s:48:\"The current filter did not match any submission.\";s:14:\"grade_evaluate\";s:18:\"Grade and Evaluate\";s:7:\"not_yet\";s:7:\"not yet\";s:20:\"submissions_feedback\";s:29:\"Submissions and Peer Feedback\";s:16:\"submissions_only\";s:16:\"Submissions Only\";s:15:\"text_assignment\";s:15:\"Text Assignment\";}'),('excv','en','a:2:{s:11:\"excv_create\";s:27:\"Create Exercise Certificate\";s:16:\"excv_create_info\";s:61:\"Select a completed exercise to generate a certificate for it.\";}'),('exercise','en','a:12:{s:18:\"exc_admin_settings\";s:23:\"Exercise Administration\";s:11:\"exc_comment\";s:20:\"Evaluation Statement\";s:23:\"exc_comment_for_learner\";s:20:\"Evaluation Statement\";s:10:\"exc_failed\";s:6:\"Failed\";s:23:\"exc_feedback_from_tutor\";s:19:\"Evaluation by Tutor\";s:11:\"exc_grading\";s:7:\"Grading\";s:8:\"exc_mark\";s:4:\"Mark\";s:13:\"exc_notgraded\";s:10:\"Not Graded\";s:10:\"exc_passed\";s:6:\"Passed\";s:13:\"exc_send_mail\";s:12:\"Send as Mail\";s:40:\"exc_start_date_should_be_before_end_date\";s:37:\"Start time should be before deadline.\";s:19:\"exc_your_submission\";s:15:\"Your Submission\";}'),('exp','en','a:15:{s:15:\"exp_create_file\";s:18:\"Create Export File\";s:18:\"exp_error_disabled\";s:89:\"The export feature is disabled for containers. You may contact your system administrator.\";s:26:\"exp_error_too_many_objects\";s:104:\"The export exceeds the maximum number of allowerd objects (%1). Please select a lower number of objects.\";s:16:\"exp_export_files\";s:12:\"Export Files\";s:16:\"exp_file_created\";s:33:\"The export file has been created.\";s:8:\"exp_html\";s:4:\"HTML\";s:41:\"exp_import_validation_err_no_matching_xsd\";s:43:\"No valid schema file for version %s exists.\";s:13:\"exp_print_pdf\";s:9:\"Print/PDF\";s:18:\"exp_print_pdf_info\";s:92:\"To create a PDF please use the \"Print to PDF\" target as soon as the print view is presented.\";s:17:\"exp_really_delete\";s:48:\"Do you really want to delete these export files?\";s:9:\"exp_scorm\";s:5:\"SCORM\";s:19:\"exp_show_print_view\";s:15:\"Show Print View\";s:7:\"exp_xml\";s:3:\"XML\";s:14:\"export_created\";s:35:\"A new export file has been created.\";s:20:\"export_files_deleted\";s:44:\"The selected export files have been deleted.\";}'),('export','en','a:13:{s:13:\"export_create\";s:6:\"Create\";s:22:\"export_create_new_file\";s:22:\"Create New Export File\";s:15:\"export_existing\";s:5:\"Reuse\";s:18:\"export_export_date\";s:11:\"Export Date\";s:18:\"export_last_export\";s:11:\"Last Export\";s:23:\"export_last_export_file\";s:20:\"Use Last Export File\";s:16:\"export_last_file\";s:9:\"Last File\";s:11:\"export_omit\";s:4:\"Omit\";s:20:\"export_omit_resource\";s:13:\"Omit Resource\";s:15:\"export_resource\";s:8:\"Resource\";s:21:\"export_save_selection\";s:12:\"Start Export\";s:23:\"export_select_resources\";s:16:\"Select Resources\";s:7:\"no_file\";s:7:\"No file\";}'),('file','en','a:80:{s:15:\"action_download\";s:13:\"Download file\";s:11:\"action_show\";s:44:\"Redirect user to the file’s ‘Info’ tab\";s:8:\"add_icon\";s:8:\"Add Icon\";s:19:\"amount_of_downloads\";s:9:\"Downloads\";s:25:\"amount_of_downloads_since\";s:17:\"%d times since %s\";s:16:\"copyright_custom\";s:6:\"Custom\";s:21:\"copyright_custom_info\";s:86:\"Choose a custom copyright which will be applied to all unzipped files of this archive.\";s:19:\"copyright_inherited\";s:9:\"Inherited\";s:24:\"copyright_inherited_info\";s:97:\"Apply the copyright of the zip archive to its unzipped files. <br \\>Copyright of zip archive: %s.\";s:26:\"could_not_create_file_objs\";s:103:\"An error occurred while creating your file objects. Please contact the administrators of this platform.\";s:16:\"de_activate_icon\";s:21:\"Activate / Deactivate\";s:23:\"download_ascii_filename\";s:51:\"Allow Only ASCII Characters in Downloaded Filenames\";s:28:\"download_ascii_filename_info\";s:195:\"Only allow ASCII characters in the names of downloaded files. Non-ASCII-characters in the names of downloaded files will be replaced with a “_”. Deactivate to allow the use of all characters.\";s:34:\"file_btn_lp_toggle_state_completed\";s:17:\"Set Not Completed\";s:38:\"file_btn_lp_toggle_state_not_completed\";s:13:\"Set Completed\";s:9:\"file_copy\";s:9:\"Copy File\";s:13:\"file_download\";s:13:\"Download File\";s:11:\"file_import\";s:11:\"Import File\";s:16:\"file_new_version\";s:18:\"Create New Version\";s:21:\"file_new_version_info\";s:64:\"Create new file version. Previous versions will not be modified.\";s:12:\"file_publish\";s:13:\"Publish Draft\";s:28:\"file_rollback_rollback_first\";s:80:\"The selected version could not be published because an unpublished draft exists.\";s:26:\"file_rollback_same_version\";s:38:\"This is already the published version!\";s:14:\"file_unpublish\";s:13:\"Mark as Draft\";s:45:\"file_upload_info_file_with_critical_extension\";s:203:\"At least one uploaded file contains a critical or unknown file ending. Whenever the file is downloaded, its ending will be changed to ‘.sec’. If necessary, contact your administrator. Filename(s): %s\";s:16:\"file_uploaded_by\";s:19:\"Version Uploaded By\";s:18:\"file_version_draft\";s:13:\"Draft Version\";s:23:\"file_version_draft_info\";s:230:\"The latest version of this file has the status ‘Draft’. As long as this version has not been published, no new versions can be created. People with read permission for the file get the most recent previously published version.\";s:18:\"form_icon_creation\";s:11:\"Create Icon\";s:18:\"form_icon_updating\";s:11:\"Update Icon\";s:28:\"general_upload_error_occured\";s:43:\"An unexpected error occurred during upload.\";s:14:\"important_info\";s:21:\"Important Information\";s:21:\"important_info_byline\";s:56:\"The information will be displayed in the ‘Info’ tab.\";s:12:\"input_active\";s:6:\"Active\";s:17:\"input_desc_active\";s:19:\"Activate this icon.\";s:15:\"input_desc_icon\";s:67:\"Image to be used as the icon for files with the specified suffixes.\";s:19:\"input_desc_suffixes\";s:92:\"List of comma-separated suffixes (characters and numbers only, without preceding full stop).\";s:10:\"input_icon\";s:4:\"Icon\";s:14:\"input_suffixes\";s:8:\"Suffixes\";s:8:\"migrated\";s:6:\"Status\";s:9:\"mime_type\";s:9:\"MIME Type\";s:18:\"msg_cant_unpublish\";s:30:\"File could not be unpublished.\";s:26:\"msg_confirm_entry_deletion\";s:53:\"Are you sure you want to delete the following entry?:\";s:37:\"msg_error_active_suffixes_blacklisted\";s:102:\"One of the selected file extensions is on the global blacklist and cannot therefore be currently used.\";s:34:\"msg_error_active_suffixes_conflict\";s:190:\"Error: It is not possible to have multiple icons activated for the same suffix. Please deactivate either this icon or the other activated icon whose suffixes overlap with those of this icon.\";s:41:\"msg_error_active_suffixes_not_whitelisted\";s:124:\"The selected file extension is not on the global whitelist. The file suffixes will be changed to ‘.sec’ when downloaded.\";s:34:\"msg_error_duplicate_suffix_entries\";s:71:\"Error: the comma separated list of suffixes contains duplicate entries.\";s:23:\"msg_error_icon_deletion\";s:28:\"Error: icon deletion failed.\";s:44:\"msg_error_suffixes_with_forbidden_characters\";s:82:\"Error: forbidden characters. Only letters, numbers, spaces and commas are allowed.\";s:24:\"msg_icon_missing_from_db\";s:27:\"Icon missing from database.\";s:26:\"msg_icon_missing_from_irss\";s:35:\"Icon missing from resource storage.\";s:26:\"msg_success_icon_activated\";s:28:\"Icon successfully activated.\";s:24:\"msg_success_icon_created\";s:26:\"Icon successfully created.\";s:28:\"msg_success_icon_deactivated\";s:30:\"Icon successfully deactivated.\";s:25:\"msg_success_icon_deletion\";s:26:\"Icon successfully deleted.\";s:24:\"msg_success_icon_updated\";s:26:\"Icon successfully updated.\";s:17:\"msg_unzip_success\";s:30:\"Archive successfully unzipped.\";s:15:\"on_click_action\";s:25:\"Action When Title Clicked\";s:15:\"preview_caption\";s:15:\"Preview %sof %s\";s:23:\"preview_image_size_info\";s:140:\"The preview versions of images will be downscaled or upscaled as appropriate, so that their longest side is the length (in px) entered here.\";s:18:\"preview_persisting\";s:25:\"Persistent Preview Images\";s:23:\"preview_persisting_info\";s:185:\"Generated preview images will be stored by ILIAS and used from then on each time the preview icon for that file is clicked on. If deactivated, previews will be generated anew each time.\";s:21:\"publish_before_delete\";s:95:\"It was not possible to delete any of the existing versions because an unpublished draft exists.\";s:17:\"replace_file_info\";s:43:\"All previous file versions will be deleted.\";s:11:\"resource_id\";s:11:\"Resource ID\";s:16:\"service_settings\";s:19:\"Additional Features\";s:22:\"service_settings_saved\";s:14:\"Changes saved.\";s:25:\"set_license_for_all_files\";s:25:\"Set License for All Files\";s:24:\"show_amount_of_downloads\";s:24:\"Show Number of Downloads\";s:29:\"show_amount_of_downloads_info\";s:81:\"Display the number of times a file object has been downloaded on its \'Info\' page.\";s:10:\"storage_id\";s:10:\"Storage ID\";s:21:\"suffix_specific_icons\";s:21:\"Suffix-Specific Icons\";s:8:\"suffixes\";s:8:\"Suffixes\";s:12:\"upload_files\";s:12:\"Upload Files\";s:18:\"upload_files_limit\";s:36:\"The maximum file size allowed is %s.\";s:18:\"upload_files_title\";s:12:\"Upload Files\";s:11:\"upload_info\";s:4:\"File\";s:16:\"upload_info_desc\";s:62:\"Uploads and versions can be managed in the ‘Versions’ tab.\";s:16:\"version_uploaded\";s:16:\"Version Uploaded\";s:11:\"versionname\";s:5:\"Title\";}'),('fils','en','a:32:{s:17:\"add_upload_policy\";s:10:\"Add Policy\";s:18:\"edit_upload_policy\";s:11:\"Edit Policy\";s:13:\"file_services\";s:13:\"File Services\";s:25:\"file_services_description\";s:39:\"Configuration of File Service Settings.\";s:32:\"file_suffix_custom_expl_negative\";s:24:\"Prohibited File Suffixes\";s:37:\"file_suffix_custom_expl_negative_info\";s:55:\"Files with these suffixes won\'t be accepted for upload.\";s:27:\"file_suffix_custom_negative\";s:39:\"File Suffixes: Negative List (Removals)\";s:32:\"file_suffix_custom_negative_info\";s:59:\"These file suffixes will be removed from the positive list.\";s:27:\"file_suffix_custom_positive\";s:40:\"File Suffixes: Positive List (Additions)\";s:32:\"file_suffix_custom_positive_info\";s:55:\"These file suffixes will be added to the positive list.\";s:28:\"file_suffix_default_positive\";s:43:\"File Suffixes: Positive List (Default List)\";s:33:\"file_suffix_default_positive_info\";s:46:\"Preset default list of accepted file suffixes.\";s:28:\"file_suffix_overall_positive\";s:21:\"Overall Positive List\";s:33:\"file_suffix_overall_positive_info\";s:49:\"This is the final list of accepted file suffixes.\";s:15:\"policy_audience\";s:12:\"Target Group\";s:37:\"policy_audience_all_users_option_desc\";s:26:\"Apply policy to all users.\";s:40:\"policy_audience_global_roles_option_desc\";s:49:\"Apply policy to users with specific global roles.\";s:23:\"policy_confirm_deletion\";s:74:\"Are you sure you want to delete the policy with the following properties?:\";s:33:\"policy_deletion_failure_not_found\";s:57:\"Error: Deletion failed because policy could not be found.\";s:26:\"policy_deletion_successful\";s:28:\"Policy successfully deleted.\";s:13:\"policy_filter\";s:13:\"Policy Filter\";s:33:\"policy_no_validity_limitation_set\";s:18:\"Valid indefinitely\";s:12:\"policy_scope\";s:5:\"Scope\";s:29:\"policy_table_info_no_policies\";s:41:\"No upload policies have been created yet.\";s:17:\"policy_title_desc\";s:34:\"Descriptive title for this policy.\";s:19:\"policy_upload_limit\";s:12:\"Upload Limit\";s:24:\"policy_upload_limit_desc\";s:44:\"Upload limit (in MB) imposed by this policy.\";s:18:\"policy_valid_until\";s:11:\"Valid Until\";s:23:\"policy_valid_until_desc\";s:71:\"Set an optional ‘valid until’ date, after which the policy expires.\";s:15:\"policy_validity\";s:8:\"Validity\";s:13:\"upload_limits\";s:13:\"Upload Limits\";s:15:\"upload_policies\";s:15:\"Upload Policies\";}'),('fold','en','a:4:{s:9:\"fold_copy\";s:11:\"Copy Folder\";s:11:\"fold_import\";s:13:\"Import Folder\";s:17:\"fold_presentation\";s:19:\"Folder Presentation\";s:13:\"fold_settings\";s:15:\"Folder Settings\";}'),('form','en','a:50:{s:15:\"email_not_match\";s:85:\"Your entries for the e-mail address don\'t match! Please re-enter your e-mail address.\";s:17:\"form_alphabet_all\";s:3:\"All\";s:20:\"form_chars_remaining\";s:21:\"Characters remaining:\";s:19:\"form_date_aria_desc\";s:39:\"The following input format is required:\";s:22:\"form_date_duration_end\";s:3:\"End\";s:24:\"form_date_duration_start\";s:5:\"Start\";s:9:\"form_days\";s:4:\"Days\";s:15:\"form_file_input\";s:10:\"File Input\";s:11:\"form_format\";s:6:\"Format\";s:13:\"form_get_link\";s:20:\"Select Target Object\";s:22:\"form_hier_click_to_add\";s:31:\"Click here to add new elements.\";s:27:\"form_hierarchy_add_elements\";s:42:\"Click on placeholders to add new elements.\";s:29:\"form_hierarchy_drag_drop_help\";s:53:\"Drag and drop icons on placeholders to move elements.\";s:10:\"form_hours\";s:5:\"Hours\";s:21:\"form_image_file_input\";s:16:\"Image File Input\";s:16:\"form_invalid_uri\";s:19:\"Invalid URI format.\";s:18:\"form_link_external\";s:13:\"External Link\";s:18:\"form_link_internal\";s:13:\"Internal Link\";s:20:\"form_location_radius\";s:6:\"Radius\";s:23:\"form_location_radius_km\";s:2:\"km\";s:14:\"form_max_value\";s:13:\"Maximum Value\";s:14:\"form_min_value\";s:13:\"Minimum Value\";s:12:\"form_minutes\";s:7:\"Minutes\";s:11:\"form_months\";s:6:\"Months\";s:34:\"form_msg_file_cannot_write_to_disk\";s:21:\"Cannot write to disk.\";s:30:\"form_msg_file_missing_file_ext\";s:44:\"The uploaded file has no file type exension.\";s:29:\"form_msg_file_missing_tmp_dir\";s:44:\"Temporary directory for file upload missing.\";s:23:\"form_msg_file_no_upload\";s:56:\"This input is required. Please select a file for upload.\";s:32:\"form_msg_file_partially_uploaded\";s:42:\"The file could not be uploaded completely.\";s:26:\"form_msg_file_size_exceeds\";s:53:\"The uploaded file exceeds the max. allowed file size.\";s:33:\"form_msg_file_type_is_not_allowed\";s:30:\"This file type is not allowed.\";s:32:\"form_msg_file_upload_stopped_ext\";s:33:\"File upload stopped by extension.\";s:25:\"form_msg_file_virus_found\";s:29:\"Virus found in uploaded file.\";s:29:\"form_msg_file_wrong_file_type\";s:16:\"Wrong file type.\";s:28:\"form_msg_formula_is_required\";s:31:\"Please enter a correct formula.\";s:19:\"form_msg_max_upload\";s:50:\"Maximum number of simultaneously uploadable files:\";s:31:\"form_msg_numeric_value_required\";s:29:\"Please enter a numeric value.\";s:23:\"form_msg_value_too_high\";s:43:\"Value too high. Please enter a lower value.\";s:22:\"form_msg_value_too_low\";s:43:\"Value too low. Please enter a higher value.\";s:19:\"form_msg_wrong_date\";s:38:\"Wrong date. Please enter a valid date.\";s:12:\"form_no_link\";s:7:\"No Link\";s:16:\"form_open_answer\";s:11:\"Open Answer\";s:34:\"form_password_not_allowed_for_auth\";s:79:\"It is not possible to change the password for the chosen authentication method.\";s:31:\"form_password_required_for_auth\";s:58:\"Password is required for the chosen authentication method.\";s:18:\"form_please_select\";s:13:\"Please Select\";s:17:\"form_retype_email\";s:13:\"Retype E-Mail\";s:20:\"form_retype_password\";s:15:\"Retype Password\";s:12:\"form_seconds\";s:7:\"Seconds\";s:18:\"form_take_snapshot\";s:13:\"Take Snapshot\";s:15:\"form_use_camera\";s:10:\"Use Camera\";}'),('forum','en','a:231:{s:18:\"activate_new_posts\";s:13:\"Approve Posts\";s:21:\"activate_only_current\";s:12:\"Approve Post\";s:13:\"activate_post\";s:7:\"Approve\";s:17:\"activate_post_txt\";s:50:\"Would you really like to approve the current post?\";s:14:\"add_new_answer\";s:8:\"Add Post\";s:17:\"add_re_to_subject\";s:34:\"Add ‘Re: ’ to subject on reply\";s:19:\"adm_autosave_drafts\";s:25:\"Automatically save drafts\";s:24:\"adm_autosave_drafts_desc\";s:60:\"If activated, drafts are saved automatically during editing.\";s:17:\"adm_autosave_ival\";s:8:\"Interval\";s:15:\"adm_save_drafts\";s:13:\"Enable Drafts\";s:20:\"adm_save_drafts_desc\";s:67:\"If enabled, registered users are able to save forum posts as draft.\";s:22:\"allow_file_upload_desc\";s:58:\"If enabled, users are able to attach files to their posts.\";s:15:\"ascending_order\";s:26:\"Latest posts at the bottom\";s:19:\"autosave_draft_info\";s:86:\"<span class=\"asterisk\">This draft will be saved automatically every %s seconds.</span>\";s:24:\"autosave_post_draft_info\";s:94:\"<span class=\"asterisk\">This post will be saved automatically as draft every %s seconds.</span>\";s:12:\"close_topics\";s:5:\"Close\";s:21:\"content_censored_post\";s:29:\"Content of the censored post:\";s:20:\"content_deleted_post\";s:28:\"Content of the deleted post:\";s:22:\"content_deleted_thread\";s:30:\"Content of the deleted thread:\";s:20:\"content_post_updated\";s:27:\"Content of the edited post:\";s:13:\"deletePosting\";s:11:\"Delete Post\";s:18:\"deletePostingDraft\";s:12:\"Delete Draft\";s:25:\"delete_draft_successfully\";s:35:\"The draft was deleted successfully.\";s:26:\"delete_drafts_successfully\";s:37:\"The drafts were deleted successfully.\";s:13:\"delete_thread\";s:13:\"Delete Thread\";s:16:\"descending_order\";s:23:\"Latest posts at the top\";s:17:\"edit_thread_draft\";s:42:\"Edit thread draft posts created in forums.\";s:13:\"empty_subject\";s:43:\"On reply the user has to enter a new title.\";s:12:\"empty_thread\";s:12:\"Empty Thread\";s:23:\"enable_send_attachments\";s:41:\"Send attachments with forum notifications\";s:28:\"enable_send_attachments_desc\";s:133:\"Please note that file attachments must be stored separately for each notified user. This can cause a high usage of server disk space.\";s:21:\"enable_thread_ratings\";s:13:\"Thread Rating\";s:26:\"enable_thread_ratings_info\";s:47:\"If activated users are allowed to rate threads.\";s:17:\"enter_new_subject\";s:26:\"Please enter a new subject\";s:24:\"error_no_target_selected\";s:22:\"Please select a forum.\";s:18:\"error_reading_file\";s:35:\"There was an error reading the file\";s:21:\"error_same_thread_ids\";s:46:\"Source and target thread have to be different.\";s:19:\"file_upload_allowed\";s:17:\"Allow Attachments\";s:24:\"file_upload_allowed_fora\";s:11:\"Attachments\";s:29:\"file_upload_allowed_fora_desc\";s:124:\"The attachment of files must be enabled in every forum. In new forums the upload of attachments will be disabled by default.\";s:24:\"file_upload_option_allow\";s:31:\"Allow Attachments in All Forums\";s:29:\"file_upload_option_allow_info\";s:45:\"Files can be attached to posts in all forums.\";s:27:\"file_upload_option_disallow\";s:36:\"Allow Attachments in Selected Forums\";s:21:\"fmr_copy_threads_info\";s:109:\"You have the possibility to copy single threads. Only the beginning of the chosen threads will be duplicated.\";s:15:\"forum_add_quote\";s:13:\"Add Quotation\";s:30:\"forums_all_threads_marked_read\";s:36:\"All threads have been marked as read\";s:18:\"forums_attachments\";s:11:\"Attachments\";s:22:\"forums_attachments_add\";s:14:\"Add attachment\";s:21:\"forums_censor_comment\";s:17:\"Comment of Censor\";s:16:\"forums_count_art\";s:15:\"Number of Posts\";s:17:\"forums_created_by\";s:10:\"Created by\";s:18:\"forums_delete_file\";s:17:\"Delete attachment\";s:27:\"forums_disable_notification\";s:36:\"Disable Notification for this Thread\";s:26:\"forums_download_attachment\";s:13:\"Download file\";s:17:\"forums_edit_draft\";s:10:\"Edit Draft\";s:16:\"forums_edit_post\";s:9:\"Edit Post\";s:26:\"forums_enable_notification\";s:35:\"Enable Notification for this Thread\";s:34:\"forums_forum_notification_disabled\";s:61:\"You will no longer be notified about new posts in this forum.\";s:24:\"forums_info_censor2_post\";s:18:\"Revoke Censorship?\";s:23:\"forums_info_censor_post\";s:45:\"Please provide a reason for hiding this post.\";s:24:\"forums_info_delete_draft\";s:44:\"Are you sure, you want to delete this draft?\";s:23:\"forums_info_delete_post\";s:66:\"Are you sure you want to delete this post including any responses?\";s:16:\"forums_mark_read\";s:16:\"Mark All as Read\";s:17:\"forums_new_thread\";s:10:\"New Thread\";s:25:\"forums_no_posts_available\";s:25:\"This thread has no posts.\";s:28:\"forums_notification_disabled\";s:21:\"Notification disabled\";s:27:\"forums_notification_enabled\";s:20:\"Notification enabled\";s:25:\"forums_notification_intro\";s:72:\"This mail was automatically sent to you by the ILIAS installation %s, %s\";s:28:\"forums_notification_show_frm\";s:14:\"Show forum: %s\";s:29:\"forums_notification_show_post\";s:13:\"Show post: %s\";s:27:\"forums_post_activation_mail\";s:193:\"Unless the following post is not activated, it is not visible for other forum users. You receive this e-mail because you are assigned as moderator and have the permission to activate this post.\";s:19:\"forums_post_deleted\";s:21:\"Post has been deleted\";s:20:\"forums_post_modified\";s:22:\"Post has been modified\";s:33:\"forums_post_needs_to_be_activated\";s:73:\"A new post has been created, but it needs to be activated by a moderator.\";s:21:\"forums_post_new_entry\";s:27:\"A new post has been created\";s:25:\"forums_post_was_activated\";s:23:\"The post was activated.\";s:12:\"forums_posts\";s:9:\"All posts\";s:26:\"forums_posts_not_available\";s:19:\"Posts Not Available\";s:19:\"forums_print_thread\";s:12:\"Print Thread\";s:14:\"forums_subject\";s:7:\"Subject\";s:15:\"forums_the_post\";s:4:\"Post\";s:13:\"forums_thread\";s:6:\"Thread\";s:25:\"forums_thread_create_from\";s:12:\"Created from\";s:21:\"forums_thread_deleted\";s:58:\"The selected thread including all posts have been deleted.\";s:28:\"forums_thread_drafts_deleted\";s:69:\"The selected thread including all posts and drafts have been deleted.\";s:20:\"forums_thread_marked\";s:35:\"The thread has been marked as read.\";s:23:\"forums_thread_new_entry\";s:26:\"New topic has been created\";s:22:\"forums_threads_deleted\";s:59:\"The selected threads including all posts have been deleted.\";s:29:\"forums_threads_drafts_deleted\";s:70:\"The selected threads including all posts and drafts have been deleted.\";s:17:\"forums_your_reply\";s:10:\"Your Reply\";s:38:\"frm_action_not_possible_parent_deleted\";s:54:\"Action not possible, the parent post has been deleted.\";s:34:\"frm_action_not_possible_thr_closed\";s:48:\"Action not possible, the thread has been closed.\";s:35:\"frm_action_not_possible_thr_deleted\";s:49:\"Action not possible, the thread has been deleted.\";s:26:\"frm_activation_online_info\";s:121:\"Set the forum online to make it visible and available to other users. If not, only administrators will have access to it.\";s:28:\"frm_adm_sec_default_settings\";s:23:\"Default Object Settings\";s:18:\"frm_adm_sec_drafts\";s:6:\"Drafts\";s:20:\"frm_adm_sec_features\";s:14:\"Forum Features\";s:25:\"frm_adm_sec_notifications\";s:13:\"Notifications\";s:15:\"frm_all_threads\";s:11:\"All Threads\";s:21:\"frm_anonymous_posting\";s:19:\"Post with pseudonym\";s:26:\"frm_anonymous_posting_desc\";s:185:\"If enabled, registered users can post to this forum only by using a pseudonym or without name. If the option \"Mark moderators posts\" is also enabled, moderators can not use a pseudonym.\";s:26:\"frm_at_least_one_moderator\";s:39:\"There has to be at least one moderator.\";s:14:\"frm_censorship\";s:6:\"Censor\";s:22:\"frm_censorship_applied\";s:45:\"The censorship has been successfully applied.\";s:22:\"frm_censorship_revoked\";s:45:\"The censorship has been successfully revoked.\";s:8:\"frm_copy\";s:10:\"Copy Forum\";s:16:\"frm_default_view\";s:12:\"Default View\";s:14:\"frm_edit_title\";s:10:\"Edit Title\";s:23:\"frm_enable_print_option\";s:19:\"Enable print option\";s:28:\"frm_enable_print_option_desc\";s:64:\"If disabled, nobody is able to select the print option in Forum.\";s:16:\"frm_mark_as_read\";s:12:\"Mark as read\";s:18:\"frm_mark_as_unread\";s:14:\"Mark as unread\";s:24:\"frm_max_notification_age\";s:21:\"Max. Notification Age\";s:29:\"frm_max_notification_age_info\";s:137:\"Please define the maximum age of posts to send notifications for. It is recommended to choose a higher value than the scheduled interval.\";s:29:\"frm_max_notification_age_unit\";s:6:\"Day(s)\";s:13:\"frm_merge_src\";s:19:\"Selected Thread: %s\";s:16:\"frm_merge_target\";s:10:\"Target: %s\";s:15:\"frm_moderator_f\";s:9:\"Moderator\";s:15:\"frm_moderator_m\";s:9:\"Moderator\";s:15:\"frm_moderator_n\";s:10:\"Moderation\";s:37:\"frm_moderator_role_added_successfully\";s:45:\"The user was added as moderator successfully.\";s:14:\"frm_moderators\";s:10:\"Moderators\";s:41:\"frm_moderators_detached_role_successfully\";s:68:\"The moderator role was detached for all selected users successfully.\";s:28:\"frm_moderators_not_exist_yet\";s:26:\"Please choose a moderator.\";s:34:\"frm_moderators_select_at_least_one\";s:37:\"Please choose at least one moderator.\";s:25:\"frm_moderators_select_one\";s:23:\"Please choose one user.\";s:26:\"frm_move_invalid_file_type\";s:163:\"The thread \"%s\" has an unsupported file type attached. Remove the file or contact the administrator of the system to add this file type to the file type whitelist.\";s:16:\"frm_noti_message\";s:8:\"Message:\";s:17:\"frm_noti_new_post\";s:39:\"a new post was created in forum \"%1$s\".\";s:16:\"frm_noti_obj_crs\";s:6:\"course\";s:16:\"frm_noti_obj_grp\";s:5:\"group\";s:25:\"frm_noti_subject_act_post\";s:48:\"Activate post in forum \"%1$s\"%2$s, thread \"%3$s\"\";s:26:\"frm_noti_subject_answ_post\";s:48:\"Post answered in forum \"%1$s\"%2$s, thread \"%3$s\"\";s:26:\"frm_noti_subject_cens_post\";s:48:\"Post censored in forum \"%1$s\"%2$s, thread \"%3$s\"\";s:25:\"frm_noti_subject_del_post\";s:47:\"Post deleted in forum \"%1$s\"%2$s, thread \"%3$s\"\";s:27:\"frm_noti_subject_del_thread\";s:41:\"Thread \"%3$s\" deleted in forum \"%1$s\"%2$s\";s:25:\"frm_noti_subject_new_post\";s:43:\"New post in forum \"%1$s\"%2$s, thread \"%3$s\"\";s:28:\"frm_noti_subject_uncens_post\";s:50:\"Post uncensored in forum \"%1$s\"%2$s, thread \"%3$s\"\";s:25:\"frm_noti_subject_upt_post\";s:48:\"Post modified in forum \"%1$s\"%2$s, thread \"%3$s\"\";s:26:\"frm_notification_activated\";s:22:\"Notification Activated\";s:28:\"frm_notification_deactivated\";s:24:\"Notification Deactivated\";s:26:\"frm_post_not_activated_yet\";s:18:\"Not activated yet.\";s:9:\"frm_posts\";s:11:\"Forum Posts\";s:13:\"frm_pseudonym\";s:9:\"Pseudonym\";s:39:\"frm_purifier_not_implemented_for_type_x\";s:41:\"Purifier for type %s not implemented yet.\";s:10:\"frm_rating\";s:6:\"Rating\";s:21:\"frm_revoke_censorship\";s:17:\"Revoke Censorship\";s:10:\"frm_search\";s:6:\"Search\";s:22:\"frm_selected_merge_src\";s:28:\"Selected Thread to Merge: %s\";s:24:\"frm_settings_form_header\";s:14:\"Forum Settings\";s:33:\"frm_settings_mod_functions_header\";s:19:\"Moderator Functions\";s:27:\"frm_settings_privacy_header\";s:7:\"Privacy\";s:34:\"frm_settings_user_functions_header\";s:14:\"User Functions\";s:14:\"frm_statistics\";s:10:\"Statistics\";s:40:\"frm_statistics_disabled_for_participants\";s:42:\"Statistics are disabled for forum members.\";s:22:\"frm_statistics_enabled\";s:17:\"Enable Statistics\";s:27:\"frm_statistics_enabled_desc\";s:43:\"Enable post statistics for all participants\";s:22:\"frm_statistics_ranking\";s:15:\"Number of Posts\";s:19:\"frm_subject_setting\";s:15:\"Subject setting\";s:23:\"frm_sure_delete_threads\";s:53:\"Are you sure you want to delete the following thread?\";s:22:\"frm_sure_merge_threads\";s:85:\"Are you sure you want to merge these threads? Warning: This action can not be undone.\";s:31:\"frm_task_publishing_draft_title\";s:24:\"Publishing of Draft \"%s\"\";s:15:\"frm_wizard_page\";s:21:\"Copy Forum (Step 2/2)\";s:7:\"is_read\";s:12:\"Mark as Read\";s:22:\"make_topics_non_sticky\";s:23:\"Make Threads Non-Sticky\";s:18:\"make_topics_sticky\";s:19:\"Make Threads Sticky\";s:20:\"mark_moderator_posts\";s:20:\"Mark moderator posts\";s:25:\"mark_moderator_posts_desc\";s:48:\"If activated moderator posts will be highlighted\";s:5:\"merge\";s:5:\"Merge\";s:23:\"merge_posts_into_thread\";s:29:\"Merge Posts into other Thread\";s:27:\"merged_threads_successfully\";s:45:\"The selected threads were merged successfully\";s:18:\"move_chosen_topics\";s:20:\"Move thread \"%s\" to:\";s:20:\"move_thread_to_forum\";s:26:\"Move Thread to other Forum\";s:8:\"new_post\";s:8:\"New Post\";s:20:\"new_thread_with_post\";s:20:\"New Thread with Post\";s:17:\"no_forum_selected\";s:47:\"No forum selected for moving the chosen threads\";s:39:\"not_allowed_to_merge_into_another_forum\";s:56:\"It is not possible to merge threads of different forums.\";s:21:\"notification_settings\";s:21:\"Notification Settings\";s:15:\"notify_censored\";s:14:\"Censored Posts\";s:15:\"notify_modified\";s:14:\"Modified Posts\";s:19:\"notify_post_deleted\";s:13:\"Deleted Posts\";s:21:\"notify_thread_deleted\";s:15:\"Deleted Threads\";s:17:\"notify_uncensored\";s:16:\"Uncensored Posts\";s:17:\"number_of_threads\";s:36:\"Displayed Number of Threads per Page\";s:20:\"please_choose_target\";s:39:\"Please choose a thread as merge target.\";s:20:\"post_activation_desc\";s:68:\"Before being published all posts need to be approved by a moderator.\";s:16:\"post_censored_by\";s:40:\"censored post in forum \"%2$s\" by \"%1$s\":\";s:34:\"post_censored_comment_by_moderator\";s:35:\"Post Censored, Comment by Moderator\";s:15:\"post_deleted_by\";s:53:\"following post in forum \"%2$s\" was deleted by \"%1$s\":\";s:15:\"post_draft_info\";s:40:\"This post draft is only visible for you.\";s:10:\"post_reply\";s:3:\"Re:\";s:16:\"post_reply_count\";s:7:\"Re(%s):\";s:18:\"post_uncensored_by\";s:31:\"a post was uncensored by \"%1$s\"\";s:15:\"post_updated_by\";s:51:\"subsequently edited post in forum by \"%1$s\": \"%2$s\"\";s:14:\"preset_subject\";s:23:\"Preset subject on reply\";s:7:\"publish\";s:7:\"Publish\";s:9:\"relevance\";s:9:\"Relevance\";s:13:\"reopen_topics\";s:6:\"Reopen\";s:17:\"reply_to_postings\";s:5:\"Reply\";s:18:\"reset_limited_view\";s:48:\"Limited view on this post an all posts below it.\";s:25:\"reset_limited_view_button\";s:18:\"Show entire thread\";s:23:\"reset_limited_view_info\";s:49:\"Limited view on this post and all posts below it.\";s:7:\"restore\";s:7:\"Restore\";s:27:\"restore_draft_from_autosave\";s:13:\"Restore Draft\";s:23:\"save_draft_successfully\";s:33:\"The draft was saved successfully.\";s:26:\"sel_threads_already_sticky\";s:55:\"At least one of the selected threads is already sticky.\";s:28:\"sel_threads_already_unsticky\";s:61:\"At least one of the selected threads is not marked as sticky.\";s:23:\"sel_threads_make_sticky\";s:48:\"The selected threads have been marked as sticky.\";s:25:\"sel_threads_make_unsticky\";s:54:\"The selected threads are not marked as sticky anymore.\";s:26:\"select_at_least_one_thread\";s:34:\"Please select at least one thread.\";s:21:\"select_max_one_thread\";s:30:\"Please select one thread only!\";s:23:\"selected_threads_closed\";s:38:\"The selected threads have been closed.\";s:25:\"selected_threads_reopened\";s:40:\"The selected threads have been reopened.\";s:12:\"sort_by_date\";s:7:\"By Date\";s:17:\"sort_by_date_desc\";s:95:\"The thread is presented in a flat view. The posts are shown in chronological order of creation.\";s:13:\"sort_by_posts\";s:8:\"By Reply\";s:18:\"sort_by_posts_desc\";s:115:\"The thread is presented in a tree view. Replies to posts are shown in the order in which they relate to each other.\";s:7:\"sorting\";s:7:\"Sorting\";s:6:\"sticky\";s:6:\"Sticky\";s:18:\"sure_delete_drafts\";s:53:\"Are you sure, you want to delete the selected drafts?\";s:24:\"switch_threads_for_merge\";s:129:\"The selected thread is older than the target thread. To ensure a successful merge, the source and target thread will be switched.\";s:13:\"target_select\";s:28:\"Select post for limited view\";s:5:\"thema\";s:7:\"Threads\";s:6:\"thread\";s:6:\"Thread\";s:17:\"thread_deleted_by\";s:54:\"following thread in forum \"%2$s\"was deleted by \"%1$s\":\";s:15:\"thread_overview\";s:15:\"Thread-Overview\";s:26:\"threads_moved_successfully\";s:58:\"The chosen thread was moved to another forum successfully.\";s:9:\"top_thema\";s:11:\"Top-Threads\";s:11:\"topic_close\";s:6:\"Closed\";s:31:\"topics_please_select_one_action\";s:24:\"Please select an action.\";s:25:\"user_decides_notification\";s:47:\"Members have to manually activate notifications\";}'),('glo','en','a:67:{s:18:\"glo_add_from_other\";s:13:\"Collect Terms\";s:16:\"glo_add_glossary\";s:12:\"Add Glossary\";s:21:\"glo_add_to_collection\";s:35:\"Add Glossary to Collection Glossary\";s:28:\"glo_added_to_collection_info\";s:64:\"The selected glossary has been added to the collection glossary.\";s:22:\"glo_answered_correctly\";s:14:\"I got it right\";s:26:\"glo_answered_not_correctly\";s:11:\"I was wrong\";s:7:\"glo_box\";s:3:\"Box\";s:17:\"glo_box_completed\";s:27:\"You have completed the box.\";s:22:\"glo_box_last_presented\";s:18:\"Box Last Presented\";s:9:\"glo_boxes\";s:5:\"Boxes\";s:22:\"glo_boxes_really_reset\";s:85:\"Do you really want to reset all boxes? All flashcards will be moved to the first box.\";s:15:\"glo_boxes_reset\";s:39:\"The boxes have been reset successfully.\";s:21:\"glo_bulk_confirmation\";s:63:\"Please check if all terms and definitions are listed correctly.\";s:17:\"glo_bulk_creation\";s:13:\"Bulk Creation\";s:41:\"glo_change_to_collection_unavailable_info\";s:147:\"To change the type of content assembly to \"Collection Glossary\", you first have to delete all existing terms within this glossary in tab \"Content\".\";s:39:\"glo_change_to_standard_unavailable_info\";s:129:\"To change the type of content assembly to \"Standard Glossary\", you first have to remove the selected glossaries in tab \"Content\".\";s:21:\"glo_col_ordering_info\";s:120:\"Order the titles of the metadata fields. They are presented as column headers in the table presentation of the glossary.\";s:14:\"glo_collection\";s:19:\"Collection Glossary\";s:25:\"glo_collection_empty_info\";s:84:\"This collection glossary is currently empty. Please add at least one glossary to it.\";s:19:\"glo_collection_info\";s:75:\"The glossary automatically collects all terms from the selected glossaries.\";s:20:\"glo_content_assembly\";s:16:\"Content Assembly\";s:8:\"glo_copy\";s:13:\"Copy Glossary\";s:14:\"glo_copy_terms\";s:10:\"Copy Terms\";s:32:\"glo_create_term_definition_pairs\";s:28:\"Create Term/Definition Pairs\";s:12:\"glo_days_ago\";s:11:\"%s days ago\";s:15:\"glo_def_vs_term\";s:19:\"Definition vs. Term\";s:20:\"glo_def_vs_term_info\";s:59:\"Show a definition first, the learner has to guess the term.\";s:22:\"glo_flashcard_training\";s:18:\"Flashcard Training\";s:27:\"glo_flashcard_training_info\";s:96:\"Offers a presentation as flashcards allowing the user to train the terms/definitions one by one.\";s:14:\"glo_flashcards\";s:10:\"Flashcards\";s:38:\"glo_flashcards_from_today_confirmation\";s:133:\"The box contains %s flashcards already presented today. Do you want to include only the remaining %s flashcards or all %s flashcards?\";s:35:\"glo_flashcards_from_today_only_info\";s:125:\"The box contains only flashcards already presented today. Please confirm that these %s flashcards will be shown to you again.\";s:20:\"glo_flashcards_intro\";s:349:\"Your goal is to correctly remember each flashcard four times in a row.<br />To begin with, all of the flashcards are in box 1.<br />Flagging a flashcard as \"I got it right\" will advance it to the next box.<br />Flagging a flashcard as \"I was wrong\" will return the card to the first box.<br />To start, select a box. This will reveal the flashcards.\";s:16:\"glo_introduction\";s:12:\"Introduction\";s:19:\"glo_link_glo_in_glo\";s:87:\"Should all glossary terms of the target glossary be linked in the current glossary now?\";s:8:\"glo_mode\";s:4:\"Mode\";s:17:\"glo_page_type_gdf\";s:15:\"Term Definition\";s:27:\"glo_please_select_other_glo\";s:31:\"Please select another glossary.\";s:12:\"glo_quit_box\";s:8:\"Quit Box\";s:33:\"glo_really_remove_from_collection\";s:84:\"Are you sure you want to remove the following glossary from the collection glossary?\";s:13:\"glo_reference\";s:9:\"Reference\";s:19:\"glo_reference_terms\";s:15:\"Reference Terms\";s:19:\"glo_referenced_term\";s:15:\"Referenced Term\";s:32:\"glo_removed_from_collection_info\";s:59:\"The glossary has been removed from the collection glossary.\";s:19:\"glo_reset_all_boxes\";s:15:\"Reset All Boxes\";s:21:\"glo_select_source_glo\";s:32:\"Please select a source glossary.\";s:16:\"glo_select_terms\";s:12:\"Select Terms\";s:23:\"glo_selected_glossaries\";s:19:\"Selected Glossaries\";s:28:\"glo_selected_glossaries_info\";s:50:\"Terms are collected from the following glossaries:\";s:37:\"glo_selected_glossary_is_current_info\";s:90:\"The selected glossary corresponds to the current glossary. Please select another glossary.\";s:35:\"glo_selected_terms_have_been_copied\";s:104:\"The selected terms have been copied to the clipboard. Please open the target glossary and click \"Paste\".\";s:19:\"glo_show_definition\";s:15:\"Show Definition\";s:24:\"glo_show_in_presentation\";s:26:\"Shown in Presentation View\";s:28:\"glo_show_in_presentation_off\";s:25:\"Hide in Presentation View\";s:27:\"glo_show_in_presentation_on\";s:25:\"Show in Presentation View\";s:13:\"glo_show_term\";s:9:\"Show Term\";s:12:\"glo_tax_info\";s:213:\"A taxonomy in a Glossary classifies and filters the terms. It always is available in the editing view. For the presentation view, the taxonomy must first be activated. In glossaries, only one taxonomy can be used.\";s:8:\"glo_term\";s:13:\"Glossary Term\";s:25:\"glo_term_definition_pairs\";s:21:\"Term/Definition Pairs\";s:30:\"glo_term_definition_pairs_info\";s:198:\"Please enter a term and a definition pair in each line. Term and definition must be separated by a semicolon or a TAB character (usually provided by clipboard actions from spreadsheet applications).\";s:15:\"glo_term_letter\";s:6:\"Letter\";s:18:\"glo_term_reference\";s:14:\"Term Reference\";s:15:\"glo_term_vs_def\";s:19:\"Term vs. Definition\";s:20:\"glo_term_vs_def_info\";s:59:\"Show a term first, the learner has to guess the definition.\";s:18:\"glo_terms_per_page\";s:14:\"Terms per Page\";s:22:\"glo_use_all_flashcards\";s:23:\"Use All Flashcards (%s)\";s:28:\"glo_use_remaining_flashcards\";s:29:\"Use Remaining Flashcards (%s)\";}'),('grp','en','a:181:{s:16:\"crs_add_grouping\";s:25:\"Add Membership Limitation\";s:24:\"crs_grouping_delete_sure\";s:60:\"Are you sure you want to delete this membership limitation ?\";s:20:\"crs_grouping_deleted\";s:30:\"Deleted membership limitation.\";s:23:\"crs_grouping_select_one\";s:40:\"Please select one membership limitation.\";s:22:\"crs_grp_added_grouping\";s:32:\"Added new membership limitation.\";s:18:\"crs_grp_assign_crs\";s:20:\"Assignment of Groups\";s:27:\"crs_grp_no_courses_assigned\";s:18:\"No Groups Assigned\";s:6:\"events\";s:8:\"Sessions\";s:26:\"grouping_change_assignment\";s:17:\"Change Assignment\";s:25:\"grp_activate_notification\";s:21:\"Activate Notification\";s:16:\"grp_add_to_group\";s:12:\"Add to Group\";s:12:\"grp_add_user\";s:8:\"Add User\";s:21:\"grp_add_user_to_group\";s:17:\"Add user to group\";s:17:\"grp_added_to_list\";s:110:\"You have been assigned to the waiting list of group \"%s\". You are assigned to position %s on the waiting list.\";s:10:\"grp_admins\";s:14:\"Administrators\";s:39:\"grp_admission_link_failure_invalid_code\";s:32:\"Can\'t register: Link is invalid.\";s:45:\"grp_admission_link_failure_membership_limited\";s:44:\"Can\'t register: Group membership is limited.\";s:46:\"grp_admission_link_failure_registration_period\";s:52:\"Can\'t register: Group is out of registration period.\";s:39:\"grp_admission_link_success_registration\";s:38:\"Successfully registered to group \"%s\".\";s:9:\"grp_agree\";s:10:\"Acceptance\";s:20:\"grp_agreement_header\";s:14:\"User Agreement\";s:22:\"grp_agreement_required\";s:79:\"You have to accept the user agreement, if you want to access the group content.\";s:20:\"grp_already_assigned\";s:53:\"You have already requested membership for this group.\";s:22:\"grp_at_least_one_admin\";s:49:\"There has to be at least one group administrator.\";s:21:\"grp_auto_notification\";s:28:\"Welcome-Mail For New Members\";s:26:\"grp_auto_notification_info\";s:60:\"New members get a mail notification when added to the group.\";s:25:\"grp_cancel_subscr_request\";s:25:\"Delete Membership Request\";s:20:\"grp_cancellation_end\";s:30:\"Limit \'Unsubscribe from Group\'\";s:25:\"grp_cancellation_end_info\";s:63:\"Until the date selected members can unsubscribe from the group.\";s:30:\"grp_cancellation_end_rbac_info\";s:80:\"The cancellation deadline was met on %s, a cancellation is not possible anymore.\";s:19:\"grp_cdf_edit_member\";s:29:\"Edit Group Relevant User Data\";s:21:\"grp_cdf_tbl_last_edit\";s:29:\"Updated (Group-specific Data)\";s:15:\"grp_change_type\";s:17:\"Change Group Type\";s:11:\"grp_contact\";s:7:\"Support\";s:8:\"grp_copy\";s:10:\"Copy Group\";s:23:\"grp_create_and_add_user\";s:19:\"Create and Add User\";s:14:\"grp_create_new\";s:16:\"Create New Group\";s:21:\"grp_create_new_grp_in\";s:25:\"Create new group in \'%1\'.\";s:26:\"grp_create_or_use_existing\";s:71:\"Do you want to add the user to an existing group or create a new group?\";s:31:\"grp_created_and_user_been_added\";s:29:\"Group created and user added.\";s:22:\"grp_custom_user_fields\";s:24:\"Group Relevant User Data\";s:30:\"grp_custom_user_fields_infobox\";s:150:\"Create additional data fields for group members to fill in when they join. You can show this information as an additional column in the \"Members\" tab.\";s:34:\"grp_custom_user_fields_table_title\";s:32:\"Relevant User Data of This Group\";s:27:\"grp_deactivate_notification\";s:23:\"Deactivate Notification\";s:16:\"grp_edit_members\";s:17:\"Edit Participants\";s:14:\"grp_enable_map\";s:16:\"Enable Group Map\";s:28:\"grp_err_registration_limited\";s:60:\"please enter a valid start and end date for the registration\";s:18:\"grp_export_members\";s:19:\"Export Participants\";s:24:\"grp_general_informations\";s:19:\"General Information\";s:16:\"grp_grp_info_reg\";s:45:\"You can only register to one of these groups:\";s:12:\"grp_grp_open\";s:10:\"Open Group\";s:25:\"grp_header_delete_members\";s:63:\"Would you like to remove the following members from this group?\";s:23:\"grp_header_waiting_list\";s:12:\"Waiting List\";s:17:\"grp_icon_settings\";s:13:\"Icon Settings\";s:10:\"grp_import\";s:12:\"Import Group\";s:14:\"grp_info_agree\";s:73:\"I accept, that the above data types are visible for group administrators.\";s:18:\"grp_info_agreement\";s:62:\"The following data types are visible for group administrators:\";s:21:\"grp_info_new_grp_type\";s:14:\"New Group Type\";s:17:\"grp_info_settings\";s:17:\"Group Information\";s:15:\"grp_information\";s:21:\"Important Information\";s:20:\"grp_information_info\";s:73:\"This information will be show on the info page and for new registrations.\";s:16:\"grp_join_request\";s:4:\"Send\";s:16:\"grp_lim_assigned\";s:42:\"Already assigned to associated group \"%s\".\";s:26:\"grp_mail_admission_new_bod\";s:64:\"we are pleased to announce your registration for the group \"%s\".\";s:26:\"grp_mail_admission_new_sub\";s:32:\"Your registration for group \"%s\"\";s:12:\"grp_mail_all\";s:20:\"For all Participants\";s:17:\"grp_mail_all_info\";s:94:\"Members and administrators can use the feature ‘Mail to Members’ in the ‘Members’ tab.\";s:20:\"grp_mail_dismiss_bod\";s:50:\"your membership in group \"%s\" has been terminated.\";s:20:\"grp_mail_dismiss_sub\";s:35:\"Membership terminated in group \"%s\"\";s:29:\"grp_mail_notification_reg_bod\";s:33:\"%s has registered for group \"%s\".\";s:33:\"grp_mail_notification_reg_req_bod\";s:43:\"%s has requested membership for group \"%s\".\";s:34:\"grp_mail_notification_reg_req_bod2\";s:36:\"To confirm this registration, go to:\";s:33:\"grp_mail_notification_reg_req_sub\";s:26:\"Request to join group \"%s\"\";s:29:\"grp_mail_notification_reg_sub\";s:30:\"User registered for group \"%s\"\";s:31:\"grp_mail_notification_unsub_bod\";s:55:\"%s has cancelled his/her membership for the group \"%s\".\";s:32:\"grp_mail_notification_unsub_bod2\";s:151:\"There might be other members on a waiting list of your group. You should check for the waiting list now. To view the members of your group, click here:\";s:31:\"grp_mail_notification_unsub_sub\";s:20:\"User left group \"%s\"\";s:23:\"grp_mail_permanent_link\";s:88:\"Click on the following link to find all of the information you need regarding the group:\";s:19:\"grp_mail_status_bod\";s:43:\"your status in group \"%s\" has been changed.\";s:19:\"grp_mail_status_sub\";s:28:\"Changed status in group \"%s\"\";s:20:\"grp_mail_sub_acc_bod\";s:63:\"we are pleased to confirm your registration for the group \"%s\".\";s:20:\"grp_mail_sub_acc_sub\";s:31:\"Registration confirmed for \"%s\"\";s:20:\"grp_mail_sub_dec_bod\";s:72:\"we regret to say that your registration has been refused for group \"%s\".\";s:20:\"grp_mail_sub_dec_sub\";s:35:\"Registration refused for group \"%s\"\";s:29:\"grp_mail_subscribe_member_bod\";s:63:\"we are pleased to confirm your registration for the group \"%s\".\";s:29:\"grp_mail_subscribe_member_sub\";s:32:\"Your registration for group \"%s\"\";s:20:\"grp_mail_tutors_only\";s:23:\"For Administrators only\";s:25:\"grp_mail_tutors_only_info\";s:87:\"Only administrators can use the feature ‘Mail to Members’ in the ‘Members’ tab.\";s:13:\"grp_mail_type\";s:15:\"Mail to Members\";s:31:\"grp_mail_unsubscribe_member_bod\";s:125:\"we confirm your cancellation of membership in group %s. We hope that you find an opportunity to participate in another group.\";s:31:\"grp_mail_unsubscribe_member_sub\";s:45:\"Your cancellation of membership in group \"%s\"\";s:15:\"grp_mail_wl_bod\";s:206:\"you have been assigned to the waiting list of group \"%s\". You are assigned to position %s on the list.  You will receive a message from a group administrator when your request has been approved or rejected.\";s:15:\"grp_mail_wl_sub\";s:32:\"Your registration for group \"%s\"\";s:16:\"grp_map_location\";s:18:\"Group Map Location\";s:16:\"grp_map_settings\";s:12:\"Map Settings\";s:31:\"grp_max_and_min_members_invalid\";s:70:\"The minimum number must be smaller than the maximum number of members.\";s:16:\"grp_mem_contacts\";s:16:\"Tutorial Support\";s:18:\"grp_mem_tbl_header\";s:18:\"Group Participants\";s:25:\"grp_member_administration\";s:17:\"Edit Participants\";s:11:\"grp_members\";s:7:\"Members\";s:19:\"grp_members_deleted\";s:54:\"Selected members were successfully removed from group.\";s:15:\"grp_members_map\";s:17:\"Group Members Map\";s:23:\"grp_members_print_title\";s:13:\"Group Members\";s:17:\"grp_min_one_admin\";s:66:\"There has to be at least one administrator assigned to this group.\";s:20:\"grp_missing_grp_type\";s:27:\"Please choose a group type.\";s:20:\"grp_missing_password\";s:30:\"Please enter a group password.\";s:14:\"grp_new_status\";s:19:\"Your new status is:\";s:8:\"grp_next\";s:4:\"Next\";s:31:\"grp_no_perm_to_add_create_first\";s:76:\"You need to create a group first. Please select where to create a new group.\";s:16:\"grp_notification\";s:12:\"Notification\";s:26:\"grp_notification_activated\";s:22:\"Notification Activated\";s:28:\"grp_notification_deactivated\";s:24:\"Notification Deactivated\";s:34:\"grp_notification_explanation_admin\";s:90:\"You receive mail from ILIAS because you are group administrator with notification enabled.\";s:27:\"grp_notification_salutation\";s:23:\"Dear group participant,\";s:14:\"grp_notify_off\";s:45:\"Notification about new registrations disabled\";s:13:\"grp_notify_on\";s:44:\"Notification about new registrations enabled\";s:16:\"grp_pass_request\";s:24:\"Join With Group Password\";s:10:\"grp_period\";s:15:\"Period of Event\";s:15:\"grp_period_info\";s:86:\"Information about the start and end date of the event, which is supported by the group\";s:21:\"grp_presentation_type\";s:17:\"Presentation Type\";s:14:\"grp_print_list\";s:13:\"Generate List\";s:10:\"grp_public\";s:12:\"Public Group\";s:15:\"grp_public_info\";s:73:\"Group is visible for non-members but has special requirements to join it.\";s:12:\"grp_reg_code\";s:18:\"Admission per Link\";s:25:\"grp_reg_code_enabled_info\";s:129:\"Besides the chosen registration procedure and permissions this option allows users to enter directly by using the following link.\";s:17:\"grp_reg_code_link\";s:25:\"Link for Direct Admission\";s:24:\"grp_reg_deac_info_screen\";s:27:\"Group admittance is closed.\";s:14:\"grp_reg_direct\";s:19:\"Direct Registration\";s:26:\"grp_reg_direct_info_screen\";s:33:\"You can join this group directly.\";s:16:\"grp_reg_disabled\";s:24:\"No Registration Possible\";s:21:\"grp_reg_disabled_info\";s:53:\"Only group administrators can add users to the group.\";s:15:\"grp_reg_limited\";s:27:\"Limited Registration Period\";s:24:\"grp_reg_max_members_info\";s:68:\"Define the maximum number of users that can subscribe to this group.\";s:18:\"grp_reg_no_selfreg\";s:17:\"No Self-enrolment\";s:26:\"grp_reg_passwd_info_screen\";s:83:\"If a group administrator has given you the group password, you can join this group.\";s:21:\"grp_reg_password_info\";s:59:\"Users need to type in this password when joining the group.\";s:23:\"grp_reg_req_info_screen\";s:141:\"You can request membership for this group. You will get a message from a group administrator when your request has been admitted or declined.\";s:15:\"grp_reg_request\";s:18:\"Request Membership\";s:20:\"grp_reg_request_info\";s:67:\"Interested users can send a request/message to group administrator.\";s:15:\"grp_reg_subject\";s:7:\"Message\";s:26:\"grp_registration_unlimited\";s:9:\"Unlimited\";s:15:\"grp_role_status\";s:11:\"Role/Status\";s:16:\"grp_search_users\";s:11:\"Search User\";s:18:\"grp_selected_users\";s:21:\"Selected Participants\";s:23:\"grp_set_on_waiting_list\";s:144:\"You can set yourself on the waiting list. You will receive a message from a group administrator when your request has been approved or rejected.\";s:31:\"grp_setting_header_presentation\";s:18:\"Group Presentation\";s:31:\"grp_setting_header_registration\";s:18:\"Group Registration\";s:12:\"grp_settings\";s:14:\"Group Settings\";s:16:\"grp_show_members\";s:12:\"Show Members\";s:21:\"grp_show_members_info\";s:59:\"If activated, group members can access the members gallery.\";s:33:\"grp_subscription_min_members_info\";s:322:\"Define the number of users that is minimally required for this group to be held at all. If this number is not met either after the date until which users can register or unsubscribe from the group a mail will be send to those group administrators or tutors that have activated the \'Notification\' flag in the \'Members\'-tab.\";s:26:\"grp_sure_add_user_to_group\";s:49:\"Do you really want to add this user to the group?\";s:30:\"grp_sure_create_group_add_user\";s:56:\"Do you really want to create the group and add the user?\";s:7:\"grp_typ\";s:10:\"Group Type\";s:15:\"grp_unsubscribe\";s:11:\"Unsubscribe\";s:25:\"grp_update_subscr_request\";s:25:\"Update Membership Request\";s:16:\"grp_use_existing\";s:18:\"Use Existing Group\";s:18:\"grp_user_agreement\";s:19:\"Released Data Types\";s:23:\"grp_user_agreement_info\";s:46:\"Visible Personal Data for Group Administrators\";s:25:\"grp_user_already_in_group\";s:49:\"The selected user is already member of the group.\";s:19:\"grp_user_been_added\";s:37:\"The user has been added to the group.\";s:26:\"grp_users_already_assigned\";s:44:\"The user is already assigned to this  group.\";s:17:\"grp_usr_agreement\";s:14:\"User Agreement\";s:21:\"grp_view_info_by_type\";s:60:\"This content presentation groups all items by resource type.\";s:20:\"grp_view_info_simple\";s:55:\"This content presentation lists all items in one block.\";s:16:\"grp_view_inherit\";s:7:\"Default\";s:21:\"grp_view_inherit_info\";s:60:\"The group presentation type is adopted from a parent course.\";s:16:\"grp_waiting_list\";s:12:\"Waiting List\";s:25:\"grp_waiting_list_autofill\";s:14:\"With Auto-Fill\";s:30:\"grp_waiting_list_autofill_info\";s:185:\"Participants are recruited from the waiting list automatically on cancellations. This should not be used with the \"Request Membership\" registration procedure as autofill will bypass it.\";s:21:\"grp_waiting_list_info\";s:107:\"If enabled and the maximum number of users is exceeded, new registrations will be placed on a waiting list.\";s:28:\"grp_waiting_list_no_autofill\";s:17:\"Without Auto-Fill\";s:25:\"grp_warn_grp_type_changed\";s:83:\"Do you really want to change the group type? All permission settings will be reset.\";s:35:\"grp_warn_no_max_set_on_waiting_list\";s:202:\"The maximum number of group members is exceeded. You can add your join request to the waiting list. You will receive a message from a group administrator when your request has been approved or rejected.\";s:31:\"grp_warn_wl_set_on_waiting_list\";s:206:\"Some users are already assigned to the waiting list. You can add your join request to the waiting list. You will receive a message from a group administrator when your request has been approved or rejected.\";s:21:\"grp_wrong_max_members\";s:67:\"A maximum number of members is needed for the waiting list feature.\";s:25:\"grp_wrong_min_max_members\";s:53:\"Set a minimum or maximum number of members - or both.\";s:24:\"grp_wrong_reg_time_limit\";s:52:\"Please check the registration start and finish time.\";s:19:\"reg_grp_max_members\";s:25:\"Maximum Number of Members\";s:25:\"reg_grp_max_members_short\";s:25:\"Limited Number of Members\";s:19:\"reg_grp_min_members\";s:25:\"Minimum Number of Members\";}'),('help','en','a:23:{s:8:\"help_all\";s:3:\"All\";s:14:\"help_component\";s:9:\"Component\";s:11:\"help_filter\";s:6:\"Filter\";s:14:\"help_help_file\";s:17:\"Help Package File\";s:14:\"help_help_only\";s:18:\"Workflow Help Only\";s:16:\"help_imported_on\";s:11:\"Imported on\";s:20:\"help_module_uploaded\";s:22:\"Help package uploaded.\";s:12:\"help_modules\";s:13:\"Help Packages\";s:15:\"help_no_content\";s:87:\"There is no help content available for the current screen. You may use the search tool.\";s:21:\"help_open_online_help\";s:16:\"Open Online Help\";s:10:\"help_order\";s:5:\"Order\";s:17:\"help_search_label\";s:11:\"Search Help\";s:18:\"help_select_a_file\";s:21:\"Please select a file.\";s:13:\"help_set_mode\";s:8:\"Set Mode\";s:29:\"help_sure_delete_help_modules\";s:51:\"Are you sure that these packages should be deleted?\";s:20:\"help_toggle_tooltips\";s:13:\"Help Tooltips\";s:25:\"help_toggle_tooltips_info\";s:39:\"Show Help Tooltips for menues and tabs.\";s:15:\"help_tooltip_id\";s:10:\"Tooltip ID\";s:13:\"help_tooltips\";s:13:\"Help Tooltips\";s:22:\"help_tooltips_and_help\";s:26:\"Tooltips and Workflow Help\";s:18:\"help_tooltips_only\";s:13:\"Tooltips Only\";s:11:\"help_topcis\";s:6:\"Topics\";s:12:\"help_tt_text\";s:4:\"Text\";}'),('iass','en','a:87:{s:25:\"download_assessment_paper\";s:20:\"Download Record file\";s:7:\"general\";s:19:\"General Information\";s:7:\"grading\";s:7:\"Grading\";s:12:\"grading_info\";s:12:\"Grading info\";s:14:\"grading_record\";s:14:\"Grading record\";s:8:\"iass_add\";s:28:\"Create Individual Assessment\";s:21:\"iass_add_user_failure\";s:36:\"One or more user could not be added.\";s:21:\"iass_add_user_success\";s:26:\"User added as participant.\";s:10:\"iass_added\";s:27:\"Individual Assessment added\";s:16:\"iass_amend_saved\";s:30:\"Amended record has been saved.\";s:29:\"iass_assessment_not_completed\";s:17:\"Not completed yet\";s:11:\"iass_cancel\";s:6:\"Cancel\";s:15:\"iass_changed_by\";s:26:\"Changed after finalization\";s:21:\"iass_confirm_finalize\";s:8:\"Finalize\";s:23:\"iass_consultation_hours\";s:18:\"Consultation hours\";s:12:\"iass_contact\";s:4:\"Name\";s:17:\"iass_contact_info\";s:19:\"Contact information\";s:12:\"iass_content\";s:30:\"Assessment content description\";s:24:\"iass_content_explanation\";s:50:\"Contents of the assessment, e.g., relevant topics.\";s:9:\"iass_copy\";s:26:\"Copy Individual Assessment\";s:13:\"iass_download\";s:8:\"Download\";s:9:\"iass_edit\";s:8:\"Settings\";s:14:\"iass_edit_info\";s:13:\"Info Settings\";s:16:\"iass_edit_record\";s:18:\"Participant Record\";s:15:\"iass_event_time\";s:18:\"Date of assessment\";s:30:\"iass_event_time_place_required\";s:23:\"Date and place required\";s:35:\"iass_event_time_place_required_info\";s:73:\"Date and place of assessment have to be added to each participant record.\";s:9:\"iass_file\";s:4:\"File\";s:18:\"iass_file_dropzone\";s:28:\"you can drop your files here\";s:18:\"iass_file_required\";s:20:\"Record file required\";s:23:\"iass_file_required_info\";s:60:\"A record file has to be uploaded to each participant record.\";s:26:\"iass_file_visible_examinee\";s:28:\"File visible for participant\";s:15:\"iass_filter_all\";s:3:\"All\";s:18:\"iass_filter_failed\";s:11:\"Failed only\";s:21:\"iass_filter_finalized\";s:14:\"Completed only\";s:25:\"iass_filter_not_finalized\";s:11:\"Drafts only\";s:23:\"iass_filter_not_started\";s:16:\"Not started only\";s:13:\"iass_finalize\";s:8:\"Finalize\";s:18:\"iass_finalize_info\";s:40:\"Individual Assessment will be finalized.\";s:22:\"iass_finalize_user_qst\";s:84:\"Should the participant\'s status really be finalised? No changes possible thereafter.\";s:27:\"iass_further_field_headline\";s:20:\"Detailed Information\";s:14:\"iass_graded_by\";s:9:\"Graded by\";s:21:\"iass_info_emails_expl\";s:53:\"You may provide several addresses separated by comma.\";s:18:\"iass_internal_note\";s:20:\"Internal record note\";s:23:\"iass_internal_note_info\";s:68:\"Internal notes are only visible for tutors but not for participants.\";s:13:\"iass_location\";s:8:\"Location\";s:10:\"iass_mails\";s:6:\"E-Mail\";s:21:\"iass_may_not_finalize\";s:59:\"Examinee may not be finalised. Please grade the user first.\";s:25:\"iass_membership_finalized\";s:16:\"Record finalised\";s:21:\"iass_membership_saved\";s:31:\"Record saved, not yet finalised\";s:32:\"iass_mess_notification_completed\";s:91:\"You passed the assessment <i>%s</i>. Please check the following grading record for details:\";s:29:\"iass_mess_notification_failed\";s:91:\"You failed the assessment <i>%s</i>. Please check the following grading record for details:\";s:11:\"iass_notify\";s:36:\"Make Result available to Participant\";s:23:\"iass_notify_explanation\";s:123:\"The participant will be notified via e-mail after finalisation and will get access to her or his record on the Info screen.\";s:10:\"iass_phone\";s:5:\"Phone\";s:10:\"iass_place\";s:19:\"Place of assessment\";s:11:\"iass_record\";s:11:\"Record note\";s:16:\"iass_record_info\";s:165:\"Examinees can see the record note after having been graded finally. If notification is enabled below, the record note will be send to the participant by e-mail, too.\";s:20:\"iass_record_template\";s:15:\"Record template\";s:32:\"iass_record_template_explanation\";s:92:\"Template for participant grading record. Will be used automatically for any new participant.\";s:20:\"iass_remove_user_qst\";s:41:\"Should the participant really be removed?\";s:19:\"iass_responsibility\";s:14:\"Responsibility\";s:15:\"iass_save_amend\";s:19:\"Save Amended Record\";s:26:\"iass_settings_availability\";s:12:\"Availability\";s:19:\"iass_settings_saved\";s:15:\"Settings saved.\";s:24:\"iass_sort_changetime_asc\";s:21:\"Last Change ascending\";s:25:\"iass_sort_changetime_desc\";s:22:\"Last Change descending\";s:28:\"iass_sort_examiner_login_asc\";s:18:\"Examiner ascending\";s:29:\"iass_sort_examiner_login_desc\";s:19:\"Examiner descending\";s:18:\"iass_sort_name_asc\";s:18:\"Username ascending\";s:19:\"iass_sort_name_desc\";s:19:\"Username descending\";s:21:\"iass_status_completed\";s:9:\"Completed\";s:18:\"iass_status_failed\";s:6:\"Failed\";s:19:\"iass_status_pending\";s:14:\"Status pending\";s:32:\"iass_subj_notification_completed\";s:39:\"%s: Individual Assessment is completed.\";s:29:\"iass_subj_notification_failed\";s:36:\"%s: Individual Assessment is failed.\";s:16:\"iass_upload_file\";s:11:\"Record file\";s:17:\"iass_user_removed\";s:42:\"Participant has successfully been removed.\";s:14:\"iass_usr_amend\";s:13:\"Amend Grading\";s:28:\"iass_usr_download_attachment\";s:19:\"Download Attachment\";s:13:\"iass_usr_edit\";s:23:\"Edit Participant Record\";s:15:\"iass_usr_remove\";s:34:\"Remove Participant from Assessment\";s:13:\"iass_usr_view\";s:18:\"Participant Record\";s:14:\"il_iass_member\";s:11:\"Participant\";s:15:\"il_iass_members\";s:12:\"Participants\";s:11:\"lp_inactive\";s:95:\"Note: the learning progress for this object is inactive. Thus memberships may not be finalised.\";s:10:\"save_amend\";s:19:\"Save Amended Record\";}'),('impr','en','a:1:{s:19:\"impr_page_type_impr\";s:7:\"Imprint\";}'),('init','en','a:4:{s:30:\"init_error_authentication_fail\";s:22:\"Authentication failed.\";s:22:\"init_error_maintenance\";s:83:\"The server is not available due to maintenance. We apologise for any inconvenience.\";s:25:\"init_error_redirect_click\";s:25:\"Please click to continue.\";s:24:\"init_error_redirect_info\";s:34:\"Redirect not supported by context.\";}'),('irss','en','a:42:{s:15:\"action_download\";s:8:\"Download\";s:11:\"action_goto\";s:13:\"Open Resource\";s:22:\"action_remove_resource\";s:15:\"Delete Resource\";s:26:\"action_remove_resource_msg\";s:48:\"Do you want to delete the following Resource(s)?\";s:21:\"action_show_revisions\";s:14:\"Show Revisions\";s:20:\"by_creation_date_asc\";s:28:\"By Creation Date (Ascending)\";s:21:\"by_creation_date_desc\";s:29:\"By Creation Date (Descending)\";s:11:\"by_size_asc\";s:24:\"By File Size (Ascending)\";s:12:\"by_size_desc\";s:25:\"By File Size (Descending)\";s:12:\"by_title_asc\";s:20:\"By Title (Ascending)\";s:13:\"by_title_desc\";s:21:\"By Title (Descending)\";s:13:\"creation_date\";s:29:\"Creation Date (This Revision)\";s:9:\"file_size\";s:25:\"File Size (This Revision)\";s:21:\"file_size_bigger_than\";s:14:\"File Size > MB\";s:9:\"full_size\";s:29:\"Resource Size (All Revisions)\";s:12:\"max_revision\";s:13:\"Max. Revision\";s:10:\"msg_upload\";s:20:\"Drop Files to upload\";s:11:\"resource_id\";s:11:\"Resource ID\";s:27:\"resource_no_stakeholder_uri\";s:67:\"No Stakeholder provides a valid Link to the usage of this Resource.\";s:17:\"resource_overview\";s:17:\"Resource Overview\";s:8:\"revision\";s:8:\"Revision\";s:15:\"revision_status\";s:6:\"Status\";s:18:\"revision_status_10\";s:9:\"Published\";s:18:\"revision_status_20\";s:5:\"Draft\";s:9:\"revisions\";s:19:\"Available Revisions\";s:11:\"rid_deleted\";s:12:\"File removed\";s:13:\"rids_appended\";s:17:\"Resource(s) added\";s:12:\"rids_deleted\";s:19:\"Resource(s) deleted\";s:12:\"rids_updated\";s:20:\"Ressource(n) updated\";s:7:\"sorting\";s:16:\"Default Ordering\";s:9:\"sorting_1\";s:20:\"By Title (Ascending)\";s:9:\"sorting_2\";s:21:\"By Title (Descending)\";s:9:\"sorting_3\";s:24:\"By File Size (Ascending)\";s:9:\"sorting_4\";s:25:\"By File Size (Descending)\";s:9:\"sorting_5\";s:28:\"By Creation Date (Ascending)\";s:9:\"sorting_6\";s:29:\"By Creation Date (Descending)\";s:12:\"stakeholders\";s:6:\"Origin\";s:10:\"storage_id\";s:10:\"Storage ID\";s:12:\"storage_info\";s:19:\"Storage Information\";s:4:\"type\";s:9:\"File Type\";s:18:\"upload_field_title\";s:14:\"Selected Files\";s:18:\"upload_modal_title\";s:9:\"Add Files\";}'),('itgr','en','a:21:{s:16:\"itgr_always_open\";s:11:\"Always Open\";s:21:\"itgr_assign_materials\";s:16:\"Assign Materials\";s:23:\"itgr_assigned_materials\";s:18:\"Assigned Materials\";s:15:\"itgr_assignment\";s:8:\"Assigned\";s:14:\"itgr_behaviour\";s:15:\"Block Behaviour\";s:19:\"itgr_behaviour_info\";s:80:\"The system will store the opened/closed state for the current user until logout.\";s:14:\"itgr_desc_info\";s:85:\"The description will not be a part of the item group\'s presentation in its container.\";s:9:\"itgr_edit\";s:16:\"Edit Item Groups\";s:22:\"itgr_expandable_closed\";s:29:\"Expandable (initially closed)\";s:20:\"itgr_expandable_open\";s:29:\"Expandable (initially opened)\";s:15:\"itgr_hide_title\";s:10:\"Hide Title\";s:9:\"itgr_item\";s:4:\"Item\";s:9:\"itgr_list\";s:4:\"List\";s:17:\"itgr_list_default\";s:7:\"Default\";s:22:\"itgr_list_default_info\";s:36:\"Inherits value from upper container.\";s:22:\"itgr_list_presentation\";s:17:\"Item Presentation\";s:14:\"itgr_materials\";s:9:\"Materials\";s:15:\"itgr_show_title\";s:10:\"Show Title\";s:20:\"itgr_show_title_info\";s:54:\"Shows title of item group in presentation for learner.\";s:9:\"itgr_tile\";s:5:\"Tiles\";s:14:\"itgr_tile_size\";s:9:\"Tile Size\";}'),('jscalendar','en','a:58:{s:14:\"about_calendar\";s:18:\"About the calendar\";s:19:\"about_calendar_long\";s:366:\"DHTML Date/Time Selector © dynarch.com 2002-2003 For latest version visit: http://dynarch.com/mishoo/calendar.epl Distributed under GNU LGPL.  See http://gnu.org/licenses/lgpl.html for details.  Date selection: - Use the buttons « and » to select year - Use the buttons < and > to select month - Hold mouse button on any of the above buttons for faster selection.\";s:10:\"about_time\";s:139:\"  Time selection: - Click on any of the time parts to increase it - or Shift-click to decrease it - or click and drag for faster selection.\";s:5:\"close\";s:5:\"Close\";s:9:\"day_first\";s:16:\"Display %s first\";s:15:\"def_date_format\";s:8:\"%Y-%m-%d\";s:12:\"drag_to_move\";s:12:\"Drag to move\";s:8:\"go_today\";s:8:\"Go Today\";s:4:\"l_01\";s:7:\"January\";s:4:\"l_02\";s:8:\"February\";s:4:\"l_03\";s:5:\"March\";s:4:\"l_04\";s:5:\"April\";s:4:\"l_05\";s:3:\"May\";s:4:\"l_06\";s:4:\"June\";s:4:\"l_07\";s:4:\"July\";s:4:\"l_08\";s:6:\"August\";s:4:\"l_09\";s:9:\"September\";s:4:\"l_10\";s:7:\"October\";s:4:\"l_11\";s:8:\"November\";s:4:\"l_12\";s:8:\"December\";s:4:\"l_fr\";s:6:\"Friday\";s:4:\"l_mo\";s:6:\"Monday\";s:4:\"l_sa\";s:8:\"Saturday\";s:4:\"l_su\";s:6:\"Sunday\";s:4:\"l_th\";s:8:\"Thursday\";s:4:\"l_tu\";s:7:\"Tuesday\";s:4:\"l_we\";s:9:\"Wednesday\";s:10:\"next_month\";s:26:\"Next month (hold for menu)\";s:9:\"next_year\";s:25:\"Next year (hold for menu)\";s:13:\"open_calendar\";s:71:\"Click here to open a calendar for date selection (JavaScript required!)\";s:10:\"part_today\";s:8:\" (today)\";s:10:\"prev_month\";s:27:\"Prev. month (hold for menu)\";s:9:\"prev_year\";s:26:\"Prev. year (hold for menu)\";s:4:\"s_01\";s:3:\"Jan\";s:4:\"s_02\";s:3:\"Feb\";s:4:\"s_03\";s:3:\"Mar\";s:4:\"s_04\";s:3:\"Apr\";s:4:\"s_05\";s:3:\"May\";s:4:\"s_06\";s:3:\"Jun\";s:4:\"s_07\";s:3:\"Jul\";s:4:\"s_08\";s:3:\"Aug\";s:4:\"s_09\";s:3:\"Sep\";s:4:\"s_10\";s:3:\"Oct\";s:4:\"s_11\";s:3:\"Nov\";s:4:\"s_12\";s:3:\"Dec\";s:4:\"s_fr\";s:2:\"Fr\";s:4:\"s_mo\";s:2:\"Mo\";s:4:\"s_sa\";s:2:\"Sa\";s:4:\"s_su\";s:2:\"Su\";s:4:\"s_th\";s:2:\"Th\";s:4:\"s_tu\";s:2:\"Tu\";s:4:\"s_we\";s:2:\"We\";s:11:\"select_date\";s:11:\"Select date\";s:4:\"time\";s:4:\"Time\";s:9:\"time_part\";s:37:\"(Shift-)Click or drag to change value\";s:5:\"today\";s:5:\"Today\";s:14:\"tt_date_format\";s:9:\"%a, %b %e\";s:2:\"wk\";s:2:\"wk\";}'),('ldap','en','a:123:{s:15:\"add_ldap_server\";s:10:\"Add Server\";s:16:\"ldap_add_missing\";s:20:\"Assign Missing Roles\";s:15:\"ldap_add_remove\";s:16:\"Add/Remove Roles\";s:22:\"ldap_add_role_ass_rule\";s:29:\"New Rule for Role Assignments\";s:10:\"ldap_as_ds\";s:18:\"Use as Data Source\";s:15:\"ldap_as_ds_info\";s:152:\"If activated, this LDAP configuration is used only for the synchronization of user accounts in combination with other authentication methods (e.g. CAS).\";s:20:\"ldap_assignment_type\";s:15:\"Assignment Type\";s:28:\"ldap_authentication_settings\";s:23:\"Authentication Settings\";s:19:\"ldap_bind_anonymous\";s:16:\"Bind Anonymously\";s:14:\"ldap_bind_user\";s:13:\"Bind as User:\";s:21:\"ldap_btn_add_role_ass\";s:12:\"Add New Rule\";s:26:\"ldap_check_role_assignment\";s:38:\"Assignment of Roles After Later Logins\";s:16:\"ldap_choose_role\";s:11:\"Choose Role\";s:25:\"ldap_confirm_del_role_ass\";s:22:\"Delete Role Assignment\";s:25:\"ldap_deleted_role_mapping\";s:19:\"Deleted assignment.\";s:17:\"ldap_deleted_rule\";s:34:\"Deleted selected role assignments.\";s:12:\"ldap_dn_info\";s:47:\"Enter the distinguished name of the LDAP group.\";s:23:\"ldap_edit_role_ass_rule\";s:25:\"Edit Role Assignment Rule\";s:25:\"ldap_edit_role_assignment\";s:30:\"Edit Role ➜ Group Assignment\";s:26:\"ldap_err_missing_plugin_id\";s:31:\"Please enter a valid plugin id.\";s:13:\"ldap_escapedn\";s:9:\"Escape DN\";s:18:\"ldap_escapedn_info\";s:125:\"If enabled, special characters in the \"Distinguished Name (DN)\" of user accounts are escaped in queries for group membership.\";s:16:\"ldap_filter_info\";s:109:\"Filter that will be added to the search filter this way: (&(userattr=username)<strong>(userfilter)</strong>).\";s:16:\"ldap_global_role\";s:11:\"Global Role\";s:27:\"ldap_global_role_assignment\";s:21:\"ILIAS-Role Assignment\";s:21:\"ldap_global_role_info\";s:173:\"Please choose an ILIAS Role new users will be assigned to. <span class=\"asterisk\">*</span> The role selection is <b>required</b> in case you chose a type of synchronisation.\";s:20:\"ldap_group_attribute\";s:19:\"Attribute for Group\";s:25:\"ldap_group_attribute_info\";s:34:\"The group attribute to search for.\";s:13:\"ldap_group_dn\";s:8:\"Group DN\";s:18:\"ldap_group_dn_info\";s:57:\"Gets prepended to ‘BaseDN’ when searching for groups.\";s:19:\"ldap_group_dn_short\";s:9:\"Group DN:\";s:17:\"ldap_group_filter\";s:11:\"LDAP Filter\";s:22:\"ldap_group_filter_info\";s:147:\"Filter that will be added to the search filter when searching for a group: (&(groupattr=group)(memberattr=username)<strong>(groupfilter)</strong>).\";s:17:\"ldap_group_member\";s:22:\"Group Member Attribute\";s:22:\"ldap_group_member_info\";s:164:\"The attribute of the group object where the user dn may be found. Choose ‘Attribute Value is DN’ if the member attribute is the distinguished name of the users.\";s:26:\"ldap_group_member_optional\";s:28:\"Group Membership is Optional\";s:23:\"ldap_group_member_short\";s:10:\"Attribute:\";s:21:\"ldap_group_membership\";s:16:\"Group Membership\";s:15:\"ldap_group_name\";s:10:\"Group Name\";s:20:\"ldap_group_name_info\";s:80:\"The name of the group users have to be a member of to authenticate successfully.\";s:24:\"ldap_group_optional_info\";s:198:\"If enabled, the group membership is not required for a successful authentication. Please enter a user filter for the members of these groups:<br />(&(userattr=username)<strong>(userfilter)</strong>)\";s:23:\"ldap_group_restrictions\";s:29:\"Group Membership Restrictions\";s:16:\"ldap_group_scope\";s:12:\"Search Scope\";s:21:\"ldap_group_scope_info\";s:53:\"Scope for group searching. If unsure choose ‘Sub’\";s:22:\"ldap_group_search_base\";s:17:\"Group Search Base\";s:22:\"ldap_group_user_filter\";s:11:\"User Filter\";s:15:\"ldap_ilias_role\";s:15:\"ILIAS Role Name\";s:14:\"ldap_info_text\";s:16:\"Information Text\";s:19:\"ldap_info_text_info\";s:148:\"If entered, this text will be shown on the info screen for the object this role is assigned to. Optionally this text is available in the Repository.\";s:15:\"ldap_local_role\";s:10:\"Local Role\";s:22:\"ldap_mapping_info_type\";s:39:\"Show Information also in the Repository\";s:18:\"ldap_mapping_table\";s:51:\"Assignment of LDAP Attributes to ILIAS User Profile\";s:21:\"ldap_mapping_template\";s:25:\"Template for objectClass:\";s:16:\"ldap_member_info\";s:65:\"The attribute of the group object where the user dn may be found.\";s:15:\"ldap_memberisdn\";s:21:\"Attribute Value is DN\";s:22:\"ldap_missing_bind_user\";s:84:\"You have chosen ‘Bind as User’: Please enter a valid LDAP username and password.\";s:28:\"ldap_missing_role_assignment\";s:58:\"Please choose a global role new users will be assigned to.\";s:16:\"ldap_moment_sync\";s:23:\"Type of Synchronization\";s:24:\"ldap_new_role_assignment\";s:33:\"Add New Role ➜ Group Assignment\";s:11:\"ldap_plugin\";s:20:\"Assignment by Plugin\";s:14:\"ldap_plugin_id\";s:9:\"Plugin ID\";s:16:\"ldap_plugin_info\";s:75:\"Validate the role assignment with a plugin. Please enter a valid plugin id.\";s:14:\"ldap_referrals\";s:9:\"Referrals\";s:19:\"ldap_referrals_info\";s:177:\"If set, determines whether the LDAP library automatically follows referrals returned by LDAP servers or not. This should be disabled if you are using an active directory server.\";s:22:\"ldap_remove_deprecated\";s:25:\"Deassign Deprecated Roles\";s:16:\"ldap_role_active\";s:28:\"Enable Group Synchronization\";s:21:\"ldap_role_assignments\";s:15:\"Role Assignment\";s:17:\"ldap_role_at_info\";s:73:\"The assignment is based on a specific attribute in the LDAP user profile.\";s:17:\"ldap_role_at_name\";s:14:\"Attribute Name\";s:18:\"ldap_role_at_value\";s:15:\"Attribute Value\";s:19:\"ldap_role_bind_pass\";s:8:\"Password\";s:24:\"ldap_role_bind_pass_info\";s:8:\"Password\";s:19:\"ldap_role_bind_user\";s:8:\"Users DN\";s:24:\"ldap_role_bind_user_info\";s:107:\"Please enter a distinguished name of a LDAP user account. This user needs write access for the LDAP groups.\";s:22:\"ldap_role_by_attribute\";s:14:\"LDAP Attribute\";s:18:\"ldap_role_by_group\";s:15:\"Groupmembership\";s:19:\"ldap_role_by_plugin\";s:9:\"By Plugin\";s:27:\"ldap_role_group_assignments\";s:35:\"Existing Role ➜ Group Assignments\";s:16:\"ldap_role_grp_at\";s:9:\"Attribute\";s:21:\"ldap_role_grp_dn_info\";s:60:\"Please enter the ‘Distinguished Name’ of the LDAP Group.\";s:18:\"ldap_role_grp_info\";s:74:\"Members of a specific LDAP Group will be assigned to the given ILIAS role.\";s:18:\"ldap_role_grp_isdn\";s:21:\"Attribute value is DN\";s:14:\"ldap_role_info\";s:83:\"Enter the name of an ILIAS Role that will control the membership to the LDAP group.\";s:17:\"ldap_role_mapping\";s:33:\"ILIAS Role ➜ LDAP Group Mapping\";s:19:\"ldap_role_name_info\";s:69:\"Please choose either a global role or enter the name of a local role.\";s:20:\"ldap_role_not_exists\";s:36:\"A role with that name does not exist\";s:19:\"ldap_role_selection\";s:14:\"Role Selection\";s:24:\"ldap_role_selection_info\";s:70:\"Your selection is ambiguous. Please choose one of the following roles.\";s:18:\"ldap_role_settings\";s:35:\"LDAP Group Synchronization Settings\";s:19:\"ldap_rule_condition\";s:9:\"Condition\";s:14:\"ldap_rule_type\";s:18:\"Type of Assignment\";s:14:\"ldap_scope_one\";s:3:\"One\";s:14:\"ldap_scope_sub\";s:3:\"Sub\";s:21:\"ldap_search_base_info\";s:50:\"Gets prepended to basedn when searching for users.\";s:18:\"ldap_search_filter\";s:11:\"LDAP Filter\";s:19:\"ldap_server_bind_dn\";s:7:\"User DN\";s:21:\"ldap_server_bind_pass\";s:8:\"Password\";s:19:\"ldap_server_binding\";s:7:\"Binding\";s:16:\"ldap_server_name\";s:26:\"Name of LDAP Configuration\";s:21:\"ldap_server_name_info\";s:56:\"Please choose a name for this LDAP server configuration.\";s:29:\"ldap_server_security_settings\";s:17:\"Security Settings\";s:17:\"ldap_server_short\";s:11:\"Server URL:\";s:20:\"ldap_server_url_info\";s:111:\"A fully qualified URL for specifying the protocol, url and port to connect to. E.g \"ldaps://ldap.ilias.de:636\".\";s:24:\"ldap_server_version_info\";s:31:\"LDAP version to use, usually 3.\";s:12:\"ldap_servers\";s:11:\"LDAP Server\";s:13:\"ldap_settings\";s:15:\"Server Settings\";s:14:\"ldap_sync_cron\";s:12:\"Per Cron Job\";s:15:\"ldap_sync_login\";s:8:\"On Login\";s:17:\"ldap_tbl_role_ass\";s:12:\"Active Rules\";s:17:\"ldap_tls_conflict\";s:111:\"LDAP-TLS can not be used in combination with LDAPv2. Please choose LDAP version ‘3’ or disable TLS support.\";s:22:\"ldap_update_field_info\";s:20:\"Update automatically\";s:17:\"ldap_update_roles\";s:16:\"Role Assignments\";s:19:\"ldap_user_attribute\";s:24:\"Attribute for Login Name\";s:12:\"ldap_user_dn\";s:16:\"User Search Base\";s:17:\"ldap_user_mapping\";s:20:\"User Profile Mapping\";s:15:\"ldap_user_scope\";s:12:\"Search Scope\";s:20:\"ldap_user_scope_info\";s:53:\"Scope for user searching. If unsure choose ‘Sub’.\";s:14:\"ldap_user_sync\";s:29:\"User Synchronization Settings\";s:19:\"ldap_user_sync_cron\";s:25:\"LDAP User Synchronization\";s:24:\"ldap_user_sync_cron_info\";s:112:\"If activated, user accounts will be imported from the LDAP directory and synchronised continuously as an option.\";s:19:\"ldap_user_sync_info\";s:87:\"Defines whether new users are automatically created on login or regularly per cron job.\";s:20:\"ldap_username_filter\";s:15:\"Username Filter\";s:25:\"ldap_username_filter_info\";s:18:\"Use * as wildcard.\";}'),('ldoc','en','a:67:{s:14:\"deleteDocument\";s:6:\"Delete\";s:25:\"detachCriterionAssignment\";s:6:\"Delete\";s:23:\"ldoc_acceptance_history\";s:18:\"Acceptance History\";s:29:\"ldoc_account_reg_not_possible\";s:129:\"Self-registration is currently not possible. Please contact your <a href=\"%1$s\">system administrator</a> for further information.\";s:27:\"ldoc_add_document_btn_label\";s:12:\"Add Document\";s:23:\"ldoc_agreement_document\";s:8:\"Document\";s:31:\"ldoc_agreement_document_missing\";s:7:\"Missing\";s:34:\"ldoc_agreement_documents_tab_label\";s:9:\"Documents\";s:21:\"ldoc_agreement_exists\";s:8:\"Existent\";s:22:\"ldoc_agreement_missing\";s:7:\"Missing\";s:26:\"ldoc_crit_type_usr_country\";s:15:\"Profile Country\";s:31:\"ldoc_crit_type_usr_country_info\";s:383:\"Your document is displayed (and must be accepted the first time a user logs in) if the country set in their user profile matches the country criterion selected from the list below.  Subsequent changes to the country in a user’s profile do not automatically lead to a new document being displayed. You cannot use the same country as the display criterion for more than one document.\";s:30:\"ldoc_crit_type_usr_global_role\";s:20:\"User Has Global Role\";s:35:\"ldoc_crit_type_usr_global_role_info\";s:275:\"The document is displayed (and must be accepted the first time a user logs in) if the global role the user has matches the global role selected from the list below.  Subsequent changes to a user’s global role do not automatically lead to a new ToS document being displayed.\";s:27:\"ldoc_crit_type_usr_language\";s:16:\"Profile Language\";s:32:\"ldoc_crit_type_usr_language_info\";s:342:\"Your document is displayed (and must be accepted) during registration if the user’s language (selected from the list below) matches the language used during registration; or upon login if the user switches to this language in their preferences.  Please note that each language can only be set as the display criterion for a single document.\";s:38:\"ldoc_criterion_assignment_cannot_match\";s:143:\"It is not possible to use this particular criterion for displaying your document. Because of another criterion this document would never match.\";s:40:\"ldoc_criterion_assignment_must_be_unique\";s:112:\"It is not possible to use this particular criterion for displaying your document. This criterion already exists.\";s:24:\"ldoc_deleted_documents_p\";s:32:\"The documents have been deleted.\";s:24:\"ldoc_deleted_documents_s\";s:30:\"The document has been deleted.\";s:13:\"ldoc_disabled\";s:8:\"Disabled\";s:22:\"ldoc_doc_crit_attached\";s:69:\"The criterion for displaying your document has been set successfully.\";s:21:\"ldoc_doc_crit_changed\";s:60:\"The criterion for displaying your document has been changed.\";s:22:\"ldoc_doc_crit_detached\";s:31:\"The criterion has been removed.\";s:15:\"ldoc_doc_delete\";s:15:\"Delete Document\";s:34:\"ldoc_doc_detach_crit_confirm_title\";s:16:\"Remove Criterion\";s:25:\"ldoc_doc_sure_detach_crit\";s:88:\"Are you sure that you want to remove this as the criterion for displaying your document?\";s:13:\"ldoc_document\";s:8:\"Document\";s:12:\"ldoc_enabled\";s:7:\"Enabled\";s:31:\"ldoc_form_attach_criterion_head\";s:45:\"Select Criterion for Displaying your Document\";s:19:\"ldoc_form_criterion\";s:9:\"Criterion\";s:18:\"ldoc_form_document\";s:8:\"Document\";s:34:\"ldoc_form_document_content_changed\";s:137:\"The uploaded file has had its html &lt;head&gt; information removed by ILIAS. Please check the result and upload a new file if necessary.\";s:23:\"ldoc_form_document_info\";s:228:\"Please select a file from your local filesystem. You can either upload a plain text file, or a simple HTML file. HTML files will have their &lt;head/gt; information removed – only the contents of the body element will be used.\";s:22:\"ldoc_form_document_new\";s:14:\"Change Content\";s:27:\"ldoc_form_document_new_info\";s:372:\"Here you can select a file from your local filesystem to change the contents of the document. You can either upload a plain text file, or a simple HTML file. HTML files will have their &lt;head&gt; information removed - only the contents of the body element will be used. The existing contents of the document will be replaced. The acceptance history will not be affected.\";s:24:\"ldoc_form_document_title\";s:5:\"Title\";s:29:\"ldoc_form_document_title_info\";s:38:\"Please enter a title for the document.\";s:29:\"ldoc_form_edit_criterion_head\";s:43:\"Edit Criterion for Displaying Your Document\";s:23:\"ldoc_form_edit_doc_head\";s:13:\"Edit Document\";s:22:\"ldoc_form_new_doc_head\";s:15:\"Create Document\";s:18:\"ldoc_last_modified\";s:11:\"Last Change\";s:18:\"ldoc_ldoc_settings\";s:8:\"Settings\";s:11:\"ldoc_period\";s:6:\"Period\";s:16:\"ldoc_period_from\";s:4:\"From\";s:17:\"ldoc_period_until\";s:5:\"Until\";s:24:\"ldoc_reevaluate_on_login\";s:31:\"Re-evaluate on Successful Login\";s:29:\"ldoc_reevaluate_on_login_desc\";s:370:\"After a successful login, automatically have ILIAS check whether a previously-accepted document is still valid or not. If, for example, a user has changed a setting that is the criterion for displaying a particular document (for example their language setting or country], and ILIAS can find a document with that criterion, then the user has to accept the new agreement.\";s:18:\"ldoc_saved_sorting\";s:29:\"The new order has been saved.\";s:28:\"ldoc_sure_delete_documents_p\";s:55:\"Are you sure you want to delete the selected documents?\";s:28:\"ldoc_sure_delete_documents_s\";s:46:\"Are you sure you want to delete this document?\";s:34:\"ldoc_tbl_docs_action_add_criterion\";s:13:\"Add Criterion\";s:32:\"ldoc_tbl_docs_cell_not_criterion\";s:21:\"No criterion assigned\";s:26:\"ldoc_tbl_docs_head_created\";s:13:\"Creation Date\";s:27:\"ldoc_tbl_docs_head_criteria\";s:9:\"Criterion\";s:30:\"ldoc_tbl_docs_head_last_change\";s:11:\"Last Change\";s:26:\"ldoc_tbl_docs_head_sorting\";s:5:\"Order\";s:24:\"ldoc_tbl_docs_head_title\";s:5:\"Title\";s:19:\"ldoc_tbl_docs_title\";s:9:\"Documents\";s:32:\"ldoc_tbl_hist_cell_not_criterion\";s:21:\"No criterion assigned\";s:34:\"ldoc_tbl_hist_head_acceptance_date\";s:4:\"Date\";s:27:\"ldoc_tbl_hist_head_criteria\";s:9:\"Criterion\";s:27:\"ldoc_tbl_hist_head_document\";s:8:\"Document\";s:28:\"ldoc_tbl_hist_head_firstname\";s:10:\"First Name\";s:27:\"ldoc_tbl_hist_head_lastname\";s:9:\"Last Name\";s:24:\"ldoc_tbl_hist_head_login\";s:16:\"Username (Login)\";s:21:\"ldoc_updated_document\";s:17:\"Document uploaded\";}'),('lhist','en','a:15:{s:17:\"cont_create_lhist\";s:31:\"Create Learning History Element\";s:17:\"cont_update_lhist\";s:29:\"Edit Learning History Element\";s:9:\"lhist_all\";s:3:\"All\";s:27:\"lhist_cont_placeholder_text\";s:86:\"This element will show the learning history in the presentation mode of the portfolio.\";s:29:\"lhist_enable_learning_history\";s:16:\"Learning History\";s:34:\"lhist_enable_learning_history_info\";s:50:\"Enables an overview of all achievements of a user.\";s:17:\"lhist_first_login\";s:11:\"First Login\";s:22:\"lhist_learning_history\";s:16:\"Learning History\";s:11:\"lhist_lhist\";s:16:\"Learning History\";s:12:\"lhist_manual\";s:6:\"Manual\";s:16:\"lhist_no_entries\";s:75:\"Achieve your goals! Learn something today to further your learning history.\";s:12:\"lhist_period\";s:6:\"Period\";s:14:\"lhist_selected\";s:8:\"Selected\";s:15:\"lhist_show_more\";s:9:\"Show More\";s:25:\"lhist_type_of_achievement\";s:19:\"Type of Achievement\";}'),('like','en','a:2:{s:4:\"like\";s:4:\"Like\";s:8:\"reaction\";s:8:\"Reaction\";}'),('link','en','a:5:{s:13:\"link_chapters\";s:8:\"Chapters\";s:9:\"link_link\";s:4:\"Link\";s:9:\"link_mobs\";s:13:\"Media Objects\";s:10:\"link_terms\";s:5:\"Terms\";s:11:\"link_wpages\";s:10:\"Wiki Pages\";}'),('lm','en','a:11:{s:32:\"lm_btn_lp_toggle_state_completed\";s:17:\"Set Not Completed\";s:36:\"lm_btn_lp_toggle_state_not_completed\";s:13:\"Set Completed\";s:7:\"lm_copy\";s:20:\"Copy Learning Module\";s:16:\"lm_edit_chapters\";s:13:\"Edit Chapters\";s:19:\"lm_edit_lm_settings\";s:29:\"Edit Learning Module Settings\";s:19:\"lm_est_reading_time\";s:22:\"Estimated Reading Time\";s:24:\"lm_est_reading_time_info\";s:97:\"In Learning Modules in the repository the estimated reading time can be determined and displayed.\";s:13:\"lm_page_added\";s:20:\"Page has been added.\";s:15:\"lm_page_type_lm\";s:7:\"LM Page\";s:14:\"lm_pages_added\";s:22:\"Pages have been added.\";s:14:\"lm_save_titles\";s:13:\"Titles saved.\";}'),('lng','en','a:5:{s:18:\"language_detection\";s:18:\"Language Detection\";s:30:\"lng_disable_language_detection\";s:26:\"Disable Language Detection\";s:23:\"lng_download_deprecated\";s:24:\"Download Deprecated List\";s:29:\"lng_enable_language_detection\";s:25:\"Enable Language Detection\";s:29:\"lng_switch_language_detection\";s:25:\"Switch Language Detection\";}'),('log','en','a:22:{s:11:\"log_browser\";s:19:\"Browser Console Log\";s:17:\"log_browser_users\";s:27:\"Usernames Using Console Log\";s:10:\"log_cache_\";s:7:\"Caching\";s:14:\"log_cache_info\";s:154:\"Only if a message reaches or surpasses the caching level, all messages which have at least the log level will be added to the log for the current request.\";s:15:\"log_cache_level\";s:13:\"Caching-Level\";s:23:\"log_component_btn_reset\";s:14:\"Reset Settings\";s:27:\"log_component_col_component\";s:9:\"Component\";s:23:\"log_component_col_level\";s:9:\"Log-Level\";s:23:\"log_component_root_desc\";s:62:\"Leg-Level for message which are not assigned to any component.\";s:14:\"log_components\";s:10:\"Components\";s:20:\"log_general_settings\";s:16:\"Logging Settings\";s:15:\"log_level_alert\";s:5:\"ALERT\";s:18:\"log_level_critical\";s:8:\"CRITICAL\";s:15:\"log_level_debug\";s:5:\"DEBUG\";s:19:\"log_level_emergency\";s:9:\"EMERGENCY\";s:15:\"log_level_error\";s:5:\"ERROR\";s:14:\"log_level_info\";s:4:\"INFO\";s:16:\"log_level_notice\";s:6:\"NOTICE\";s:13:\"log_level_off\";s:8:\"Disabled\";s:17:\"log_level_warning\";s:7:\"WARNING\";s:13:\"log_log_level\";s:9:\"Log Level\";s:10:\"log_memory\";s:16:\"Log Memory Usage\";}'),('logging','en','a:12:{s:20:\"error_settings_saved\";s:14:\"Settings saved\";s:20:\"frm_clear_older_then\";s:24:\"Deletes files older then\";s:25:\"frm_clear_older_then_info\";s:30:\"Please enter duration in days.\";s:27:\"log_error_file_cleanup_info\";s:42:\"Deletes old or orphand files of error log.\";s:28:\"log_error_file_cleanup_title\";s:38:\"Delete old or orphaned error log files\";s:16:\"log_error_folder\";s:4:\"Path\";s:14:\"log_error_mail\";s:14:\"Mail recipient\";s:17:\"log_error_message\";s:94:\"Sorry, an error occured. A logfile has been created which can be identified via the code \"%s\".\";s:27:\"log_error_message_send_mail\";s:65:\"Please send a mail to <a href=\"mailto:%s?subject=code: %s\">%s</a>\";s:38:\"log_error_path_not_configured_or_wrong\";s:61:\"Path to errors (error_path) is not configured or unreachable.\";s:18:\"log_error_settings\";s:22:\"Error logging settings\";s:13:\"logs_settings\";s:16:\"Logging Settings\";}'),('lso','en','a:108:{s:8:\"abstract\";s:8:\"Abstract\";s:12:\"abstract_img\";s:18:\"Image for Abstract\";s:17:\"avail_time_period\";s:6:\"Period\";s:15:\"completed_steps\";s:12:\"Passed Steps\";s:16:\"condition_always\";s:6:\"Always\";s:28:\"cont_ed_insert_lsocurriculum\";s:35:\"Insert Learning Sequence Curriculum\";s:29:\"cont_ed_insert_lsostartbutton\";s:37:\"Insert Learning Sequence Start Button\";s:10:\"curriculum\";s:7:\"Content\";s:19:\"delete_confirmation\";s:45:\"Are you sure you want to delete this objects?\";s:15:\"entries_deleted\";s:29:\"Successfully deleted entries.\";s:15:\"entries_updated\";s:13:\"Entries saved\";s:5:\"extro\";s:9:\"Exit Page\";s:9:\"extro_img\";s:19:\"Image for Exit Page\";s:6:\"failed\";s:6:\"Failed\";s:8:\"finished\";s:8:\"Finished\";s:12:\"first_access\";s:12:\"First Access\";s:11:\"last_access\";s:11:\"Last Access\";s:17:\"last_visited_step\";s:17:\"Last visited Step\";s:12:\"learner_view\";s:8:\"Overview\";s:25:\"lp_not_relevant_post_cond\";s:39:\"currently not relevant for continuation\";s:26:\"lso_activation_online_info\";s:159:\"Set the Learning Sequence online to make it visible and available for Learning Sequence members. If not, only administrators and tutors will have access to it.\";s:22:\"lso_at_least_one_admin\";s:61:\"There has to be at least one learning sequence administrator.\";s:19:\"lso_edit_permission\";s:35:\"User can change permission settings\";s:25:\"lso_header_delete_members\";s:75:\"Would you like to remove the following members from this learning sequence?\";s:23:\"lso_header_edit_members\";s:12:\"Edit Members\";s:30:\"lso_intropages_deprecationhint\";s:61:\"You can edit the abstract and exit page in the tab \"Content\".\";s:15:\"lso_legacy_info\";s:202:\"The object will open in a new tab in your browser. Please return to this tab after processing/editing the contents. Reload the page if you have edited the content but the \"Next\" button remains disabled.\";s:26:\"lso_mail_admission_new_bod\";s:76:\"we are pleased to announce your registration for the learning sequence \"%s\".\";s:26:\"lso_mail_admission_new_sub\";s:44:\"Your registration for learning sequence \"%s\"\";s:20:\"lso_mail_dismiss_bod\";s:62:\"your membership in learning sequence \"%s\" has been terminated.\";s:20:\"lso_mail_dismiss_sub\";s:47:\"Membership terminated in learning sequence \"%s\"\";s:29:\"lso_mail_notification_reg_bod\";s:45:\"%s has registered for learning sequence \"%s\".\";s:33:\"lso_mail_notification_reg_req_bod\";s:55:\"%s has requested membership for learning sequence \"%s\".\";s:34:\"lso_mail_notification_reg_req_bod2\";s:36:\"To confirm this registration, go to:\";s:33:\"lso_mail_notification_reg_req_sub\";s:38:\"Request to join learning sequence \"%s\"\";s:29:\"lso_mail_notification_reg_sub\";s:42:\"User registered for learning sequence \"%s\"\";s:31:\"lso_mail_notification_unsub_bod\";s:67:\"%s has cancelled his/her membership for the learning sequence \"%s\".\";s:32:\"lso_mail_notification_unsub_bod2\";s:175:\"There might be other members on a waiting list of your learning sequence. You should check for the waiting list now. To view the members of your learning sequence, click here:\";s:31:\"lso_mail_notification_unsub_sub\";s:32:\"User left learning sequence \"%s\"\";s:23:\"lso_mail_permanent_link\";s:100:\"Click on the following link to find all of the information you need regarding the learning sequence:\";s:19:\"lso_mail_status_bod\";s:55:\"your status in learning sequence \"%s\" has been changed.\";s:19:\"lso_mail_status_sub\";s:40:\"Changed status in learning sequence \"%s\"\";s:20:\"lso_mail_sub_acc_bod\";s:75:\"we are pleased to confirm your registration for the learning sequence \"%s\".\";s:20:\"lso_mail_sub_acc_sub\";s:31:\"Registration confirmed for \"%s\"\";s:20:\"lso_mail_sub_dec_bod\";s:84:\"we regret to say that your registration has been refused for learning sequence \"%s\".\";s:20:\"lso_mail_sub_dec_sub\";s:47:\"Registration refused for learning sequence \"%s\"\";s:29:\"lso_mail_subscribe_member_bod\";s:75:\"we are pleased to confirm your registration for the learning sequence \"%s\".\";s:29:\"lso_mail_subscribe_member_sub\";s:44:\"Your registration for learning sequence \"%s\"\";s:31:\"lso_mail_unsubscribe_member_bod\";s:149:\"we confirm your cancellation of membership in learning sequence %s. We hope that you find an opportunity to participate in another learning sequence.\";s:31:\"lso_mail_unsubscribe_member_sub\";s:57:\"Your cancellation of membership in learning sequence \"%s\"\";s:15:\"lso_mail_wl_bod\";s:230:\"you have been assigned to the waiting list of learning sequence \"%s\". You are assigned to position %s on the list.  You will receive a message from a learning sequence administrator when your request has been approved or rejected.\";s:15:\"lso_mail_wl_sub\";s:44:\"Your registration for learning sequence \"%s\"\";s:35:\"lso_mainbar_button_label_curriculum\";s:17:\"Learning Sequence\";s:28:\"lso_mainbar_button_label_toc\";s:7:\"Content\";s:18:\"lso_mem_tbl_header\";s:24:\"Learning Sequence Member\";s:25:\"lso_member_administration\";s:17:\"Edit Participants\";s:19:\"lso_members_deleted\";s:66:\"Selected members were successfully removed from learning sequence.\";s:19:\"lso_members_gallery\";s:33:\"Learning Sequence Members Gallery\";s:23:\"lso_members_print_title\";s:25:\"Learning sequence members\";s:17:\"lso_min_one_admin\";s:78:\"There has to be at least one administrator assigned to this learning sequence.\";s:23:\"lso_msg_member_assigned\";s:47:\"User(s) assigned as learning sequence member(s)\";s:31:\"lso_multidownload_not_available\";s:86:\"Downloading multiple objects is currently not available for Learning Sequence Objects.\";s:14:\"lso_new_status\";s:19:\"Your new status is:\";s:16:\"lso_notification\";s:12:\"Notification\";s:34:\"lso_notification_explanation_admin\";s:102:\"You receive mail from ILIAS because you are learning sequence administrator with notification enabled.\";s:14:\"lso_notify_off\";s:45:\"Notification about new registrations disabled\";s:13:\"lso_notify_on\";s:44:\"Notification about new registrations enabled\";s:19:\"lso_player_abstract\";s:18:\"Show Abstract Info\";s:16:\"lso_player_extro\";s:15:\"Show Final Page\";s:17:\"lso_player_finish\";s:6:\"Finish\";s:15:\"lso_player_next\";s:4:\"Next\";s:19:\"lso_player_previous\";s:8:\"Previous\";s:17:\"lso_player_resume\";s:24:\"Resume Learning Sequence\";s:17:\"lso_player_review\";s:24:\"Review Learning Sequence\";s:16:\"lso_player_start\";s:23:\"Start Learning Sequence\";s:18:\"lso_player_suspend\";s:7:\"Suspend\";s:24:\"lso_player_viewmodelabel\";s:17:\"Learning Sequence\";s:14:\"lso_print_list\";s:13:\"Generate list\";s:8:\"lso_read\";s:41:\"User has read access to Learning Sequence\";s:16:\"lso_search_users\";s:12:\"Search Users\";s:25:\"lso_settings_availability\";s:12:\"Availability\";s:31:\"lso_settings_availability_error\";s:51:\"The end date can not be earlier than the start date\";s:18:\"lso_settings_extro\";s:14:\"Edit Exit Page\";s:18:\"lso_settings_intro\";s:15:\"Edit Intro Page\";s:22:\"lso_settings_old_extro\";s:18:\"View Old Exit Page\";s:22:\"lso_settings_old_intro\";s:19:\"View Old Intro Page\";s:21:\"lso_show_members_info\";s:34:\"Member Gallery available for users\";s:14:\"lso_start_item\";s:7:\"Open %s\";s:24:\"lso_toast_completed_desc\";s:92:\"You have completed this Learning Sequence. You might still keep looking through the content.\";s:25:\"lso_toast_completed_title\";s:15:\"Congratulations\";s:26:\"lso_users_already_assigned\";s:54:\"The user is already assigned to this learning sequence\";s:14:\"mail_lso_roles\";s:41:\"Send mails to roles of learning sequence.\";s:6:\"manage\";s:6:\"Manage\";s:22:\"manage_content_maintab\";s:7:\"Content\";s:15:\"members_gallery\";s:14:\"Member Gallery\";s:30:\"no_entries_selected_for_delete\";s:44:\"There has to be at least one entry selected.\";s:12:\"not_finished\";s:12:\"Not Finished\";s:32:\"notification_lso_completed_title\";s:39:\"You completed the Learning Sequence %s.\";s:11:\"participate\";s:9:\"Subscribe\";s:12:\"show_summary\";s:4:\"Info\";s:13:\"table_actions\";s:7:\"Actions\";s:17:\"table_lp_settings\";s:26:\"Learning Progress Settings\";s:17:\"table_may_proceed\";s:16:\"User may proceed\";s:12:\"table_online\";s:6:\"Online\";s:14:\"table_position\";s:8:\"Position\";s:22:\"table_sequence_content\";s:18:\"Content Management\";s:11:\"table_title\";s:5:\"Title\";s:13:\"unparticipate\";s:11:\"Unsubscribe\";}'),('lti','en','a:292:{s:20:\"act_lti_for_obj_type\";s:31:\"Activate LTI for Type of Object\";s:11:\"activity_id\";s:11:\"Activity ID\";s:16:\"activity_id_info\";s:68:\"This Activity ID is used by the LTI Provider to identify Statements.\";s:8:\"auth_lti\";s:8:\"LTI Auth\";s:18:\"clti_privacy_ident\";s:19:\"User identification\";s:38:\"clti_privacy_ident_il_uuid_ext_account\";s:88:\"External User ID combined with a unique ILIAS platform id formatted as an E-Mail address\";s:43:\"clti_privacy_ident_il_uuid_ext_account_info\";s:81:\"This is identical to each call, but may allow a direct conclusion about the user.\";s:32:\"clti_privacy_ident_il_uuid_login\";s:83:\"ILIAS Login combined with a unique ILIAS platform id formatted as an E-Mail address\";s:37:\"clti_privacy_ident_il_uuid_login_info\";s:109:\"Sends the login name. This is identical to each call, but may allow a direct conclusion about the ILIAS user.\";s:33:\"clti_privacy_ident_il_uuid_random\";s:81:\"Random ID combined with a unique ILIAS platform ID formatted as an E-Mail address\";s:38:\"clti_privacy_ident_il_uuid_random_info\";s:219:\"For each ILIAS object and ILIAS user a random ID is generated which remains identical for each call. Conclusions about a user are very limited because it is practically impossible to create user profiles across objects.\";s:33:\"clti_privacy_ident_il_uuid_sha256\";s:76:\"Hash combined with a unique ILIAS platform id formatted as an E-Mail address\";s:38:\"clti_privacy_ident_il_uuid_sha256_info\";s:96:\"This is identical to each call, but does not permit any direct conclusions about the ILIAS user.\";s:36:\"clti_privacy_ident_il_uuid_sha256url\";s:66:\"Hash combined with the ILIAS Domain formatted as an E-Mail address\";s:41:\"clti_privacy_ident_il_uuid_sha256url_info\";s:197:\"This is identical to each call, with with a maximum of 80 characters significantly shorter than the variant with the ILIAS platform ID and allows only very limited conclusions about the ILIAS user.\";s:34:\"clti_privacy_ident_il_uuid_user_id\";s:85:\"ILIAS user id combined with a unique ILIAS platform id formatted as an E-Mail address\";s:39:\"clti_privacy_ident_il_uuid_user_id_info\";s:115:\"Sends the internal numeric user id. This is identical to each call, but may allow conclusions about the ILIAS user.\";s:23:\"clti_privacy_ident_info\";s:74:\"Standard is frequently the email address. The unique ILIAS platform id is:\";s:29:\"clti_privacy_ident_real_email\";s:14:\"E-Mail Address\";s:34:\"clti_privacy_ident_real_email_info\";s:108:\"Sends E-Mail Address of user as identification (Warning: an E-Mail Address might be used by multiple users!)\";s:17:\"clti_privacy_name\";s:9:\"User name\";s:27:\"clti_privacy_name_firstname\";s:10:\"First name\";s:32:\"clti_privacy_name_firstname_info\";s:48:\"Sends the first name of the user name from ILIAS\";s:26:\"clti_privacy_name_fullname\";s:11:\"Entire name\";s:31:\"clti_privacy_name_fullname_info\";s:37:\"Sends title, first name and last name\";s:22:\"clti_privacy_name_info\";s:45:\"Sending an user name is usually not required.\";s:26:\"clti_privacy_name_lastname\";s:19:\"Title and last name\";s:31:\"clti_privacy_name_lastname_info\";s:70:\"Sends Mister or Ms/Mrs. (unless otherwise specified) and the last name\";s:22:\"clti_privacy_name_none\";s:6:\"No one\";s:27:\"clti_privacy_name_none_info\";s:27:\"Sends \'-\' instead of a name\";s:9:\"consumers\";s:9:\"Consumers\";s:16:\"description_info\";s:46:\"The description will be shown below the title.\";s:18:\"field_provider_xml\";s:8:\"XML-File\";s:23:\"field_provider_xml_info\";s:120:\"Supported are XML-Files for Tool Consumer and for Common Cartridge according to https://www.imsglobal.org/specs/lti/xml.\";s:20:\"form_import_provider\";s:22:\"Import Global Provider\";s:18:\"gbl_roles_to_users\";s:33:\"Global Role assigned to LTI Users\";s:22:\"global_provider_subtab\";s:36:\"Global Providers/tools for all Users\";s:27:\"grade_activity_progress_all\";s:36:\"All Information on Activity Progress\";s:33:\"grade_activity_progress_completed\";s:9:\"Completed\";s:35:\"grade_activity_progress_initialized\";s:11:\"Initialized\";s:34:\"grade_activity_progress_inprogress\";s:11:\"In Progress\";s:31:\"grade_activity_progress_started\";s:7:\"Started\";s:33:\"grade_activity_progress_submitted\";s:9:\"Submitted\";s:26:\"grade_grading_progress_all\";s:35:\"All Information on Grading Progress\";s:29:\"grade_grading_progress_failed\";s:39:\"The Grading could not complete (Failed)\";s:34:\"grade_grading_progress_fullygraded\";s:32:\"The Grading Process is completed\";s:31:\"grade_grading_progress_notready\";s:42:\"No Grading Process is occurring (NotReady)\";s:30:\"grade_grading_progress_pending\";s:22:\"Final Grade is pending\";s:36:\"grade_grading_progress_pendingmanual\";s:51:\"Final Grade is pending; requires Human Intervention\";s:21:\"highscore_achieved_ts\";s:4:\"Date\";s:33:\"highscore_achieved_ts_description\";s:61:\"A column containing the date will be included in the ranking.\";s:20:\"highscore_all_tables\";s:38:\"Participant\'s Own Rank and Top Ranking\";s:32:\"highscore_all_tables_description\";s:89:\"Participants get information about the top ranking and their own position in the ranking.\";s:21:\"highscore_description\";s:107:\"The names of other users could be displayed if the right \'View learning experiences of other users\' is set.\";s:17:\"highscore_enabled\";s:7:\"Ranking\";s:14:\"highscore_mode\";s:4:\"Mode\";s:19:\"highscore_own_table\";s:22:\"Participant\'s Own Rank\";s:31:\"highscore_own_table_description\";s:62:\"Participants are advised of their own position in the ranking.\";s:20:\"highscore_percentage\";s:10:\"Percentage\";s:32:\"highscore_percentage_description\";s:76:\"A column containing the score as percentage will be included in the ranking.\";s:15:\"highscore_score\";s:5:\"Score\";s:27:\"highscore_score_description\";s:62:\"A column containing the score will be included in the ranking.\";s:17:\"highscore_top_num\";s:21:\"Length of Top Ranking\";s:29:\"highscore_top_num_description\";s:66:\"Specify how many ranks are to be included in the top ranking list.\";s:22:\"highscore_top_num_unit\";s:7:\"entries\";s:19:\"highscore_top_table\";s:11:\"Top Ranking\";s:31:\"highscore_top_table_description\";s:68:\"Participants are presented with a table containing the top rankings.\";s:15:\"highscore_wtime\";s:8:\"Duration\";s:27:\"highscore_wtime_description\";s:65:\"A column containing the duration will be included in the ranking.\";s:13:\"launch_method\";s:18:\"Options for Launch\";s:22:\"launch_method_embedded\";s:16:\"Embedded Content\";s:27:\"launch_method_embedded_info\";s:107:\"The content is opened within the ILIAS context. It is presented as embedded content within the content tab.\";s:21:\"launch_method_new_win\";s:10:\"New Window\";s:26:\"launch_method_new_win_info\";s:88:\"The content is opened in a new window. When leaving the content this window gets closed.\";s:21:\"launch_method_own_win\";s:10:\"Own Window\";s:26:\"launch_method_own_win_info\";s:123:\"The content is opened in the same window and replaces the ILIAS Screen. When leaving the content the user returns to ILIAS.\";s:8:\"launched\";s:30:\"Resource was already launched.\";s:25:\"learning_progress_options\";s:29:\"Options for Learning Progress\";s:29:\"lm_only_one_download_per_type\";s:67:\"Only one file per type (XML, HTML, SCORM) can be released publicly.\";s:11:\"lti13_hints\";s:109:\"If the tool was created without dynamic registration, the following data must be entered for the tool to run.\";s:25:\"lti_13_authentication_url\";s:26:\"Authentication Request URL\";s:16:\"lti_13_client_id\";s:9:\"Client-ID\";s:20:\"lti_13_deployment_id\";s:13:\"Deployment-ID\";s:17:\"lti_13_keyset_url\";s:17:\"Public Keyset URL\";s:18:\"lti_13_platform_id\";s:11:\"Platform-ID\";s:12:\"lti_13_step1\";s:6:\"Step 1\";s:17:\"lti_13_step1_info\";s:142:\"For the initiating platform (consumer), enter the following address for Launch URL, Initiate Login URL, Redirection URI, and Registration URL:\";s:12:\"lti_13_step2\";s:6:\"Step 2\";s:17:\"lti_13_step2_info\";s:172:\"You will receive information from the initiating platform (Consumer), which you must enter in the following fields. After saving, the LTI 1.3 functionalities are available.\";s:16:\"lti_13_token_url\";s:16:\"Access Token URL\";s:36:\"lti_action_accept_provider_as_global\";s:48:\"Accept Provider as Global Provider for all Users\";s:37:\"lti_action_accept_providers_as_global\";s:26:\"Accept Providers as Global\";s:27:\"lti_action_delete_providers\";s:16:\"Delete Providers\";s:24:\"lti_action_edit_provider\";s:13:\"Edit Provider\";s:39:\"lti_action_reset_provider_to_user_scope\";s:39:\"Reset Provider as User Defined Provider\";s:40:\"lti_action_reset_providers_to_user_scope\";s:31:\"Reset Providers as User Defined\";s:23:\"lti_add_global_provider\";s:33:\"Add Global Provider for all Users\";s:20:\"lti_add_own_provider\";s:36:\"Add Own Provider (not for all Users)\";s:9:\"lti_admin\";s:17:\"LTI Administrator\";s:32:\"lti_at_least_one_prov_has_usages\";s:96:\"At least one provider could not be deleted because this provider has usages (might be in trash).\";s:27:\"lti_auth_failed_invalid_key\";s:51:\"Authentication failed, no valid consumer key given.\";s:20:\"lti_con_content_item\";s:24:\"Support for Deep Linking\";s:24:\"lti_con_content_item_url\";s:11:\"Content URL\";s:29:\"lti_con_grade_synchronization\";s:25:\"Advanced Grading Services\";s:34:\"lti_con_grade_synchronization_info\";s:56:\"The LTI tool must offer \'Assignment and Grade Services\'.\";s:26:\"lti_con_initiate_login_url\";s:18:\"Initiate Login URL\";s:16:\"lti_con_key_type\";s:15:\"Public Key Type\";s:20:\"lti_con_key_type_jwk\";s:20:\"URL (Json Web Token)\";s:25:\"lti_con_key_type_jwk_info\";s:54:\"Entering this URL avoids the need to enter an RSA key.\";s:24:\"lti_con_key_type_jwk_url\";s:3:\"URL\";s:20:\"lti_con_key_type_rsa\";s:7:\"RSA-Key\";s:31:\"lti_con_key_type_rsa_public_key\";s:10:\"Public Key\";s:36:\"lti_con_key_type_rsa_public_key_info\";s:66:\"Insert the key provided by the tool (provider) in PEM format here.\";s:27:\"lti_con_prov_always_learner\";s:26:\"LTI User is always Learner\";s:32:\"lti_con_prov_always_learner_info\";s:191:\"Usually the role in ILIAS is mapped to a LTI role. Course Administrators could have more rights in the Provider, e.g. to manipulate the object. Activate this option to avoid the Role Mapping.\";s:27:\"lti_con_prov_authentication\";s:14:\"Authentication\";s:25:\"lti_con_prov_availability\";s:12:\"Availability\";s:32:\"lti_con_prov_availability_create\";s:20:\"For Creating Objects\";s:34:\"lti_con_prov_availability_existing\";s:25:\"Only for existing Objects\";s:29:\"lti_con_prov_availability_non\";s:13:\"not available\";s:21:\"lti_con_prov_category\";s:8:\"Category\";s:26:\"lti_con_prov_category_info\";s:63:\"Category to filter entries when LTI Consumer Object is created.\";s:26:\"lti_con_prov_custom_params\";s:44:\"Custom Parameters for this specific Provider\";s:31:\"lti_con_prov_custom_params_info\";s:58:\"Please enter them in the form param1=value1; param2=value2\";s:24:\"lti_con_prov_description\";s:11:\"Description\";s:27:\"lti_con_prov_dyn_reg_params\";s:19:\"Optional Parameters\";s:32:\"lti_con_prov_dyn_reg_params_info\";s:77:\"Here, for example, references to target objects in the tool can be specified.\";s:24:\"lti_con_prov_dyn_reg_url\";s:28:\"Registration URL of the Tool\";s:29:\"lti_con_prov_dyn_reg_url_info\";s:51:\"Note: Not every tool supports dynamic registration.\";s:30:\"lti_con_prov_external_provider\";s:17:\"External Provider\";s:35:\"lti_con_prov_external_provider_info\";s:245:\"A hint will be shown to users when dealing with an external Provider. An external Provider is characterized by insufficient influence on the Provider by the operator of the ILIAS-installation. This is the case when there are no rights to delete.\";s:26:\"lti_con_prov_group_options\";s:37:\"Options to group and filter Providers\";s:32:\"lti_con_prov_has_outcome_service\";s:33:\"Provider supports Outcome Service\";s:37:\"lti_con_prov_has_outcome_service_info\";s:158:\"If the LTI Outcome Service is supported, Learning Progress could be activated. The Provider returns a value between 0 and 1 to indicate the Learning Progress.\";s:18:\"lti_con_prov_hints\";s:5:\"Hints\";s:17:\"lti_con_prov_icon\";s:4:\"Icon\";s:24:\"lti_con_prov_inc_usr_pic\";s:17:\"Send User Picture\";s:29:\"lti_con_prov_inc_usr_pic_info\";s:75:\"Links to ILIAS user pictures are included at launch of LTI consumer object.\";s:29:\"lti_con_prov_instructor_email\";s:17:\"Instructor E-Mail\";s:34:\"lti_con_prov_instructor_email_info\";s:162:\"In difference to the previously selected settings, the e-mail address can be transferred for instructors. To do this, they must be course or group administrators.\";s:28:\"lti_con_prov_instructor_name\";s:15:\"Instructor Name\";s:33:\"lti_con_prov_instructor_name_info\";s:95:\"In difference to the previously selected settings, the name can be transferred for instructors.\";s:16:\"lti_con_prov_key\";s:3:\"Key\";s:21:\"lti_con_prov_keywords\";s:8:\"Keywords\";s:26:\"lti_con_prov_keywords_info\";s:116:\"The keywords must be separated by a Semicolon (;). The Keywords are automatically taken to the Metadata as Keywords.\";s:27:\"lti_con_prov_launch_options\";s:14:\"Launch Options\";s:38:\"lti_con_prov_learning_progress_options\";s:29:\"Options for Learning Progress\";s:34:\"lti_con_prov_mastery_score_default\";s:21:\"Default Mastery Score\";s:39:\"lti_con_prov_mastery_score_default_info\";s:106:\"The Learning Progress will be evaluated from the Provider Outcome Service and the mastery score threshold.\";s:33:\"lti_con_prov_privacy_setting_conf\";s:21:\"Configuration Options\";s:36:\"lti_con_prov_privacy_setting_default\";s:40:\"Default Settings, changeable for Objects\";s:34:\"lti_con_prov_privacy_setting_force\";s:39:\"Settings are not changeable for Objects\";s:33:\"lti_con_prov_privacy_setting_info\";s:42:\"Configuration Options for Privacy Settings\";s:29:\"lti_con_prov_privacy_settings\";s:16:\"Privacy Settings\";s:32:\"lti_con_prov_provider_key_global\";s:25:\"Predefined Key and Secret\";s:37:\"lti_con_prov_provider_key_global_info\";s:65:\"If not set, users have to add key and secret to use the provider.\";s:20:\"lti_con_prov_remarks\";s:16:\"Internal Remarks\";s:19:\"lti_con_prov_secret\";s:6:\"Secret\";s:18:\"lti_con_prov_title\";s:5:\"Title\";s:16:\"lti_con_prov_url\";s:15:\"URL of Provider\";s:28:\"lti_con_prov_use_provider_id\";s:15:\"Use Provider ID\";s:33:\"lti_con_prov_use_provider_id_info\";s:221:\"Usually the Ref-ID of the LTI Consumer is transferred to the Provider. Some Providers map this Ref-ID with the Resource of the Provider. To get always the same Resource for these Providers this Option should be activated.\";s:21:\"lti_con_prov_use_xapi\";s:44:\"Provider supports request of xAPI-Statements\";s:26:\"lti_con_prov_use_xapi_info\";s:33:\"Provider supports xAPI-Statements\";s:29:\"lti_con_prov_xapi_activity_id\";s:11:\"Activity ID\";s:34:\"lti_con_prov_xapi_activity_id_info\";s:310:\"The Activity ID is necessary to request data from the Learning Record Store. Only enter something here if the assignment of the provider\'s resource to an Activity ID is unique! If nothing is entered here, the Activity ID can be entered in LTI Consumer. The Activity ID could be requested from the LTI Provider.\";s:28:\"lti_con_prov_xapi_launch_key\";s:19:\"Key of LRS Endpoint\";s:33:\"lti_con_prov_xapi_launch_key_info\";s:6:\"&nbsp;\";s:31:\"lti_con_prov_xapi_launch_secret\";s:22:\"Secret of LRS Endpoint\";s:36:\"lti_con_prov_xapi_launch_secret_info\";s:6:\"&nbsp;\";s:28:\"lti_con_prov_xapi_launch_url\";s:19:\"URL of LRS Endpoint\";s:33:\"lti_con_prov_xapi_launch_url_info\";s:33:\"Please add full URL with https://\";s:24:\"lti_con_redirection_uris\";s:15:\"Redirection URI\";s:16:\"lti_con_tool_url\";s:9:\"Login URL\";s:15:\"lti_con_version\";s:11:\"LTI Version\";s:19:\"lti_con_version_1.1\";s:11:\"Version 1.1\";s:19:\"lti_con_version_1.3\";s:11:\"Version 1.3\";s:29:\"lti_con_version_1.3_before_id\";s:146:\"If dynamic registration is not used, after entering the data provided by the tool, additional data will appear that must be entered with the tool.\";s:28:\"lti_confirm_delete_providers\";s:63:\"Are you sure that you want to delete the following provider(s)?\";s:12:\"lti_consumer\";s:11:\"Release for\";s:20:\"lti_consumer_created\";s:16:\"Consumer created\";s:20:\"lti_consumer_deleted\";s:16:\"Consumer deleted\";s:16:\"lti_consumer_key\";s:12:\"Consumer Key\";s:19:\"lti_consumer_secret\";s:15:\"Consumer Secret\";s:23:\"lti_consumer_set_active\";s:18:\"Consumer activated\";s:25:\"lti_consumer_set_inactive\";s:20:\"Consumer deactivated\";s:20:\"lti_consumer_updated\";s:16:\"Consumer updated\";s:17:\"lti_consuming_tab\";s:21:\"ILIAS as LTI Consumer\";s:8:\"lti_copy\";s:13:\"Copy Consumer\";s:19:\"lti_create_consumer\";s:15:\"Create Consumer\";s:24:\"lti_create_lti_user_role\";s:44:\"Create recommended global role for LTI users\";s:14:\"lti_cron_title\";s:19:\"LTI Outcome Service\";s:19:\"lti_cron_title_desc\";s:206:\"Synchronizes the learning progress of LTI users with the LTI consumer, if it supports the outcome service. This cron job is only required to transfer status updates after Learning progress settings updates.\";s:14:\"lti_custom_new\";s:28:\"Create Own Provider Settings\";s:27:\"lti_delete_consume_provider\";s:15:\"Delete Provider\";s:28:\"lti_delete_consume_providers\";s:16:\"Delete Providers\";s:19:\"lti_delete_provider\";s:15:\"Delete Provider\";s:20:\"lti_dyn_reg_add_tool\";s:3:\"Add\";s:24:\"lti_dynamic_registration\";s:64:\"Create Own Settings for Tool with Dynamic Registration (LTI 1.3)\";s:17:\"lti_edit_consumer\";s:17:\"Edit LTI Consumer\";s:8:\"lti_exit\";s:17:\"Close LTI Session\";s:10:\"lti_exited\";s:18:\"LTI Session closed\";s:15:\"lti_exited_info\";s:31:\"LTI Session successfully closed\";s:24:\"lti_form_provider_create\";s:24:\"Create Provider Settings\";s:22:\"lti_form_provider_edit\";s:22:\"Edit Provider Settings\";s:27:\"lti_form_section_appearance\";s:18:\"Options for launch\";s:24:\"lti_global_settings_form\";s:15:\"Global Settings\";s:26:\"lti_import_global_provider\";s:50:\"Import Global Provider for all Users with XML-File\";s:31:\"lti_info_external_provider_info\";s:226:\"The used Provider is an external Provider. An external Provider is characterized by insufficient influence on the Provider by the operator of the ILIAS-Installation. This is the case e.g. if there are no rights to delete data.\";s:32:\"lti_info_external_provider_label\";s:35:\"Additional Info about this Provider\";s:34:\"lti_info_learning_progress_section\";s:49:\"Info about Determination of the Learning Progress\";s:24:\"lti_info_privacy_section\";s:62:\"Info about personal data transmitted to the provider at launch\";s:14:\"lti_launch_url\";s:3:\"Url\";s:10:\"lti_member\";s:20:\"LTI Member / Learner\";s:14:\"lti_navigation\";s:10:\"Navigation\";s:24:\"lti_no_provider_selected\";s:20:\"No provider selected\";s:15:\"lti_not_allowed\";s:66:\"Access denied. Your request was redirected to the root LTI object.\";s:14:\"lti_obj_active\";s:17:\"LTI-Tool Provider\";s:19:\"lti_obj_active_info\";s:126:\"If enabled, this object acts as a LTI tool provider. New LTI users can be automatically assigned to the following local roles.\";s:15:\"lti_obj_version\";s:11:\"LTI Version\";s:18:\"lti_obj_version_11\";s:11:\"Version 1.1\";s:18:\"lti_obj_version_13\";s:11:\"Version 1.3\";s:19:\"lti_object_consumer\";s:13:\"LTI Consumers\";s:32:\"lti_object_release_settings_form\";s:17:\"Edit LTI Releases\";s:12:\"lti_provider\";s:12:\"LTI Releases\";s:26:\"lti_provider_not_avail_msg\";s:38:\"LTI Provider is set to \'Not Available\'\";s:17:\"lti_providing_tab\";s:21:\"ILIAS as LTI Provider\";s:20:\"lti_released_objects\";s:15:\"Object Releases\";s:19:\"lti_select_provider\";s:15:\"Select Provider\";s:11:\"lti_session\";s:11:\"LTI Session\";s:12:\"lti_settings\";s:12:\"LTI Settings\";s:17:\"lti_settings_form\";s:15:\"Object Settings\";s:28:\"lti_success_accept_as_global\";s:54:\"Successfully accepted as Global Provider for all Users\";s:34:\"lti_success_accept_as_global_multi\";s:54:\"Successfully accepted as Global Provider for all Users\";s:27:\"lti_success_delete_provider\";s:20:\"Successfully deleted\";s:28:\"lti_success_reset_to_usr_def\";s:45:\"Successfully reseted as User Defined Provider\";s:34:\"lti_success_reset_to_usr_def_multi\";s:45:\"Successfully reseted as User Defined Provider\";s:9:\"lti_tutor\";s:14:\"LTI Instructor\";s:21:\"lti_user_role_created\";s:59:\"The recommended global role for LTI users has been created.\";s:18:\"lti_user_role_info\";s:183:\"The recommended global role for LTI users has not yet been created in this installation. This special global role contains only the permission \'visible\' for repository and categories.\";s:13:\"mastery_score\";s:13:\"Mastery Score\";s:18:\"mastery_score_info\";s:106:\"The Learning Progress will be evaluated from the Provider Outcome Service and the mastery score threshold.\";s:19:\"obj_tile_image_info\";s:29:\"Use an Image in Square Format\";s:11:\"online_info\";s:55:\"This makes the object visible and usable for the users.\";s:6:\"prefix\";s:6:\"Prefix\";s:11:\"prefix_info\";s:168:\"This prefix is put in front of the username (login). This ensures the uniqueness of usernames. It also facilitates the assignment of users to LTI consumers / platforms.\";s:13:\"provider_info\";s:13:\"Used Provider\";s:15:\"settings_subtab\";s:8:\"Settings\";s:15:\"show_statements\";s:28:\"Display Learning Experiences\";s:20:\"show_statements_info\";s:122:\"The Learning Experiences of other users could be displayed if the right \'View learning experiences of other users\' is set.\";s:18:\"subtab_certificate\";s:11:\"Certificate\";s:22:\"subtab_object_settings\";s:15:\"Object Settings\";s:24:\"subtab_provider_settings\";s:21:\"LTI Provider Settings\";s:11:\"tab_content\";s:7:\"Content\";s:25:\"tab_grade_synchronization\";s:25:\"Advanced Grading Services\";s:8:\"tab_info\";s:4:\"Info\";s:11:\"tab_scoring\";s:7:\"Ranking\";s:12:\"tab_settings\";s:8:\"Settings\";s:14:\"tab_statements\";s:20:\"Learning Experiences\";s:27:\"tbl_grade_activity_progress\";s:17:\"Activity Progress\";s:15:\"tbl_grade_actor\";s:4:\"User\";s:14:\"tbl_grade_date\";s:4:\"Date\";s:26:\"tbl_grade_grading_progress\";s:16:\"Grading Progress\";s:16:\"tbl_grade_period\";s:6:\"Period\";s:15:\"tbl_grade_score\";s:5:\"Score\";s:16:\"tbl_grade_stored\";s:20:\"Transmitted to ILIAS\";s:27:\"tbl_lti_prov_all_categories\";s:14:\"All Categories\";s:25:\"tbl_lti_prov_availability\";s:12:\"Availability\";s:21:\"tbl_lti_prov_category\";s:8:\"Category\";s:24:\"tbl_lti_prov_description\";s:11:\"Description\";s:17:\"tbl_lti_prov_icon\";s:4:\"Icon\";s:21:\"tbl_lti_prov_internal\";s:17:\"Internal Provider\";s:20:\"tbl_lti_prov_keyword\";s:7:\"Keyword\";s:21:\"tbl_lti_prov_keywords\";s:8:\"Keywords\";s:20:\"tbl_lti_prov_outcome\";s:15:\"Outcome Service\";s:25:\"tbl_lti_prov_own_provider\";s:12:\"Own Provider\";s:29:\"tbl_lti_prov_provider_creator\";s:7:\"Creator\";s:18:\"tbl_lti_prov_title\";s:17:\"Title of Provider\";s:19:\"tbl_lti_prov_usages\";s:6:\"Usages\";s:27:\"tbl_lti_prov_usages_trashed\";s:14:\"Trashed Usages\";s:29:\"tbl_lti_prov_usages_untrashed\";s:17:\"Repository Usages\";s:20:\"tbl_lti_prov_used_by\";s:32:\"Provider Used by Objects in Tree\";s:21:\"tbl_lti_prov_with_key\";s:28:\"Predefined with Key / Secret\";s:19:\"tbl_provider_header\";s:12:\"LTI Provider\";s:25:\"tbl_provider_usage_header\";s:12:\"LTI Provider\";s:30:\"tbl_provider_usage_header_info\";s:63:\"Before deleting providers, trashed usages must also be deleted.\";s:10:\"title_info\";s:24:\"Give the object a title.\";s:12:\"usage_subtab\";s:5:\"Usage\";s:8:\"use_xapi\";s:16:\"Use xAPI-Support\";s:13:\"use_xapi_info\";s:43:\"This LTI Provider supports xAPI-Statements.\";s:8:\"user_lng\";s:14:\"User Languague\";s:20:\"user_provider_subtab\";s:26:\"Providers Defined by Users\";}'),('ltiv','en','a:2:{s:11:\"ltiv_create\";s:42:\"Create Certificate for LTI Consumer Object\";s:16:\"ltiv_create_info\";s:71:\"Select a completed LTI consumer object to generate a certificate for it\";}'),('mail','en','a:275:{s:14:\"back_to_folder\";s:14:\"Back to Folder\";s:28:\"chat_users_have_been_invited\";s:38:\"The following users have been invited:\";s:24:\"chat_users_without_login\";s:84:\"The following users don\'t have an ILIAS account and can\'t be invited to a chat room:\";s:29:\"chat_users_without_permission\";s:64:\"The following users don\'t have access to the selected chat room:\";s:14:\"current_folder\";s:18:\"Current Folder: %s\";s:14:\"deleteTemplate\";s:6:\"Delete\";s:24:\"first_email_missing_info\";s:65:\"Selection not possible because no e-mail address has been entered\";s:7:\"forward\";s:7:\"Forward\";s:20:\"goto_invitation_chat\";s:14:\"Open Chat Room\";s:14:\"invite_to_chat\";s:14:\"Invite to Chat\";s:25:\"link_check_affected_links\";s:14:\"Affected Links\";s:23:\"link_check_introduction\";s:35:\"the following weblinks are invalid:\";s:21:\"link_check_perma_link\";s:14:\"Permanent Link\";s:17:\"link_check_reason\";s:76:\"You recife this mail because you enabled the notification for invalid links.\";s:32:\"mail_absence_auto_responder_body\";s:7:\"Message\";s:37:\"mail_absence_auto_responder_body_hint\";s:190:\"This is an automatically generated message. If you send further messages to this user during their absence, you will not receive another automatic reply until [NEXT_AUTO_RESPONDER_DATETIME].\";s:37:\"mail_absence_auto_responder_body_info\";s:193:\"This message will be sent automatically during your absence if users send you a Mail from within ILIAS. <br>Users will be notified of your absence every %1$s days if they send further messages.\";s:48:\"mail_absence_auto_responder_body_info_single_day\";s:196:\"This message will be sent automatically during your absence if users send you a Mail from within ILIAS. <br>Users will be notified again of your absence the next day if they send further messages.\";s:35:\"mail_absence_auto_responder_subject\";s:7:\"Subject\";s:21:\"mail_absence_duration\";s:8:\"Duration\";s:19:\"mail_absence_status\";s:20:\"Enable Autoresponder\";s:24:\"mail_absence_status_info\";s:44:\"Activate an automatic out-of-office message.\";s:16:\"mail_absent_from\";s:11:\"Absent from\";s:17:\"mail_absent_until\";s:12:\"Absent until\";s:17:\"mail_account_mail\";s:26:\"Notify New Account Holders\";s:15:\"mail_add_folder\";s:18:\"Add New Sub-Folder\";s:18:\"mail_add_recipient\";s:81:\"Please enter a recipient in the form of a valid e-mail address or ILIAS username.\";s:18:\"mail_add_subfolder\";s:14:\"Add Sub-Folder\";s:16:\"mail_add_subject\";s:23:\"Please enter a subject.\";s:19:\"mail_allow_external\";s:16:\"External E-Mails\";s:24:\"mail_allow_external_info\";s:144:\"Allow the delivery of external e-mails (via-SMTP). Unchecking this box will prevent external mails being sent globally across this installation.\";s:33:\"mail_assign_entry_to_mailing_list\";s:45:\"#Add One of Your Contacts to the Mailing List\";s:27:\"mail_assign_to_mailing_list\";s:6:\"Assign\";s:30:\"mail_attachment_file_not_exist\";s:62:\"At least one of the following attachments does not exist: %1$s\";s:16:\"mail_attachments\";s:11:\"Attachments\";s:24:\"mail_auto_generated_info\";s:72:\"This mail was automatically sent to you by the ILIAS installation %s, %s\";s:19:\"mail_auto_responder\";s:13:\"Autoresponder\";s:29:\"mail_auto_responder_idle_time\";s:6:\"Resend\";s:34:\"mail_auto_responder_idle_time_info\";s:138:\"Specify here how many days should elapse before your out-of-office reply is resent to a mail correspondent who has sent you further mails.\";s:8:\"mail_bcc\";s:3:\"BCC\";s:17:\"mail_bg_task_desc\";s:11:\"Subject: %s\";s:18:\"mail_bg_task_title\";s:15:\"E-mail Delivery\";s:15:\"mail_both_email\";s:21:\"Both E-Mail Addresses\";s:7:\"mail_cc\";s:2:\"CC\";s:21:\"mail_change_to_folder\";s:20:\"Switch to folder: %s\";s:15:\"mail_create_tpl\";s:20:\"Create Text Template\";s:30:\"mail_cronjob_notification_info\";s:69:\"Allow ILIAS to periodically send you notifications about new e-mails.\";s:35:\"mail_crs_list_members_not_available\";s:54:\"The members of the selected courses can not be listed.\";s:56:\"mail_crs_list_members_not_available_for_at_least_one_crs\";s:62:\"The members of at least one selected course can not be listed.\";s:14:\"mail_crs_roles\";s:25:\"Send Mail to Course Roles\";s:12:\"mail_deleted\";s:16:\"Mail(s) deleted.\";s:18:\"mail_deleted_entry\";s:16:\"Entries deleted.\";s:32:\"mail_download_zip_no_attachments\";s:30:\"No attachments could be found.\";s:13:\"mail_edit_tpl\";s:18:\"Edit Text Template\";s:19:\"mail_email_sys_body\";s:85:\"This is a test e-mail to test the delivery of system mails to external mail accounts.\";s:22:\"mail_email_sys_subject\";s:24:\"Test E-Mail: System Mail\";s:19:\"mail_email_usr_body\";s:83:\"This is a test e-mail to test the delivery of user mails to external mail accounts.\";s:22:\"mail_email_usr_subject\";s:22:\"Test E-Mail: User Mail\";s:16:\"mail_empty_trash\";s:11:\"Empty Trash\";s:29:\"mail_empty_trash_confirmation\";s:62:\"Are you sure you want to delete all mails in the Trash folder?\";s:34:\"mail_enable_crs_admin_notification\";s:28:\"Notify Course Administrators\";s:39:\"mail_enable_crs_admin_notification_info\";s:450:\"In new courses, the setting \'Notification\' will be activated by default for members with ‘Course Administrator’ and/or ‘Course Tutor’ status. This can be altered in the \'Member\' tab of courses (in the ‘Course Participants’ list for each admin/tutor individually). Admins/tutors will receive an e-mail when a user joins the course or leaves it, or if the minimum number of participants required for a course to take place has not been met.\";s:35:\"mail_enable_crs_member_notification\";s:21:\"Notify Course Members\";s:40:\"mail_enable_crs_member_notification_info\";s:146:\"ILIAS will automatically send an e-mail to any course member whose membership status changes. This setting applies to all courses on the platform.\";s:34:\"mail_enable_grp_admin_notification\";s:27:\"Notify Group Administrators\";s:39:\"mail_enable_grp_admin_notification_info\";s:414:\"In new groups, the setting \'Notification\' will be activated by default for members with ‘Group Administrator’ status. This can be altered in the \'Member\' tab of groups (in the ‘Group Participants’ list for each administrator individually). Admins will receive an e-mail when a member joins the group or leaves it, or if the minimum number of participants required for a group to be formed has not been met.\";s:35:\"mail_enable_grp_member_notification\";s:20:\"Notify Group Members\";s:40:\"mail_enable_grp_member_notification_info\";s:144:\"ILIAS will automatically send an e-mail to any group member whose membership status changes. This setting applies to all groups on the platform.\";s:34:\"mail_enable_lso_admin_notification\";s:39:\"Notify Learning Sequence Administrators\";s:39:\"mail_enable_lso_admin_notification_info\";s:415:\"In new learning sequences, the setting \'Notification’ will be activated by default for members with ‘Learning Sequence Administrator’ status. This can be altered in the \'Member\' tab of a learning sequence (in the ‘Learning Sequence Members’ list for each administrator individually). With notifications active, administrators will receive an e-mail whenever a member joins or leaves the learning sequence.\";s:35:\"mail_enable_lso_member_notification\";s:32:\"Notify Learning Sequence Members\";s:40:\"mail_enable_lso_member_notification_info\";s:150:\"ILIAS will automatically send an e-mail to any member whose membership status changes. This setting applies to all learning sequences on the platform.\";s:22:\"mail_entry_of_contacts\";s:24:\"Name/Username of Contact\";s:29:\"mail_error_reading_attachment\";s:35:\"Could not determine any attachment.\";s:27:\"mail_external_send_test_sys\";s:30:\"Send Test E-Mail (System Mail)\";s:27:\"mail_external_send_test_usr\";s:28:\"Send Test E-Mail (User Mail)\";s:23:\"mail_external_test_sent\";s:75:\"An e-mail has been sent to the e-mail address associated with your profile.\";s:14:\"mail_file_name\";s:9:\"File Name\";s:14:\"mail_file_size\";s:9:\"File Size\";s:18:\"mail_files_deleted\";s:16:\"File(s) deleted.\";s:11:\"mail_filter\";s:6:\"Filter\";s:18:\"mail_filter_attach\";s:11:\"Attachments\";s:16:\"mail_filter_body\";s:4:\"Body\";s:29:\"mail_filter_field_placeholder\";s:25:\"Filter these messages ...\";s:23:\"mail_filter_only_unread\";s:11:\"Only Unread\";s:27:\"mail_filter_only_user_mails\";s:25:\"Hide System Notifications\";s:33:\"mail_filter_only_with_attachments\";s:16:\"With Attachments\";s:18:\"mail_filter_period\";s:6:\"Period\";s:23:\"mail_filter_period_from\";s:4:\"From\";s:24:\"mail_filter_period_until\";s:5:\"Until\";s:22:\"mail_filter_recipients\";s:10:\"Recipients\";s:18:\"mail_filter_sender\";s:6:\"Sender\";s:19:\"mail_filter_subject\";s:7:\"Subject\";s:15:\"mail_filter_txt\";s:18:\"Filter messages by\";s:16:\"mail_first_email\";s:20:\"First E-Mail Address\";s:33:\"mail_firstname_last_name_superior\";s:73:\"Comma separated list for firstname and lastname of the user\'s superior(s)\";s:19:\"mail_folder_created\";s:32:\"New folder successfully created.\";s:19:\"mail_folder_deleted\";s:15:\"Folder deleted.\";s:18:\"mail_folder_exists\";s:39:\"A folder with this name already exists.\";s:24:\"mail_folder_name_changed\";s:28:\"Folder successfully renamed.\";s:28:\"mail_following_rcp_not_valid\";s:39:\"The following recipients are not valid:\";s:28:\"mail_form_placeholders_label\";s:22:\"Available Placeholders\";s:22:\"mail_generic_rcp_error\";s:55:\"An error occurred while validating the recipients: %1$s\";s:25:\"mail_global_reply_to_addr\";s:8:\"Reply-To\";s:30:\"mail_global_reply_to_addr_info\";s:44:\"Please enter the desired \'Reply-To\' address.\";s:14:\"mail_grp_roles\";s:24:\"Send Mail to Group Roles\";s:27:\"mail_hint_add_placeholder_x\";s:45:\"Add the placeholder \'%s\' to the message body.\";s:13:\"mail_incoming\";s:13:\"Incoming Mail\";s:18:\"mail_incoming_both\";s:36:\"Receive Mail Locally and Forward to:\";s:19:\"mail_incoming_local\";s:25:\"Receive Mail Locally Only\";s:18:\"mail_incoming_mail\";s:13:\"Incoming Mail\";s:18:\"mail_incoming_smtp\";s:26:\"Forward to E-Mail Address:\";s:23:\"mail_insert_folder_name\";s:27:\"Please insert a folder name\";s:17:\"mail_insert_query\";s:21:\"Please insert a query\";s:25:\"mail_invite_users_to_chat\";s:20:\"Invite Users to Chat\";s:12:\"mail_is_read\";s:4:\"Read\";s:14:\"mail_is_unread\";s:6:\"Unread\";s:17:\"mail_list_members\";s:12:\"List Members\";s:17:\"mail_mailing_list\";s:12:\"Mailing List\";s:18:\"mail_mailing_lists\";s:13:\"Mailing Lists\";s:47:\"mail_mailing_lists_all_contact_entries_assigned\";s:65:\"You have already added all of your contacts to this mailing list.\";s:37:\"mail_mailing_lists_no_contact_entries\";s:71:\"You don’t have any entries in your contacts to add to a mailing list.\";s:14:\"mail_mark_read\";s:12:\"Mark as Read\";s:16:\"mail_mark_unread\";s:14:\"Mark as Unread\";s:31:\"mail_max_size_attachments_total\";s:234:\"Please enter the maximum combined size of all attachments allowed per mail. This setting is not related to other resource limits, e.g. server limits such as ‘upload_max_filesize’, as you can attach multiple files to a single mail.\";s:37:\"mail_max_size_attachments_total_error\";s:60:\"The maximum combined size of all attachments may not exceed:\";s:29:\"mail_maxsize_attachment_error\";s:20:\"The upload limit is:\";s:24:\"mail_member_notification\";s:24:\"Participant Notification\";s:28:\"mail_members_of_mailing_list\";s:28:\"Members of Mailing List \"%s\"\";s:28:\"mail_members_search_continue\";s:8:\"Continue\";s:17:\"mail_message_send\";s:13:\"Message sent.\";s:15:\"mail_move_error\";s:49:\"An error occurred while trying to move your mail.\";s:12:\"mail_move_to\";s:8:\"Move to:\";s:29:\"mail_move_to_folder_btn_label\";s:9:\"Move Mail\";s:21:\"mail_move_to_folder_x\";s:7:\"to \"%s\"\";s:10:\"mail_moved\";s:14:\"Mail(s) moved.\";s:19:\"mail_moved_to_trash\";s:23:\"Mail(s) moved to trash.\";s:35:\"mail_multiple_role_recipients_found\";s:149:\"The value %1$s could apply to multiple recipient roles. Please send this mail directly from the ‘Members’ tab of the group or course in question.\";s:15:\"mail_my_courses\";s:10:\"My Courses\";s:14:\"mail_my_groups\";s:9:\"My Groups\";s:21:\"mail_my_mailing_lists\";s:16:\"My Mailing Lists\";s:20:\"mail_nacc_admin_mail\";s:29:\"Mail address of administrator\";s:22:\"mail_nacc_if_timelimit\";s:67:\"This text is only included if the user has a limited access period.\";s:19:\"mail_nacc_ilias_url\";s:19:\"URL of ILIAS system\";s:27:\"mail_nacc_installation_desc\";s:24:\"Installation Description\";s:27:\"mail_nacc_installation_name\";s:17:\"Installation Name\";s:15:\"mail_nacc_login\";s:19:\"Username (Login ID)\";s:21:\"mail_nacc_no_pw_block\";s:93:\"This text block is only included if the new user account has been created without a password.\";s:18:\"mail_nacc_pw_block\";s:99:\"This text block is only included if the new user account has been created with a password included.\";s:20:\"mail_nacc_salutation\";s:8:\"Greeting\";s:16:\"mail_nacc_target\";s:61:\"URL of target item, e.g. a link to a course outside of ILIAS.\";s:22:\"mail_nacc_target_block\";s:56:\"This text is only included if a target item is provided.\";s:22:\"mail_nacc_target_title\";s:40:\"Title of target item, e.g. course title.\";s:21:\"mail_nacc_target_type\";s:57:\"Type of target item, e.g. ‘Course’ for a course item.\";s:19:\"mail_nacc_timelimit\";s:18:\"User access period\";s:15:\"mail_nacc_title\";s:5:\"Title\";s:25:\"mail_nacc_use_placeholder\";s:80:\"The following placeholders may be used (only in the ‘Message Content’ field)\";s:17:\"mail_new_template\";s:17:\"New Text Template\";s:30:\"mail_no_permissions_write_smtp\";s:52:\"You do not have permission to send external e-mails.\";s:15:\"mail_no_subject\";s:20:\"No subject available\";s:26:\"mail_no_valid_mailing_list\";s:31:\"%1$s (not a valid mailing list)\";s:36:\"mail_notification_membership_section\";s:10:\"Membership\";s:25:\"mail_notification_subject\";s:22:\"New mail in your inbox\";s:20:\"mail_notify_orphaned\";s:17:\"Notification Mail\";s:25:\"mail_notify_orphaned_info\";s:238:\"If you enter a value here that is larger than or equal to 1, ILIAS will send a notification e-mail to all affected accounts that many days before any internal mails are deleted. Please make sure that external e-mail reception is possible.\";s:32:\"mail_operation_on_invalid_folder\";s:141:\"It was not possible to carry out the requested operation. The folder given in the server request is invalid. Please contact an administrator.\";s:18:\"mail_options_saved\";s:14:\"Options saved.\";s:19:\"mail_orphaned_mails\";s:28:\"Delete old or orphaned mails\";s:24:\"mail_orphaned_mails_desc\";s:153:\"Deletes orphaned mails and mails that are older than the configured threshold value (configurable via the ‘Edit’ link to the right of this cron job).\";s:24:\"mail_recipient_not_found\";s:55:\"%1$s - Please correct this entry in the ‘To’ field.\";s:18:\"mail_rename_folder\";s:13:\"Rename Folder\";s:10:\"mail_roles\";s:55:\"All users with one or more of the following local roles\";s:6:\"mail_s\";s:7:\"Mail(s)\";s:25:\"mail_salutation_anonymous\";s:5:\"Hello\";s:17:\"mail_salutation_f\";s:7:\"Dear Ms\";s:22:\"mail_salutation_female\";s:93:\"Output for placeholder &lbrace;&lbrace;MAIL_SALUTATION&rbrace;&rbrace;, if salutation is \'Ms\'\";s:23:\"mail_salutation_general\";s:112:\"Output for placeholder &lbrace;&lbrace;MAIL_SALUTATION&rbrace;&rbrace;, if no salutation is desired or specified\";s:17:\"mail_salutation_m\";s:7:\"Dear Mr\";s:20:\"mail_salutation_male\";s:93:\"Output for placeholder &lbrace;&lbrace;MAIL_SALUTATION&rbrace;&rbrace;, if salutation is \'Mr\'\";s:17:\"mail_salutation_n\";s:5:\"Hello\";s:10:\"mail_saved\";s:25:\"Your mail has been saved.\";s:17:\"mail_second_email\";s:21:\"Second E-Mail Address\";s:14:\"mail_sel_label\";s:12:\"Send mail to\";s:14:\"mail_sel_users\";s:14:\"Selected users\";s:22:\"mail_select_attachment\";s:40:\"Please select an attachment to download.\";s:15:\"mail_select_crs\";s:34:\"Please select at least one course.\";s:15:\"mail_select_grp\";s:33:\"Please select at least one group.\";s:21:\"mail_select_one_entry\";s:35:\"You must select at least one entry.\";s:20:\"mail_select_one_file\";s:34:\"You must select at least one file.\";s:14:\"mail_send_html\";s:10:\"HTML Frame\";s:19:\"mail_send_html_info\";s:272:\"Embed the body of external e-mails in an HTML frame. The corresponding template can be customised by creating a copy of \'./Services/Mail/templates/default/tpl.html_mail_template.html\' at \'./Customizing/global/skin/[SKIN]/[STYLE]/Services/Mail/tpl.html_mail_template.html\'.\";s:31:\"mail_serial_letter_placeholders\";s:23:\"Mail Merge Placeholders\";s:31:\"mail_settings_external_frm_head\";s:16:\"External E-Mails\";s:26:\"mail_settings_external_tab\";s:8:\"External\";s:25:\"mail_settings_general_tab\";s:7:\"General\";s:36:\"mail_settings_incoming_type_see_also\";s:81:\"How incoming e-mails for users are handled can also be set <a href=\"%s\">here</a>.\";s:29:\"mail_settings_system_frm_head\";s:14:\"System E-Mails\";s:27:\"mail_settings_user_frm_head\";s:12:\"User E-Mails\";s:20:\"mail_smtp_encryption\";s:10:\"Encryption\";s:24:\"mail_smtp_encryption_ssl\";s:3:\"SSL\";s:24:\"mail_smtp_encryption_tls\";s:3:\"TLS\";s:14:\"mail_smtp_host\";s:4:\"Host\";s:19:\"mail_smtp_host_info\";s:59:\"Please enter the hostname or IP of the desired mail server.\";s:18:\"mail_smtp_password\";s:8:\"Password\";s:22:\"mail_smtp_password_req\";s:101:\"If you have entered a user for authentication purposes, then you are also required to set a password.\";s:14:\"mail_smtp_port\";s:4:\"Port\";s:19:\"mail_smtp_port_info\";s:64:\"Please enter a numeric value for the mail server port (e.g. 25).\";s:16:\"mail_smtp_status\";s:13:\"Send via SMTP\";s:21:\"mail_smtp_status_info\";s:159:\"Have ILIAS dispatch external e-mails to an SMTP server instead of using the the internal functionality provided by the PHP runtime (mail() function, sendmail).\";s:14:\"mail_smtp_user\";s:4:\"User\";s:19:\"mail_subject_prefix\";s:12:\"Mail Subject\";s:24:\"mail_subject_prefix_info\";s:182:\"Enter a text which will be prepended to the subject line of outgoing auto-generated e-mails. The usage of a prefix is recommended, as it makes it easier for users to filter messages.\";s:21:\"mail_subject_too_long\";s:24:\"The subject is too long.\";s:16:\"mail_sure_delete\";s:53:\"Are you sure you want to delete the selected mail(s)?\";s:22:\"mail_sure_delete_entry\";s:54:\"Are you sure you want to delete the following entries?\";s:21:\"mail_sure_delete_file\";s:53:\"Are you sure you want to delete the selected file(s)?\";s:23:\"mail_sure_delete_folder\";s:56:\"The folder and its contents will be irrevocably deleted.\";s:29:\"mail_system_sys_env_from_addr\";s:16:\"Technical Sender\";s:34:\"mail_system_sys_env_from_addr_info\";s:181:\"If you leave this field empty, the sender e-mail address will be used if SMTP transfer is enabled. Otherwise it is the server administrator\'s responsibility to configure this value.\";s:25:\"mail_system_sys_from_addr\";s:20:\"Sender E-Mail (From)\";s:30:\"mail_system_sys_from_addr_info\";s:291:\"Please enter the e-mail address to be put in the \'FROM\' header. The \'FROM\' header is used to display the sender in the recipient e-mail client.<br /><br />Examples: <span style=\"font-style: italic\">info@institution.de</span> or <span style=\"font-style: italic\">no-reply@institution.de</span>\";s:25:\"mail_system_sys_from_name\";s:21:\"Name of Sender (From)\";s:29:\"mail_system_sys_reply_to_addr\";s:8:\"Reply-To\";s:25:\"mail_system_sys_signature\";s:9:\"Signature\";s:29:\"mail_system_usr_env_from_addr\";s:16:\"Technical Sender\";s:34:\"mail_system_usr_env_from_addr_info\";s:181:\"If you leave this field empty, the sender e-mail address will be used if SMTP transfer is enabled. Otherwise it is the server administrator\'s responsibility to configure this value.\";s:25:\"mail_system_usr_from_addr\";s:20:\"Sender E-Mail (From)\";s:30:\"mail_system_usr_from_addr_info\";s:495:\"Please enter the e-mail address to be put in the \'FROM\' header. The \'FROM\' header is used to display the sender in the recipient e-mail client and helps prevent mails being rejected as spam. When a user manually sends an e-mail via ILIAS, the e-mail address associated with that user’s account will be automatically put in the \'Reply-To\' header.<br /><br />Examples: <span style=\"font-style: italic\">info@institution.de</span> or <span style=\"font-style: italic\">no-reply@institution.de</span>\";s:25:\"mail_system_usr_from_name\";s:21:\"Name of Sender (From)\";s:30:\"mail_system_usr_from_name_info\";s:334:\"The name of the sender is normally displayed in e-mail clients in the ‘From’ line. You can use the placeholders &lbrace;&lbrace;FULLNAME&rbrace;&rbrace;, &lbrace;&lbrace;FIRSTNAME&rbrace;&rbrace; and &lbrace;&lbrace;LASTNAME&rbrace;&rbrace;. These will then be replaced by the relevant data of the user who manually sent the mail.\";s:25:\"mail_tbl_head_attachments\";s:10:\"Attachment\";s:20:\"mail_template_client\";s:13:\"Text Template\";s:25:\"mail_template_client_info\";s:294:\"Choose one of the available text templates and, if required, make use of its placeholders. Switching to a different text template will change the message content of your mail and lose any changes you may have made. The subject line of your mail will not change and needs to be altered manually.\";s:21:\"mail_template_context\";s:7:\"Context\";s:21:\"mail_template_default\";s:10:\" (Default)\";s:32:\"mail_template_invalid_tpl_syntax\";s:110:\"An invalid syntax has been detected. Please ensure a valid input, especially regarding the placeholder syntax.\";s:24:\"mail_template_missing_id\";s:74:\"This action cannot be carried out because the text template ID is missing.\";s:34:\"mail_template_no_context_available\";s:135:\"Currently, no context is being provided by any ILIAS service or module. It is therefore not possible to create or edit a text template.\";s:30:\"mail_template_no_valid_context\";s:34:\"The selected context is not valid.\";s:30:\"mail_template_orphaned_context\";s:16:\"Orphaned Context\";s:28:\"mail_template_set_as_default\";s:14:\"Set as Default\";s:19:\"mail_template_title\";s:4:\"Name\";s:30:\"mail_template_unset_as_default\";s:21:\"Remove Default Status\";s:14:\"mail_templates\";s:14:\"Text Templates\";s:14:\"mail_threshold\";s:9:\"Threshold\";s:19:\"mail_threshold_info\";s:348:\"Internal messages that are older than the entered threshold value will be deleted (including any attachments they may have). <br> Please keep in mind that the first time this cron job is run, a lot of messages may need to be deleted (depending on the threshold value) and because of this it will not be possible to warn users via notification mail.\";s:7:\"mail_to\";s:2:\"To\";s:18:\"mail_tpl_deleted_p\";s:36:\"Text templates successfully deleted.\";s:18:\"mail_tpl_deleted_s\";s:35:\"Text template successfully deleted.\";s:28:\"mail_tpl_sure_delete_entries\";s:61:\"Are you sure you want to delete the following text templates?\";s:26:\"mail_tpl_sure_delete_entry\";s:60:\"Are you sure you want to delete the following text template?\";s:29:\"mail_use_global_reply_to_addr\";s:27:\"Use Global Reply-To Address\";s:34:\"mail_use_global_reply_to_addr_info\";s:194:\"Use an email address as the reply-to address across the whole platform. Senders’ email addresses will not be disclosed to recipients. Direct replies to e-mails will also no longer be possible.\";s:23:\"nc_mail_noti_item_title\";s:5:\"Inbox\";s:17:\"nc_mail_prop_time\";s:4:\"Time\";s:23:\"nc_mail_unread_messages\";s:26:\"You have %s in your inbox.\";s:32:\"nc_mail_unread_messages_number_p\";s:15:\"%s unread mails\";s:32:\"nc_mail_unread_messages_number_s\";s:13:\"1 unread mail\";s:16:\"only_inbox_trash\";s:22:\"Limit to Inbox / Trash\";s:21:\"only_inbox_trash_info\";s:150:\"Only delete e-mails that are located in the Inbox or Trash folders of users. Otherwise, all messages are deleted regardless of the folder they are in.\";s:18:\"orphaned_mail_body\";s:123:\"Your mailbox contains the following old or orphaned mails. Please note that these mails will soon be automatically deleted.\";s:21:\"orphaned_mail_subject\";s:30:\"Notification of orphaned mails\";s:19:\"placeholders_advise\";s:271:\"Personal placeholders are only replaced with user-specific information for recipients listed in the ‘To’ field.%s Personal placeholders for recipients listed in the CC and BCC fields are NOT replaced with user-specific information and instead show up as placeholders.\";s:14:\"search_content\";s:13:\"Search Result\";s:17:\"search_recipients\";s:13:\"Look up Users\";s:25:\"second_email_missing_info\";s:73:\"Selection not possible because no second e-mail address has been entered.\";s:26:\"select_mail_with_subject_x\";s:33:\"Select mail with subject „%s“\";s:16:\"send_mail_admins\";s:18:\"All Administrators\";s:17:\"send_mail_members\";s:11:\"All Members\";s:12:\"send_mail_to\";s:7:\"Mail to\";s:16:\"send_mail_tutors\";s:10:\"All Tutors\";s:18:\"show_mail_settings\";s:18:\"Show Mail Settings\";s:23:\"show_mail_settings_info\";s:645:\"Enable individual users to alter their mail settings, thereby overriding the global mail settings that would otherwise apply to them. ‘Mail Settings’ are accessible via their ‘Personal Settings’ or ‘Communication > Mail’. Note: In order for users to be allowed to change their individual mail settings and thereby override the global settings, this needs to be set in the \'Standard Fields\' section of the global user account administration settings. If users do not have the permission to change these profile settings, the global default is applied even if users were able to and did change their personal mail settings in the past.\";s:43:\"system_notification_installation_changed_by\";s:10:\"Changed by\";s:51:\"usrFieldChange_second_mail_visible_in_personal_data\";s:258:\"You have changed the attribute \"%s\" of the field \"%s\".<br>This leads to all accounts settings being reset to \"receive on primary address\" for external delivery,<br>not only for all new accounts but also dismissing the currently active settings made by users.\";}'),('maps','en','a:19:{s:21:\"configure_geolocation\";s:119:\"Please finish the geolocation configuration in the \"Third Party Software\" administration menu to enable address search.\";s:35:\"maps_custom_geolocation_server_info\";s:219:\"Server URL to provide geolocation-data using Nominatim. Your entry should contain the placeholder [QUERY] to define a position for request information. Example: https://nominatim.example.com/search?q=[QUERY]&format=json\";s:28:\"maps_custom_tile_server_info\";s:97:\"Server URL to provide tile-data. Multiple inputs should be separated by spaces. Defaults is \"%s\".\";s:16:\"maps_enable_maps\";s:11:\"Enable Maps\";s:21:\"maps_enable_maps_info\";s:52:\"Activates Maps in user profiles, groups and courses.\";s:14:\"maps_extt_maps\";s:4:\"Maps\";s:23:\"maps_geolocation_server\";s:30:\"Server for Reverse Geolocation\";s:16:\"maps_google_maps\";s:11:\"Google Maps\";s:29:\"maps_https_for_reverse_lookup\";s:24:\"Https for Reverse Lookup\";s:13:\"maps_latitude\";s:8:\"Latitude\";s:14:\"maps_longitude\";s:9:\"Longitude\";s:19:\"maps_lookup_address\";s:14:\"Lookup Address\";s:13:\"maps_map_type\";s:3:\"Typ\";s:21:\"maps_open_layers_maps\";s:16:\"Open Layers Maps\";s:13:\"maps_settings\";s:13:\"Maps Settings\";s:17:\"maps_std_location\";s:16:\"Default Location\";s:22:\"maps_std_location_desc\";s:26:\"Click map to set location.\";s:16:\"maps_tile_server\";s:16:\"Server for Tiles\";s:15:\"maps_zoom_level\";s:10:\"Zoom Level\";}'),('mathjax','en','a:33:{s:21:\"mathjax_enable_client\";s:29:\"Enable MathJax in the Browser\";s:26:\"mathjax_enable_client_info\";s:142:\"Activates a client-side rendering of TeX in the browser by including the MathJax script. Mathjax 3 is supported, but MathJax 2 is recommended.\";s:21:\"mathjax_enable_server\";s:28:\"Enable MathJax on the Server\";s:26:\"mathjax_enable_server_info\";s:53:\"Activates a server-side rendering of TeX to graphics.\";s:17:\"mathjax_home_link\";s:24:\" ➜︎ MathJax web site\";s:15:\"mathjax_limiter\";s:17:\"Inline Delimiters\";s:20:\"mathjax_limiter_info\";s:77:\"Select the inline delimiters that ILIAS should produce for the MathJax script\";s:15:\"mathjax_mathjax\";s:7:\"MathJax\";s:20:\"mathjax_polyfill_url\";s:17:\"Url of a Polyfill\";s:31:\"mathjax_polyfill_url_desc_line1\";s:61:\"For MathJax 2 and MathJax 3 with current browsers not needed.\";s:31:\"mathjax_polyfill_url_desc_line2\";s:103:\"Please remove any reference to polyfill.io! See https://sansec.io/research/polyfill-supply-chain-attack\";s:18:\"mathjax_script_url\";s:25:\"URL of the MathJax Script\";s:29:\"mathjax_script_url_desc_line1\";s:21:\"For MathJax 2 e.g. %s\";s:29:\"mathjax_script_url_desc_line2\";s:271:\"Please activate the safe mode to avoid XSS attacks by MathJax code with javascript. For MathJax 2 it can be activated by adding the \'Safe\' parameter to the CDN url. For MathJax 3 you need to include a script that configures it before MathJax is loaded. Use for example %s\";s:22:\"mathjax_server_address\";s:14:\"Server Address\";s:27:\"mathjax_server_address_info\";s:26:\"E.g. http://localhost:8003\";s:28:\"mathjax_server_cache_cleared\";s:30:\"The MathJax cache was cleared.\";s:25:\"mathjax_server_cache_size\";s:10:\"Cache Size\";s:30:\"mathjax_server_cache_size_info\";s:46:\"Disk space used for caching rendered graphics.\";s:26:\"mathjax_server_clear_cache\";s:20:\" ➜ Clear Cache Now\";s:26:\"mathjax_server_for_browser\";s:15:\"Use for Browser\";s:31:\"mathjax_server_for_browser_info\";s:83:\"TeX will be shown as SVG graphics. Enabling MathJax in the browser is unneccessary.\";s:25:\"mathjax_server_for_export\";s:19:\"Use for HTML Export\";s:30:\"mathjax_server_for_export_info\";s:72:\"TeX will be exported as SVG graphic for learning module exports to HTML.\";s:22:\"mathjax_server_for_pdf\";s:22:\"Use for PDF Generation\";s:27:\"mathjax_server_for_pdf_info\";s:53:\"The server will be used when PDF files are generated.\";s:27:\"mathjax_server_installation\";s:24:\" ➜ Installation Manual\";s:22:\"mathjax_server_timeout\";s:7:\"Timeout\";s:27:\"mathjax_server_timeout_info\";s:49:\"Timeout for calling the MathJax server in seconds\";s:16:\"mathjax_settings\";s:16:\"MathJax Settings\";s:23:\"mathjax_test_expression\";s:15:\"Test Expression\";s:35:\"mathjax_test_expression_info_client\";s:62:\"This expression will be rendered by the script in the browser.\";s:35:\"mathjax_test_expression_info_server\";s:47:\"This expression will be rendered on the server.\";}'),('mcst','en','a:90:{s:17:\"mcst_add_new_item\";s:22:\"Add New Mediacast Item\";s:16:\"mcst_audio_files\";s:11:\"Audio Files\";s:32:\"mcst_audioportable_settings_info\";s:37:\"Comma separated list of file suffixes\";s:33:\"mcst_audioportable_settings_title\";s:32:\"File Extensions for Audio Format\";s:24:\"mcst_audioportable_title\";s:42:\"Additional Audio File for Portable Devices\";s:24:\"mcst_automatic_detection\";s:19:\"Automatic Detection\";s:13:\"mcst_autoplay\";s:8:\"Autoplay\";s:20:\"mcst_autoplay_active\";s:21:\"Autoplay (Default on)\";s:22:\"mcst_autoplay_inactive\";s:22:\"Autoplay (Default off)\";s:18:\"mcst_autoplay_info\";s:127:\"Starts automatically the next video when reaching the end of the previous one. This feature is not supported by youtube videos.\";s:24:\"mcst_clear_purpose_title\";s:6:\"Delete\";s:21:\"mcst_confirm_deletion\";s:16:\"Confirm Deletion\";s:19:\"mcst_converted_file\";s:24:\"File has been converted.\";s:9:\"mcst_copy\";s:14:\"Copy Mediacast\";s:23:\"mcst_current_value_info\";s:39:\"Shows the current value of this format.\";s:23:\"mcst_default_visibility\";s:14:\"Default Access\";s:17:\"mcst_det_playtime\";s:19:\"Determine Play Time\";s:17:\"mcst_download_all\";s:12:\"Download All\";s:27:\"mcst_download_audioportable\";s:23:\"Download Audio Portable\";s:17:\"mcst_download_cnt\";s:10:\"Downloaded\";s:22:\"mcst_download_standard\";s:8:\"Download\";s:24:\"mcst_download_started_bg\";s:90:\"Download of files has started. Please check your background tasks in the top right corner.\";s:30:\"mcst_download_videoalternative\";s:25:\"Download Alternative File\";s:27:\"mcst_download_videoportable\";s:23:\"Download Video Portable\";s:17:\"mcst_downloadable\";s:14:\"Download Links\";s:22:\"mcst_downloadable_info\";s:78:\"If this option is enabled, links for downloading mediacast items are provided.\";s:13:\"mcst_duration\";s:9:\"Play Time\";s:18:\"mcst_duration_info\";s:136:\"If this value is 00:00:00, ILIAS could not determine the play time automatically. In this case, please enter the correct value manually.\";s:14:\"mcst_edit_item\";s:19:\"Edit Mediacast Item\";s:18:\"mcst_edit_settings\";s:18:\"MediaCast Settings\";s:12:\"mcst_gallery\";s:5:\"Tiles\";s:16:\"mcst_img_gallery\";s:13:\"Image Gallery\";s:11:\"mcst_import\";s:16:\"Import Mediacast\";s:22:\"mcst_incl_files_in_rss\";s:33:\"Include Media Files as Attachment\";s:27:\"mcst_incl_files_in_rss_info\";s:130:\"If enabled, media files are includes as attachments in the RSS feed. Otherwise the feed just notifies subscribers about new items.\";s:29:\"mcst_input_either_file_or_url\";s:105:\"Please specify a file or an URL. If you provide a file, please note the maximum allowed upload file size.\";s:10:\"mcst_items\";s:5:\"Items\";s:20:\"mcst_last_submission\";s:15:\"Last Submission\";s:9:\"mcst_list\";s:4:\"List\";s:11:\"mcst_manage\";s:6:\"Manage\";s:15:\"mcst_media_cast\";s:9:\"Mediacast\";s:26:\"mcst_media_cast_not_online\";s:23:\"Mediacast is not online\";s:31:\"mcst_media_cast_not_online_text\";s:44:\"Mediacast is not online or has been disabled\";s:13:\"mcst_mimetype\";s:9:\"Mime Type\";s:18:\"mcst_mimetype_info\";s:140:\"Select mime type to control plugin used for playback.<br>Please note: Be aware that not every browser contains the plugin you intend to use.\";s:14:\"mcst_mimetypes\";s:10:\"Mime Types\";s:19:\"mcst_mimetypes_info\";s:34:\"Comma separated list of mime types\";s:21:\"mcst_new_items_det_lp\";s:34:\"Add new items to learning progress\";s:26:\"mcst_new_items_det_lp_info\";s:77:\"New items are automatically added to determine the overall learning progress.\";s:30:\"mcst_news_item_visibility_info\";s:128:\"Public news can be accessed without authentication outside of ILIAS via RSS. Please do not include any confidential information.\";s:15:\"mcst_next_items\";s:10:\"Next Items\";s:16:\"mcst_no_autoplay\";s:11:\"No Autoplay\";s:13:\"mcst_nr_items\";s:15:\"Number of Items\";s:14:\"mcst_nr_videos\";s:24:\"Number of Initial Videos\";s:13:\"mcst_ordering\";s:7:\"Sorting\";s:31:\"mcst_ordering_creation_date_asc\";s:36:\"By Creation Date, Oldest Item on Top\";s:32:\"mcst_ordering_creation_date_desc\";s:35:\"By Creation Date Newest Item on Top\";s:20:\"mcst_ordering_manual\";s:6:\"Manual\";s:19:\"mcst_ordering_title\";s:28:\"Titles in Alphabetical Order\";s:9:\"mcst_play\";s:4:\"Play\";s:13:\"mcst_play_cnt\";s:6:\"Played\";s:14:\"mcst_play_time\";s:9:\"Play Time\";s:12:\"mcst_podcast\";s:7:\"Podcast\";s:15:\"mcst_prev_items\";s:14:\"Previous Items\";s:12:\"mcst_preview\";s:7:\"Preview\";s:20:\"mcst_preview_picture\";s:15:\"Preview Picture\";s:25:\"mcst_preview_picture_info\";s:49:\"Only supported by the following main media types:\";s:19:\"mcst_reference_info\";s:32:\"Provide URL pointing to resource\";s:15:\"mcst_save_order\";s:10:\"Save Order\";s:17:\"mcst_set_playtime\";s:22:\"Playtime has been set.\";s:13:\"mcst_settings\";s:18:\"Mediacast Settings\";s:21:\"mcst_show_description\";s:16:\"Show Description\";s:27:\"mcst_standard_settings_info\";s:37:\"Comma separated list of file suffixes\";s:28:\"mcst_standard_settings_title\";s:35:\"File Extensions for Standard Format\";s:19:\"mcst_standard_title\";s:19:\"Standard Media File\";s:32:\"mcst_unable_to_determin_playtime\";s:73:\"Unable to determine playtime. Please set it manually be clicking on Edit.\";s:15:\"mcst_video_cast\";s:9:\"Videocast\";s:31:\"mcst_video_completion_threshold\";s:26:\"Video Completion Threshold\";s:36:\"mcst_video_completion_threshold_info\";s:116:\"Amount of video that triggers the completion status. Please note that the user may skip forward to reach this point.\";s:27:\"mcst_videoalternative_title\";s:39:\"Alternative Video File (Use in Browser)\";s:32:\"mcst_videoportable_settings_info\";s:37:\"Comma separated list of file suffixes\";s:33:\"mcst_videoportable_settings_title\";s:32:\"File Extensions for Video Format\";s:24:\"mcst_videoportable_title\";s:42:\"Additional Video File for Portable Devices\";s:19:\"mcst_view_abandoned\";s:102:\"The current presentation mode has been abandoned. Please open the settings and switch to another mode.\";s:13:\"mcst_viewmode\";s:17:\"Presentation Mode\";s:20:\"mcst_visibility_info\";s:64:\"Public items can be accessed via RSS without any authentication.\";s:22:\"mcst_visibility_public\";s:6:\"Public\";s:21:\"mcst_visibility_users\";s:15:\"Logged in Users\";s:12:\"mcst_watched\";s:7:\"watched\";s:12:\"mcst_webfeed\";s:12:\"RSS Web Feed\";}'),('mem','en','a:5:{s:23:\"mem_period_without_time\";s:23:\"Without Time Indication\";s:19:\"mem_print_view_form\";s:31:\"Default Settings for Print View\";s:27:\"mem_settings_tab_print_view\";s:19:\"Print View Settings\";s:25:\"mem_settings_tab_settings\";s:16:\"General Settings\";s:25:\"mmbr_gallery_user_actions\";s:22:\"Member Gallery Actions\";}'),('membership','en','a:7:{s:23:\"mem_error_preconditions\";s:72:\"A registration is not possible, since minimum one setting prevents this.\";s:22:\"mem_force_notification\";s:21:\"Notification per Mail\";s:31:\"mem_force_notification_mode_all\";s:51:\"Notification activated for all members (changeable)\";s:43:\"mem_force_notification_mode_all_sub_blocked\";s:36:\"Members can deactivate notifications\";s:35:\"mem_force_notification_mode_blocked\";s:38:\"Members will be notified automatically\";s:34:\"mem_force_notification_mode_custom\";s:6:\"Custom\";s:32:\"mem_force_notification_mode_self\";s:46:\"Members have to manually activate notification\";}'),('mep','en','a:52:{s:7:\"mep_all\";s:3:\"All\";s:12:\"mep_all_mobs\";s:17:\"All Media Objects\";s:15:\"mep_bulk_upload\";s:11:\"Bulk Upload\";s:22:\"mep_choose_from_folder\";s:18:\"Choose from Folder\";s:19:\"mep_choose_from_mep\";s:16:\"Choose from Pool\";s:11:\"mep_content\";s:7:\"Content\";s:26:\"mep_content_snippet_in_use\";s:53:\"Content snippet \'%s\' is in use and cannot be deleted.\";s:42:\"mep_content_snippet_used_in_older_versions\";s:179:\"Please note: This snippet is used in older versions of some pages. If these pages are rolled back to a version that includes this snippet, the snippet will be missing in the page.\";s:15:\"mep_copy_to_mep\";s:18:\"Copy to Media Pool\";s:26:\"mep_create_content_snippet\";s:22:\"Create Content Snippet\";s:17:\"mep_create_folder\";s:13:\"Create Folder\";s:26:\"mep_create_from_upload_dir\";s:42:\"Create Media Objects from Upload Directory\";s:22:\"mep_create_media_files\";s:20:\"Create Media Objects\";s:14:\"mep_create_mob\";s:19:\"Create Media Object\";s:18:\"mep_default_height\";s:14:\"Default Height\";s:17:\"mep_default_width\";s:13:\"Default Width\";s:29:\"mep_default_width_height_info\";s:75:\"Default width and height are used as presets for new media object creation.\";s:24:\"mep_edit_content_snippet\";s:20:\"Edit Content Snippet\";s:15:\"mep_edit_folder\";s:11:\"Edit Folder\";s:8:\"mep_file\";s:4:\"File\";s:10:\"mep_folder\";s:6:\"Folder\";s:10:\"mep_format\";s:6:\"Format\";s:10:\"mep_import\";s:19:\"Import a media pool\";s:15:\"mep_import_lang\";s:15:\"Target Language\";s:16:\"mep_import_trans\";s:18:\"Import Translation\";s:24:\"mep_master_language_only\";s:31:\"Master Language for Translation\";s:33:\"mep_master_language_only_no_media\";s:29:\"Master Language without Media\";s:15:\"mep_media_files\";s:11:\"Media Files\";s:19:\"mep_media_subtitles\";s:15:\"Media Subtitles\";s:7:\"mep_mob\";s:12:\"Media Object\";s:22:\"mep_move_select_insert\";s:44:\"Navigate to target folder and click \"Insert\"\";s:7:\"mep_mpg\";s:15:\"Content Snippet\";s:23:\"mep_new_content_snippet\";s:19:\"New Content Snippet\";s:14:\"mep_new_folder\";s:10:\"New Folder\";s:19:\"mep_page_properties\";s:15:\"Page Properties\";s:17:\"mep_page_type_mep\";s:15:\"Content Snippet\";s:24:\"mep_sel_upload_dir_files\";s:24:\"Select Files/Directories\";s:13:\"mep_thumbnail\";s:9:\"Thumbnail\";s:25:\"mep_title_and_description\";s:21:\"Title and Description\";s:21:\"mep_trans_import_info\";s:173:\"If you exported this module as XML/Master Language for Translation to another installation, you can now re-import translated export files from this second installation here.\";s:11:\"mep_unknown\";s:7:\"Unknown\";s:15:\"mep_up_dir_copy\";s:70:\"Copy Files from Upload Directory (Keeps files in the upload directory)\";s:15:\"mep_up_dir_move\";s:41:\"Move Files from Upload Directory (Faster)\";s:20:\"mep_upload_dir_files\";s:27:\"Files from Upload Directory\";s:19:\"mobs_activate_pages\";s:20:\"Use Content Snippets\";s:24:\"mobs_activate_pages_info\";s:113:\"Allows to create content snippets in media pools. These snippets can be re-used (not edited) in learning modules.\";s:29:\"mobs_always_show_file_manager\";s:24:\"Always Show File Manager\";s:34:\"mobs_always_show_file_manager_info\";s:101:\"If deactivated the file manager for media objects will be hidden for simple mime types (e.g. images).\";s:26:\"mobs_black_list_file_types\";s:20:\"Forbidden File Types\";s:43:\"mobs_black_list_file_types_and_allowed_info\";s:132:\"Enter a comma separated list of mime types. This list will restrict the set of allowed file types. Currently allowed mime types are:\";s:24:\"mobs_restrict_file_types\";s:18:\"Allowed File Types\";s:29:\"mobs_restrict_file_types_info\";s:164:\"Enter a comma separated list of file suffixes (e.g. jpg,gif) that are allowed to be uploaded into media objects. If no value is entered, all file types are allowed.\";}'),('meta','en','a:735:{s:20:\"adt_error_max_length\";s:67:\"The text you have entered is too long. Please enter a shorter text.\";s:27:\"md_adn_int_error_no_default\";s:63:\"Please select an activated language as your \"Default-Language\".\";s:13:\"md_adv_active\";s:6:\"Active\";s:23:\"md_adv_added_new_record\";s:30:\"A new data set has been added.\";s:32:\"md_adv_col_presentation_ordering\";s:8:\"Position\";s:25:\"md_adv_confirm_definition\";s:32:\"Please confirm the new settings.\";s:39:\"md_adv_confirm_definition_select_option\";s:14:\"Deleted Option\";s:43:\"md_adv_confirm_definition_select_option_all\";s:36:\"Handle all existing entries the same\";s:50:\"md_adv_confirm_definition_select_option_all_action\";s:9:\"New Value\";s:49:\"md_adv_confirm_definition_select_option_overwrite\";s:12:\"Set value to\";s:46:\"md_adv_confirm_definition_select_option_remove\";s:12:\"Remove value\";s:46:\"md_adv_confirm_definition_select_option_single\";s:30:\"Decide for each existing entry\";s:40:\"md_adv_confirm_definition_select_section\";s:32:\"Migration of the deleted options\";s:19:\"md_adv_create_field\";s:9:\"New Field\";s:20:\"md_adv_create_record\";s:12:\"New Data Set\";s:25:\"md_adv_delete_fields_sure\";s:55:\"Are you sure you want to delete the following field(s)?\";s:24:\"md_adv_delete_files_sure\";s:61:\"Are you sure you want to delete the following export file(s)?\";s:25:\"md_adv_delete_record_sure\";s:58:\"Are you sure you want to delete the following data set(s)?\";s:21:\"md_adv_deleted_fields\";s:30:\"Field(s) successfully deleted.\";s:20:\"md_adv_deleted_files\";s:29:\"File(s) successfully deleted.\";s:22:\"md_adv_deleted_records\";s:33:\"Data set(s) successfully deleted.\";s:16:\"md_adv_desc_show\";s:16:\"Show Description\";s:26:\"md_adv_edit_complex_option\";s:22:\"Edit Option Properties\";s:17:\"md_adv_edit_field\";s:10:\"Edit Field\";s:18:\"md_adv_edit_record\";s:13:\"Edit Data Set\";s:19:\"md_adv_field_fields\";s:6:\"Fields\";s:27:\"md_adv_field_filter_warning\";s:64:\"The field types %s are currently not supported as table filters.\";s:17:\"md_adv_field_list\";s:6:\"Fields\";s:18:\"md_adv_field_names\";s:11:\"Field Names\";s:18:\"md_adv_field_table\";s:11:\"Edit Fields\";s:18:\"md_adv_fields_show\";s:16:\"Show Field Names\";s:16:\"md_adv_file_list\";s:12:\"Export Files\";s:20:\"md_adv_import_record\";s:19:\"Import Metadata Set\";s:18:\"md_adv_int_current\";s:17:\"Current Language:\";s:18:\"md_adv_int_default\";s:17:\"Default Language:\";s:27:\"md_adv_int_translation_info\";s:12:\"Translation:\";s:16:\"md_adv_no_fields\";s:42:\"This data set does not yet have any fields\";s:22:\"md_adv_number_decimals\";s:14:\"Decimal Places\";s:17:\"md_adv_number_max\";s:13:\"Maximum Value\";s:17:\"md_adv_number_min\";s:13:\"Minimum Value\";s:20:\"md_adv_number_suffix\";s:6:\"Suffix\";s:19:\"md_adv_presentation\";s:15:\"Display Options\";s:32:\"md_adv_record_activate_languages\";s:18:\"Activate Languages\";s:18:\"md_adv_record_list\";s:9:\"Data Sets\";s:23:\"md_adv_record_lng_table\";s:19:\"Language Management\";s:30:\"md_adv_record_lng_table_active\";s:6:\"Active\";s:31:\"md_adv_record_lng_table_default\";s:7:\"Default\";s:28:\"md_adv_record_lng_table_inst\";s:9:\"Installed\";s:27:\"md_adv_record_lng_table_lng\";s:8:\"Language\";s:14:\"md_adv_records\";s:9:\"Data Sets\";s:23:\"md_adv_records_exported\";s:40:\"New export file(s) successfully created.\";s:12:\"md_adv_scope\";s:5:\"Scope\";s:17:\"md_adv_scope_info\";s:86:\"Usage of this custom metadata set will be limited to selected parts of the repository.\";s:24:\"md_adv_scope_list_header\";s:11:\"Limited to:\";s:20:\"md_adv_scope_objects\";s:23:\"Data Set Effective From\";s:17:\"md_adv_searchable\";s:10:\"Searchable\";s:22:\"md_adv_select_one_file\";s:28:\"Please select only one file.\";s:11:\"md_adv_show\";s:4:\"Show\";s:25:\"md_adv_substitution_table\";s:53:\"Display Options for Custom Metadata in the Repository\";s:22:\"md_adv_text_max_length\";s:14:\"Maximum Length\";s:17:\"md_adv_text_multi\";s:9:\"Multiline\";s:21:\"md_adv_text_multi_val\";s:19:\"Multilingual Values\";s:26:\"md_adv_text_multi_val_info\";s:156:\"Allow multilingual field values for this data field. Deactivating this option is recommended for texts that do not need translating, such as personal names.\";s:11:\"md_advanced\";s:15:\"Custom Metadata\";s:26:\"md_aria_language_selection\";s:18:\"Language Selection\";s:12:\"md_copyright\";s:9:\"Copyright\";s:16:\"md_copyright_add\";s:17:\"Add New Copyright\";s:21:\"md_copyright_alt_text\";s:19:\"Text Representation\";s:26:\"md_copyright_alt_text_info\";s:34:\"Used for image ‘alt’ attribute\";s:20:\"md_copyright_default\";s:7:\"Default\";s:17:\"md_copyright_edit\";s:14:\"Edit Copyright\";s:24:\"md_copyright_enable_info\";s:114:\"Add a copyright section to the LOM Metadata of Objects, including a selection of selectable predefined copyrights.\";s:20:\"md_copyright_enabled\";s:26:\"Enable Copyright Selection\";s:22:\"md_copyright_full_name\";s:9:\"Full Name\";s:18:\"md_copyright_image\";s:5:\"Image\";s:23:\"md_copyright_image_file\";s:4:\"File\";s:26:\"md_copyright_image_is_file\";s:11:\"Upload File\";s:26:\"md_copyright_image_is_link\";s:9:\"Enter URL\";s:23:\"md_copyright_image_link\";s:3:\"URL\";s:17:\"md_copyright_link\";s:3:\"URL\";s:22:\"md_copyright_link_info\";s:19:\"Link to the licence\";s:20:\"md_copyright_preview\";s:19:\"Copyright (Preview)\";s:22:\"md_copyright_selection\";s:20:\"Available Copyrights\";s:21:\"md_copyright_settings\";s:18:\"Copyright Settings\";s:18:\"md_copyright_value\";s:9:\"Copyright\";s:21:\"md_copyrights_deleted\";s:18:\"Copyright deleted.\";s:7:\"md_days\";s:5:\"Days:\";s:17:\"md_delete_cp_sure\";s:54:\"Are you sure you want to delete the following entries?\";s:12:\"md_delimiter\";s:9:\"Delimiter\";s:17:\"md_delimiter_info\";s:115:\"The delimiter is used in the quick editing screen to separate multiple keywords and/or authors. Default is ‘,’.\";s:9:\"md_fields\";s:6:\"Fields\";s:9:\"md_months\";s:7:\"Months:\";s:12:\"md_obj_types\";s:16:\"Assigned Objects\";s:22:\"md_record_export_table\";s:12:\"Export Files\";s:20:\"md_record_list_table\";s:20:\"Custom Metadata Sets\";s:15:\"md_separated_by\";s:15:\"Separated by %s\";s:7:\"md_time\";s:5:\"Time:\";s:7:\"md_used\";s:24:\"Current Number of Usages\";s:6:\"meta_1\";s:1:\"1\";s:6:\"meta_2\";s:1:\"2\";s:6:\"meta_3\";s:1:\"3\";s:6:\"meta_4\";s:1:\"4\";s:31:\"meta_accessibility_restrictions\";s:26:\"Accessibility Restrictions\";s:11:\"meta_active\";s:6:\"Active\";s:8:\"meta_add\";s:3:\"Add\";s:16:\"meta_add_element\";s:6:\"Add %s\";s:24:\"meta_add_element_success\";s:26:\"Element added successfully\";s:20:\"meta_advmd_add_field\";s:13:\"Add New Field\";s:31:\"meta_advmd_select_delete_option\";s:17:\"Delete This Entry\";s:43:\"meta_advmd_select_first_position_identifier\";s:5:\"First\";s:28:\"meta_advmd_select_new_option\";s:13:\"Add New Entry\";s:33:\"meta_advmd_select_option_position\";s:8:\"Position\";s:30:\"meta_advmd_select_option_value\";s:5:\"Value\";s:25:\"meta_advmd_select_options\";s:7:\"Entries\";s:30:\"meta_advmd_select_options_edit\";s:12:\"Edit Entries\";s:37:\"meta_advmd_select_position_identifier\";s:8:\"After %s\";s:22:\"meta_aggregation_level\";s:17:\"Aggregation Level\";s:10:\"meta_amaya\";s:5:\"Amaya\";s:15:\"meta_annotation\";s:10:\"Annotation\";s:22:\"meta_annotation_plural\";s:11:\"Annotations\";s:8:\"meta_any\";s:3:\"Any\";s:11:\"meta_atomic\";s:6:\"Atomic\";s:11:\"meta_author\";s:6:\"Author\";s:12:\"meta_authors\";s:7:\"Authors\";s:12:\"meta_browser\";s:7:\"Browser\";s:32:\"meta_button_to_full_editor_label\";s:38:\"Edit the Full Learning Object Metadata\";s:9:\"meta_c_AD\";s:7:\"Andorra\";s:9:\"meta_c_AE\";s:20:\"United Arab Emirates\";s:9:\"meta_c_AF\";s:11:\"Afghanistan\";s:9:\"meta_c_AG\";s:19:\"Antigua And Barbuda\";s:9:\"meta_c_AI\";s:8:\"Anguilla\";s:9:\"meta_c_AL\";s:7:\"Albania\";s:9:\"meta_c_AM\";s:7:\"Armenia\";s:9:\"meta_c_AN\";s:20:\"Netherlands Antilles\";s:9:\"meta_c_AO\";s:6:\"Angola\";s:9:\"meta_c_AQ\";s:10:\"Antarctica\";s:9:\"meta_c_AR\";s:9:\"Argentina\";s:9:\"meta_c_AS\";s:14:\"American Samoa\";s:9:\"meta_c_AT\";s:7:\"Austria\";s:9:\"meta_c_AU\";s:9:\"Australia\";s:9:\"meta_c_AW\";s:5:\"Aruba\";s:9:\"meta_c_AX\";s:14:\"Åland Islands\";s:9:\"meta_c_AZ\";s:10:\"Azerbaijan\";s:9:\"meta_c_BA\";s:22:\"Bosnia and Herzegovina\";s:9:\"meta_c_BB\";s:8:\"Barbados\";s:9:\"meta_c_BD\";s:10:\"Bangladesh\";s:9:\"meta_c_BE\";s:7:\"Belgium\";s:9:\"meta_c_BF\";s:12:\"Burkina Faso\";s:9:\"meta_c_BG\";s:8:\"Bulgaria\";s:9:\"meta_c_BH\";s:7:\"Bahrain\";s:9:\"meta_c_BI\";s:7:\"Burundi\";s:9:\"meta_c_BJ\";s:5:\"Benin\";s:9:\"meta_c_BL\";s:17:\"Saint Barthélemy\";s:9:\"meta_c_BM\";s:7:\"Bermuda\";s:9:\"meta_c_BN\";s:17:\"Brunei Darussalam\";s:9:\"meta_c_BO\";s:7:\"Bolivia\";s:9:\"meta_c_BR\";s:6:\"Brazil\";s:9:\"meta_c_BS\";s:7:\"Bahamas\";s:9:\"meta_c_BT\";s:6:\"Bhutan\";s:9:\"meta_c_BV\";s:13:\"Bouvet Island\";s:9:\"meta_c_BW\";s:8:\"Botswana\";s:9:\"meta_c_BY\";s:7:\"Belarus\";s:9:\"meta_c_BZ\";s:6:\"Belize\";s:9:\"meta_c_CA\";s:6:\"Canada\";s:9:\"meta_c_CC\";s:23:\"Cocos (Keeling) Islands\";s:9:\"meta_c_CF\";s:24:\"Central African Republic\";s:9:\"meta_c_CG\";s:5:\"Congo\";s:9:\"meta_c_CH\";s:11:\"Switzerland\";s:9:\"meta_c_CI\";s:11:\"Ivory Coast\";s:9:\"meta_c_CK\";s:12:\"Cook Islands\";s:9:\"meta_c_CL\";s:5:\"Chile\";s:9:\"meta_c_CM\";s:8:\"Cameroon\";s:9:\"meta_c_CN\";s:5:\"China\";s:9:\"meta_c_CO\";s:8:\"Colombia\";s:9:\"meta_c_CR\";s:10:\"Costa Rica\";s:9:\"meta_c_CU\";s:4:\"Cuba\";s:9:\"meta_c_CV\";s:10:\"Cape Verde\";s:9:\"meta_c_CX\";s:16:\"Christmas Island\";s:9:\"meta_c_CY\";s:6:\"Cyprus\";s:9:\"meta_c_CZ\";s:14:\"Czech Republic\";s:9:\"meta_c_DE\";s:7:\"Germany\";s:9:\"meta_c_DJ\";s:8:\"Djibouti\";s:9:\"meta_c_DK\";s:7:\"Denmark\";s:9:\"meta_c_DM\";s:8:\"Dominica\";s:9:\"meta_c_DO\";s:18:\"Dominican Republic\";s:9:\"meta_c_DZ\";s:7:\"Algeria\";s:9:\"meta_c_EC\";s:7:\"Ecuador\";s:9:\"meta_c_EE\";s:7:\"Estonia\";s:9:\"meta_c_EG\";s:5:\"Egypt\";s:9:\"meta_c_EH\";s:14:\"Western Sahara\";s:9:\"meta_c_ER\";s:7:\"Eritrea\";s:9:\"meta_c_ES\";s:5:\"Spain\";s:9:\"meta_c_ET\";s:8:\"Ethiopia\";s:9:\"meta_c_FI\";s:7:\"Finland\";s:9:\"meta_c_FJ\";s:4:\"Fiji\";s:9:\"meta_c_FK\";s:16:\"Falkland Islands\";s:9:\"meta_c_FM\";s:10:\"Micronesia\";s:9:\"meta_c_FO\";s:13:\"Faroe Islands\";s:9:\"meta_c_FR\";s:6:\"France\";s:9:\"meta_c_FX\";s:20:\"France, Metropolitan\";s:9:\"meta_c_GA\";s:5:\"Gabon\";s:9:\"meta_c_GB\";s:14:\"United Kingdom\";s:9:\"meta_c_GD\";s:7:\"Grenada\";s:9:\"meta_c_GE\";s:7:\"Georgia\";s:9:\"meta_c_GF\";s:13:\"French Guiana\";s:9:\"meta_c_GG\";s:8:\"Guernsey\";s:9:\"meta_c_GH\";s:5:\"Ghana\";s:9:\"meta_c_GI\";s:9:\"Gibraltar\";s:9:\"meta_c_GL\";s:9:\"Greenland\";s:9:\"meta_c_GM\";s:6:\"Gambia\";s:9:\"meta_c_GN\";s:6:\"Guinea\";s:9:\"meta_c_GP\";s:10:\"Guadeloupe\";s:9:\"meta_c_GQ\";s:17:\"Equatorial Guinea\";s:9:\"meta_c_GR\";s:6:\"Greece\";s:9:\"meta_c_GS\";s:44:\"South Georgia And The South Sandwich Islands\";s:9:\"meta_c_GT\";s:9:\"Guatemala\";s:9:\"meta_c_GU\";s:4:\"Guam\";s:9:\"meta_c_GW\";s:13:\"Guinea-Bissau\";s:9:\"meta_c_GY\";s:6:\"Guyana\";s:9:\"meta_c_HK\";s:9:\"Hong Kong\";s:9:\"meta_c_HM\";s:26:\"Heard and McDonald Islands\";s:9:\"meta_c_HN\";s:8:\"Honduras\";s:9:\"meta_c_HR\";s:7:\"Croatia\";s:9:\"meta_c_HT\";s:5:\"Haiti\";s:9:\"meta_c_HU\";s:7:\"Hungary\";s:9:\"meta_c_ID\";s:9:\"Indonesia\";s:9:\"meta_c_IE\";s:7:\"Ireland\";s:9:\"meta_c_IL\";s:6:\"Israel\";s:9:\"meta_c_IM\";s:11:\"Isle of Man\";s:9:\"meta_c_IN\";s:5:\"India\";s:9:\"meta_c_IO\";s:30:\"British Indian Ocean Territory\";s:9:\"meta_c_IQ\";s:4:\"Iraq\";s:9:\"meta_c_IR\";s:4:\"Iran\";s:9:\"meta_c_IS\";s:7:\"Iceland\";s:9:\"meta_c_IT\";s:5:\"Italy\";s:9:\"meta_c_JE\";s:6:\"Jersey\";s:9:\"meta_c_JM\";s:7:\"Jamaica\";s:9:\"meta_c_JO\";s:6:\"Jordan\";s:9:\"meta_c_JP\";s:5:\"Japan\";s:9:\"meta_c_KE\";s:5:\"Kenya\";s:9:\"meta_c_KG\";s:10:\"Kyrgyzstan\";s:9:\"meta_c_KH\";s:8:\"Cambodia\";s:9:\"meta_c_KI\";s:8:\"Kiribati\";s:9:\"meta_c_KM\";s:7:\"Comoros\";s:9:\"meta_c_KN\";s:21:\"Saint Kitts and Nevis\";s:9:\"meta_c_KP\";s:40:\"North Korea (People\'s Republic Of Korea)\";s:9:\"meta_c_KR\";s:31:\"South Korea (Republic Of Korea)\";s:9:\"meta_c_KW\";s:6:\"Kuwait\";s:9:\"meta_c_KY\";s:14:\"Cayman Islands\";s:9:\"meta_c_KZ\";s:10:\"Kazakhstan\";s:9:\"meta_c_LA\";s:32:\"Lao People\'s Democratic Republic\";s:9:\"meta_c_LB\";s:7:\"Lebanon\";s:9:\"meta_c_LC\";s:11:\"Saint Lucia\";s:9:\"meta_c_LI\";s:13:\"Liechtenstein\";s:9:\"meta_c_LK\";s:9:\"Sri Lanka\";s:9:\"meta_c_LR\";s:7:\"Liberia\";s:9:\"meta_c_LS\";s:7:\"Lesotho\";s:9:\"meta_c_LT\";s:9:\"Lithuania\";s:9:\"meta_c_LU\";s:10:\"Luxembourg\";s:9:\"meta_c_LV\";s:6:\"Latvia\";s:9:\"meta_c_LY\";s:5:\"Libya\";s:9:\"meta_c_MA\";s:7:\"Morocco\";s:9:\"meta_c_MC\";s:6:\"Monaco\";s:9:\"meta_c_MD\";s:7:\"Moldova\";s:9:\"meta_c_ME\";s:10:\"Montenegro\";s:9:\"meta_c_MF\";s:26:\"Saint Martin (French Part)\";s:9:\"meta_c_MG\";s:10:\"Madagascar\";s:9:\"meta_c_MH\";s:16:\"Marshall Islands\";s:9:\"meta_c_MK\";s:15:\"North Macedonia\";s:9:\"meta_c_ML\";s:4:\"Mali\";s:9:\"meta_c_MM\";s:7:\"Myanmar\";s:9:\"meta_c_MN\";s:8:\"Mongolia\";s:9:\"meta_c_MO\";s:5:\"Macau\";s:9:\"meta_c_MP\";s:24:\"Northern Mariana Islands\";s:9:\"meta_c_MQ\";s:10:\"Martinique\";s:9:\"meta_c_MR\";s:10:\"Mauritania\";s:9:\"meta_c_MS\";s:10:\"Montserrat\";s:9:\"meta_c_MT\";s:5:\"Malta\";s:9:\"meta_c_MU\";s:9:\"Mauritius\";s:9:\"meta_c_MV\";s:8:\"Maldives\";s:9:\"meta_c_MW\";s:6:\"Malawi\";s:9:\"meta_c_MX\";s:6:\"Mexico\";s:9:\"meta_c_MY\";s:8:\"Malaysia\";s:9:\"meta_c_MZ\";s:10:\"Mozambique\";s:9:\"meta_c_NA\";s:7:\"Namibia\";s:9:\"meta_c_NC\";s:13:\"New Caledonia\";s:9:\"meta_c_NE\";s:5:\"Niger\";s:9:\"meta_c_NF\";s:14:\"Norfolk Island\";s:9:\"meta_c_NG\";s:7:\"Nigeria\";s:9:\"meta_c_NI\";s:9:\"Nicaragua\";s:9:\"meta_c_NL\";s:11:\"Netherlands\";s:9:\"meta_c_NO\";s:6:\"Norway\";s:9:\"meta_c_NP\";s:5:\"Nepal\";s:9:\"meta_c_NR\";s:5:\"Nauru\";s:9:\"meta_c_NU\";s:4:\"Niue\";s:9:\"meta_c_NZ\";s:11:\"New Zealand\";s:9:\"meta_c_OM\";s:4:\"Oman\";s:9:\"meta_c_PA\";s:6:\"Panama\";s:9:\"meta_c_PE\";s:4:\"Peru\";s:9:\"meta_c_PF\";s:16:\"French Polynesia\";s:9:\"meta_c_PG\";s:16:\"Papua New Guinea\";s:9:\"meta_c_PH\";s:11:\"Philippines\";s:9:\"meta_c_PK\";s:8:\"Pakistan\";s:9:\"meta_c_PL\";s:6:\"Poland\";s:9:\"meta_c_PM\";s:23:\"St. Pierre and Miquelon\";s:9:\"meta_c_PN\";s:16:\"Pitcairn Islands\";s:9:\"meta_c_PR\";s:11:\"Puerto Rico\";s:9:\"meta_c_PS\";s:34:\"Palestinian Territories (Occupied)\";s:9:\"meta_c_PT\";s:8:\"Portugal\";s:9:\"meta_c_PW\";s:5:\"Palau\";s:9:\"meta_c_PY\";s:8:\"Paraguay\";s:9:\"meta_c_QA\";s:5:\"Qatar\";s:9:\"meta_c_RE\";s:7:\"Reunion\";s:9:\"meta_c_RO\";s:7:\"Romania\";s:9:\"meta_c_RS\";s:6:\"Serbia\";s:9:\"meta_c_RU\";s:18:\"Russian Federation\";s:9:\"meta_c_RW\";s:6:\"Rwanda\";s:9:\"meta_c_SA\";s:12:\"Saudi Arabia\";s:9:\"meta_c_SB\";s:15:\"Solomon Islands\";s:9:\"meta_c_SC\";s:10:\"Seychelles\";s:9:\"meta_c_SD\";s:5:\"Sudan\";s:9:\"meta_c_SE\";s:6:\"Sweden\";s:9:\"meta_c_SG\";s:9:\"Singapore\";s:9:\"meta_c_SH\";s:10:\"St. Helena\";s:9:\"meta_c_SI\";s:8:\"Slovenia\";s:9:\"meta_c_SJ\";s:30:\"Svalbard and Jan Mayen Islands\";s:9:\"meta_c_SK\";s:8:\"Slovakia\";s:9:\"meta_c_SL\";s:12:\"Sierra Leone\";s:9:\"meta_c_SM\";s:10:\"San Marino\";s:9:\"meta_c_SN\";s:7:\"Senegal\";s:9:\"meta_c_SO\";s:7:\"Somalia\";s:9:\"meta_c_SR\";s:8:\"Suriname\";s:9:\"meta_c_ST\";s:22:\"Sao Tomé and Principe\";s:9:\"meta_c_SV\";s:11:\"El Salvador\";s:9:\"meta_c_SY\";s:20:\"Syrian Arab Republic\";s:9:\"meta_c_SZ\";s:9:\"Swaziland\";s:9:\"meta_c_TC\";s:24:\"Turks And Caicos Islands\";s:9:\"meta_c_TD\";s:4:\"Chad\";s:9:\"meta_c_TF\";s:27:\"French Southern Territories\";s:9:\"meta_c_TG\";s:4:\"Togo\";s:9:\"meta_c_TH\";s:8:\"Thailand\";s:9:\"meta_c_TJ\";s:10:\"Tajikistan\";s:9:\"meta_c_TK\";s:7:\"Tokelau\";s:9:\"meta_c_TL\";s:11:\"Timor-Leste\";s:9:\"meta_c_TM\";s:12:\"Turkmenistan\";s:9:\"meta_c_TN\";s:7:\"Tunisia\";s:9:\"meta_c_TO\";s:5:\"Tonga\";s:9:\"meta_c_TR\";s:6:\"Turkey\";s:9:\"meta_c_TT\";s:19:\"Trinidad and Tobago\";s:9:\"meta_c_TV\";s:6:\"Tuvalu\";s:9:\"meta_c_TW\";s:6:\"Taiwan\";s:9:\"meta_c_TZ\";s:8:\"Tanzania\";s:9:\"meta_c_UA\";s:7:\"Ukraine\";s:9:\"meta_c_UG\";s:6:\"Uganda\";s:9:\"meta_c_UM\";s:27:\"U.S. Minor Outlying Islands\";s:9:\"meta_c_US\";s:5:\"U.S.A\";s:9:\"meta_c_UY\";s:7:\"Uruguay\";s:9:\"meta_c_UZ\";s:10:\"Uzbekistan\";s:9:\"meta_c_VA\";s:18:\"Vatican City State\";s:9:\"meta_c_VC\";s:32:\"Saint Vincent And The Grenadines\";s:9:\"meta_c_VE\";s:9:\"Venezuela\";s:9:\"meta_c_VG\";s:24:\"Virgin Islands (British)\";s:9:\"meta_c_VI\";s:19:\"Virgin Islands (US)\";s:9:\"meta_c_VN\";s:7:\"Vietnam\";s:9:\"meta_c_VU\";s:7:\"Vanuatu\";s:9:\"meta_c_WF\";s:25:\"Wallis and Futuna Islands\";s:9:\"meta_c_WS\";s:5:\"Samoa\";s:9:\"meta_c_XK\";s:6:\"Kosovo\";s:9:\"meta_c_YE\";s:5:\"Yemen\";s:9:\"meta_c_YT\";s:7:\"Mayotte\";s:9:\"meta_c_ZA\";s:12:\"South Africa\";s:9:\"meta_c_ZM\";s:6:\"Zambia\";s:9:\"meta_c_ZW\";s:8:\"Zimbabwe\";s:12:\"meta_catalog\";s:9:\"Catalogue\";s:19:\"meta_classification\";s:14:\"Classification\";s:26:\"meta_classification_plural\";s:15:\"Classifications\";s:15:\"meta_collection\";s:10:\"Collection\";s:15:\"meta_competency\";s:10:\"Competency\";s:20:\"meta_contentprovider\";s:16:\"Content Provider\";s:12:\"meta_context\";s:7:\"Context\";s:19:\"meta_context_plural\";s:8:\"Contexts\";s:15:\"meta_contribute\";s:10:\"Contribute\";s:22:\"meta_contribute_plural\";s:10:\"Contribute\";s:14:\"meta_copyright\";s:9:\"Copyright\";s:37:\"meta_copyright_and_other_restrictions\";s:32:\"Copyright and Other Restrictions\";s:26:\"meta_copyright_change_info\";s:231:\"You are about to change the copyright licence assigned to this content. This should only be done with the permission of the copyright holder. Please continue only if the new licence is not more restrictive than the one used before.\";s:35:\"meta_copyright_change_warning_title\";s:20:\"Changing a Copyright\";s:21:\"meta_copyright_in_use\";s:6:\"In use\";s:23:\"meta_copyright_outdated\";s:27:\"Outdated / No longer in use\";s:29:\"meta_copyright_outdated_error\";s:54:\"The chosen copyright is outdated and no longer in use.\";s:26:\"meta_copyright_show_usages\";s:11:\"Show Usages\";s:21:\"meta_copyright_status\";s:6:\"Status\";s:24:\"meta_copyright_sub_items\";s:9:\"Sub Items\";s:20:\"meta_copyright_usage\";s:5:\"Usage\";s:9:\"meta_cost\";s:4:\"Cost\";s:13:\"meta_coverage\";s:8:\"Coverage\";s:20:\"meta_coverage_plural\";s:8:\"Coverage\";s:11:\"meta_cp_own\";s:26:\"Own Copyright Information:\";s:12:\"meta_creator\";s:7:\"Creator\";s:18:\"meta_current_value\";s:13:\"Current value\";s:9:\"meta_date\";s:4:\"Date\";s:14:\"meta_date_time\";s:4:\"Date\";s:11:\"meta_delete\";s:6:\"Delete\";s:19:\"meta_delete_confirm\";s:61:\"Are you sure you want to delete this element and its content?\";s:19:\"meta_delete_element\";s:9:\"Delete %s\";s:27:\"meta_delete_element_success\";s:28:\"Element deleted successfully\";s:24:\"meta_delete_this_element\";s:19:\"Delete This Element\";s:16:\"meta_description\";s:11:\"Description\";s:23:\"meta_description_plural\";s:12:\"Descriptions\";s:13:\"meta_diagramm\";s:7:\"Diagram\";s:14:\"meta_difficult\";s:9:\"Difficult\";s:15:\"meta_difficulty\";s:10:\"Difficulty\";s:15:\"meta_discipline\";s:10:\"Discipline\";s:10:\"meta_draft\";s:5:\"Draft\";s:13:\"meta_duration\";s:8:\"Duration\";s:9:\"meta_easy\";s:4:\"Easy\";s:17:\"meta_edit_element\";s:7:\"Edit %s\";s:25:\"meta_edit_element_success\";s:27:\"Element edited successfully\";s:11:\"meta_editor\";s:6:\"Editor\";s:14:\"meta_education\";s:9:\"Education\";s:16:\"meta_educational\";s:11:\"Educational\";s:22:\"meta_educational_level\";s:17:\"Educational Level\";s:26:\"meta_educational_objective\";s:21:\"Educational Objective\";s:23:\"meta_educational_plural\";s:11:\"Educational\";s:25:\"meta_educationalvalidator\";s:22:\"Educational Validation\";s:11:\"meta_entity\";s:6:\"Entity\";s:18:\"meta_entity_plural\";s:8:\"Entities\";s:10:\"meta_entry\";s:5:\"Entry\";s:22:\"meta_error_empty_input\";s:78:\"Please make sure that at least one of the following input fields is not empty.\";s:9:\"meta_exam\";s:4:\"Exam\";s:13:\"meta_exercise\";s:8:\"Exercise\";s:15:\"meta_experiment\";s:10:\"Experiment\";s:15:\"meta_expositive\";s:10:\"Expository\";s:11:\"meta_figure\";s:20:\"Image / Illustration\";s:10:\"meta_final\";s:13:\"Final Version\";s:17:\"meta_first_author\";s:12:\"First Author\";s:11:\"meta_format\";s:6:\"Format\";s:18:\"meta_format_plural\";s:7:\"Formats\";s:32:\"meta_full_editor_navigation_info\";s:105:\"To navigate and edit this metadata set, use the ‘LOM’-tree in the ‘Tools’ entry of the main menu.\";s:12:\"meta_general\";s:7:\"General\";s:11:\"meta_global\";s:6:\"Global\";s:10:\"meta_graph\";s:5:\"Graph\";s:22:\"meta_graphicaldesigner\";s:14:\"Graphic Design\";s:15:\"meta_has_format\";s:14:\"Has format …\";s:13:\"meta_has_part\";s:12:\"Has part …\";s:16:\"meta_has_version\";s:11:\"Has Version\";s:17:\"meta_hierarchical\";s:12:\"Hierarchical\";s:9:\"meta_high\";s:4:\"High\";s:21:\"meta_higher_education\";s:16:\"Higher Education\";s:7:\"meta_id\";s:2:\"ID\";s:9:\"meta_idea\";s:4:\"Idea\";s:15:\"meta_identifier\";s:10:\"Identifier\";s:22:\"meta_identifier_plural\";s:11:\"Identifiers\";s:10:\"meta_index\";s:5:\"Index\";s:33:\"meta_info_only_repository_objects\";s:90:\"Only repository objects are listed below (but not media objects or learning module pages).\";s:14:\"meta_initiator\";s:9:\"Initiator\";s:25:\"meta_installation_remarks\";s:18:\"Installation Notes\";s:26:\"meta_instructionaldesigner\";s:20:\"Instructional Design\";s:27:\"meta_intended_end_user_role\";s:22:\"Intended End User Role\";s:34:\"meta_intended_end_user_role_plural\";s:23:\"Intended End User Roles\";s:24:\"meta_interactivity_level\";s:19:\"Interactivity Level\";s:23:\"meta_interactivity_type\";s:18:\"Interactivity Type\";s:16:\"meta_is_based_on\";s:15:\"Is based on …\";s:17:\"meta_is_basis_for\";s:16:\"Is basis for …\";s:17:\"meta_is_format_of\";s:16:\"Is format of …\";s:15:\"meta_is_part_of\";s:14:\"Is part of …\";s:21:\"meta_is_referenced_by\";s:16:\"Is referenced by\";s:19:\"meta_is_required_by\";s:14:\"Is required by\";s:18:\"meta_is_version_of\";s:13:\"Is version of\";s:12:\"meta_keyword\";s:7:\"Keyword\";s:19:\"meta_keyword_plural\";s:8:\"Keywords\";s:9:\"meta_kind\";s:4:\"Type\";s:9:\"meta_l_aa\";s:4:\"Afar\";s:9:\"meta_l_ab\";s:9:\"Abkhazian\";s:9:\"meta_l_af\";s:9:\"Afrikaans\";s:9:\"meta_l_am\";s:7:\"Amharic\";s:9:\"meta_l_ar\";s:6:\"Arabic\";s:9:\"meta_l_as\";s:8:\"Assamese\";s:9:\"meta_l_ay\";s:6:\"Aymara\";s:9:\"meta_l_az\";s:11:\"Azerbaijani\";s:9:\"meta_l_ba\";s:7:\"Bashkir\";s:9:\"meta_l_be\";s:10:\"Belarusian\";s:9:\"meta_l_bg\";s:9:\"Bulgarian\";s:9:\"meta_l_bh\";s:6:\"Bihari\";s:9:\"meta_l_bi\";s:7:\"Bislama\";s:9:\"meta_l_bn\";s:15:\"Bengali; Bangla\";s:9:\"meta_l_bo\";s:7:\"Tibetan\";s:9:\"meta_l_br\";s:6:\"Breton\";s:9:\"meta_l_ca\";s:7:\"Catalan\";s:9:\"meta_l_co\";s:8:\"Corsican\";s:9:\"meta_l_cs\";s:5:\"Czech\";s:9:\"meta_l_cy\";s:5:\"Welsh\";s:9:\"meta_l_da\";s:6:\"Danish\";s:9:\"meta_l_de\";s:6:\"German\";s:9:\"meta_l_dz\";s:7:\"Bhutani\";s:9:\"meta_l_el\";s:5:\"Greek\";s:9:\"meta_l_en\";s:7:\"English\";s:9:\"meta_l_eo\";s:9:\"Esperanto\";s:9:\"meta_l_es\";s:7:\"Spanish\";s:9:\"meta_l_et\";s:8:\"Estonian\";s:9:\"meta_l_eu\";s:6:\"Basque\";s:9:\"meta_l_fa\";s:15:\"Persian (Farsi)\";s:9:\"meta_l_fi\";s:7:\"Finnish\";s:9:\"meta_l_fj\";s:6:\"Fijian\";s:9:\"meta_l_fo\";s:7:\"Faroese\";s:9:\"meta_l_fr\";s:6:\"French\";s:9:\"meta_l_fy\";s:7:\"Frisian\";s:9:\"meta_l_ga\";s:5:\"Irish\";s:9:\"meta_l_gd\";s:12:\"Scots Gaelic\";s:9:\"meta_l_gl\";s:8:\"Galician\";s:9:\"meta_l_gn\";s:7:\"Guarani\";s:9:\"meta_l_gu\";s:8:\"Gujarati\";s:9:\"meta_l_ha\";s:5:\"Hausa\";s:9:\"meta_l_he\";s:6:\"Hebrew\";s:9:\"meta_l_hi\";s:5:\"Hindi\";s:9:\"meta_l_hr\";s:8:\"Croatian\";s:9:\"meta_l_hu\";s:9:\"Hungarian\";s:9:\"meta_l_hy\";s:8:\"Armenian\";s:9:\"meta_l_ia\";s:11:\"Interlingua\";s:9:\"meta_l_id\";s:10:\"Indonesian\";s:9:\"meta_l_ie\";s:11:\"Interlingue\";s:9:\"meta_l_ik\";s:7:\"Inupiak\";s:9:\"meta_l_is\";s:9:\"Icelandic\";s:9:\"meta_l_it\";s:7:\"Italian\";s:9:\"meta_l_iu\";s:9:\"Inuktitut\";s:9:\"meta_l_ja\";s:8:\"Japanese\";s:9:\"meta_l_jv\";s:8:\"Javanese\";s:9:\"meta_l_ka\";s:8:\"Georgian\";s:9:\"meta_l_kk\";s:6:\"Kazakh\";s:9:\"meta_l_kl\";s:11:\"Greenlandic\";s:9:\"meta_l_km\";s:9:\"Cambodian\";s:9:\"meta_l_kn\";s:7:\"Kannada\";s:9:\"meta_l_ko\";s:6:\"Korean\";s:9:\"meta_l_ks\";s:8:\"Kashmiri\";s:9:\"meta_l_ku\";s:7:\"Kurdish\";s:9:\"meta_l_ky\";s:6:\"Kyrgyz\";s:9:\"meta_l_la\";s:5:\"Latin\";s:9:\"meta_l_ln\";s:7:\"Lingala\";s:9:\"meta_l_lo\";s:8:\"Laothian\";s:9:\"meta_l_lt\";s:10:\"Lithuanian\";s:9:\"meta_l_lv\";s:15:\"Latvian;Lettish\";s:9:\"meta_l_mg\";s:8:\"Malagasy\";s:9:\"meta_l_mi\";s:5:\"Maori\";s:9:\"meta_l_mk\";s:10:\"Macedonian\";s:9:\"meta_l_ml\";s:9:\"Malayalam\";s:9:\"meta_l_mn\";s:9:\"Mongolian\";s:9:\"meta_l_mo\";s:8:\"Moldovan\";s:9:\"meta_l_mr\";s:7:\"Marathi\";s:9:\"meta_l_ms\";s:5:\"Malay\";s:9:\"meta_l_mt\";s:7:\"Maltese\";s:9:\"meta_l_my\";s:7:\"Burmese\";s:9:\"meta_l_na\";s:7:\"Nauruan\";s:9:\"meta_l_ne\";s:6:\"Nepali\";s:9:\"meta_l_nl\";s:5:\"Dutch\";s:9:\"meta_l_no\";s:9:\"Norwegian\";s:9:\"meta_l_oc\";s:7:\"Occitan\";s:9:\"meta_l_om\";s:19:\"Oromo; Afaan Oromoo\";s:9:\"meta_l_or\";s:4:\"Odia\";s:9:\"meta_l_pa\";s:7:\"Punjabi\";s:9:\"meta_l_pl\";s:6:\"Polish\";s:9:\"meta_l_ps\";s:14:\"Pashto; Pushto\";s:9:\"meta_l_pt\";s:10:\"Portuguese\";s:9:\"meta_l_qu\";s:7:\"Quechua\";s:9:\"meta_l_rm\";s:14:\"Rhaeto-romance\";s:9:\"meta_l_rn\";s:7:\"Kirundi\";s:9:\"meta_l_ro\";s:8:\"Romanian\";s:9:\"meta_l_ru\";s:7:\"Russian\";s:9:\"meta_l_rw\";s:11:\"Kinyarwanda\";s:9:\"meta_l_sa\";s:8:\"Sanskrit\";s:9:\"meta_l_sd\";s:6:\"Sindhi\";s:9:\"meta_l_sg\";s:6:\"Sangho\";s:9:\"meta_l_sh\";s:14:\"Serbo-Croatian\";s:9:\"meta_l_si\";s:7:\"Sinhala\";s:9:\"meta_l_sk\";s:6:\"Slovak\";s:9:\"meta_l_sl\";s:9:\"Slovenian\";s:9:\"meta_l_sm\";s:6:\"Samoan\";s:9:\"meta_l_sn\";s:5:\"Shona\";s:9:\"meta_l_so\";s:6:\"Somali\";s:9:\"meta_l_sq\";s:8:\"Albanian\";s:9:\"meta_l_sr\";s:7:\"Serbian\";s:9:\"meta_l_ss\";s:7:\"Siswati\";s:9:\"meta_l_st\";s:7:\"Sesotho\";s:9:\"meta_l_su\";s:9:\"Sundanese\";s:9:\"meta_l_sv\";s:7:\"Swedish\";s:9:\"meta_l_sw\";s:18:\"Swahili; Kiswahili\";s:9:\"meta_l_ta\";s:5:\"Tamil\";s:9:\"meta_l_te\";s:6:\"Telugu\";s:9:\"meta_l_tg\";s:5:\"Tajik\";s:9:\"meta_l_th\";s:4:\"Thai\";s:9:\"meta_l_ti\";s:8:\"Tigrinya\";s:9:\"meta_l_tk\";s:7:\"Turkmen\";s:9:\"meta_l_tl\";s:7:\"Tagalog\";s:9:\"meta_l_tn\";s:8:\"Setswana\";s:9:\"meta_l_to\";s:6:\"Tongan\";s:9:\"meta_l_tr\";s:7:\"Turkish\";s:9:\"meta_l_ts\";s:6:\"Tsonga\";s:9:\"meta_l_tt\";s:5:\"Tatar\";s:9:\"meta_l_tw\";s:3:\"Twi\";s:9:\"meta_l_ug\";s:6:\"Uyghur\";s:9:\"meta_l_uk\";s:9:\"Ukrainian\";s:9:\"meta_l_ur\";s:4:\"Urdu\";s:9:\"meta_l_uz\";s:5:\"Uzbek\";s:9:\"meta_l_vi\";s:10:\"Vietnamese\";s:9:\"meta_l_vo\";s:8:\"Volapük\";s:9:\"meta_l_wo\";s:5:\"Wolof\";s:9:\"meta_l_xh\";s:5:\"Xhosa\";s:9:\"meta_l_xx\";s:4:\"none\";s:9:\"meta_l_yi\";s:7:\"Yiddish\";s:9:\"meta_l_yo\";s:6:\"Yoruba\";s:9:\"meta_l_za\";s:6:\"Zhuang\";s:9:\"meta_l_zh\";s:7:\"Chinese\";s:9:\"meta_l_zu\";s:4:\"Zulu\";s:13:\"meta_language\";s:8:\"Language\";s:20:\"meta_language_plural\";s:9:\"Languages\";s:12:\"meta_learner\";s:7:\"Learner\";s:27:\"meta_learning_resource_type\";s:22:\"Learning Resource Type\";s:34:\"meta_learning_resource_type_plural\";s:23:\"Learning Resource Types\";s:12:\"meta_lecture\";s:7:\"Lecture\";s:14:\"meta_lifecycle\";s:9:\"Lifecycle\";s:11:\"meta_linear\";s:6:\"Linear\";s:10:\"meta_local\";s:5:\"Local\";s:13:\"meta_location\";s:8:\"Location\";s:20:\"meta_location_plural\";s:9:\"Locations\";s:8:\"meta_lom\";s:24:\"Learning Object Metadata\";s:14:\"meta_lom_short\";s:3:\"LOM\";s:8:\"meta_low\";s:3:\"Low\";s:10:\"meta_macos\";s:6:\"MAC-OS\";s:12:\"meta_manager\";s:7:\"Manager\";s:20:\"meta_maximum_version\";s:15:\"Maximum Version\";s:11:\"meta_medium\";s:6:\"Medium\";s:18:\"meta_meta_metadata\";s:13:\"Meta-Metadata\";s:19:\"meta_metadatascheme\";s:15:\"Metadata Schema\";s:26:\"meta_metadatascheme_plural\";s:16:\"Metadata Schemas\";s:20:\"meta_minimum_version\";s:15:\"Minimum Version\";s:10:\"meta_mixed\";s:5:\"Mixed\";s:25:\"meta_ms-internet_explorer\";s:20:\"MS-Internet Explorer\";s:15:\"meta_ms-windows\";s:10:\"MS-Windows\";s:13:\"meta_multi-os\";s:8:\"Multi-OS\";s:9:\"meta_name\";s:4:\"Name\";s:19:\"meta_narrative_text\";s:14:\"Narrative Text\";s:26:\"meta_netscape_communicator\";s:21:\"Netscape Communicator\";s:14:\"meta_networked\";s:9:\"Networked\";s:16:\"meta_new_element\";s:11:\"New Element\";s:7:\"meta_no\";s:2:\"No\";s:9:\"meta_none\";s:4:\"None\";s:20:\"meta_obj_type_active\";s:15:\"Dataset offered\";s:22:\"meta_obj_type_inactive\";s:17:\"Data set not used\";s:23:\"meta_obj_type_mandatory\";s:23:\"Data set always offered\";s:22:\"meta_obj_type_optional\";s:25:\"Data set needs activation\";s:16:\"meta_oer_blocked\";s:24:\"Ignored by OER Harvester\";s:21:\"meta_oer_blocked_info\";s:68:\"Will not be listed automatically as Open Educational Ressource (OER)\";s:28:\"meta_oer_copyright_selection\";s:19:\"Copyright Selection\";s:33:\"meta_oer_copyright_selection_info\";s:109:\"Only objects that have been published with one of the selected copyrights will be linked to the OER Category.\";s:18:\"meta_oer_harvester\";s:13:\"OER Harvester\";s:23:\"meta_oer_harvester_desc\";s:310:\"Scans all File objects in the repository for their license. The OER Harvester adds all resources under selected CC licenses to the category defined in the cronjob settings. To get results from this cronjob it is necessary to activate and configurate the copyright selection in the administration of \'Metadata\'.\";s:15:\"meta_oer_target\";s:32:\"Category for Release OER Content\";s:10:\"meta_opera\";s:5:\"Opera\";s:21:\"meta_operating_system\";s:16:\"Operating System\";s:17:\"meta_or_composite\";s:12:\"Or Composite\";s:24:\"meta_or_composite_plural\";s:13:\"Or Composites\";s:10:\"meta_order\";s:5:\"Order\";s:10:\"meta_other\";s:5:\"Other\";s:33:\"meta_other_plattform_requirements\";s:27:\"Other Platform Requirements\";s:11:\"meta_pc-dos\";s:6:\"PC-DOS\";s:19:\"meta_pointofcontact\";s:19:\"Point(s) of Contact\";s:17:\"meta_prerequisite\";s:12:\"Prerequisite\";s:22:\"meta_problem_statement\";s:17:\"Problem Statement\";s:14:\"meta_publisher\";s:9:\"Publisher\";s:12:\"meta_purpose\";s:7:\"Purpose\";s:18:\"meta_questionnaire\";s:13:\"Questionnaire\";s:15:\"meta_references\";s:10:\"References\";s:13:\"meta_relation\";s:8:\"Relation\";s:20:\"meta_relation_plural\";s:9:\"Relations\";s:16:\"meta_requirement\";s:11:\"Requirement\";s:23:\"meta_requirement_plural\";s:12:\"Requirements\";s:13:\"meta_requires\";s:8:\"Requires\";s:13:\"meta_resource\";s:8:\"Resource\";s:12:\"meta_revised\";s:7:\"Revised\";s:11:\"meta_rights\";s:6:\"Rights\";s:9:\"meta_role\";s:4:\"Role\";s:15:\"meta_save_order\";s:10:\"Save Order\";s:11:\"meta_school\";s:6:\"School\";s:17:\"meta_scriptwriter\";s:12:\"Scriptwriter\";s:18:\"meta_second_author\";s:13:\"Second Author\";s:12:\"meta_section\";s:7:\"Section\";s:19:\"meta_security_level\";s:14:\"Security Level\";s:20:\"meta_self_assessment\";s:15:\"Self Assessment\";s:21:\"meta_semantic_density\";s:16:\"Semantic Density\";s:15:\"meta_simulation\";s:10:\"Simulation\";s:9:\"meta_size\";s:4:\"Size\";s:16:\"meta_skill_level\";s:16:\"Competence Level\";s:10:\"meta_slide\";s:5:\"Slide\";s:11:\"meta_source\";s:6:\"Source\";s:11:\"meta_status\";s:6:\"Status\";s:11:\"meta_string\";s:4:\"Text\";s:14:\"meta_structure\";s:9:\"Structure\";s:24:\"meta_subjectmatterexpert\";s:24:\"Subject matter expert(s)\";s:14:\"meta_tab_advmd\";s:15:\"Custom Metadata\";s:18:\"meta_tab_advmd_def\";s:27:\"Manage Custom Metadata Sets\";s:12:\"meta_tab_lom\";s:3:\"LOM\";s:10:\"meta_table\";s:5:\"Table\";s:10:\"meta_taxon\";s:5:\"Taxon\";s:15:\"meta_taxon_path\";s:10:\"Taxon Path\";s:22:\"meta_taxon_path_plural\";s:11:\"Taxon Paths\";s:17:\"meta_taxon_plural\";s:6:\"Taxons\";s:12:\"meta_teacher\";s:7:\"Teacher\";s:14:\"meta_technical\";s:9:\"Technical\";s:25:\"meta_technicalimplementer\";s:21:\"Technical implementer\";s:23:\"meta_technicalvalidator\";s:19:\"Technical validator\";s:15:\"meta_terminator\";s:10:\"Terminator\";s:17:\"meta_third_author\";s:12:\"Third Author\";s:10:\"meta_title\";s:5:\"Title\";s:13:\"meta_training\";s:8:\"Training\";s:9:\"meta_type\";s:4:\"Type\";s:22:\"meta_typical_age_range\";s:17:\"Typical Age Range\";s:29:\"meta_typical_age_range_plural\";s:18:\"Typical Age Ranges\";s:26:\"meta_typical_learning_time\";s:21:\"Typical Learning Time\";s:16:\"meta_unavailable\";s:11:\"Unavailable\";s:9:\"meta_unix\";s:4:\"Unix\";s:12:\"meta_unknown\";s:7:\"Unknown\";s:14:\"meta_validator\";s:9:\"Validator\";s:10:\"meta_value\";s:5:\"Value\";s:12:\"meta_version\";s:7:\"Version\";s:19:\"meta_very_difficult\";s:14:\"Very Difficult\";s:14:\"meta_very_easy\";s:9:\"Very Easy\";s:14:\"meta_very_high\";s:9:\"Very High\";s:13:\"meta_very_low\";s:8:\"Very Low\";s:8:\"meta_yes\";s:3:\"Yes\";s:16:\"udf_type_address\";s:7:\"Address\";s:21:\"udf_type_externallink\";s:13:\"External Link\";s:14:\"udf_type_float\";s:5:\"Float\";s:16:\"udf_type_integer\";s:7:\"Integer\";s:21:\"udf_type_internallink\";s:13:\"Internal Link\";s:17:\"udf_type_location\";s:8:\"Location\";s:20:\"udf_type_selectmulti\";s:32:\"Selection List (Multiple Choice)\";}'),('mmbr','en','a:8:{s:16:\"info_refuse_sure\";s:54:\"Are you sure you want to refuse the following user(s)?\";s:27:\"mmbr_awrn_my_groups_courses\";s:21:\"My Groups and Courses\";s:32:\"mmbr_awrn_my_groups_courses_info\";s:64:\"All members of groups or courses of the current user are listed.\";s:28:\"mmbr_btn_mail_selected_users\";s:9:\"Send Mail\";s:33:\"mmbr_info_delete_sure_unsubscribe\";s:64:\"Are you sure you want to unsubscribe from the following objects?\";s:16:\"mmbr_memberships\";s:11:\"Memberships\";s:19:\"mmbr_selected_users\";s:21:\"Selected Participants\";s:27:\"mmbr_unsubscribed_from_objs\";s:53:\"You have been unsubscribed from the selected objects.\";}'),('mme','en','a:89:{s:13:\"add_languages\";s:12:\"Add Language\";s:16:\"additional_langs\";s:20:\"Additional Languages\";s:11:\"button_save\";s:4:\"Save\";s:20:\"component_not_active\";s:27:\"Component is not activated.\";s:12:\"confirm_move\";s:46:\"Would you like to move this item to Top Items?\";s:17:\"err_uri_not_valid\";s:26:\"Please provide a valid URL\";s:14:\"field_external\";s:13:\"External Link\";s:19:\"field_external_info\";s:42:\"Link will be opnened in a separate Window.\";s:12:\"field_ref_id\";s:18:\"ILIAS Reference-ID\";s:17:\"field_ref_id_info\";s:131:\"The Reference-ID of the desired ILIAS-Object from the Repository, you find the Reference-ID in the URL of a object (...?ref_id=123)\";s:9:\"field_url\";s:3:\"URL\";s:14:\"field_url_info\";s:47:\"Link to the desired website, lead by http(s)://\";s:5:\"flush\";s:17:\"Remove Lost Items\";s:26:\"item_must_be_always_active\";s:20:\"Item must be active.\";s:4:\"main\";s:9:\"Main Menu\";s:19:\"mm_translation_lang\";s:8:\"Language\";s:20:\"mm_translation_trans\";s:11:\"Translation\";s:12:\"move_to_item\";s:13:\"Move to Items\";s:16:\"move_to_top_item\";s:17:\"Move to Top Items\";s:19:\"msg_languages_added\";s:15:\"Added languages\";s:9:\"msg_moved\";s:23:\"Item successfully moved\";s:13:\"msg_not_moved\";s:54:\"Item could not be moved, please select a valid parent.\";s:23:\"msg_ref_id_not_callable\";s:90:\"This reference ID cannot be used by Main-Menu. Only targets in the magazine are supported.\";s:19:\"msg_restore_confirm\";s:135:\"All Custom Items and Translations will be deleted, all Standard items will be reset to factory default. All customization will be lost.\";s:12:\"msg_restored\";s:26:\"Main Menu completely reset\";s:19:\"msg_subitem_deleted\";s:13:\"Item deleted.\";s:19:\"msg_subitem_flushed\";s:19:\"Lost Items removed.\";s:19:\"msg_topitem_deleted\";s:13:\"Item deleted.\";s:24:\"msg_translations_deleted\";s:20:\"Translations deleted\";s:22:\"msg_translations_saved\";s:18:\"Translations saved\";s:7:\"restore\";s:15:\"Reset Main Menu\";s:13:\"select_parent\";s:13:\"Select Parent\";s:11:\"sub_actions\";s:7:\"Actions\";s:10:\"sub_active\";s:6:\"Active\";s:17:\"sub_active_byline\";s:33:\"Activate this Item for all users.\";s:16:\"sub_global_roles\";s:12:\"Global Roles\";s:8:\"sub_icon\";s:4:\"Icon\";s:15:\"sub_icon_byline\";s:84:\"Upload a custom icon for this Item. Please note that the SVG-Icons will be inverted.\";s:10:\"sub_parent\";s:8:\"Top Item\";s:12:\"sub_position\";s:8:\"Position\";s:12:\"sub_provider\";s:8:\"Provider\";s:25:\"sub_role_based_visibility\";s:20:\"Visibility for roles\";s:32:\"sub_role_based_visibility_byline\";s:88:\"Choose global roles which can see this item. If not activated, the item is always shown.\";s:10:\"sub_status\";s:6:\"Status\";s:9:\"sub_title\";s:5:\"Title\";s:17:\"sub_title_default\";s:24:\"Title (Default Language)\";s:24:\"sub_title_default_byline\";s:66:\"Additional languages can be added via the action link \"Translate\".\";s:8:\"sub_type\";s:4:\"Type\";s:15:\"sub_type_byline\";s:66:\"Specific type for the Item additional configuration may be needed.\";s:11:\"subitem_add\";s:8:\"Add Item\";s:22:\"subitem_confirm_delete\";s:48:\"Do you really want to delete the following Item?\";s:14:\"subitem_delete\";s:6:\"Delete\";s:12:\"subitem_edit\";s:4:\"Edit\";s:17:\"subitem_translate\";s:9:\"Translate\";s:15:\"subtab_subitems\";s:5:\"Items\";s:15:\"subtab_topitems\";s:9:\"Top Items\";s:8:\"tab_back\";s:4:\"Back\";s:19:\"table_show_inactive\";s:13:\"Show inactive\";s:15:\"topitem_actions\";s:7:\"Actions\";s:14:\"topitem_active\";s:6:\"Active\";s:21:\"topitem_active_byline\";s:37:\"Activate this Top Item for all users.\";s:11:\"topitem_add\";s:12:\"Add Top Item\";s:22:\"topitem_confirm_delete\";s:48:\"Do you really want to delete the following Item?\";s:14:\"topitem_css_id\";s:6:\"CSS-ID\";s:14:\"topitem_delete\";s:6:\"Delete\";s:12:\"topitem_edit\";s:4:\"Edit\";s:12:\"topitem_icon\";s:4:\"Icon\";s:19:\"topitem_icon_byline\";s:84:\"Upload a custom icon for this Item. Please note that the SVG-Icons will be inverted.\";s:16:\"topitem_position\";s:8:\"Position\";s:16:\"topitem_provider\";s:8:\"Provider\";s:18:\"topitem_subentries\";s:5:\"Items\";s:13:\"topitem_title\";s:5:\"Title\";s:21:\"topitem_title_default\";s:24:\"Title (Default Language)\";s:28:\"topitem_title_default_byline\";s:66:\"Other Translations can be added with the Translation Action after.\";s:17:\"topitem_translate\";s:9:\"Translate\";s:12:\"topitem_type\";s:4:\"Type\";s:19:\"topitem_type_byline\";s:53:\"Top Items can be links directly or can contain Items.\";s:17:\"topitem_type_link\";s:4:\"Link\";s:19:\"topitem_type_parent\";s:8:\"Top Item\";s:12:\"type_complex\";s:7:\"Complex\";s:9:\"type_link\";s:4:\"Link\";s:14:\"type_link_list\";s:9:\"Link List\";s:9:\"type_lost\";s:4:\"Lost\";s:20:\"type_repository_link\";s:15:\"Repository-Link\";s:14:\"type_separator\";s:9:\"Separator\";s:19:\"type_separator_info\";s:118:\"The title of this item will be displayed in a grey banner. If you do not enter any title, a simple line will be shown.\";s:18:\"type_top_link_item\";s:4:\"Link\";s:20:\"type_top_parent_item\";s:9:\"Container\";s:16:\"unable_to_render\";s:28:\"Unable to show \'%s\' in \'%s\'.\";}'),('mob','en','a:30:{s:20:\"mob_choose_from_pool\";s:22:\"Choose from Media Pool\";s:16:\"mob_external_url\";s:12:\"External URL\";s:25:\"mob_extract_preview_image\";s:21:\"Extract Preview Image\";s:8:\"mob_file\";s:4:\"File\";s:30:\"mob_file_could_not_be_uploaded\";s:27:\"File could not be uploaded.\";s:11:\"mob_general\";s:7:\"General\";s:19:\"mob_image_extracted\";s:25:\"Image has been extracted.\";s:12:\"mob_language\";s:8:\"Language\";s:25:\"mob_mime_type_not_allowed\";s:60:\"The following mime types are not allowed at the destination.\";s:19:\"mob_multi_srt_files\";s:9:\"SRT Files\";s:26:\"mob_no_extraction_possible\";s:57:\"Sorry, it was not able to extract an image from the file.\";s:29:\"mob_no_fixed_size_map_editing\";s:163:\"Please define a fixed size for your image before using map areas. If your image is scaled by content style or other CSS rules, your map areas will not fit anymore.\";s:10:\"mob_object\";s:6:\"Object\";s:22:\"mob_please_select_pool\";s:39:\"Bitte wählen Sie einen Medienpool aus.\";s:19:\"mob_preview_picture\";s:15:\"Preview Picture\";s:21:\"mob_really_delete_srt\";s:53:\"Do you really want to delete the following srt files?\";s:10:\"mob_second\";s:6:\"Second\";s:21:\"mob_srt_files_deleted\";s:33:\"Subtitle files have been deleted.\";s:19:\"mob_srt_not_allowed\";s:137:\"Files with a .srt suffix are currently not allowed to be uploaded. If you would like to use srt files, contact your system administrator.\";s:17:\"mob_subtitle_file\";s:13:\"Subtitle File\";s:18:\"mob_subtitle_files\";s:14:\"Subtitle Files\";s:13:\"mob_subtitles\";s:9:\"Subtitles\";s:22:\"mob_type_not_supported\";s:24:\"Mime type not supported:\";s:15:\"mob_upload_file\";s:11:\"Upload File\";s:20:\"mob_upload_multi_srt\";s:13:\"Upload as ZIP\";s:26:\"mob_upload_multi_srt_howto\";s:194:\"The .zip file should contain no subdirectory, all .srt files should be located on the top level. The file names should end with \"_&lt;lang code&gt;.srt\" where lang code is e.g. \"en\", \"it\", \"de\".\";s:7:\"mob_url\";s:3:\"URL\";s:12:\"mob_url_info\";s:49:\"External resource URL, e.g. Youtube or Vimeo URL.\";s:13:\"mob_url_info1\";s:44:\"External resource URL, allowed suffixes are:\";s:18:\"mob_url_info_video\";s:45:\"You may also refer to a Youtube or Vimeo URL.\";}'),('mst','en','a:17:{s:18:\"mst_cert_issued_on\";s:9:\"Issued On\";s:14:\"mst_courses_of\";s:24:\"Course Memberships of %s\";s:24:\"mst_download_certificate\";s:20:\"Download Certificate\";s:21:\"mst_list_certificates\";s:12:\"Certificates\";s:20:\"mst_list_competences\";s:11:\"Competences\";s:16:\"mst_list_courses\";s:18:\"Course Memberships\";s:14:\"mst_list_users\";s:10:\"Staff List\";s:26:\"mst_memb_status_registered\";s:10:\"Registered\";s:25:\"mst_memb_status_requested\";s:9:\"Requested\";s:27:\"mst_memb_status_waitinglist\";s:12:\"Waiting List\";s:12:\"mst_my_staff\";s:5:\"Staff\";s:11:\"mst_opt_all\";s:3:\"All\";s:24:\"mst_please_select_course\";s:23:\"Please select a course.\";s:21:\"mst_profile_fulfilled\";s:12:\"Not met, yet\";s:25:\"mst_profile_not_fulfilled\";s:9:\"Fulfilled\";s:17:\"mst_select_course\";s:13:\"Select Course\";s:16:\"mst_show_courses\";s:18:\"Course Memberships\";}'),('news','en','a:93:{s:21:\"lso_news_online_title\";s:41:\"A new learning sequence object is online!\";s:19:\"lso_news_online_txt\";s:59:\"A new object for your learning sequence was just published.\";s:15:\"new_test_online\";s:24:\"The test was set online.\";s:19:\"news_1_file_created\";s:24:\"One file has been added.\";s:19:\"news_1_file_updated\";s:26:\"One file has been updated.\";s:15:\"news_1_postings\";s:24:\"One post has been added.\";s:13:\"news_add_news\";s:8:\"Add News\";s:14:\"news_all_items\";s:28:\"News for all favourite items\";s:25:\"news_allow_longer_periods\";s:20:\"Allow Longer Periods\";s:30:\"news_allow_longer_periods_info\";s:54:\"Users may select longer news periods on the dashboard.\";s:26:\"news_allow_shorter_periods\";s:21:\"Allow Shorter Periods\";s:31:\"news_allow_shorter_periods_info\";s:55:\"Users may select shorter news periods on the dashboard.\";s:16:\"news_attached_to\";s:11:\"Attached to\";s:22:\"news_block_information\";s:80:\"The <b>News</b> block lists all news that are related to your <b>Favourites</b>.\";s:27:\"news_block_news_for_context\";s:4:\"News\";s:10:\"news_cache\";s:20:\"News Cache (Minutes)\";s:15:\"news_cache_info\";s:137:\"Update news blocks all x minutes. ‘0’ means every time. Higher values improve performance, but news may link to non-accessible items.\";s:23:\"news_default_visibility\";s:14:\"Default Access\";s:23:\"news_edit_news_settings\";s:13:\"Edit Settings\";s:25:\"news_enable_internal_news\";s:20:\"Enable Internal News\";s:30:\"news_enable_internal_news_info\";s:141:\"Activates news blocks for categories, courses, groups and other objects. Users can subscribe to news and news are presented on the dashboard.\";s:24:\"news_enable_internal_rss\";s:28:\"Enable RSS for Internal News\";s:29:\"news_enable_internal_rss_info\";s:114:\"Allows publishing news items via RSS. These items will be accessible outside of the system without authentication.\";s:24:\"news_enable_private_feed\";s:23:\"Enable private RSS Feed\";s:29:\"news_enable_private_feed_info\";s:146:\"If this option is enabled, public and private news can be obtained by personal RSS feeds outside of ILIAS. Authentication is provided by password.\";s:13:\"news_feed_url\";s:8:\"Feed URL\";s:17:\"news_feed_url_for\";s:17:\"Feed URL for \'%s\'\";s:38:\"news_first_letter_of_word_notification\";s:1:\"N\";s:18:\"news_get_feed_info\";s:211:\"This is a personal news feed URL. The feed includes only news that are declared as public by the author. The feed is not protected by any authentication procedure. Please do not share this URL with other people.\";s:19:\"news_get_feed_title\";s:17:\"Personal Feed URL\";s:17:\"news_get_feed_url\";s:12:\"Get Feed URL\";s:23:\"news_get_priv_feed_info\";s:311:\"This is a personal private news feed URL. The feed includes news that are declared as public and private by the author. This feed is protected by a password, which can be changed under ‘Settings’. Please do not share this URL with other people. Please replace -password- in this URL with your Feed-Password.\";s:24:\"news_get_priv_feed_title\";s:25:\"Personal private Feed-URL\";s:20:\"news_hide_news_block\";s:15:\"Hide News Block\";s:25:\"news_hide_news_block_info\";s:98:\"Hide block in learner\'s view. The news block will only be visible for users with write permission.\";s:19:\"news_hide_news_date\";s:13:\"Starting Date\";s:23:\"news_hide_news_per_date\";s:15:\"Show News After\";s:28:\"news_hide_news_per_date_info\";s:63:\"Only news that are newer than a certain date will be displayed.\";s:31:\"news_inactive_private_feed_info\";s:77:\"Your private news feed is deactivated. Please set a password in the settings.\";s:18:\"news_internal_news\";s:4:\"News\";s:25:\"news_keep_minimal_x_items\";s:19:\"Keeping Older Items\";s:30:\"news_keep_minimal_x_items_info\";s:86:\"Number of older items held available regardless of the system wide defined RSS period.\";s:17:\"news_loading_news\";s:15:\"Loading News...\";s:10:\"news_media\";s:10:\"Media File\";s:17:\"news_new_comments\";s:12:\"New comments\";s:18:\"news_new_reactions\";s:13:\"New reactions\";s:15:\"news_news_block\";s:10:\"News Block\";s:22:\"news_news_item_content\";s:4:\"Text\";s:27:\"news_news_item_content_long\";s:9:\"Long Text\";s:32:\"news_news_item_content_long_info\";s:40:\"This text will not be published via RSS.\";s:41:\"news_news_item_def_visibility_public_info\";s:102:\"Current news are accessible in a public RSS webfeed. They should not contain confidential information.\";s:40:\"news_news_item_def_visibility_users_info\";s:53:\"Only authenticated users have access to current news.\";s:19:\"news_news_item_head\";s:9:\"News Item\";s:20:\"news_news_item_title\";s:8:\"Headline\";s:25:\"news_news_item_visibility\";s:6:\"Access\";s:30:\"news_news_item_visibility_info\";s:128:\"Public news can be accessed without authentication outside of ILIAS via RSS. Please do not include any confidential information.\";s:15:\"news_news_items\";s:12:\"News Item(s)\";s:21:\"news_no_js_click_here\";s:38:\"If news are not displayed, click here.\";s:18:\"news_no_news_items\";s:18:\"No news available.\";s:18:\"news_notifications\";s:13:\"Notifications\";s:25:\"news_notifications_public\";s:20:\"Public Notifications\";s:30:\"news_notifications_public_info\";s:173:\"If this option is enabled, notifications can be obtained by personal RSS feeds outside of ILIAS. Please note that this makes notifications accessible without authentication.\";s:16:\"news_nr_of_items\";s:39:\"Number of Maximum News Items per Object\";s:21:\"news_nr_of_items_info\";s:228:\"Number of news items that are kept for an object (e.g. a file or a learning module) in the database. Please note, that container objects (e.g. categories, courses) may list more items, because they aggregate news of sub-objects.\";s:14:\"news_pd_period\";s:21:\"Dashboard News Period\";s:19:\"news_pd_period_info\";s:120:\"Defines the time period used for news on the dashboard. Select lower values, if you experience any performance problems.\";s:19:\"news_period_1_month\";s:10:\"Last Month\";s:18:\"news_period_1_week\";s:9:\"Last Week\";s:18:\"news_period_1_year\";s:9:\"Last Year\";s:18:\"news_period_x_days\";s:12:\"Last %s Days\";s:20:\"news_period_x_months\";s:14:\"Last %s Months\";s:19:\"news_period_x_weeks\";s:13:\"Last %s Weeks\";s:16:\"news_public_feed\";s:14:\"Extra RSS Feed\";s:21:\"news_public_feed_info\";s:71:\"If this option is enabled, a separate RSS feed button will be provided.\";s:23:\"news_really_delete_news\";s:44:\"Do you really want to delete this news item?\";s:8:\"news_rss\";s:3:\"RSS\";s:15:\"news_rss_period\";s:10:\"RSS Period\";s:21:\"news_rss_title_format\";s:27:\"Title Format of RSS Entries\";s:30:\"news_rss_title_format_news_obj\";s:28:\"News Headline (Object Title)\";s:30:\"news_rss_title_format_obj_news\";s:28:\"Object Title - News Headline\";s:13:\"news_settings\";s:13:\"News Settings\";s:33:\"news_sorry_not_accessible_anymore\";s:43:\"Sorry, this item is not accessible anymore.\";s:16:\"news_time_period\";s:11:\"Time Period\";s:29:\"news_timline_add_entries_info\";s:58:\"No news available yet. Click \"Add\" to create news entries.\";s:23:\"news_timline_no_entries\";s:24:\"No news have been found.\";s:22:\"news_visibility_public\";s:6:\"Public\";s:21:\"news_visibility_users\";s:19:\"Authenticated Users\";s:20:\"news_x_files_created\";s:25:\"%s Files have been added.\";s:20:\"news_x_files_updated\";s:27:\"%s Files have been updated.\";s:15:\"news_x_postings\";s:25:\"%s Posts have been added.\";s:22:\"passwd_equals_ilpasswd\";s:59:\"Please enter a password different from your ILIAS-password.\";s:18:\"priv_feed_disabled\";s:26:\"Private Newsfeed disabled.\";s:18:\"priv_feed_settings\";s:25:\"Private Newsfeed settings\";}'),('note','en','a:16:{s:30:\"note_comment_notification_link\";s:4:\"Link\";s:32:\"note_comment_notification_reason\";s:123:\"You receive this message because your account is listed as a global recipient for all comments in the ILIAS administration.\";s:36:\"note_comment_notification_salutation\";s:9:\"Hello %s,\";s:33:\"note_comment_notification_subject\";s:32:\"A comment has been added to \"%s\"\";s:34:\"note_comment_notification_subjectc\";s:34:\"A comment has been changed in \"%s\"\";s:42:\"note_comment_notification_user_has_written\";s:15:\"%s has written:\";s:26:\"note_comments_notification\";s:39:\"General notification about all comments\";s:31:\"note_comments_notification_info\";s:67:\"Comma separated list of accounts that are notified for each comment\";s:20:\"note_enable_comments\";s:15:\"Enable Comments\";s:30:\"note_enable_comments_del_tutor\";s:36:\"Any Comment may be deleted by tutors\";s:35:\"note_enable_comments_del_tutor_info\";s:94:\"User with \"Edit Settings\" permission for an object can delete any comment made in this object.\";s:29:\"note_enable_comments_del_user\";s:40:\"Comments may be deleted by their authors\";s:34:\"note_enable_comments_del_user_info\";s:55:\"Comments can be deleted by the person who created them.\";s:32:\"note_enable_comments_export_info\";s:86:\"This option enables comments export for content objects like portfolio, blog and wiki.\";s:17:\"note_enable_notes\";s:12:\"Enable Notes\";s:33:\"note_html_export_include_comments\";s:42:\"Should comments be included in the export?\";}'),('notes','en','a:46:{s:51:\"comments_feature_currently_not_activated_for_object\";s:73:\"The public comments feature is currently not activated for this resource.\";s:16:\"note_add_comment\";s:11:\"Add Comment\";s:16:\"note_add_message\";s:11:\"Add Message\";s:13:\"note_add_note\";s:8:\"Add Note\";s:20:\"note_content_removed\";s:29:\"The content has been removed.\";s:9:\"note_text\";s:4:\"Text\";s:19:\"note_update_comment\";s:14:\"Update Comment\";s:19:\"note_update_message\";s:14:\"Update Message\";s:16:\"note_update_note\";s:11:\"Update Note\";s:19:\"note_without_object\";s:17:\"Without reference\";s:23:\"notes_activate_comments\";s:24:\"Activate Public Comments\";s:17:\"notes_add_comment\";s:11:\"Add Comment\";s:22:\"notes_add_edit_comment\";s:16:\"Add/Edit Comment\";s:22:\"notes_add_edit_message\";s:16:\"Add/Edit Message\";s:19:\"notes_add_edit_note\";s:13:\"Add/Edit Note\";s:18:\"notes_all_comments\";s:12:\"All Comments\";s:13:\"notes_comment\";s:7:\"Comment\";s:21:\"notes_comment_deleted\";s:29:\"The comment has been deleted.\";s:14:\"notes_comments\";s:8:\"Comments\";s:22:\"notes_comments_deleted\";s:31:\"The comments have been deleted.\";s:25:\"notes_deactivate_comments\";s:26:\"Deactivate Public Comments\";s:20:\"notes_delete_comment\";s:42:\"Do you really want to delete this comment?\";s:20:\"notes_delete_message\";s:42:\"Do you really want to delete this message?\";s:17:\"notes_delete_note\";s:39:\"Do you really want to delete this note?\";s:19:\"notes_hide_comments\";s:13:\"Hide Comments\";s:17:\"notes_html_export\";s:11:\"HTML Export\";s:20:\"notes_latest_comment\";s:14:\"Latest Comment\";s:20:\"notes_latest_message\";s:14:\"Latest Message\";s:32:\"notes_message_author_counterpart\";s:10:\"Respondent\";s:24:\"notes_message_author_you\";s:3:\"You\";s:14:\"notes_messages\";s:8:\"Messages\";s:17:\"notes_my_comments\";s:11:\"My Comments\";s:17:\"notes_no_comments\";s:31:\"No comment has been posted yet.\";s:23:\"notes_no_comments_found\";s:49:\"No comments found that match your seach criteria.\";s:17:\"notes_no_messages\";s:35:\"No messages have been attached yet.\";s:23:\"notes_no_messages_found\";s:49:\"No messages found that match your seach criteria.\";s:14:\"notes_no_notes\";s:32:\"No notes have been attached yet.\";s:20:\"notes_no_notes_found\";s:46:\"No notes found that match your seach criteria.\";s:18:\"notes_note_deleted\";s:26:\"The note has been deleted.\";s:19:\"notes_notes_deleted\";s:28:\"The notes have been deleted.\";s:12:\"notes_origin\";s:6:\"Origin\";s:21:\"notes_public_comments\";s:15:\"Public Comments\";s:19:\"notes_show_comments\";s:13:\"Show Comments\";s:14:\"notes_sort_asc\";s:14:\"Sort Ascending\";s:15:\"notes_sort_desc\";s:15:\"Sort Descending\";s:10:\"notes_text\";s:4:\"Text\";}'),('noti','en','a:4:{s:26:\"noti_activate_notification\";s:21:\"Activate Notification\";s:28:\"noti_deactivate_notification\";s:23:\"Deactivate Notification\";s:27:\"noti_notification_activated\";s:22:\"Notification Activated\";s:29:\"noti_notification_deactivated\";s:24:\"Notification Deactivated\";}'),('notifications_adm','en','a:15:{s:10:\"enable_osd\";s:13:\"Enable Toasts\";s:15:\"enable_osd_desc\";s:67:\"If enabled, users are notified by a pop-up about new notifications.\";s:21:\"notification_settings\";s:21:\"Notification Settings\";s:9:\"osd_delay\";s:18:\"Presentation Delay\";s:14:\"osd_delay_desc\";s:50:\"Delay of the visible presentation in milliseconds.\";s:37:\"osd_error_presentation_time_too_small\";s:63:\"The Presentation Time has to be at least than 1000 miliseconds.\";s:65:\"osd_error_refresh_interval_smaller_than_delay_and_vanish_combined\";s:102:\"The Refresh Interval has to be greater than the Presentation Time and the Presentation Delay combined.\";s:36:\"osd_error_refresh_interval_too_small\";s:62:\"The Refresh Interval has to be at least than 3000 miliseconds.\";s:12:\"osd_interval\";s:15:\"Refreshinterval\";s:17:\"osd_interval_desc\";s:180:\"Polling interval for checking of new notifications in miliseconds. A lower number will notify the user more quickly but increases the number of requests the web server must handle.\";s:14:\"osd_play_sound\";s:12:\"Play a Sound\";s:19:\"osd_play_sound_desc\";s:47:\"Play a sound when receiving a new notficiation.\";s:12:\"osd_settings\";s:6:\"Toasts\";s:10:\"osd_vanish\";s:17:\"Presentation Time\";s:15:\"osd_vanish_desc\";s:60:\"Visible time of a notification on the screen in miliseconds.\";}'),('obj','en','a:77:{s:32:\"activation_visible_when_disabled\";s:10:\"Visibility\";s:37:\"activation_visible_when_disabled_info\";s:89:\"The item is visible outside of the selected availability period, but it cannot be opened.\";s:27:\"availability_period_changed\";s:79:\"The availability period for the selected objects has been changed successfully.\";s:17:\"cont_filter_empty\";s:41:\"Please use the filter to see any objects.\";s:19:\"cont_skll_published\";s:36:\"All assignments have been published.\";s:28:\"cont_skll_published_some_not\";s:133:\"All given assignments have been published. Some users lacked competence assignments, thus no assignments could be published for them.\";s:28:\"copy_container_page_no_label\";s:23:\"Don\'t Copy Content Page\";s:30:\"copy_container_page_yes_byline\";s:149:\"The content page and corresponding style settings of the source object will be copied to this object. Pre-existing page elements will be overwritten.\";s:29:\"copy_container_page_yes_label\";s:17:\"Copy Content Page\";s:11:\"custom_icon\";s:11:\"Custom Icon\";s:24:\"edit_availability_period\";s:19:\"Availability Period\";s:14:\"edit_questions\";s:14:\"Edit Questions\";s:19:\"no_objects_selected\";s:41:\"At least one object needs to be selected.\";s:25:\"obj_activate_content_lang\";s:37:\"Activate Translation for Page Editing\";s:22:\"obj_activate_multilang\";s:24:\"Activate Multilingualism\";s:14:\"obj_activation\";s:10:\"Activation\";s:23:\"obj_activation_list_gui\";s:12:\"Availability\";s:17:\"obj_add_languages\";s:13:\"Add Languages\";s:20:\"obj_additional_langs\";s:20:\"Additional Languages\";s:20:\"obj_conf_delete_lang\";s:88:\"Do you really want to stop the presentation of title and description in these languages?\";s:27:\"obj_cont_transl_deactivated\";s:50:\"Translation for page editing has been deactivated.\";s:17:\"obj_copy_progress\";s:13:\"Copy Progress\";s:27:\"obj_deactivate_content_lang\";s:39:\"Deactivate Translation for Page Editing\";s:34:\"obj_deactivate_content_transl_conf\";s:113:\"Do you really want to deactivate translation for page editing? Only contents of the master language will be kept.\";s:24:\"obj_deactivate_multilang\";s:26:\"Deactivate Multilingualism\";s:29:\"obj_deactivate_multilang_conf\";s:100:\"Do you really want to deactivate multilingualism? Only contents of the master language will be kept.\";s:17:\"obj_fallback_lang\";s:16:\"Default Language\";s:12:\"obj_features\";s:19:\"Additional Features\";s:21:\"obj_import_file_error\";s:127:\"This file could not be imported. Please make sure that this is a valid ILIAS export file (XML Export), of the same object type.\";s:25:\"obj_insert_into_clipboard\";s:21:\"Insert into Clipboard\";s:22:\"obj_inserted_clipboard\";s:41:\"Objects have been moved to the clipboard.\";s:15:\"obj_master_lang\";s:15:\"Master Language\";s:21:\"obj_more_translations\";s:17:\"More Translations\";s:25:\"obj_multilang_deactivated\";s:37:\"Multilingualism has been deactivated.\";s:30:\"obj_multilang_title_descr_only\";s:145:\"Translation is activated for title and description only. Translation support for Page editing (‘Customize Page’) needs additional activation.\";s:19:\"obj_multilinguality\";s:15:\"Multilingualism\";s:21:\"obj_orgunit_positions\";s:45:\"Access Control by Organisation Unit Positions\";s:26:\"obj_orgunit_positions_info\";s:96:\"If enabled, additional access control rules can be defined by positions in organisational units.\";s:23:\"obj_permission_settings\";s:19:\"Permission Settings\";s:16:\"obj_presentation\";s:12:\"Presentation\";s:22:\"obj_select_master_lang\";s:145:\"Please select the master language. The current content will be assigned to the master language. The master language cannot be changed afterwards.\";s:23:\"obj_select_one_language\";s:26:\"Please select one language\";s:21:\"obj_set_fallback_lang\";s:20:\"Set default language\";s:28:\"obj_settings_for_all_members\";s:38:\"Members will be notified automatically\";s:23:\"obj_show_header_actions\";s:19:\"Show Header Actions\";s:23:\"obj_show_title_and_icon\";s:19:\"Show Title and Icon\";s:19:\"obj_target_location\";s:15:\"Target Location\";s:14:\"obj_tile_image\";s:10:\"Tile Image\";s:19:\"obj_tile_image_info\";s:295:\"This image will be used as a thumbnail-style image (called a tile) to represent this object in the container (e.g. the category, folder group etc.) in which it is located. The tile is only used if the parent container sets its ‘Content Display Options\' to ‘Tiles’ (rather than ‘List’).\";s:16:\"obj_tool_booking\";s:9:\"Resources\";s:21:\"obj_tool_booking_info\";s:40:\"Use the booking pools to book resources.\";s:32:\"obj_tool_ext_mail_subject_prefix\";s:19:\"Mail Subject Prefix\";s:37:\"obj_tool_ext_mail_subject_prefix_info\";s:126:\"Enter a short text that is added to the subject line of external mails send to members to make identifying these mails easier.\";s:23:\"obj_tool_setting_badges\";s:6:\"Badges\";s:28:\"obj_tool_setting_badges_info\";s:60:\"Activates badge management and badge assignments to members.\";s:24:\"obj_tool_setting_booking\";s:9:\"Resources\";s:23:\"obj_tool_setting_filter\";s:6:\"Filter\";s:29:\"obj_tool_setting_filter_empty\";s:20:\"Show on Empty Filter\";s:34:\"obj_tool_setting_filter_empty_info\";s:37:\"Show all items while filter is empty.\";s:28:\"obj_tool_setting_filter_info\";s:46:\"A filter will be displayed in the content tab.\";s:25:\"obj_tool_setting_info_tab\";s:8:\"Info Tab\";s:30:\"obj_tool_setting_info_tab_info\";s:37:\"The ‘Info’ tab will be displayed.\";s:23:\"obj_tool_setting_skills\";s:11:\"Competences\";s:28:\"obj_tool_setting_skills_info\";s:71:\"Activates competence management and competences assignments to members.\";s:26:\"obj_tool_setting_tag_cloud\";s:9:\"Tag Cloud\";s:31:\"obj_tool_setting_tag_cloud_info\";s:73:\"The ‘Tag Cloud’ block will be displayed inside the ‘Content’ tab.\";s:27:\"obj_tool_setting_taxonomies\";s:10:\"Taxonomies\";s:25:\"obj_tool_setting_use_news\";s:4:\"News\";s:30:\"obj_tool_setting_use_news_info\";s:130:\"Use of the news block and/or timeline view. Users can subscribe for notifications if the news block or the timeline are activated.\";s:39:\"obj_tool_setting_use_news_open_settings\";s:40:\"Open Settings of News Block and Timeline\";s:29:\"obj_user_decides_notification\";s:47:\"Members have to manually activate notifications\";s:24:\"obj_user_not_disable_not\";s:50:\"Member are not allowed to deactivate notifications\";s:19:\"online_input_byline\";s:230:\"The object has been published and can be accessed by anyone with read access. Other access prerequisites or time-based access restrictions may still apply. This settings applies to the object wherever it is used in the repository.\";s:18:\"select_object_type\";s:18:\"Select Object Type\";s:11:\"svy_results\";s:7:\"Results\";s:45:\"unequal_items_for_availability_period_message\";s:149:\"You have selected items with different availability periods. Overwrite existing settings below or cancel action to keep current availability periods.\";s:20:\"user_owns_no_objects\";s:31:\"No Repository Objects Available\";}'),('objref','en','a:6:{s:19:\"objref_custom_title\";s:13:\"Use Own Title\";s:15:\"objref_edit_ref\";s:11:\"Link Target\";s:17:\"objref_edit_title\";s:5:\"Title\";s:26:\"objref_failure_target_type\";s:41:\"Target of link must be of following type:\";s:18:\"objref_reuse_title\";s:28:\"Adopt Title of Linked Object\";s:21:\"objref_title_settings\";s:22:\"Title of Linked Object\";}'),('orgu','en','a:121:{s:7:\"Actions\";s:7:\"Actions\";s:5:\"Staff\";s:5:\"Staff\";s:12:\"add_position\";s:12:\"Add Position\";s:11:\"authorities\";s:11:\"Authorities\";s:9:\"authority\";s:9:\"Authority\";s:12:\"backto_staff\";s:13:\"Back to Staff\";s:18:\"change_to_employee\";s:18:\"Change to employee\";s:18:\"change_to_superior\";s:18:\"Change to superior\";s:27:\"confirm_deletion_and_assign\";s:23:\"Delete and Assign Users\";s:23:\"confirm_deletion_button\";s:6:\"Delete\";s:24:\"deassign_user_successful\";s:55:\"Users have been successfully deassigned from this role.\";s:17:\"edit_translations\";s:21:\"Title and Description\";s:8:\"employee\";s:8:\"Employee\";s:6:\"ext_id\";s:11:\"External ID\";s:14:\"ext_id_updated\";s:46:\"The external ID has been updated successfully.\";s:41:\"form_title_org_default_permissions_update\";s:19:\"Default Permissions\";s:13:\"import_failed\";s:86:\"The import failed. Make sure your file is in the xml format and has a valid structure.\";s:17:\"import_successful\";s:79:\"The import terminated successfully. Created: %s, edited/moved: %s, deleted: %s.\";s:29:\"import_terminated_with_errors\";s:34:\"The import terminated with errors.\";s:31:\"import_terminated_with_warnings\";s:35:\"The import terminated with warnings\";s:15:\"import_xml_file\";s:11:\"Import File\";s:17:\"local_other_roles\";s:25:\"Additional Local Roles %s\";s:11:\"local_staff\";s:12:\"Employees %s\";s:15:\"mm_organisation\";s:12:\"Organisation\";s:31:\"msg_assignment_to_employee_done\";s:42:\"Assignment to the employee role successful\";s:16:\"msg_confirm_d_ua\";s:104:\"Would you like to assign these person to the position Employee of their respective Organisational Units?\";s:20:\"msg_confirm_deletion\";s:55:\"Would you really like to delete the following Position?\";s:23:\"msg_confirm_remove_user\";s:72:\"Would you really like to remove the following User from the Position %s?\";s:11:\"msg_deleted\";s:7:\"Deleted\";s:20:\"msg_position_created\";s:17:\"Position created.\";s:20:\"msg_position_udpated\";s:21:\"Position aktualisiert\";s:20:\"msg_position_updated\";s:17:\"Position updated.\";s:28:\"msg_success_permission_saved\";s:18:\"Permissions saved.\";s:13:\"no_assignment\";s:56:\"Please check your XML-File. There is no User Assignment.\";s:10:\"no_orgunit\";s:60:\"Please check your XML-File. There is no Organisational Unit.\";s:8:\"no_roles\";s:44:\"There are no additional roles at this point.\";s:22:\"not_movable_to_subtree\";s:86:\"An organisational unit cannot be moved into its own subtree. This would create a loop.\";s:24:\"org_op_access_enrolments\";s:23:\"View Course Memberships\";s:21:\"org_op_access_results\";s:14:\"Access Results\";s:27:\"org_op_create_employee_talk\";s:80:\"Create talk appointments / edit talk appointments that you have created yourself\";s:25:\"org_op_edit_employee_talk\";s:22:\"Edit Talk appointments\";s:27:\"org_op_edit_individual_plan\";s:20:\"Edit Individual Plan\";s:30:\"org_op_edit_submissions_grades\";s:31:\"Edit submissions of other users\";s:21:\"org_op_manage_members\";s:14:\"Manage Members\";s:26:\"org_op_manage_participants\";s:19:\"Manage Participants\";s:25:\"org_op_read_employee_talk\";s:29:\"Read access talk appointments\";s:29:\"org_op_read_learning_progress\";s:37:\"View learning progress of other users\";s:25:\"org_op_score_participants\";s:18:\"Score Participants\";s:24:\"org_op_view_certificates\";s:32:\"View certificates of other users\";s:23:\"org_op_view_competences\";s:31:\"View competences of other users\";s:27:\"org_op_view_individual_plan\";s:20:\"View Individual Plan\";s:19:\"org_op_view_members\";s:12:\"View Members\";s:30:\"org_op_write_learning_progress\";s:36:\"Set learning progress of other users\";s:18:\"org_unit_not_found\";s:30:\"Organisational Unit not found.\";s:8:\"orgu_add\";s:23:\"Add Organisational Unit\";s:17:\"orgu_adv_settings\";s:17:\"Advanced Settings\";s:20:\"orgu_already_deleted\";s:31:\"The object was already deleted.\";s:20:\"orgu_enable_my_staff\";s:22:\"Enable Main Menu Entry\";s:25:\"orgu_enable_my_staff_info\";s:113:\"A main menu entry is presented that may comprise Staff List, Course Memberships, Certficates, Competences, Talks.\";s:20:\"orgu_global_set_form\";s:35:\"Global Organisational Unit Settings\";s:25:\"orgu_global_set_positions\";s:32:\"Enable Positions per Object Type\";s:37:\"orgu_global_set_positions_type_active\";s:12:\"Positions in\";s:31:\"orgu_global_set_type_changeable\";s:10:\"Changeable\";s:34:\"orgu_global_set_type_changeable_no\";s:25:\"Setting is not changeable\";s:38:\"orgu_global_set_type_changeable_object\";s:37:\"Setting is changeable on object level\";s:28:\"orgu_global_set_type_default\";s:15:\"Default Setting\";s:33:\"orgu_global_set_type_default_info\";s:43:\"Define the default for unconfigured objects\";s:11:\"orgu_import\";s:26:\"Import Organisational Unit\";s:8:\"orgu_new\";s:23:\"New Organisational Unit\";s:14:\"orgu_orgu_type\";s:24:\"Organisational Unit Type\";s:13:\"orgu_settings\";s:28:\"Organisational Unit Settings\";s:10:\"orgu_staff\";s:5:\"Staff\";s:19:\"orgu_staff_deassign\";s:61:\"Are you sure you want to deassign these users from this role?\";s:9:\"orgu_type\";s:24:\"Organisational Unit Type\";s:13:\"orgu_type_add\";s:28:\"Add Organisational Unit Type\";s:25:\"orgu_type_assign_amd_sets\";s:27:\"Assign Custom Metadata Sets\";s:28:\"orgu_type_available_amd_sets\";s:30:\"Available Custom Metadata Sets\";s:21:\"orgu_type_custom_icon\";s:45:\"Custom Icon for this Organisational Unit Type\";s:26:\"orgu_type_custom_icon_info\";s:92:\"All Organisational Units having this type assigned will use the icon in the tree and header.\";s:14:\"orgu_type_edit\";s:29:\"Edit Organisational Unit Type\";s:34:\"orgu_type_msg_assign_amd_prevented\";s:44:\"Assigning AMDRecord prevented by plugins: %s\";s:36:\"orgu_type_msg_deassign_amd_prevented\";s:46:\"Deassigning AMDRecord prevented by plugins: %s\";s:21:\"orgu_type_msg_deleted\";s:32:\"Deleted Organisational Unit Type\";s:32:\"orgu_type_msg_deletion_prevented\";s:43:\"Deletion of object prevented by plugins: %s\";s:31:\"orgu_type_msg_error_custom_icon\";s:30:\"Could not save the custom icon\";s:27:\"orgu_type_msg_missing_title\";s:50:\"There must be set a title for the default language\";s:44:\"orgu_type_msg_missing_title_default_language\";s:73:\"There must be set a default language and a title for the default language\";s:44:\"orgu_type_msg_setting_default_lang_prevented\";s:57:\"Setting \'%s\' as default language prevented by plugins: %s\";s:38:\"orgu_type_msg_setting_member_prevented\";s:37:\"Setting \'%s\' prevented by plugins: %s\";s:27:\"orgu_type_msg_unable_delete\";s:92:\"Unable to delete type because it is still assigned to the following Organisational Units: %s\";s:32:\"orgu_type_msg_updating_prevented\";s:43:\"Updating of object prevented by plugins: %s\";s:10:\"orgu_types\";s:5:\"Types\";s:43:\"orgunit_position_permissions_not_active_for\";s:67:\"You cannot override the position specific permissions for the type:\";s:21:\"ou_external_id_exists\";s:58:\"A unit with the External ID already exists on this system.\";s:15:\"ou_id_not_valid\";s:20:\"Import-ID not found.\";s:28:\"ou_more_than_one_match_found\";s:26:\"More then one match found.\";s:22:\"ou_parent_id_not_valid\";s:36:\"The ou_parent_id could not be found.\";s:4:\"over\";s:4:\"Over\";s:7:\"over_-1\";s:8:\"Everyone\";s:11:\"placeholder\";s:3:\"...\";s:9:\"positions\";s:9:\"Positions\";s:9:\"rec_staff\";s:27:\"Employees %s incl. Subunits\";s:17:\"remove_successful\";s:30:\"User was removed successfully.\";s:11:\"remove_user\";s:6:\"Remove\";s:5:\"scope\";s:2:\"In\";s:7:\"scope_1\";s:24:\"Same Organisational Unit\";s:7:\"scope_2\";s:40:\"Same and Subsequent Organisational Units\";s:7:\"scope_3\";s:24:\"All Organisational Units\";s:22:\"show_learning_progress\";s:22:\"Show Learning Progress\";s:13:\"simple_import\";s:17:\"Simple XML Import\";s:18:\"simple_user_import\";s:19:\"XML User Assignment\";s:10:\"simple_xls\";s:19:\"Simple Excel Export\";s:10:\"simple_xml\";s:17:\"Simple XML Export\";s:8:\"superior\";s:8:\"Superior\";s:16:\"user_assignments\";s:16:\"User Assignments\";s:26:\"user_assignments_recursive\";s:24:\"User Assignments Subtree\";s:23:\"user_changed_successful\";s:39:\"The user has been changed successfully.\";s:22:\"user_import_successful\";s:62:\"The import terminated successfully. Assigned: %s, Removed: %s.\";s:23:\"users_successfuly_added\";s:37:\"The user has been added successfully.\";s:22:\"view_learning_progress\";s:22:\"View Learning Progress\";s:26:\"view_learning_progress_rec\";s:45:\"View Learning Progress of Unit incl. Subunits\";}'),('pd','en','a:39:{s:21:\"block_show_chatviewer\";s:16:\"Show Chat Viewer\";s:18:\"block_show_pdbookm\";s:14:\"Show Bookmarks\";s:16:\"block_show_pdcal\";s:13:\"Show Calendar\";s:25:\"block_show_pdfrmpostdraft\";s:16:\"Show Post Drafts\";s:17:\"block_show_pdmail\";s:9:\"Show Mail\";s:17:\"block_show_pdnews\";s:9:\"Show News\";s:18:\"block_show_pdnotes\";s:10:\"Show Notes\";s:18:\"block_show_pdportf\";s:15:\"Show Portfolios\";s:16:\"block_show_pdtag\";s:12:\"Show My Tags\";s:18:\"block_show_pdtasks\";s:10:\"Show Tasks\";s:12:\"block_show_x\";s:7:\"Show %s\";s:15:\"pd_achievements\";s:12:\"Achievements\";s:12:\"pd_bookmarks\";s:9:\"Bookmarks\";s:28:\"pd_download_last_export_file\";s:25:\"Download Last Export File\";s:18:\"pd_enable_comments\";s:15:\"Enable Comments\";s:14:\"pd_enable_prtf\";s:17:\"Enable Portfolios\";s:22:\"pd_enable_user_publish\";s:30:\"Enable User Content Publishing\";s:27:\"pd_enable_user_publish_info\";s:91:\"If enabled, users can publish their profiles, personal resources and portfolios on the Web.\";s:8:\"pd_ended\";s:5:\"Ended\";s:17:\"pd_export_profile\";s:20:\"Export Personal Data\";s:23:\"pd_import_personal_data\";s:20:\"Import Personal Data\";s:23:\"pd_my_memberships_intro\";s:27:\"Welcome to Your Memberships\";s:24:\"pd_my_memberships_intro2\";s:478:\"This is your personal space for all courses and groups you participate in. Currently, there aren\'t any memberships assigned to you. To become a member of a course or group, there are two ways:<br /><ol><li>You can join courses or groups provided that joining them has been allowed by their administrators.</li><li>An administratrator of a course or group can assign a membership to you.</li></ol><br />In any case, the respective objects will appear automatically in this place.\";s:30:\"pd_my_memberships_sort_default\";s:22:\"Default of Sort Option\";s:21:\"pd_no_items_to_manage\";s:31:\"No items available for removal.\";s:12:\"pd_not_dated\";s:9:\"Not Dated\";s:10:\"pd_ongoing\";s:7:\"Ongoing\";s:30:\"pd_personal_items_default_view\";s:12:\"Default View\";s:35:\"pd_personal_items_default_view_info\";s:44:\"Choose the preferred view of Personal Items.\";s:25:\"pd_presentation_mode_list\";s:22:\"Item List Presentation\";s:25:\"pd_presentation_mode_tile\";s:17:\"Tile Presentation\";s:20:\"pd_private_calendars\";s:17:\"Private Calendars\";s:15:\"pd_profile_data\";s:12:\"Profile Data\";s:23:\"pd_remove_multi_confirm\";s:25:\"The objects were removed.\";s:18:\"pd_remove_multiple\";s:23:\"Remove Multiple Objects\";s:26:\"pd_unsubscribe_memberships\";s:11:\"Unsubscribe\";s:35:\"pd_unsubscribe_multiple_memberships\";s:20:\"Unsubscribe Multiple\";s:11:\"pd_upcoming\";s:8:\"Upcoming\";s:27:\"pd_view_select_at_least_one\";s:94:\"You have to select at least one view, either ‘Selected Items’ and/or ‘My Memberships’.\";}'),('pdesk','en','a:2:{s:17:\"bookmark_moved_ok\";s:24:\"Bookmark has been moved.\";s:22:\"bookmark_select_target\";s:21:\"Please select target.\";}'),('poll','en','a:68:{s:13:\"poll_absolute\";s:13:\"Current Votes\";s:27:\"poll_activation_online_info\";s:59:\"Activate this setting to make the poll accessible to users.\";s:8:\"poll_add\";s:8:\"Add Poll\";s:22:\"poll_anonymous_warning\";s:45:\"Your name is not visible in the poll results.\";s:11:\"poll_answer\";s:6:\"Answer\";s:29:\"poll_answer_selected_alt_text\";s:8:\"Selected\";s:12:\"poll_answers\";s:16:\"Possible Answers\";s:13:\"poll_barchart\";s:9:\"Bar Chart\";s:32:\"poll_block_message_already_voted\";s:31:\"You already voted in this poll.\";s:29:\"poll_block_message_no_answers\";s:24:\"This poll is incomplete.\";s:31:\"poll_block_results_available_on\";s:33:\"The results will be available %s.\";s:33:\"poll_cannot_set_online_no_answers\";s:85:\"The status cannot be changed to &quot;online&quot; because this poll has no question!\";s:13:\"poll_comments\";s:8:\"Comments\";s:9:\"poll_copy\";s:9:\"Copy Poll\";s:17:\"poll_delete_votes\";s:25:\"Delete Votes of All Users\";s:22:\"poll_delete_votes_sure\";s:82:\"Are you sure you want to delete the votes of all users who took part in this poll?\";s:9:\"poll_edit\";s:9:\"Edit Poll\";s:18:\"poll_edit_question\";s:13:\"Edit Question\";s:10:\"poll_image\";s:5:\"Image\";s:11:\"poll_import\";s:11:\"Import Poll\";s:33:\"poll_limit_not_below_answer_count\";s:62:\"The answer limit must be below the number of possible answers.\";s:28:\"poll_limit_number_of_answers\";s:39:\"Limit Number of Answers per Participant\";s:26:\"poll_max_number_of_answers\";s:12:\"Max. Answers\";s:31:\"poll_max_number_of_answers_info\";s:32:\"You may choose up to %s answers.\";s:9:\"poll_mode\";s:4:\"Mode\";s:19:\"poll_mode_anonymous\";s:25:\"Without Names / Anonymous\";s:24:\"poll_mode_anonymous_info\";s:63:\"In the tab ‘Results’ the names of participants are omitted.\";s:18:\"poll_mode_personal\";s:10:\"With Names\";s:23:\"poll_mode_personal_info\";s:161:\"In the tab ‘Results’ the names of participants and their respective answers are listed. Users with access to this tab can inspect who has given which answer.\";s:8:\"poll_new\";s:12:\"Add New Poll\";s:26:\"poll_non_anonymous_warning\";s:65:\"Your name and vote are visible for administrators in the results.\";s:27:\"poll_notification_activated\";s:22:\"Notification Activated\";s:29:\"poll_notification_deactivated\";s:24:\"Notification Deactivated\";s:27:\"poll_notification_subscribe\";s:21:\"Activate Notification\";s:29:\"poll_notification_unsubscribe\";s:23:\"Deactivate Notification\";s:15:\"poll_percentage\";s:18:\"Current Percentage\";s:13:\"poll_piechart\";s:9:\"Pie Chart\";s:15:\"poll_population\";s:15:\"%s Participants\";s:24:\"poll_population_singular\";s:13:\"1 Participant\";s:13:\"poll_question\";s:8:\"Question\";s:11:\"poll_result\";s:7:\"Results\";s:19:\"poll_result_answers\";s:5:\"Votes\";s:19:\"poll_result_sorting\";s:7:\"Sorting\";s:27:\"poll_result_sorting_answers\";s:27:\"In the order of the answers\";s:25:\"poll_result_sorting_votes\";s:31:\"By number of votes (descending)\";s:17:\"poll_result_users\";s:12:\"Participants\";s:20:\"poll_show_results_as\";s:15:\"Show Results as\";s:14:\"poll_sortorder\";s:5:\"Order\";s:17:\"poll_view_results\";s:15:\"Display Results\";s:30:\"poll_view_results_after_period\";s:19:\"After Voting Period\";s:41:\"poll_view_results_after_period_impossible\";s:33:\"The voting period is not limited.\";s:28:\"poll_view_results_after_vote\";s:10:\"After Vote\";s:24:\"poll_view_results_always\";s:6:\"Always\";s:23:\"poll_view_results_never\";s:5:\"Never\";s:9:\"poll_vote\";s:4:\"Vote\";s:21:\"poll_vote_error_multi\";s:38:\"Please select no more than %s answers.\";s:31:\"poll_vote_error_multi_no_answer\";s:32:\"Please select at least 1 answer.\";s:22:\"poll_vote_error_single\";s:23:\"Please select 1 answer.\";s:27:\"poll_vote_notification_body\";s:39:\"the following poll has received a vote.\";s:27:\"poll_vote_notification_link\";s:12:\"Link to Poll\";s:29:\"poll_vote_notification_reason\";s:95:\"You are receiving this e-mail because you activated notifications for the poll mentioned above.\";s:30:\"poll_vote_notification_subject\";s:19:\"Poll \"%s\": new vote\";s:18:\"poll_votes_no_edit\";s:88:\"This poll already contains votes. You cannot edit the poll until you delete these votes.\";s:30:\"poll_voting_period_and_results\";s:25:\"Voting Period and Results\";s:29:\"poll_voting_period_ended_info\";s:27:\"The voting period ended %s.\";s:28:\"poll_voting_period_full_info\";s:27:\"Voting period from %s to %s\";s:23:\"poll_voting_period_info\";s:30:\"The deadline for voting is %s.\";s:26:\"poll_voting_period_limited\";s:21:\"Limited Voting Period\";}'),('prg','en','a:342:{s:27:\"access_ctr_by_orgu_position\";s:57:\"Access control according to Organisational Unit Positions\";s:11:\"active_only\";s:17:\"active users only\";s:25:\"add_automembership_source\";s:10:\"Add Source\";s:12:\"add_category\";s:12:\"Add Category\";s:15:\"assignment_date\";s:15:\"Assignment Date\";s:11:\"assignments\";s:11:\"Assignments\";s:16:\"auto_add_success\";s:28:\"Add automatism successfully.\";s:27:\"auto_membership_description\";s:195:\"Rules are only implemented when a criterion is fulfilled after a rule has been activated. Deleting rules will not remove allocations if any other active criterion has been fulfilled by that time.\";s:24:\"auto_membership_src_type\";s:4:\"Type\";s:21:\"auto_membership_title\";s:33:\"Sources for Membership Automation\";s:16:\"auto_memberships\";s:21:\"Membership Automation\";s:8:\"category\";s:8:\"Category\";s:15:\"completion_date\";s:15:\"Completion Date\";s:38:\"confirm_to_remove_selected_assignments\";s:52:\"Do you really want to remove the user assignment(s)?\";s:28:\"cont_ed_insert_prgactionnote\";s:34:\"Insert Study Programme Action Note\";s:28:\"cont_ed_insert_prgstatusinfo\";s:41:\"Insert Study Programme Status Information\";s:18:\"content_automation\";s:18:\"Content Automation\";s:24:\"content_automation_title\";s:58:\"Automatically add and remove Courses from these categories\";s:33:\"could_not_add_users_no_permissons\";s:53:\"Could not assign %d Users due to lacking permissions.\";s:22:\"crs_affiliation_to_prg\";s:31:\"Affiliation to study programmes\";s:8:\"deadline\";s:8:\"Deadline\";s:20:\"deadline_information\";s:39:\"Information regarding processing period\";s:16:\"deadline_updated\";s:16:\"Updated deadline\";s:17:\"edit_participants\";s:12:\"Edit Members\";s:23:\"error_updating_deadline\";s:31:\"Error during updating deadline.\";s:26:\"error_updating_expire_date\";s:34:\"Error during updating expire date.\";s:18:\"export_memberships\";s:18:\"Export Assignments\";s:18:\"foreign_assignment\";s:12:\"not top node\";s:29:\"form_msg_file_wrong_file_type\";s:16:\"Wrong file type.\";s:25:\"header_remove_certificate\";s:68:\"Do you really want to remove the certificate for the selected Users?\";s:25:\"header_update_certificate\";s:45:\"Do you really want to update the certificate?\";s:26:\"header_update_current_plan\";s:81:\"Do you really want to reset all individual settings for the selected assignments?\";s:13:\"inactive_only\";s:19:\"inactive users only\";s:27:\"info_to_re_assign_mail_body\";s:117:\"%s %s,<br/><br/>The validity of your participation in the study programm \'%s\' will soon expire. Please sign in again.\";s:30:\"info_to_re_assign_mail_subject\";s:55:\"Reminder of renewed participation in the study programm\";s:11:\"invalidated\";s:8:\"validity\";s:9:\"label_crs\";s:11:\"Course Name\";s:9:\"label_grp\";s:10:\"Group Name\";s:10:\"label_role\";s:9:\"Role Name\";s:11:\"last_edited\";s:11:\"Last edited\";s:14:\"last_edited_by\";s:11:\"Last Editor\";s:16:\"mail_assignments\";s:22:\"Mail to assigned Users\";s:31:\"mails_foreign_assignment_failed\";s:102:\"Selected assignments are not in current context. Mails should be sent from Study Programme\'s top node.\";s:18:\"manage_assignments\";s:18:\"Manage Assignments\";s:20:\"membership_source_id\";s:2:\"ID\";s:33:\"membership_source_id_byline_objid\";s:31:\"Please use the <b>object-id</b>\";s:33:\"membership_source_id_byline_refid\";s:34:\"Please use the <b>reference-id</b>\";s:22:\"membership_source_type\";s:6:\"Source\";s:26:\"modal_automembership_title\";s:24:\"Automatismus hinzufügen\";s:22:\"modal_categories_title\";s:24:\"Category to be monitored\";s:30:\"modal_member_auto_select_title\";s:33:\"Select source for auto assignment\";s:23:\"msg_acknowledge_courses\";s:41:\"Completed Courses have been acknowledged.\";s:24:\"msg_change_deadline_date\";s:30:\"Updated deadline for %s users.\";s:31:\"msg_change_deadline_date_failed\";s:25:\"Deadline not updated for:\";s:22:\"msg_change_expire_date\";s:33:\"Updated expire date for %s users.\";s:29:\"msg_change_expire_date_failed\";s:28:\"Expire date not updated for:\";s:17:\"msg_fill_required\";s:32:\"Please fill all required fields.\";s:28:\"msg_impossible_target_status\";s:24:\"Impossible target status\";s:19:\"msg_mark_accredited\";s:39:\"%s users successfully marked accredited\";s:26:\"msg_mark_accredited_failed\";s:22:\"Not marked accredited:\";s:21:\"msg_mark_not_relevant\";s:39:\"%s users successfully unmarked relevant\";s:28:\"msg_mark_not_relevant_failed\";s:22:\"Not unmarked relevant:\";s:17:\"msg_mark_relevant\";s:37:\"%s users successfully marked relevant\";s:24:\"msg_mark_relevant_failed\";s:27:\"Not marked marked relevant:\";s:27:\"msg_points_must_be_positive\";s:34:\"Only positive numbers are allowed.\";s:21:\"msg_unmark_accredited\";s:29:\"Unmarked %s users accredited.\";s:28:\"msg_unmark_accredited_failed\";s:40:\"Unmarking accredited not successful for:\";s:22:\"msg_update_certificate\";s:26:\"%s Certificate(s) updated.\";s:29:\"msg_update_certificate_failed\";s:27:\"Certificate(s) not updated:\";s:24:\"msg_update_from_settings\";s:31:\"Updated %s users from settings:\";s:31:\"msg_update_from_settings_failed\";s:29:\"Updated from settings failed:\";s:26:\"msg_update_individual_plan\";s:41:\"Individual plan: %s successfully updated.\";s:33:\"msg_update_individual_plan_failed\";s:33:\"Update  of individual plan failed\";s:35:\"no_permission_to_update_certificate\";s:46:\"You have no permission to update certificates.\";s:16:\"no_srctype_or_id\";s:29:\"ID and type may not be empty.\";s:18:\"not_a_valid_cat_id\";s:39:\"%s is not a valid ref-id of a category.\";s:14:\"obj_prg_select\";s:37:\"-- Please select a study programme --\";s:20:\"optgrp_label_restart\";s:7:\"Restart\";s:21:\"optgrp_label_validity\";s:6:\"Expiry\";s:4:\"orgu\";s:19:\"Organisational Unit\";s:24:\"pc_prg_action_note_label\";s:32:\"Required Actions Study Programme\";s:23:\"pc_prg_statusinfo_label\";s:33:\"Statusinformation Study Programme\";s:33:\"pc_prgactionnote_complete_content\";s:105:\"You are assigned to the Study Programme, but have not completed its content. Please complete the content.\";s:47:\"pc_prgactionnote_complete_content_with_deadline\";s:110:\"You are assigned to the Study Programme, but have not completed its content. Please complete the content until\";s:25:\"pc_prgactionnote_headline\";s:16:\"Required actions\";s:36:\"pc_prgactionnote_no_actions_required\";s:20:\"No actions required.\";s:31:\"pc_prgstatus_edit_qualification\";s:27:\"Re-processing required from\";s:28:\"pc_prgstatus_expiration_date\";s:11:\"Expiry date\";s:35:\"pc_prgstatus_qualification_headline\";s:28:\"Status of your qualification\";s:36:\"pc_prgstatus_status_no_qualification\";s:16:\"No qualification\";s:39:\"pc_prgstatus_status_valid_qualification\";s:5:\"Valid\";s:34:\"pc_prgstatus_text_no_qualification\";s:31:\"Your qualification is not valid\";s:33:\"pc_prgstatus_unlimited_validation\";s:18:\"Unlimited validity\";s:10:\"percentage\";s:1:\"%\";s:18:\"prg_access_by_orgu\";s:45:\"Access Control by Organisation Unit Positions\";s:25:\"prg_access_by_orgu_byline\";s:96:\"If enabled, additional access control rules can be defined by positions in organisational units.\";s:33:\"prg_acknowledge_completed_courses\";s:29:\"Acknowledge Completed Courses\";s:7:\"prg_add\";s:19:\"Add Study Programme\";s:31:\"prg_added_course_ref_successful\";s:38:\"New course link was added successfully\";s:16:\"prg_added_member\";s:38:\"The new member was added successfully.\";s:17:\"prg_added_members\";s:40:\"The new members were added successfully.\";s:23:\"prg_additional_settings\";s:19:\"Additional Features\";s:14:\"prg_assessment\";s:26:\"Study Programme Assessment\";s:15:\"prg_assign_date\";s:15:\"Assignment date\";s:15:\"prg_assigned_by\";s:11:\"Assigned by\";s:16:\"prg_async_create\";s:18:\"Add new tree-child\";s:18:\"prg_async_settings\";s:8:\"Settings\";s:26:\"prg_auto_member_select_crs\";s:7:\"Courses\";s:26:\"prg_auto_member_select_grp\";s:6:\"Groups\";s:27:\"prg_auto_member_select_role\";s:5:\"Roles\";s:18:\"prg_autoassignment\";s:6:\"(auto)\";s:14:\"prg_belongs_to\";s:10:\"Belongs to\";s:26:\"prg_can_not_manage_in_repo\";s:79:\"You\'re not allowed to manage this Study Programme, because of user assignments.\";s:10:\"prg_cancel\";s:6:\"Cancel\";s:40:\"prg_cancel_acknowledge_completed_courses\";s:29:\"Don\'t acknowledge any Courses\";s:21:\"prg_cancel_tree_order\";s:18:\"Dismiss tree order\";s:19:\"prg_change_deadline\";s:15:\"Change deadline\";s:22:\"prg_change_expire_date\";s:18:\"Change expire date\";s:14:\"prg_changed_by\";s:10:\"Changed by\";s:17:\"prg_completion_by\";s:13:\"Completion by\";s:19:\"prg_completion_date\";s:15:\"Completion date\";s:18:\"prg_confirm_delete\";s:6:\"Delete\";s:21:\"prg_copy_threads_info\";s:81:\"Please decide which Study Programme elements are to be copied, linked or omitted.\";s:19:\"prg_create_new_leaf\";s:15:\"Create new leaf\";s:19:\"prg_create_new_node\";s:15:\"Create new node\";s:26:\"prg_cron_job_configuration\";s:29:\"Configuration automatic Mails\";s:15:\"prg_custom_plan\";s:11:\"Custom Plan\";s:27:\"prg_dash_label_finish_until\";s:12:\"Finish until\";s:19:\"prg_dash_label_gain\";s:18:\"Current Completion\";s:22:\"prg_dash_label_minimum\";s:18:\"Minimum Completion\";s:27:\"prg_dash_label_restart_from\";s:12:\"Restart from\";s:21:\"prg_dash_label_status\";s:6:\"Status\";s:26:\"prg_dash_label_unreachable\";s:20:\"- cannot be achieved\";s:20:\"prg_dash_label_valid\";s:5:\"Valid\";s:12:\"prg_deadline\";s:8:\"Deadline\";s:17:\"prg_deadline_date\";s:37:\"Processing time expires at fixed date\";s:22:\"prg_deadline_date_desc\";s:50:\"the programme must be finished until a given date.\";s:23:\"prg_deadline_date_label\";s:13:\"Process until\";s:19:\"prg_deadline_period\";s:41:\"Processing time is determined inividually\";s:24:\"prg_deadline_period_desc\";s:55:\"The programme must be finished within a given timespan.\";s:25:\"prg_deadline_period_label\";s:21:\"Days after assignment\";s:21:\"prg_deadline_settings\";s:17:\"Processing Period\";s:23:\"prg_delete_confirmation\";s:50:\"Do you really want to delete the selected entries?\";s:18:\"prg_delete_failure\";s:14:\"Delete failed.\";s:27:\"prg_delete_nothing_selected\";s:43:\"Please select at least one entry to delete.\";s:30:\"prg_delete_single_confirmation\";s:48:\"Do you really want to delete the selected entry?\";s:25:\"prg_delete_single_success\";s:25:\"Successfuly delete entry.\";s:18:\"prg_delete_success\";s:27:\"Successfuly delete entries.\";s:18:\"prg_deleted_safely\";s:23:\"Node was deleted safely\";s:15:\"prg_description\";s:11:\"Description\";s:8:\"prg_edit\";s:20:\"Edit Study Programme\";s:15:\"prg_expiry_date\";s:11:\"Expiry date\";s:20:\"prg_formatted_period\";s:7:\"%d days\";s:38:\"prg_invalidate_expired_progresses_desc\";s:59:\"Marks expired progresses at Studyprogrammes as \'not passed\'\";s:39:\"prg_invalidate_expired_progresses_title\";s:43:\"Limited validity of Studyprogramme progress\";s:8:\"prg_link\";s:4:\"Link\";s:21:\"prg_mail_context_info\";s:92:\"For the participant e-mails on the member and learning progress screens of a study programme\";s:22:\"prg_mail_context_title\";s:32:\"Study Programme: Mail to Members\";s:23:\"prg_mail_permanent_link\";s:97:\"Click on the following link to find all of the information you need regarding the study programm:\";s:10:\"prg_manage\";s:6:\"Manage\";s:18:\"prg_manage_members\";s:36:\"Manage Enrolments of Study Programme\";s:24:\"prg_manage_members_short\";s:18:\"Manage Assignments\";s:17:\"prg_manual_status\";s:13:\"Manual Status\";s:19:\"prg_mark_accredited\";s:15:\"Mark Accredited\";s:33:\"prg_mark_accredited_multi_success\";s:33:\"Mark Selected Users As Accredited\";s:27:\"prg_mark_accredited_success\";s:46:\"Accredited Program Node for User successfully.\";s:35:\"prg_mark_not_relevant_multi_success\";s:33:\"Unmark Selected Users As Relevant\";s:17:\"prg_mark_relevant\";s:13:\"Mark Relevant\";s:31:\"prg_mark_relevant_multi_success\";s:31:\"Mark Selected Users As Relevant\";s:40:\"prg_more_objects_without_read_permission\";s:80:\"Study Programme contains more objects you can\'t see because of less permissions.\";s:25:\"prg_multi_change_deadline\";s:15:\"Change deadline\";s:28:\"prg_multi_change_expire_date\";s:18:\"Change expire date\";s:19:\"prg_multi_mail_user\";s:9:\"Send Mail\";s:25:\"prg_multi_mark_accredited\";s:10:\"Accredited\";s:23:\"prg_multi_mark_relevant\";s:13:\"Mark Relevant\";s:28:\"prg_multi_remove_certificate\";s:19:\"Remove Certificates\";s:21:\"prg_multi_remove_user\";s:11:\"Remove User\";s:27:\"prg_multi_unmark_accredited\";s:17:\"Unmark Accredited\";s:25:\"prg_multi_unmark_relevant\";s:15:\"Unmark Relevant\";s:28:\"prg_multi_update_certificate\";s:19:\"Update Certificates\";s:34:\"prg_multi_update_from_current_plan\";s:24:\"Update From Current Plan\";s:7:\"prg_new\";s:19:\"New Study Programme\";s:15:\"prg_no_deadline\";s:24:\"No fixed processing time\";s:25:\"prg_no_members_not_active\";s:51:\"Can\'t add members, as this programme is not active.\";s:39:\"prg_no_permission_to_remove_certificate\";s:49:\"You do not have permission to remove certificates\";s:14:\"prg_no_restart\";s:19:\"No restart required\";s:20:\"prg_no_user_selected\";s:16:\"No User Selected\";s:29:\"prg_no_validity_qualification\";s:26:\"Long-Lasting qualification\";s:30:\"prg_not_allowed_node_to_delete\";s:39:\"You are not allowed to delete this node\";s:13:\"prg_not_valid\";s:9:\"not valid\";s:13:\"prg_open_node\";s:19:\"Switch to this node\";s:9:\"prg_orgus\";s:20:\"Organisational Units\";s:46:\"prg_please_select_a_course_for_creating_a_leaf\";s:54:\"Please select a course for creating a course link leaf\";s:10:\"prg_points\";s:6:\"Points\";s:17:\"prg_points_byline\";s:134:\"Students get a certain amount of points when they succeed in this programme and need to get this many points in subsequent programmes.\";s:18:\"prg_points_current\";s:14:\"Points Current\";s:20:\"prg_points_reachable\";s:17:\"Points Obtainable\";s:19:\"prg_points_required\";s:15:\"Points Required\";s:12:\"prg_possible\";s:8:\"Possible\";s:12:\"prg_prg_type\";s:20:\"Study Programme Type\";s:30:\"prg_processing_ends_no_success\";s:21:\"Reminder mail failing\";s:35:\"prg_processing_ends_no_success_info\";s:81:\"Reminds the user x days before the program expires that he is at risk of failing.\";s:22:\"prg_profile_not_public\";s:34:\"Profile of the user is not public.\";s:17:\"prg_progress_info\";s:72:\"You have %1$d points. The Study Programme is completed with %2$d points.\";s:19:\"prg_progress_status\";s:20:\" %1$d of %2$d Points\";s:33:\"prg_progress_status_with_child_sp\";s:29:\" %1$d of possible %2$d Points\";s:19:\"prg_quali_not_valid\";s:23:\"Qualification not valid\";s:21:\"prg_quali_still_valid\";s:25:\"Qualification still valid\";s:22:\"prg_remove_certificate\";s:18:\"Remove Certificate\";s:15:\"prg_remove_user\";s:17:\"Remove Assignment\";s:23:\"prg_remove_user_success\";s:32:\"Assignment removed successfully.\";s:29:\"prg_remove_users_not_possible\";s:34:\"Remove Selected Users Not Possible\";s:32:\"prg_remove_users_partial_success\";s:32:\"Assignments (partially) removed.\";s:34:\"prg_remove_users_partitial_success\";s:33:\"Remove Selected Users Particially\";s:24:\"prg_remove_users_success\";s:21:\"Remove Selected Users\";s:46:\"prg_restart_assignments_temporal_progress_desc\";s:66:\"Restart Studyprogramme assignments with progresses about to expire\";s:47:\"prg_restart_assignments_temporal_progress_title\";s:34:\"Restart Studyprogramme assignments\";s:19:\"prg_save_tree_order\";s:15:\"Save tree order\";s:26:\"prg_saved_order_successful\";s:22:\"Saved order successful\";s:24:\"prg_show_individual_plan\";s:20:\"Show Individual Plan\";s:19:\"prg_show_programmes\";s:10:\"Visibility\";s:32:\"prg_show_programmes_on_pd_always\";s:49:\"Study Programmes are always visible on Dashboard.\";s:35:\"prg_show_programmes_on_pd_only_read\";s:75:\"Study Programmes are only visible on Dashboard with ‘read’ permissions.\";s:36:\"prg_some_users_may_not_be_accredited\";s:34:\"Partially marked users accredited.\";s:45:\"prg_some_users_may_not_be_marked_not_relevant\";s:28:\"Partially unmarked relevant.\";s:41:\"prg_some_users_may_not_be_marked_relevant\";s:26:\"Partially marked relevant.\";s:45:\"prg_some_users_may_not_be_unmarked_accredited\";s:36:\"Partially unmarked users accredited.\";s:10:\"prg_status\";s:6:\"Status\";s:12:\"prg_status_1\";s:11:\"In Progress\";s:12:\"prg_status_2\";s:9:\"Completed\";s:12:\"prg_status_3\";s:10:\"Accredited\";s:12:\"prg_status_4\";s:12:\"Not Relevant\";s:12:\"prg_status_5\";s:6:\"failed\";s:21:\"prg_status_accredited\";s:10:\"Accredited\";s:17:\"prg_status_active\";s:6:\"Active\";s:17:\"prg_status_byline\";s:68:\"Use the status to control if this programme is assigned to students.\";s:20:\"prg_status_completed\";s:9:\"Completed\";s:16:\"prg_status_draft\";s:5:\"Draft\";s:17:\"prg_status_failed\";s:6:\"failed\";s:26:\"prg_status_hide_irrelevant\";s:15:\"hide irrelevant\";s:22:\"prg_status_in_progress\";s:11:\"In Progress\";s:23:\"prg_status_not_relevant\";s:12:\"Not Relevant\";s:19:\"prg_status_outdated\";s:8:\"Outdated\";s:15:\"prg_still_valid\";s:5:\"valid\";s:15:\"prg_subtype_add\";s:15:\"Add new subtype\";s:12:\"prg_subtypes\";s:8:\"Subtypes\";s:36:\"prg_successfully_removed_certificate\";s:50:\"Successfully removed certificate of selected Users\";s:9:\"prg_title\";s:5:\"Title\";s:8:\"prg_type\";s:20:\"Study Programme Type\";s:12:\"prg_type_add\";s:20:\"Study Programme Type\";s:24:\"prg_type_assign_amd_sets\";s:27:\"Assign Custom Metadata Sets\";s:27:\"prg_type_available_amd_sets\";s:30:\"Available Custom Metadata Sets\";s:15:\"prg_type_byline\";s:56:\"Set a type to use certain custom metadata sets or icons.\";s:20:\"prg_type_custom_icon\";s:12:\"Custom Icons\";s:25:\"prg_type_custom_icon_info\";s:16:\"Custom icon info\";s:13:\"prg_type_edit\";s:12:\"Edit subtype\";s:20:\"prg_type_msg_deleted\";s:15:\"Deleted subtype\";s:30:\"prg_type_msg_error_custom_icon\";s:24:\"Error while storing icon\";s:26:\"prg_type_msg_missing_title\";s:22:\"Title cannot be empty.\";s:43:\"prg_type_msg_missing_title_default_language\";s:73:\"There must be set a default language and a title for the default language\";s:26:\"prg_type_msg_unable_delete\";s:88:\"Unable to delete type because it is still assigned to the following Study Programmes: %s\";s:21:\"prg_unmark_accredited\";s:17:\"Unmark Accredited\";s:35:\"prg_unmark_accredited_multi_success\";s:35:\"Unmark Selected Users As Accredited\";s:29:\"prg_unmark_accredited_success\";s:48:\"Unaccredited Program Node for User successfully.\";s:19:\"prg_unmark_relevant\";s:15:\"Unmark Relevant\";s:22:\"prg_update_certificate\";s:18:\"Update Certificate\";s:28:\"prg_update_from_current_plan\";s:24:\"Update from current Plan\";s:41:\"prg_update_from_current_plan_not_possible\";s:37:\"Update From Current Plan Not Possible\";s:46:\"prg_update_from_current_plan_partitial_success\";s:35:\"Update From Current Plan Partically\";s:36:\"prg_update_from_current_plan_success\";s:24:\"Update From Current Plan\";s:31:\"prg_update_from_plan_successful\";s:39:\"Updated from current plan successfully!\";s:31:\"prg_update_progress_description\";s:68:\"Set Progress from \'In Progress\' to \'failed\' after crossing Deadline.\";s:25:\"prg_update_progress_title\";s:37:\"Set Progress to Failed after Deadline\";s:21:\"prg_update_successful\";s:27:\"Saved changes successfully!\";s:27:\"prg_user_not_restarted_desc\";s:118:\"Sends users a warning mail if a qualification at a study programme expires and they haven\'t restarted the program yet.\";s:33:\"prg_user_not_restarted_time_input\";s:21:\"Reminder mail restart\";s:38:\"prg_user_not_restarted_time_input_info\";s:96:\"Reminder Mail Reminds the user x days before the invalidation that he must restart the programm.\";s:28:\"prg_user_not_restarted_title\";s:31:\"Send warning mail about restart\";s:27:\"prg_user_risky_to_fail_desc\";s:95:\"Sends users a warning mail if they are at the risk to fail a study programme due to a deadline.\";s:28:\"prg_user_risky_to_fail_title\";s:40:\"Send warning mail about possible failure\";s:12:\"prg_validity\";s:8:\"Validity\";s:29:\"prg_validity_of_qualification\";s:35:\"Validity of achieved Qualifications\";s:35:\"prg_validity_of_qualification_limit\";s:20:\"Qualification Expiry\";s:37:\"prg_validity_of_qualification_restart\";s:7:\"Restart\";s:8:\"prg_view\";s:4:\"View\";s:38:\"prgr_may_not_create_circular_reference\";s:103:\"This Study Programme may not be linked here since the parent object is alredy linked within the target.\";s:21:\"re_assigned_mail_body\";s:74:\"%s %s,<br/><br/>you were reassigned to study program \'%s\' as participants.\";s:24:\"re_assigned_mail_subject\";s:43:\"Renewed participation in the study programm\";s:19:\"restart_information\";s:77:\"Information regarding automatic restart upon pending qualification expiration\";s:14:\"restart_period\";s:18:\"Restart obligatory\";s:19:\"restart_period_desc\";s:36:\"automatic reassignment before expiry\";s:19:\"restart_period_info\";s:61:\"Days before qualification expiration to restart qualification\";s:20:\"restart_period_label\";s:18:\"Days before expiry\";s:20:\"restart_recheck_desc\";s:108:\"For assignments made via an automatism, the system rechecks whether criteria for the assignment still exist.\";s:21:\"restart_recheck_label\";s:25:\"Check prerequisites again\";s:9:\"restarted\";s:9:\"restarted\";s:23:\"risky_to_fail_mail_body\";s:88:\"%s %s,<br/><br/>the deadline for completing the study program \'%s\' will soon be reached.\";s:26:\"risky_to_fail_mail_subject\";s:70:\"Reminder, that the deadline for the study program will soon be reached\";s:3:\"rol\";s:4:\"Role\";s:10:\"select_crs\";s:18:\"Search for Courses\";s:10:\"select_grp\";s:17:\"Search for Groups\";s:10:\"select_org\";s:30:\"Search for Organisational Unit\";s:11:\"select_role\";s:16:\"Search for Roles\";s:27:\"send_info_to_re_assign_mail\";s:23:\"E-mail reminder restart\";s:32:\"send_info_to_re_assign_mail_info\";s:63:\"Send an e-mail to remind the user to restart the study program.\";s:21:\"send_re_assigned_mail\";s:28:\"E-mail renewed participation\";s:26:\"send_re_assigned_mail_info\";s:57:\"Send an e-mail to automatically re-join the sudy program.\";s:23:\"send_risky_to_fail_mail\";s:25:\"E-mail in case of failure\";s:28:\"send_risky_to_fail_mail_info\";s:70:\"Send an e-mail if the user is at risk of failure of the study program.\";s:30:\"sp_certificate_completion_date\";s:18:\"Date of completion\";s:26:\"sp_certificate_description\";s:34:\"Description of the Study Programme\";s:21:\"sp_certificate_points\";s:40:\"Amount of points that have been acquired\";s:34:\"sp_certificate_progress_expires_at\";s:31:\"Date of expiry of qualification\";s:20:\"sp_certificate_title\";s:28:\"Title of the Study Programme\";s:19:\"sp_certificate_type\";s:27:\"Type of the Study Programme\";s:14:\"status_changed\";s:14:\"Updated status\";s:30:\"status_changed_due_to_deadline\";s:37:\"Status changed according to deadline.\";s:29:\"status_transition_not_allowed\";s:25:\"Status change not allowed\";s:16:\"status_unchanged\";s:16:\"Status unchanged\";s:20:\"study_programme_icon\";s:32:\"Page Editor Study Programme Icon\";s:15:\"update_deadline\";s:29:\"Successfully update deadline.\";s:18:\"update_expire_date\";s:32:\"Successfully update expire date.\";s:21:\"updated_from_settings\";s:21:\"Updated from settings\";s:10:\"usr_active\";s:4:\"User\";s:27:\"validity_qualification_date\";s:35:\"Qualification expires at fixed date\";s:32:\"validity_qualification_date_desc\";s:11:\"expiry date\";s:29:\"validity_qualification_period\";s:34:\"Qualification expires individually\";s:34:\"validity_qualification_period_desc\";s:69:\"Qualification is valid for this amount of days and expires afterwards\";s:16:\"validity_updated\";s:16:\"Updated validity\";s:7:\"vq_date\";s:10:\"Expiration\";s:12:\"vq_date_info\";s:35:\"Qualification expires at fixed date\";s:13:\"vq_date_label\";s:11:\"Expiry date\";s:14:\"vq_information\";s:55:\"Information regarding validity of achived qualification\";s:14:\"vq_period_info\";s:53:\"Days until qualification will expire after achivement\";s:15:\"vq_period_label\";s:21:\"Days after completion\";s:7:\"warning\";s:8:\"Warning!\";s:47:\"will_not_modify_deadline_on_successful_progress\";s:56:\"No change because already completed or marked accredited\";s:35:\"will_not_modify_irrelevant_progress\";s:30:\"No change because not relevant\";s:33:\"will_not_modify_relevant_progress\";s:16:\"already relevant\";s:51:\"will_not_modify_validity_on_non_successful_progress\";s:31:\"Can change only when successful\";s:39:\"will_not_set_top_progress_to_irrelevant\";s:37:\"Cannot change top node to irrelevant.\";s:46:\"will_not_update_cert_for_unsuccessful_progress\";s:41:\"No certificate for unsuccessful programme\";}'),('prtf','en','a:113:{s:10:\"pdf_export\";s:10:\"PDF Export\";s:19:\"prtf_add_assignment\";s:14:\"Add Assignment\";s:13:\"prtf_add_blog\";s:8:\"Add Blog\";s:22:\"prtf_add_existing_blog\";s:17:\"Use Existing Blog\";s:17:\"prtf_add_new_blog\";s:12:\"Add New Blog\";s:22:\"prtf_add_new_blog_info\";s:54:\"The new blog will be added to your personal resources.\";s:13:\"prtf_add_page\";s:8:\"Add Page\";s:18:\"prtf_add_portfolio\";s:13:\"Add Portfolio\";s:32:\"prtf_add_portfolio_from_template\";s:27:\"Add Portfolio From Template\";s:14:\"prtf_all_pages\";s:9:\"All Pages\";s:15:\"prtf_allow_html\";s:21:\"Allow HTML/Javascript\";s:20:\"prtf_allow_html_info\";s:107:\"Enables users to include HTML and/or Javascript in their portfolio pages. This can lead to security issues.\";s:21:\"prtf_allow_my_courses\";s:29:\"Page Element ‘My Courses’\";s:26:\"prtf_allow_my_courses_info\";s:86:\"Portfolios may include a list showing which courses the user is currently a member of.\";s:11:\"prtf_author\";s:6:\"Author\";s:28:\"prtf_back_to_portfolio_owner\";s:14:\"Edit Portfolio\";s:11:\"prtf_banner\";s:6:\"Banner\";s:22:\"prtf_blog_page_created\";s:20:\"Blog has been added.\";s:17:\"prtf_copy_blog_pg\";s:14:\"Copy Blog Page\";s:14:\"prtf_copy_page\";s:12:\"Copy Page(s)\";s:12:\"prtf_copy_pg\";s:9:\"Copy Page\";s:13:\"prtf_copy_tab\";s:8:\"Copy Tab\";s:21:\"prtf_create_portfolio\";s:13:\"Add Portfolio\";s:35:\"prtf_create_template_from_portfolio\";s:9:\"Portfolio\";s:40:\"prtf_create_template_from_portfolio_info\";s:68:\"Select a portfolio to use its content and settings for the template.\";s:18:\"prtf_creation_mode\";s:13:\"New Portfolio\";s:26:\"prtf_creation_mode_scratch\";s:23:\"Create without Template\";s:27:\"prtf_creation_mode_template\";s:20:\"Create from Template\";s:18:\"prtf_date_of_print\";s:13:\"Date of Print\";s:20:\"prtf_decl_authorship\";s:25:\"Declaration of Authorship\";s:22:\"prtf_default_portfolio\";s:10:\"My Profile\";s:22:\"prtf_delete_assignment\";s:18:\"Delete Assignments\";s:27:\"prtf_delete_assignment_sure\";s:57:\"Do you really want to delete the following assignment(s)?\";s:24:\"prtf_download_submission\";s:19:\"Download Submission\";s:17:\"prtf_edit_content\";s:12:\"Edit Content\";s:14:\"prtf_edit_data\";s:9:\"Edit Data\";s:23:\"prtf_edit_embedded_blog\";s:14:\"Edit Blog \"%s\"\";s:19:\"prtf_edit_portfolio\";s:14:\"Edit Portfolio\";s:18:\"prtf_exercise_info\";s:63:\"This portfolio is part of the assignment \"%s\" of exercise \"%s\".\";s:28:\"prtf_exercise_submitted_info\";s:99:\"You submitted your portfolio on %s. Additionally, you might want to save a copy for your own files.\";s:23:\"prtf_existing_portfolio\";s:18:\"Existing Portfolio\";s:23:\"prtf_finalize_portfolio\";s:29:\"Finalize and Submit Portfolio\";s:14:\"prtf_finalized\";s:33:\"The portfolio has been submitted.\";s:21:\"prtf_first_page_title\";s:18:\"Type of first page\";s:24:\"prtf_has_been_set_online\";s:30:\"Portfolio has been set online.\";s:9:\"prtf_link\";s:4:\"Link\";s:22:\"prtf_manage_portfolios\";s:17:\"Manage Portfolios\";s:18:\"prtf_new_portfolio\";s:13:\"New Portfolio\";s:18:\"prtf_no_blogs_info\";s:90:\"Your \"%s\" does not contain any blogs. Create blogs to use them as part of your portfolios.\";s:26:\"prtf_no_offline_share_info\";s:57:\"A portfolio has to be online to be shared by other users.\";s:18:\"prtf_no_submission\";s:13:\"No Submission\";s:17:\"prtf_page_created\";s:12:\"Page created\";s:33:\"prtf_page_element_my_courses_info\";s:90:\"This is a list of all my courses which are currently online and where I have a membership.\";s:34:\"prtf_page_element_my_courses_title\";s:18:\"Course Memberships\";s:38:\"prtf_page_element_teaser_blog_template\";s:66:\"The portfolio will display a blog of your personal resources here.\";s:43:\"prtf_page_element_teaser_consultation_hours\";s:62:\"The portfolio will display a consultation hours calendar here.\";s:35:\"prtf_page_element_teaser_my_courses\";s:63:\"The portfolio will display a list of your current courses here.\";s:33:\"prtf_page_element_teaser_settings\";s:8:\"Settings\";s:31:\"prtf_page_element_teaser_skills\";s:54:\"The portfolio will display your competence level here.\";s:19:\"prtf_page_type_prtf\";s:14:\"Portfolio Page\";s:19:\"prtf_page_type_prtt\";s:23:\"Portfolio Template Page\";s:17:\"prtf_pages_copied\";s:27:\"The pages have been copied.\";s:8:\"prtf_pdf\";s:13:\"Export as PDF\";s:19:\"prtf_permanent_link\";s:18:\"Link to Portfolio:\";s:22:\"prtf_portfolio_created\";s:15:\"Portfolio added\";s:36:\"prtf_portfolio_created_from_template\";s:136:\"This is the preview of your new portfolio. To add new pages, please click \"Edit Portfolio\". To edit this page, please click \"Edit Page\".\";s:22:\"prtf_portfolio_deleted\";s:17:\"Portfolio deleted\";s:27:\"prtf_portfolio_page_deleted\";s:30:\"Portfolio / blog page deleted.\";s:15:\"prtf_portfolios\";s:10:\"Portfolios\";s:19:\"prtf_preview_banner\";s:13:\"Custom Banner\";s:26:\"prtf_preview_banner_height\";s:13:\"Banner Height\";s:24:\"prtf_preview_banner_info\";s:32:\"Default size is 1370x100 pixels.\";s:25:\"prtf_preview_banner_width\";s:12:\"Banner Width\";s:18:\"prtf_print_options\";s:7:\"Options\";s:20:\"prtf_print_selection\";s:14:\"Page Selection\";s:20:\"prtf_profile_picture\";s:23:\"Display Profile Picture\";s:15:\"prtf_properties\";s:20:\"Portfolio Properties\";s:20:\"prtf_public_comments\";s:15:\"Public Comments\";s:20:\"prtf_role_assignment\";s:15:\"Role Assignment\";s:15:\"prtf_role_title\";s:4:\"Role\";s:27:\"prtf_save_status_and_titles\";s:22:\"Save Status and Titles\";s:23:\"prtf_sec_protected_info\";s:56:\"Protected sections cannot be edited by portfolio owners.\";s:19:\"prtf_selected_pages\";s:14:\"Selected Pages\";s:19:\"prtf_set_as_default\";s:17:\"Set As My Profile\";s:37:\"prtf_set_default_publish_confirmation\";s:132:\"The portfolio needs to be shared at least with all registered users. Should it be visible to the internet without registration, too?\";s:31:\"prtf_set_default_publish_global\";s:34:\"Share with unregistered users also\";s:35:\"prtf_set_default_publish_registered\";s:32:\"Share with registered users only\";s:16:\"prtf_set_offline\";s:11:\"Set Offline\";s:15:\"prtf_set_online\";s:10:\"Set Online\";s:13:\"prtf_settings\";s:24:\"Portfolio Administration\";s:24:\"prtf_shared_offline_info\";s:62:\"A portfolio has to be online to be accessible by shared users.\";s:14:\"prtf_signature\";s:15:\"Signature Field\";s:19:\"prtf_signature_date\";s:15:\"Date, Signature\";s:19:\"prtf_signature_info\";s:66:\"Adds a field to the print where the author can sign the portfolio.\";s:10:\"prtf_style\";s:15:\"Portfolio Style\";s:18:\"prtf_submission_on\";s:15:\"Submitted on $1\";s:29:\"prtf_successfully_shared_prtf\";s:34:\"Confirmation Shared Portfolio \'%s\'\";s:34:\"prtf_successfully_shared_prtf_body\";s:41:\"You have shared your portfolio \'%s\' with:\";s:32:\"prtf_sure_delete_portfolio_pages\";s:73:\"Are you sure you want to delete the following portfolio page / blog page?\";s:27:\"prtf_sure_delete_portfolios\";s:56:\"Are you sure you want to delete the following portfolio?\";s:20:\"prtf_tab_other_users\";s:25:\"Portfolios of Other Users\";s:19:\"prtf_tab_portfolios\";s:13:\"My Portfolios\";s:37:\"prtf_template_editor_placeholder_info\";s:51:\"This placeholder will be replaced in the portfolio.\";s:32:\"prtf_template_import_blog_create\";s:15:\"Create New Blog\";s:32:\"prtf_template_import_blog_ignore\";s:16:\"Remove Blog Page\";s:31:\"prtf_template_import_blog_reuse\";s:17:\"Use Existing Blog\";s:31:\"prtf_template_import_new_skills\";s:69:\"If activated, these items will be added to your personal competences.\";s:19:\"prtf_template_title\";s:18:\"Portfolio Template\";s:21:\"prtf_unset_as_default\";s:19:\"Unset As My Profile\";s:29:\"prtf_unset_default_share_info\";s:95:\"Your changes have been saved. Please check the current ‘share’ settings for your portfolio.\";s:20:\"prtf_use_page_layout\";s:15:\"Use Page Layout\";s:22:\"prtf_visible_for_tutor\";s:17:\"Visible For Tutor\";s:15:\"prtt_title_info\";s:105:\"Please note that this will be also the default title for all portfolios being created form this template.\";}'),('prtt','en','a:12:{s:39:\"prtt_activation_limited_visibility_info\";s:84:\"If chosen, the portfolio template is visible even outside of the given availability.\";s:27:\"prtt_activation_online_info\";s:73:\"Activate this setting to make the portfolio template accessible to users.\";s:8:\"prtt_add\";s:25:\"Create Portfolio Template\";s:9:\"prtt_copy\";s:23:\"Copy Portfolio Template\";s:9:\"prtt_edit\";s:23:\"Edit Portfolio Template\";s:11:\"prtt_import\";s:25:\"Import Portfolio Template\";s:8:\"prtt_new\";s:22:\"New Portfolio Template\";s:9:\"prtt_pfpg\";s:14:\"Portfolio Page\";s:22:\"prtt_portfolio_created\";s:24:\"Portfolio Template added\";s:15:\"prtt_properties\";s:29:\"Portfolio Template Properties\";s:20:\"prtt_select_datasets\";s:15:\"Select Datasets\";s:10:\"prtt_style\";s:24:\"Portfolio Template Style\";}'),('ps','en','a:96:{s:18:\"cdf_edited_by_self\";s:11:\"by the User\";s:15:\"crs_ps_cdf_info\";s:29:\"Further Course-Specific Data:\";s:20:\"crs_ps_required_info\";s:77:\"Further Course-Specific fields are required for accessing the course content.\";s:15:\"grp_ps_cdf_info\";s:28:\"Further Group-Specific Data:\";s:20:\"grp_ps_required_info\";s:75:\"Further Group-Specific fields are required for accessing the group content.\";s:21:\"ps_agreement_accepted\";s:23:\"User Agreement Accepted\";s:13:\"ps_auto_https\";s:16:\"Autodetect HTTPS\";s:25:\"ps_auto_https_description\";s:97:\"If enabled, ILIAS tries to detect the HTTPs Status by analysing the header value specified below.\";s:25:\"ps_auto_https_header_name\";s:11:\"Header Name\";s:26:\"ps_auto_https_header_value\";s:12:\"Header Value\";s:16:\"ps_btn_add_value\";s:9:\"New Value\";s:16:\"ps_cdf_add_field\";s:14:\"Add User Field\";s:18:\"ps_cdf_added_field\";s:24:\"Added new selection box.\";s:18:\"ps_cdf_data_fields\";s:21:\"Available User Fields\";s:18:\"ps_cdf_delete_sure\";s:48:\"Do you really want to delete these user fields ?\";s:14:\"ps_cdf_deleted\";s:19:\"Deleted user fields\";s:20:\"ps_cdf_deleted_field\";s:13:\"Deleted value\";s:17:\"ps_cdf_edit_field\";s:15:\"Edit Data Field\";s:11:\"ps_cdf_name\";s:4:\"Name\";s:16:\"ps_cdf_no_fields\";s:22:\"No User Fields Defined\";s:20:\"ps_cdf_no_name_given\";s:20:\"Please enter a name.\";s:15:\"ps_cdf_required\";s:14:\"Required Field\";s:17:\"ps_cdf_select_one\";s:18:\"Please select one.\";s:11:\"ps_cdf_type\";s:4:\"Type\";s:12:\"ps_cdf_value\";s:5:\"Value\";s:21:\"ps_cdf_warning_modify\";s:131:\"Attention: Minimum one user has accepted the user agreement. Modifying these course specific fields will reset all user agreements.\";s:18:\"ps_crs_user_fields\";s:27:\"Course-Specific User Fields\";s:37:\"ps_error_message_https_header_missing\";s:95:\"If you enable the automatic https detection you have to provide a header name and header value.\";s:43:\"ps_error_message_invalid_login_max_attempts\";s:46:\"Maximum login attempts may not be less than 0.\";s:41:\"ps_error_message_invalid_password_max_age\";s:44:\"Maximum password age may not be less than 0.\";s:44:\"ps_error_message_invalid_password_max_length\";s:45:\"Maximum password size may not be less than 0.\";s:44:\"ps_error_message_invalid_password_min_length\";s:45:\"Minimum password size may not be less than 0.\";s:38:\"ps_error_message_password_max_less_min\";s:65:\"Maximum password size may not be less than minimum password size.\";s:44:\"ps_error_message_password_min1_because_chars\";s:46:\"Minimum password size may not be less than %s.\";s:52:\"ps_error_message_password_min2_because_chars_numbers\";s:97:\"Minimum password size may not be less than %s if password have to contain characters and numbers.\";s:55:\"ps_error_message_password_min3_because_chars_numbers_sc\";s:117:\"Minimum password size may not be less than %s if password have to contain characters, numbers and special characters.\";s:15:\"ps_export_admin\";s:14:\"Administrators\";s:17:\"ps_export_confirm\";s:39:\"User Confirmation when Entering Courses\";s:23:\"ps_export_confirm_group\";s:38:\"User Confirmation when Entering Groups\";s:16:\"ps_export_course\";s:44:\"Allow export of user profile data in courses\";s:14:\"ps_export_data\";s:34:\"Data Types of the Personal Profile\";s:15:\"ps_export_excel\";s:18:\"Start Excel Export\";s:15:\"ps_export_files\";s:12:\"Export Files\";s:16:\"ps_export_groups\";s:43:\"Allow export of user profile data in groups\";s:16:\"ps_export_member\";s:7:\"Members\";s:14:\"ps_export_prgs\";s:53:\"Allow export of user profile data in Study Programmes\";s:18:\"ps_export_settings\";s:15:\"Export Settings\";s:13:\"ps_export_sub\";s:11:\"Subscribers\";s:15:\"ps_export_tutor\";s:6:\"Tutors\";s:19:\"ps_export_user_data\";s:10:\"Data Types\";s:14:\"ps_export_wait\";s:25:\"Users on the Waiting List\";s:13:\"ps_field_type\";s:10:\"Field Type\";s:16:\"ps_files_deleted\";s:20:\"Export Files Deleted\";s:18:\"ps_grp_user_fields\";s:26:\"Group-Specific User Fields\";s:21:\"ps_login_max_attempts\";s:22:\"Maximum Login Attempts\";s:26:\"ps_login_max_attempts_info\";s:322:\"Enter the maximum number of unsuccessful log in attempts allowed. After the maximum number of unsuccessful attempts is exceeded, the user account in question will be set to \'inactive\' and require re-activation in User Management. Leave the field empty to disable this option and ILIAS will not count failed login attempts.\";s:15:\"ps_not_accepted\";s:12:\"Not Accepted\";s:28:\"ps_participants_list_courses\";s:70:\"Allow Activation of Participant Lists in the Member Gallery of Courses\";s:45:\"ps_passwd_policy_change_force_user_reset_succ\";s:43:\"The changes have been successfully applied.\";s:41:\"ps_passwd_policy_changed_force_user_reset\";s:187:\"Your changes have been saved successfully. You just modified at least one password policy setting. Should local users be forced to change their password after their next successful login?\";s:41:\"ps_password_change_on_first_login_enabled\";s:30:\"Change Password on First Login\";s:46:\"ps_password_change_on_first_login_enabled_info\";s:96:\"Require users to change their password the first time they log in (unless they self-registered).\";s:37:\"ps_password_chars_and_numbers_enabled\";s:28:\"Force Characters and Numbers\";s:42:\"ps_password_chars_and_numbers_enabled_info\";s:52:\"Require passwords to contain characters and numbers.\";s:19:\"ps_password_max_age\";s:20:\"Maximum Password Age\";s:24:\"ps_password_max_age_info\";s:85:\"Enter the maximum age allowed for passwords in days. Set to 0 to disable this option.\";s:22:\"ps_password_max_length\";s:21:\"Maximum Password Size\";s:27:\"ps_password_max_length_info\";s:86:\"Enter the maximum size allowed for account passwords. Set to 0 to disable this option.\";s:22:\"ps_password_min_length\";s:21:\"Minimum Password Size\";s:27:\"ps_password_min_length_info\";s:307:\"Enter the minimum required length for account passwords. If set to 0, passwords are still required to have a minimum length of 1. If the required length is altered, the new requirement will be applied only to those accounts created or changed after the new length is set. Existing accounts are not affected.\";s:20:\"ps_password_settings\";s:17:\"Password Settings\";s:33:\"ps_password_special_chars_enabled\";s:24:\"Force Special Characters\";s:38:\"ps_password_special_chars_enabled_info\";s:48:\"Require passwords to contain special characters.\";s:17:\"ps_perform_export\";s:16:\"Start CSV-Export\";s:30:\"ps_prevent_simultaneous_logins\";s:27:\"Prevent Simultaneous Logins\";s:35:\"ps_prevent_simultaneous_logins_info\";s:73:\"Prevent simultaneous logins on the same account from different computers.\";s:21:\"ps_privacy_protection\";s:16:\"Privacy Settings\";s:17:\"ps_profile_export\";s:31:\"Protection of User Profile Data\";s:22:\"ps_security_protection\";s:17:\"Security Settings\";s:13:\"ps_select_one\";s:29:\"Please select one export file\";s:18:\"ps_show_crs_access\";s:44:\"Show last access time of course participants\";s:18:\"ps_show_grp_access\";s:43:\"Show last access time of group participants\";s:18:\"ps_show_lso_access\";s:55:\"Show last access time of learning sequence participants\";s:7:\"ps_size\";s:10:\"Files Size\";s:14:\"ps_type_select\";s:12:\"Select Field\";s:19:\"ps_type_select_long\";s:28:\"Selection Box (Fixed Values)\";s:12:\"ps_type_text\";s:10:\"Text Field\";s:16:\"ps_type_txt_long\";s:28:\"Text Field (Optional Values)\";s:17:\"ps_user_selection\";s:22:\"Participants Selection\";s:17:\"ps_warning_modify\";s:118:\"Attention: At least one user has accepted the user agreement. Modifying these settings will reset all user agreements.\";s:8:\"rbac_log\";s:14:\"Permission Log\";s:12:\"rbac_log_age\";s:16:\"Keep Log Entries\";s:17:\"rbac_log_age_info\";s:36:\"Maximum age of log entries in months\";s:13:\"rbac_log_info\";s:38:\"Log all changes to object permissions.\";s:12:\"show_privacy\";s:7:\"Privacy\";s:13:\"show_security\";s:8:\"Security\";}'),('pwassist','en','a:14:{s:19:\"password_assistance\";s:19:\"Password Assistance\";s:27:\"pwassist_disabled_no_access\";s:103:\"Password assistance is not enabled. Please contact the system administration for further assistance: %s\";s:20:\"pwassist_enter_email\";s:348:\"Please enter an e-mail address and submit the form. ILIAS will send an e-mail to that address. The e-mail contains all user names which have registered this e-mail address. Choose a suitable username and use the password service to retrieve a new password. If you do not retrieve any e-mail by this service please contact your course admin or %1$s.\";s:33:\"pwassist_enter_username_and_email\";s:376:\"Enter a username and the associated e-mail address in the fields shown below. ILIAS will send a message to that e-mail address. The message contains an address for a web page, where you can enter a new password for the user account. In case you are unable to assign a password to your user account using this form, contact your course administration or send an e-mail to %1$s.\";s:40:\"pwassist_enter_username_and_new_password\";s:60:\"Enter the username and the new password in the fields below.\";s:24:\"pwassist_login_not_match\";s:137:\"Please enter another username. The username you have entered does not match the username for which you had asked for password assistance.\";s:18:\"pwassist_mail_body\";s:1173:\"Register a new password for your user account: %1$s<br><br>This message has been generated automatically by the ILIAS server %2$s<br><br>You (or someone at %3$s) has asked for password assistance for the user account \"%4$s\". Please check carefully the conditions listed below and proceed accordingly:<br><br>• If you have used the password assistance form on the ILIAS server by accident: Delete this mail.<br><br>• If you are certain, that you never asked for password assistance at this ILIAS server: Please contact %5$s.<br><br>• If you asked for password assistance, please proceed as follows:<br>1. Open your browser.<br>2. Enter the following address in your browser: %6$s<br>Important: The address is a single line. If you see this address split into multiple lines, then your e-mail program has inserted these line breaks.<br>3. On the web page shown by your browser, enter a new password for your user account.<br><br>Please note, that for security reasons, you can perform the three steps above only exactly once and for a limited time only. Afterwards the address becomes invalid, and you have to use the password assistance page on the ILIAS server again.\";s:18:\"pwassist_mail_sent\";s:163:\"A message has been sent to %1$s, if a user account with the entered username and email address could be found. Please check your mail box for further instructions.\";s:26:\"pwassist_mail_sent_generic\";s:90:\"A message has been sent to the email address defined in ILIAS. Please check your mail box.\";s:21:\"pwassist_mail_subject\";s:25:\"ILIAS Password Assistance\";s:26:\"pwassist_password_assigned\";s:59:\"The password has been successfully assigned to user \"%1$s\".\";s:24:\"pwassist_session_expired\";s:260:\"Please fill in this form again. Your password assistance session has expired. This may have happened, because you tried to use the link that has been sent by e-mail to you more than once, or because too much time has passed since the link has been sent to you.\";s:27:\"pwassist_username_mail_body\";s:927:\"These are the active username found for the given e-mail address: %s <br><br>This message has been created automatically by the following ILIAS Server: %s  <br><br>You (or somebody with IP  %s) have requested support for forgotten user names for the e-mail address \'%s\'. Please check the following and act as suggested:<br><br>• You have requested this e-mail by accident: Delete this e-mail.<br><br>• You are sure, that you never requested this e-mail: Please contact %s.<br><br>• If you requested this e-mail, please proceed as follows:<br>1. Start your internet browser.<br>2. Enter the following url: %s <br>Important: The address is a single line. If you see this address split into multiple lines, then your e-mail program has inserted these line breaks.<br>3. Your Browser now shows the Password-Service. Use this page together with one of the usernames and the according e-mail address to retrieve a new password.\";s:27:\"unassist_disabled_no_access\";s:103:\"Username assistance is not enabled. Please contact the system administration for further assistance: %s\";}'),('pwsp','en','a:4:{s:30:\"pwsp_enable_personal_resources\";s:25:\"Enable personal resources\";s:21:\"pwsp_enable_wsp_blogs\";s:12:\"Enable Blogs\";s:21:\"pwsp_enable_wsp_files\";s:12:\"Enable Files\";s:21:\"pwsp_enable_wsp_links\";s:12:\"Enable Links\";}'),('qpl','en','a:6:{s:28:\"qpl_filter_commented_exclude\";s:26:\"Questions without comments\";s:25:\"qpl_filter_commented_only\";s:23:\"Questions with comments\";s:18:\"qpl_page_type_qfbg\";s:16:\"General Feedback\";s:18:\"qpl_page_type_qfbs\";s:16:\"Special Feedback\";s:17:\"qpl_page_type_qht\";s:4:\"Hint\";s:17:\"qpl_page_type_qpl\";s:13:\"Question Page\";}'),('rating','en','a:29:{s:17:\"rat_not_rated_yet\";s:13:\"Not Rated Yet\";s:14:\"rat_nr_ratings\";s:10:\"%s Ratings\";s:14:\"rat_one_rating\";s:10:\"One Rating\";s:22:\"rating_activate_rating\";s:13:\"Enable Rating\";s:27:\"rating_activate_rating_info\";s:39:\"if enabled, users can rate this object.\";s:19:\"rating_add_category\";s:12:\"Add Category\";s:17:\"rating_avg_rating\";s:14:\"Average Rating\";s:17:\"rating_categories\";s:17:\"Rating Categories\";s:19:\"rating_category_add\";s:3:\"Add\";s:22:\"rating_category_create\";s:15:\"Create Category\";s:23:\"rating_category_created\";s:17:\"Category created.\";s:27:\"rating_category_delete_sure\";s:109:\"Are you sure you want to delete the following rating categories?  All ratings for that category will be lost.\";s:23:\"rating_category_deleted\";s:17:\"Category deleted.\";s:20:\"rating_category_edit\";s:13:\"Edit Category\";s:22:\"rating_category_update\";s:4:\"Save\";s:23:\"rating_category_updated\";s:15:\"Category saved.\";s:22:\"rating_export_category\";s:8:\"Category\";s:18:\"rating_export_date\";s:4:\"Date\";s:20:\"rating_export_rating\";s:6:\"Rating\";s:23:\"rating_new_objects_auto\";s:21:\"Default Object Rating\";s:28:\"rating_new_objects_auto_info\";s:73:\"Rating is activated by default for new files, learning modules and wikis.\";s:19:\"rating_number_votes\";s:10:\"%s Ratings\";s:18:\"rating_open_dialog\";s:18:\"Open rating dialog\";s:21:\"rating_overlay_submit\";s:13:\"Submit Rating\";s:22:\"rating_personal_rating\";s:11:\"Your Rating\";s:18:\"rating_rate_x_of_5\";s:23:\"Rate with %s of 5 stars\";s:13:\"rating_remove\";s:13:\"Remove Rating\";s:23:\"rating_update_positions\";s:10:\"Save Order\";s:18:\"rating_your_rating\";s:11:\"Your Rating\";}');
INSERT INTO `lng_modules` VALUES ('rbac','en','a:903:{s:20:\"accs_edit_permission\";s:73:\"User can change permissions of Accessibility Settings  in Administration.\";s:9:\"accs_read\";s:65:\"User has read access to Accessibility Settings in Administration.\";s:12:\"accs_visible\";s:53:\"Accessibility Settings are visible in Administration.\";s:10:\"accs_write\";s:55:\"User can edit Accessibility Settings in Administration.\";s:24:\"activate_wiki_protection\";s:13:\"Set Read-Only\";s:20:\"active_preconditions\";s:13:\"Preconditions\";s:22:\"add_consultation_hours\";s:22:\"Add Consultation Hours\";s:20:\"add_consume_provider\";s:29:\"Add Own LTI Provider Settings\";s:9:\"add_pages\";s:9:\"Add Pages\";s:9:\"add_reply\";s:9:\"Add Reply\";s:10:\"add_thread\";s:10:\"Add Thread\";s:19:\"adm_edit_permission\";s:66:\"User can change permissions of General Settings in Administration.\";s:8:\"adm_read\";s:59:\"User has read access to General Settings in Administration.\";s:11:\"adm_visible\";s:47:\"General Settings are visible in Administration.\";s:9:\"adm_write\";s:49:\"User can edit General Settings in Administration.\";s:19:\"adn_edit_permission\";s:76:\"User can change permissions of Administrative Notifications\' administration.\";s:8:\"adn_read\";s:71:\"User has read access to administration of Administrative Notifications.\";s:11:\"adn_visible\";s:58:\"Administration of Administrative Notifications is visible.\";s:9:\"adn_write\";s:51:\"User can add and edit Administrative Notifications.\";s:24:\"adopt_perm_from_template\";s:24:\"Copy Permission Settings\";s:20:\"adve_edit_permission\";s:61:\"User can change permission settings of Editing administration\";s:9:\"adve_read\";s:46:\"User has read access to Editing Administration\";s:12:\"adve_visible\";s:33:\"Editing Administration is visible\";s:10:\"adve_write\";s:48:\"User can edit settings of Editing Administration\";s:13:\"amend_grading\";s:23:\"Amend finalized grading\";s:20:\"assf_edit_permission\";s:73:\"User can change permission settings of Test and Assessment administration\";s:9:\"assf_read\";s:55:\"User has read access Test and Assessment Administration\";s:12:\"assf_visible\";s:45:\"Test and Assessment administration is visible\";s:10:\"assf_write\";s:60:\"User can edit settings of Test and Assessment Administration\";s:20:\"auth_edit_permission\";s:85:\"User can change permission settings of Authentication and Registration administration\";s:9:\"auth_read\";s:73:\"User has read access to administration of Authentication and Registration\";s:12:\"auth_visible\";s:60:\"Administration of Authentication and Registration is visible\";s:10:\"auth_write\";s:58:\"User can edit settings for Authentication and Registration\";s:20:\"awra_edit_permission\";s:74:\"User can change permission settings in ‘Who is online?’ administration\";s:9:\"awra_read\";s:59:\"User has read access to ‘Who is online?’ administration\";s:12:\"awra_visible\";s:46:\"‘Who is online?’ administration is visible\";s:10:\"awra_write\";s:52:\"Edit settings in ‘Who is online?’ administration\";s:20:\"bdga_edit_permission\";s:35:\"User can change permission settings\";s:9:\"bdga_read\";s:42:\"User can read badge administration content\";s:12:\"bdga_visible\";s:31:\"Badge administration is visible\";s:10:\"bdga_write\";s:43:\"User can edit badge administration settings\";s:9:\"bibl_copy\";s:17:\"Copy Bibliography\";s:11:\"bibl_delete\";s:36:\"User can move or delete bibliography\";s:20:\"bibl_edit_permission\";s:35:\"User can change permission settings\";s:9:\"bibl_read\";s:34:\"User can read bibliography content\";s:12:\"bibl_visible\";s:23:\"Bibliography is visible\";s:10:\"bibl_write\";s:35:\"User can edit bibliography settings\";s:9:\"bibs_copy\";s:26:\"User can copy bibliography\";s:11:\"bibs_delete\";s:31:\"User can delete library entries\";s:20:\"bibs_edit_permission\";s:35:\"User can change permission settings\";s:9:\"bibs_read\";s:34:\"User can read bibliography content\";s:12:\"bibs_visible\";s:38:\"Bibliography-Administration is visible\";s:10:\"bibs_write\";s:35:\"User can edit bibliography settings\";s:20:\"blga_edit_permission\";s:58:\"User can change permission settings of Blog administration\";s:9:\"blga_read\";s:43:\"User has read access to Blog Administration\";s:12:\"blga_visible\";s:30:\"Blog Administration is visible\";s:10:\"blga_write\";s:45:\"User can edit settings in Blog Administration\";s:15:\"blog_contribute\";s:21:\"User can create posts\";s:9:\"blog_copy\";s:18:\"User can copy blog\";s:11:\"blog_delete\";s:28:\"User can move or delete blog\";s:20:\"blog_edit_permission\";s:35:\"User can change permission settings\";s:9:\"blog_read\";s:26:\"User can read blog content\";s:11:\"blog_redact\";s:46:\"User can edit posts of other contributors, too\";s:12:\"blog_visible\";s:15:\"Blog is visible\";s:10:\"blog_write\";s:27:\"User can edit blog settings\";s:9:\"book_copy\";s:26:\"User can copy booking pool\";s:11:\"book_delete\";s:36:\"User can move or delete booking pool\";s:20:\"book_edit_permission\";s:52:\"User can change permission settings for booking pool\";s:9:\"book_read\";s:49:\"User can book resources / objects in booking pool\";s:12:\"book_visible\";s:23:\"Booking pool is visible\";s:10:\"book_write\";s:50:\"User can edit settings and content of booking pool\";s:20:\"cadm_edit_permission\";s:35:\"User can change permission settings\";s:9:\"cadm_read\";s:54:\"User has read access to user connection administration\";s:12:\"cadm_visible\";s:41:\"User connection administration is visible\";s:10:\"cadm_write\";s:55:\"User has write access to user connection administration\";s:27:\"cals_add_consultation_hours\";s:54:\"User can offer and edit consultation hours in calendar\";s:15:\"cals_edit_event\";s:61:\"User can create and edit public calendars and events in ILIAS\";s:20:\"cals_edit_permission\";s:63:\"User can change permission settings for Calendar administration\";s:9:\"cals_read\";s:47:\"User has read access to Calendar Administration\";s:12:\"cals_visible\";s:34:\"Calendar Administration is visible\";s:10:\"cals_write\";s:49:\"User can edit settings of Calendar Administration\";s:22:\"cat_administrate_users\";s:32:\"Administrate Local User Accounts\";s:26:\"cat_cat_administrate_users\";s:69:\"User can create and administrate local user accounts in this category\";s:8:\"cat_copy\";s:22:\"User can copy category\";s:10:\"cat_delete\";s:32:\"User can move or delete category\";s:19:\"cat_edit_permission\";s:35:\"User can change permission settings\";s:8:\"cat_read\";s:32:\"User has read access to category\";s:14:\"cat_read_users\";s:58:\"User can read local user accounts created in this category\";s:11:\"cat_visible\";s:19:\"Category is visible\";s:9:\"cat_write\";s:53:\"User can edit settings of category and manage content\";s:9:\"catr_copy\";s:27:\"User can copy category link\";s:11:\"catr_delete\";s:37:\"User can move or delete category link\";s:20:\"catr_edit_permission\";s:35:\"User can change permission settings\";s:12:\"catr_visible\";s:24:\"Category link is visible\";s:10:\"catr_write\";s:39:\"User can edit settings of category link\";s:20:\"cert_edit_permission\";s:66:\"User can change permission settings of Certificates administration\";s:9:\"cert_read\";s:51:\"User has read access to Certificates Administration\";s:12:\"cert_visible\";s:38:\"Certificates Administration is visible\";s:10:\"cert_write\";s:53:\"User can edit settings in Certificates Administration\";s:32:\"change_existing_object_type_desc\";s:78:\"This will also change the permissions of already existing objects of that type\";s:23:\"change_existing_objects\";s:23:\"Change Existing Objects\";s:28:\"change_existing_objects_desc\";s:215:\"The permission settings of this role will be adopted to ALL existing objects. If you want to change permissions only for specific object types please click the checkboxes to the right of the appropriate object type.\";s:22:\"change_existing_prefix\";s:15:\"Change Existing\";s:29:\"change_existing_prefix_single\";s:6:\"Change\";s:22:\"change_existing_suffix\";s:6:\"&nbsp;\";s:29:\"change_existing_suffix_single\";s:6:\"&nbsp;\";s:19:\"change_presentation\";s:19:\"Change Presentation\";s:11:\"chtr_delete\";s:33:\"User can move or delete chat room\";s:20:\"chtr_edit_permission\";s:49:\"User can change Permission Settings for Chat Room\";s:13:\"chtr_moderate\";s:41:\"User can moderate discussion in chat room\";s:9:\"chtr_read\";s:42:\"User can join and participate at chat room\";s:12:\"chtr_visible\";s:20:\"Chat Room is visible\";s:10:\"chtr_write\";s:49:\"User can edit settings of chat room and ban users\";s:21:\"cmis_edit_permissions\";s:64:\"User can change permission settings of xAPI/cmi5 administration.\";s:9:\"cmis_read\";s:49:\"User has read access to xAPI/cmi5 administration.\";s:12:\"cmis_visible\";s:39:\"Administration of xAPI/cmi5 is visible.\";s:10:\"cmis_write\";s:51:\"User can edit settings of xAPI/cmi5 administration.\";s:9:\"cmix_copy\";s:30:\"User can copy xAPI/cmi5 Object\";s:11:\"cmix_delete\";s:40:\"User can move or delete xAPI/cmi5 Object\";s:27:\"cmix_edit_learning_progress\";s:40:\"User can edit learning progress settings\";s:20:\"cmix_edit_permission\";s:35:\"User can change permission settings\";s:9:\"cmix_read\";s:29:\"User can see xAPI/cmi5 Object\";s:27:\"cmix_read_learning_progress\";s:46:\"User can view learning progress of other users\";s:18:\"cmix_read_outcomes\";s:60:\"User can see learning experiences and ranking of other users\";s:12:\"cmix_visible\";s:27:\"xAPI/cmi5 Object is visible\";s:10:\"cmix_write\";s:42:\"User can edit settings of xAPI/cmi5 Object\";s:20:\"cmps_edit_permission\";s:83:\"User can change permission settings of Plugins, Modules and Services administration\";s:9:\"cmps_read\";s:71:\"User has read access to administration of Plugins, Modules and Services\";s:12:\"cmps_visible\";s:67:\"Administration of Plugins, Modules and Services settings is visible\";s:10:\"cmps_write\";s:55:\"User can edit settings of Plugins, Modules and Services\";s:21:\"coms_edit_permissions\";s:66:\"User can change permission settings of administration of Comments.\";s:9:\"coms_read\";s:51:\"User has read access to administration of Comments.\";s:12:\"coms_visible\";s:38:\"Administration of Comments is visible.\";s:10:\"coms_write\";s:53:\"User can edit settings of administration of Comments.\";s:16:\"condition_failed\";s:6:\"Failed\";s:27:\"condition_learning_progress\";s:35:\"Learning Progress Status: Completed\";s:10:\"contribute\";s:10:\"Contribute\";s:9:\"copa_copy\";s:17:\"Copy Content Page\";s:11:\"copa_delete\";s:36:\"User can move or delete Content Page\";s:27:\"copa_edit_learning_progress\";s:40:\"User can edit learning progress settings\";s:20:\"copa_edit_permission\";s:35:\"User can change permission settings\";s:9:\"copa_read\";s:26:\"User can read Content Page\";s:27:\"copa_read_learning_progress\";s:46:\"User can view learning progress of other users\";s:12:\"copa_visible\";s:23:\"Content Page is visible\";s:10:\"copa_write\";s:26:\"User can edit Content Page\";s:21:\"cpad_edit_permissions\";s:71:\"User can change permission settings of administration of Content Pages.\";s:9:\"cpad_read\";s:56:\"User has read access to administration of Content Pages.\";s:12:\"cpad_visible\";s:43:\"Administration of Content Pages is visible.\";s:10:\"cpad_write\";s:58:\"User can edit settings of administration of Content Pages.\";s:8:\"crs_copy\";s:20:\"User can copy course\";s:10:\"crs_delete\";s:30:\"User can move or delete course\";s:14:\"crs_edit_event\";s:20:\"Edit Calendar Events\";s:26:\"crs_edit_learning_progress\";s:40:\"User can edit learning progress settings\";s:19:\"crs_edit_permission\";s:35:\"User can change permission settings\";s:9:\"crs_grade\";s:23:\"Grade Members of Course\";s:8:\"crs_join\";s:20:\"User can join course\";s:9:\"crs_leave\";s:32:\"User can unsubscribe from course\";s:18:\"crs_manage_members\";s:24:\"Manage Members of Course\";s:17:\"crs_news_add_news\";s:39:\"Add and edit own news entries in course\";s:8:\"crs_read\";s:30:\"User has read access to course\";s:26:\"crs_read_learning_progress\";s:46:\"User can view learning progress of other users\";s:11:\"crs_visible\";s:17:\"Course is visible\";s:9:\"crs_write\";s:48:\"User can edit course settings and manage content\";s:9:\"crsr_copy\";s:25:\"User can copy course link\";s:11:\"crsr_delete\";s:35:\"User can move or delete course link\";s:27:\"crsr_edit_learning_progress\";s:40:\"User can edit learning progress settings\";s:20:\"crsr_edit_permission\";s:35:\"User can change permission settings\";s:27:\"crsr_read_learning_progress\";s:46:\"User can view learning progress of other users\";s:12:\"crsr_visible\";s:22:\"Course link is visible\";s:10:\"crsr_write\";s:37:\"User can edit settings of course link\";s:20:\"crss_edit_permission\";s:60:\"User can change permission settings in Course administration\";s:9:\"crss_read\";s:45:\"User has read access to Course administration\";s:12:\"crss_visible\";s:32:\"Course administration is visible\";s:10:\"crss_write\";s:38:\"Edit settings in Course administration\";s:13:\"dcl_add_entry\";s:25:\"User can add/edit entries\";s:8:\"dcl_copy\";s:29:\"User can copy data collection\";s:10:\"dcl_delete\";s:39:\"User can move or delete data collection\";s:16:\"dcl_edit_content\";s:12:\"Edit entries\";s:19:\"dcl_edit_permission\";s:35:\"User can change permission settings\";s:8:\"dcl_read\";s:30:\"Read access to Data Collection\";s:11:\"dcl_visible\";s:26:\"Data Collection is visible\";s:9:\"dcl_write\";s:53:\"User can edit settings and content of data collection\";s:12:\"delete_files\";s:12:\"Delete Files\";s:14:\"delete_folders\";s:14:\"Delete Folders\";s:17:\"delete_wiki_pages\";s:12:\"Delete Pages\";s:24:\"dshs_change_presentation\";s:37:\"Change presentation of dashboard view\";s:20:\"dshs_edit_permission\";s:63:\"User can change permission settings of Dashboard administration\";s:9:\"dshs_read\";s:48:\"User has read access to Dashboard administration\";s:12:\"dshs_visible\";s:35:\"Dashboard administration is visible\";s:10:\"dshs_write\";s:41:\"Edit settings of Dashboard administration\";s:20:\"ecss_edit_permission\";s:55:\"User can edit permission settings of ECS administration\";s:9:\"ecss_read\";s:34:\"User can read general ECS settings\";s:12:\"ecss_visible\";s:24:\"ECS settings are visible\";s:10:\"ecss_write\";s:26:\"User can edit ECS settings\";s:10:\"edit_event\";s:13:\"Edit Calendar\";s:9:\"edit_file\";s:9:\"Edit File\";s:21:\"edit_in_online_editor\";s:21:\"Open in online editor\";s:22:\"edit_learning_progress\";s:31:\"Edit Learning Progress Settings\";s:12:\"edit_members\";s:14:\"Manage members\";s:15:\"edit_permission\";s:18:\"Change Permissions\";s:19:\"edit_roleassignment\";s:20:\"Edit role assignment\";s:23:\"edit_submissions_grades\";s:27:\"Edit Submissions and Grades\";s:19:\"edit_userassignment\";s:20:\"Edit User Assignment\";s:20:\"edit_wiki_navigation\";s:15:\"Edit Navigation\";s:8:\"exc_copy\";s:22:\"User can copy exercise\";s:10:\"exc_delete\";s:32:\"User can move or delete exercise\";s:26:\"exc_edit_learning_progress\";s:40:\"User can edit learning progress settings\";s:19:\"exc_edit_permission\";s:35:\"User can change permission settings\";s:27:\"exc_edit_submissions_grades\";s:36:\"User can edit submissions and grades\";s:8:\"exc_read\";s:32:\"User can participate at exercise\";s:26:\"exc_read_learning_progress\";s:46:\"User can view learning progress of other users\";s:11:\"exc_visible\";s:19:\"Exercise is visible\";s:9:\"exc_write\";s:50:\"User can edit settings and assignments of exercise\";s:20:\"excs_edit_permission\";s:62:\"User can change permission settings in Exercise administration\";s:9:\"excs_read\";s:47:\"User has read access to Exercise administration\";s:12:\"excs_visible\";s:34:\"Exercise administration is visible\";s:10:\"excs_write\";s:40:\"Edit settings in Exercise administration\";s:18:\"export_member_data\";s:16:\"Access User Data\";s:20:\"extt_edit_permission\";s:74:\"User can change permission settings of Third Party Software administration\";s:9:\"extt_read\";s:62:\"User has read access to administration of Third Party Software\";s:12:\"extt_visible\";s:49:\"Administration of Third Party Software is visible\";s:10:\"extt_write\";s:46:\"User can edit settings of Third Party Software\";s:20:\"facs_edit_permission\";s:71:\"User can change permission settings of Files and Folders administration\";s:9:\"facs_read\";s:59:\"User has read access to administration of Files and Folders\";s:29:\"facs_upload_blacklisted_files\";s:43:\"Upload indexed file types despite blacklist\";s:12:\"facs_visible\";s:46:\"Administration of Files and Folders is visible\";s:10:\"facs_write\";s:61:\"User can edit settings in administration of Files and Folders\";s:9:\"feed_copy\";s:21:\"User can copy webfeed\";s:11:\"feed_delete\";s:32:\"User can move or delete web feed\";s:20:\"feed_edit_permission\";s:35:\"User can change permission settings\";s:9:\"feed_read\";s:33:\"User can read content of web feed\";s:10:\"feed_write\";s:31:\"User can edit web feed settings\";s:9:\"file_copy\";s:18:\"User can copy file\";s:11:\"file_delete\";s:28:\"User can move or delete file\";s:14:\"file_edit_file\";s:58:\"Allow to edit the file in an external editor, if available\";s:27:\"file_edit_learning_progress\";s:40:\"User can edit learning progress settings\";s:20:\"file_edit_permission\";s:35:\"User can change permission settings\";s:9:\"file_read\";s:22:\"User can download file\";s:27:\"file_read_learning_progress\";s:46:\"User can view learning progress of other users\";s:12:\"file_visible\";s:15:\"File is visible\";s:10:\"file_write\";s:58:\"User can edit file settings and upload new version of file\";s:13:\"files_visible\";s:13:\"Files Visible\";s:21:\"fils_edit_permissions\";s:68:\"User can change permission settings of File Services administration.\";s:9:\"fils_read\";s:53:\"User has read access to File Services administration.\";s:12:\"fils_visible\";s:43:\"Administration of File Services is visible.\";s:10:\"fils_write\";s:42:\"User can edit and configure File Services.\";s:16:\"filter_all_roles\";s:33:\"Show all roles of current context\";s:19:\"filter_global_roles\";s:22:\"Show only global roles\";s:18:\"filter_local_roles\";s:40:\"Show only local roles of current context\";s:25:\"filter_local_roles_object\";s:46:\"Show only local roles defined at this position\";s:25:\"filter_roles_local_policy\";s:53:\"Show only roles using a local policy at this position\";s:15:\"fld_create_poll\";s:11:\"Create Poll\";s:9:\"fold_copy\";s:20:\"User can copy folder\";s:11:\"fold_delete\";s:30:\"User can move or delete folder\";s:27:\"fold_edit_learning_progress\";s:40:\"User can edit learning progress settings\";s:20:\"fold_edit_permission\";s:35:\"User can change permission settings\";s:9:\"fold_read\";s:30:\"User has read access to folder\";s:27:\"fold_read_learning_progress\";s:46:\"User can view learning progress of other users\";s:12:\"fold_visible\";s:17:\"Folder is visible\";s:10:\"fold_write\";s:51:\"User can edit settings of folder and manage content\";s:14:\"folders_create\";s:14:\"Create Folders\";s:15:\"folders_visible\";s:15:\"Folders Visible\";s:13:\"frm_add_reply\";s:25:\"Users can reply to a post\";s:14:\"frm_add_thread\";s:25:\"User can add a new thread\";s:8:\"frm_copy\";s:19:\"User can copy forum\";s:10:\"frm_delete\";s:29:\"User can move or delete forum\";s:19:\"frm_edit_permission\";s:35:\"User can change permission settings\";s:16:\"frm_moderate_frm\";s:38:\"User can edit, censor and delete posts\";s:8:\"frm_read\";s:27:\"User can read forum content\";s:11:\"frm_visible\";s:16:\"Forum is visible\";s:9:\"frm_write\";s:43:\"User can edit forum settings and moderators\";s:20:\"frma_edit_permission\";s:59:\"User can change permission settings of Forum administration\";s:9:\"frma_read\";s:44:\"User has read access to Forum Administration\";s:12:\"frma_visible\";s:31:\"Forum Administration is visible\";s:10:\"frma_write\";s:46:\"User can edit settings in Forum Administration\";s:8:\"glo_copy\";s:22:\"User can copy glossary\";s:10:\"glo_delete\";s:32:\"User can move or delete glossary\";s:16:\"glo_edit_content\";s:21:\"User can edit content\";s:19:\"glo_edit_permission\";s:35:\"User can change permission settings\";s:8:\"glo_read\";s:30:\"User can read glossary content\";s:11:\"glo_visible\";s:19:\"Glossary is visible\";s:9:\"glo_write\";s:46:\"User can edit content and settings of glossary\";s:8:\"grp_copy\";s:19:\"User can copy group\";s:10:\"grp_delete\";s:29:\"User can move or delete group\";s:14:\"grp_edit_event\";s:20:\"Edit Calendar Events\";s:26:\"grp_edit_learning_progress\";s:40:\"User can edit learning progress settings\";s:19:\"grp_edit_permission\";s:35:\"User can change permission settings\";s:9:\"grp_grade\";s:22:\"Grade Members of Group\";s:8:\"grp_join\";s:19:\"User can join group\";s:9:\"grp_leave\";s:31:\"User can unsubscribe from group\";s:18:\"grp_manage_members\";s:23:\"Manage Members of Group\";s:17:\"grp_news_add_news\";s:38:\"Add and edit own news entries in group\";s:8:\"grp_read\";s:29:\"User has read access to group\";s:26:\"grp_read_learning_progress\";s:46:\"User can view learning progress of other users\";s:11:\"grp_visible\";s:16:\"Group is visible\";s:9:\"grp_write\";s:47:\"User can edit group settings and manage content\";s:9:\"grpr_copy\";s:24:\"User can copy group link\";s:11:\"grpr_delete\";s:34:\"User can move or delete group link\";s:20:\"grpr_edit_permission\";s:35:\"User can change permission settings\";s:12:\"grpr_visible\";s:21:\"Group link is visible\";s:10:\"grpr_write\";s:36:\"User can edit settings of group link\";s:20:\"grps_edit_permission\";s:59:\"User can change permission settings in Group administration\";s:9:\"grps_read\";s:44:\"User has read access to Group administration\";s:12:\"grps_visible\";s:31:\"Group administration is visible\";s:10:\"grps_write\";s:37:\"Edit settings in Group administration\";s:20:\"hlps_edit_permission\";s:58:\"User can change permissions of Help System administration.\";s:9:\"hlps_read\";s:51:\"User has read access to Help System administration.\";s:12:\"hlps_visible\";s:38:\"Help System administration is visible.\";s:10:\"hlps_write\";s:61:\"User can edit settings of Help System and upload new versions\";s:9:\"htlm_copy\";s:34:\"User can copy HTML learning module\";s:11:\"htlm_delete\";s:44:\"User can move or delete HTML learning module\";s:27:\"htlm_edit_learning_progress\";s:40:\"User can edit learning progress settings\";s:20:\"htlm_edit_permission\";s:35:\"User can change permission settings\";s:9:\"htlm_read\";s:34:\"User can read HTML learning module\";s:27:\"htlm_read_learning_progress\";s:46:\"User can view learning progress of other users\";s:12:\"htlm_visible\";s:31:\"HTML learning module is visible\";s:10:\"htlm_write\";s:58:\"User can edit content and settings of HTML learning module\";s:18:\"iass_amend_grading\";s:42:\"Amend gradings in an Individual Assessment\";s:9:\"iass_copy\";s:29:\"Copy an Individual Assessment\";s:11:\"iass_delete\";s:31:\"Delete an Individual Assessment\";s:27:\"iass_edit_learning_progress\";s:62:\"Edit learning progress information of an Individual Assessment\";s:17:\"iass_edit_members\";s:40:\"Edit members of an Individual Assessment\";s:20:\"iass_edit_permission\";s:44:\"Edit permissions of an Individual Assessment\";s:9:\"iass_read\";s:40:\"Read content of an Individual Assessment\";s:27:\"iass_read_learning_progress\";s:62:\"View learning progress information of an Individual Assessment\";s:12:\"iass_visible\";s:32:\"Individual Assessment is visible\";s:10:\"iass_write\";s:29:\"Edit an Individual Assessment\";s:18:\"il_lti_global_role\";s:8:\"LTI User\";s:19:\"il_sess_participant\";s:19:\"Session Participant\";s:21:\"il_sess_status_closed\";s:30:\"Non-Participant Closed Session\";s:8:\"ilias_id\";s:8:\"ILIAS-ID\";s:22:\"info_user_view_changed\";s:17:\"User view changed\";s:13:\"internal_mail\";s:13:\"Internal Mail\";s:6:\"invite\";s:18:\"Inviting to survey\";s:9:\"itgr_copy\";s:24:\"User can copy item group\";s:11:\"itgr_delete\";s:34:\"User can move or delete item group\";s:20:\"itgr_edit_permission\";s:35:\"User can change permission settings\";s:9:\"itgr_read\";s:32:\"User can see items in item group\";s:12:\"itgr_visible\";s:21:\"Item group is visible\";s:10:\"itgr_write\";s:48:\"User can edit content and settings of item group\";s:5:\"leave\";s:11:\"Unsubscribe\";s:21:\"lhts_edit_permissions\";s:71:\"User can change permission settings of Learning History administration.\";s:9:\"lhts_read\";s:56:\"User has read access to Learning History administration.\";s:12:\"lhts_visible\";s:46:\"Administration of Learning History is visible.\";s:10:\"lhts_write\";s:58:\"User can edit settings of Learning History administration.\";s:7:\"lm_copy\";s:35:\"User can copy ILIAS learning module\";s:9:\"lm_delete\";s:45:\"User can move or delete ILIAS learning module\";s:25:\"lm_edit_learning_progress\";s:40:\"User can edit learning progress settings\";s:18:\"lm_edit_permission\";s:35:\"User can change permission settings\";s:7:\"lm_read\";s:35:\"User can read ILIAS learning module\";s:25:\"lm_read_learning_progress\";s:46:\"User can view learning progress of other users\";s:10:\"lm_visible\";s:32:\"ILIAS Learning Module is visible\";s:8:\"lm_write\";s:59:\"User can edit content and settings of ILIAS learning module\";s:20:\"lngf_edit_permission\";s:62:\"User can change permission settings of Language administration\";s:9:\"lngf_read\";s:47:\"User has read access to Language administration\";s:12:\"lngf_visible\";s:34:\"Language administration is visible\";s:10:\"lngf_write\";s:87:\"User can edit settings in Language administration and use extended language maintenance\";s:20:\"logs_edit_permission\";s:59:\"User can edit permission settings of Logging administration\";s:9:\"logs_read\";s:38:\"User can read general Logging settings\";s:12:\"logs_visible\";s:28:\"Logging settings are visible\";s:10:\"logs_write\";s:30:\"User can edit Logging settings\";s:14:\"lp_other_users\";s:45:\"See learning progress overview of other users\";s:20:\"lrss_edit_permission\";s:72:\"User can change permission settings of Learning Resources administration\";s:9:\"lrss_read\";s:51:\"Read access to administration of Learning Resources\";s:12:\"lrss_visible\";s:47:\"Administration of Learning Resources is visible\";s:10:\"lrss_write\";s:62:\"User can edit settings of Learning Resources in administration\";s:8:\"lso_copy\";s:31:\"User can copy Learning Sequence\";s:10:\"lso_delete\";s:33:\"User can delete Learning Sequence\";s:26:\"lso_edit_learning_progress\";s:40:\"User can edit learning progress settings\";s:19:\"lso_edit_permission\";s:56:\"User can change permission settings of Learning Sequence\";s:18:\"lso_lp_other_users\";s:46:\"User can view learning progress of other users\";s:18:\"lso_manage_members\";s:35:\"Manage members of Learning Sequence\";s:15:\"lso_participate\";s:41:\"User can subscribe to a Learning Sequence\";s:8:\"lso_read\";s:38:\"Users can access the Learning Sequence\";s:26:\"lso_read_learning_progress\";s:46:\"User can view learning progress of other users\";s:17:\"lso_unparticipate\";s:45:\"User can unsubscribe from a Learning Sequence\";s:11:\"lso_visible\";s:28:\"Learning Sequence is visible\";s:9:\"lso_write\";s:43:\"User can edit settings of Learning Sequence\";s:21:\"lsos_edit_permissions\";s:73:\"User can change permission settings of Learning Sequences administration.\";s:9:\"lsos_read\";s:58:\"User has read access to Learning Sequences administration.\";s:12:\"lsos_visible\";s:48:\"Administration of Learning Sequences is visible.\";s:10:\"lsos_write\";s:60:\"User can edit settings of Learning Sequences administration.\";s:8:\"lti_copy\";s:26:\"User can copy LTI consumer\";s:10:\"lti_delete\";s:36:\"User can move or delete LTI consumer\";s:26:\"lti_edit_learning_progress\";s:40:\"User can edit learning progress settings\";s:19:\"lti_edit_permission\";s:35:\"User can change permission settings\";s:8:\"lti_read\";s:25:\"User can see LTI consumer\";s:26:\"lti_read_learning_progress\";s:46:\"User can view learning progress of other users\";s:17:\"lti_read_outcomes\";s:60:\"User can see learning experiences and ranking of other users\";s:11:\"lti_visible\";s:23:\"LTI consumer is visible\";s:9:\"lti_write\";s:38:\"User can edit settings of LTI consumer\";s:25:\"ltis_add_consume_provider\";s:51:\"User can add own provider settings for LTI consumer\";s:20:\"ltis_edit_permission\";s:57:\"User can change permission settings in LTI administration\";s:9:\"ltis_read\";s:42:\"User has read access to LTI administration\";s:20:\"ltis_release_objects\";s:41:\"User can release Objects for LTI Consumer\";s:12:\"ltis_visible\";s:29:\"LTI administration is visible\";s:10:\"ltis_write\";s:44:\"User can edit settings in LTI administration\";s:18:\"mail_internal_mail\";s:41:\"User can use internal mail system (ILIAS)\";s:25:\"mail_mail_to_global_roles\";s:35:\"User can send mails to global roles\";s:9:\"mail_read\";s:43:\"User has read access to Mail administration\";s:14:\"mail_smtp_mail\";s:52:\"User can send e-mails per SMTP to external addresses\";s:20:\"mail_to_global_roles\";s:12:\"Global Mails\";s:12:\"mail_visible\";s:30:\"Mail administration is visible\";s:10:\"mail_write\";s:45:\"User can edit settings in Mail administration\";s:11:\"manage_comp\";s:16:\"Edit Competences\";s:16:\"manage_comp_temp\";s:25:\"Edit Competence Templates\";s:16:\"manage_materials\";s:16:\"Manage Materials\";s:15:\"manage_profiles\";s:24:\"Edit Competence Profiles\";s:9:\"mcst_copy\";s:23:\"User can copy mediacast\";s:11:\"mcst_delete\";s:33:\"User can move or delete mediacast\";s:27:\"mcst_edit_learning_progress\";s:40:\"User can edit learning progress settings\";s:20:\"mcst_edit_permission\";s:35:\"User can change permission settings\";s:9:\"mcst_read\";s:23:\"User can read mediacast\";s:27:\"mcst_read_learning_progress\";s:46:\"User can view learning progress of other users\";s:12:\"mcst_visible\";s:20:\"Mediacast is visible\";s:10:\"mcst_write\";s:47:\"User can edit content and settings of mediacast\";s:20:\"mcts_edit_permission\";s:63:\"User can change permission settings in Mediacast administration\";s:9:\"mcts_read\";s:48:\"User has read access to Mediacast administration\";s:12:\"mcts_visible\";s:35:\"Mediacast administration is visible\";s:10:\"mcts_write\";s:50:\"User can edit settings in Mediacast administration\";s:19:\"mds_edit_permission\";s:62:\"User can change permission settings in Metadata administration\";s:8:\"mds_read\";s:47:\"User has read access to Metadata administration\";s:11:\"mds_visible\";s:34:\"Metadata administration is visible\";s:9:\"mds_write\";s:49:\"User can edit settings in Metadata administration\";s:8:\"mep_copy\";s:24:\"User can copy media pool\";s:10:\"mep_delete\";s:34:\"User can move or delete media pool\";s:19:\"mep_edit_permission\";s:35:\"User can change permission settings\";s:8:\"mep_read\";s:62:\"User has read access to media pool and can reuse media objects\";s:11:\"mep_visible\";s:21:\"Media pool is visible\";s:9:\"mep_write\";s:48:\"User can edit content and settings of media pool\";s:19:\"mme_edit_permission\";s:63:\"User can change permission settings of Main Menu administration\";s:8:\"mme_read\";s:51:\"User has read access to administration of Main Menu\";s:11:\"mme_visible\";s:38:\"Administration of Main Menu is visible\";s:9:\"mme_write\";s:50:\"User can edit settings of Main Menu administration\";s:20:\"mobs_edit_permission\";s:73:\"User can change permission settings in Media Objects/Pools administration\";s:9:\"mobs_read\";s:58:\"User has read access to Media Objects/Pools administration\";s:12:\"mobs_visible\";s:45:\"Media Objects/Pools administration is visible\";s:10:\"mobs_write\";s:60:\"User can edit settings in Media Objects/Pools administration\";s:8:\"moderate\";s:8:\"Moderate\";s:12:\"moderate_frm\";s:8:\"Moderate\";s:32:\"msg_anonymous_cannot_be_assigned\";s:39:\"Anonymous cannot be assigned to a role.\";s:20:\"msg_no_roles_of_type\";s:47:\"No Roles available with selected filter setting\";s:13:\"news_add_news\";s:8:\"Add News\";s:21:\"nots_edit_permissions\";s:60:\"User can change permission settings of Notes administration.\";s:9:\"nots_read\";s:45:\"User has read access to Notes administration.\";s:12:\"nots_visible\";s:35:\"Administration of Notes is visible.\";s:10:\"nots_write\";s:47:\"User can edit settings of Notes administration.\";s:20:\"nwss_edit_permission\";s:72:\"User can change permission settings in News and Web Feeds administration\";s:9:\"nwss_read\";s:56:\"User has read access to ews and Web Feeds administration\";s:12:\"nwss_visible\";s:44:\"News and Web Feeds administration is visible\";s:10:\"nwss_write\";s:59:\"User can edit settings in News and Web Feeds administration\";s:8:\"obj_skee\";s:15:\"Competence Tree\";s:21:\"org_op_access_results\";s:36:\"Access Results of Subordinated Users\";s:30:\"org_op_edit_submissions_grades\";s:31:\"Edit submissions of other users\";s:26:\"org_op_manage_participants\";s:32:\"Manage Subordinated Participants\";s:25:\"org_op_score_participants\";s:31:\"Score Subordinated Participants\";s:24:\"org_op_view_certificates\";s:39:\"View certificates of subordinated users\";s:23:\"org_op_view_competences\";s:38:\"View competences of subordinated users\";s:30:\"org_op_write_learning_progress\";s:42:\"Set learning Progress of subordinate users\";s:27:\"orgu_cat_administrate_users\";s:80:\"User can create and administrate local user accounts in this Organisational Unit\";s:9:\"orgu_copy\";s:24:\"Copy Organisational Unit\";s:11:\"orgu_delete\";s:43:\"User can move or delete Organisational Unit\";s:20:\"orgu_edit_permission\";s:35:\"User can change permission settings\";s:9:\"orgu_read\";s:43:\"User has read access to Organisational Unit\";s:15:\"orgu_read_users\";s:69:\"User can read local user accounts created in this Organisational Unit\";s:27:\"orgu_view_learning_progress\";s:22:\"View Learning Progress\";s:31:\"orgu_view_learning_progress_rec\";s:45:\"View Learning Progress of Unit incl. Subunits\";s:12:\"orgu_visible\";s:30:\"Organisational Unit is visible\";s:10:\"orgu_write\";s:45:\"User can edit settings of Organisational Unit\";s:20:\"otpl_edit_permission\";s:75:\"User can change permission settings in administration of Didactic Templates\";s:9:\"otpl_read\";s:57:\"User has read access to Didactic Templates administration\";s:12:\"otpl_visible\";s:47:\"Administration of Didactic Templates is visible\";s:10:\"otpl_write\";s:44:\"User can edit settings of Didactic Templates\";s:17:\"perm_class_create\";s:18:\"Create New Objects\";s:22:\"perm_class_create_desc\";s:69:\"Determine which object types may be created under the current object.\";s:17:\"perm_class_object\";s:18:\"Special Operations\";s:22:\"perm_class_object_desc\";s:27:\"Object-specific operations.\";s:16:\"perm_global_role\";s:11:\"Global Role\";s:15:\"perm_local_role\";s:10:\"Local Role\";s:20:\"perm_local_role_desc\";s:83:\"This role is locally defined at the current object and correspond to a local policy\";s:26:\"perm_protected_global_role\";s:21:\"Protected Global Role\";s:25:\"perm_protected_local_role\";s:20:\"Protected Local Role\";s:27:\"perm_role_path_info_created\";s:22:\"Created in %1$s \"%2$s\"\";s:31:\"perm_role_path_info_inheritance\";s:35:\"using local policy from %1$s \"%2$s\"\";s:21:\"perm_use_local_policy\";s:16:\"Use local policy\";s:26:\"perm_use_local_policy_desc\";s:106:\"If local policy is activated, you may define different default permission settings for the current object.\";s:9:\"poll_copy\";s:18:\"User can copy poll\";s:11:\"poll_delete\";s:28:\"User can move or delete poll\";s:20:\"poll_edit_permission\";s:35:\"User can change permission settings\";s:9:\"poll_read\";s:28:\"User can participate at poll\";s:12:\"poll_visible\";s:15:\"Poll is visible\";s:10:\"poll_write\";s:39:\"User can edit poll settings and content\";s:29:\"positions_override_operations\";s:24:\"Override global Settings\";s:31:\"precondition_not_obligatory_alt\";s:24:\"Precondition is optional\";s:27:\"precondition_num_obligatory\";s:28:\"Number of Required Materials\";s:30:\"precondition_num_optional_info\";s:83:\"Please enter the minimum number of materials required to fulfill this precondition.\";s:23:\"precondition_obligatory\";s:10:\"Compulsory\";s:27:\"precondition_obligatory_alt\";s:30:\"Precondition must be fulfilled\";s:28:\"precondition_obligatory_info\";s:62:\"Compulsory preconditions must be fulfilled, for having access.\";s:32:\"precondition_obligatory_settings\";s:21:\"Precondition Settings\";s:20:\"prfa_edit_permission\";s:63:\"User can change permission settings of Portfolio administration\";s:9:\"prfa_read\";s:48:\"User has read access to Portfolio administration\";s:12:\"prfa_visible\";s:35:\"Portfolio administration is visible\";s:10:\"prfa_write\";s:50:\"User can edit settings in Portfolio administration\";s:8:\"prg_copy\";s:29:\"User can copy Study Programme\";s:10:\"prg_delete\";s:31:\"User can delete Study Programme\";s:19:\"prg_edit_permission\";s:35:\"User can change permission settings\";s:18:\"prg_manage_members\";s:33:\"Manage members of Study Programme\";s:8:\"prg_read\";s:39:\"User has read access to Study Programme\";s:11:\"prg_visible\";s:26:\"Study Programme is visible\";s:9:\"prg_write\";s:41:\"User can edit settings of Study Programme\";s:9:\"prgr_copy\";s:40:\"User can copy links to study programmes.\";s:11:\"prgr_delete\";s:50:\"User can move or delete links to study programmes.\";s:20:\"prgr_edit_permission\";s:36:\"User can change permission settings.\";s:12:\"prgr_visible\";s:53:\"Links to study programmes are visible and can be used\";s:10:\"prgr_write\";s:52:\"User can edit settings of links to study programmes.\";s:20:\"prgs_edit_permission\";s:60:\"Change permission settings in Study Programme administration\";s:9:\"prgs_read\";s:54:\"User has read access to Study Programme administration\";s:12:\"prgs_visible\";s:41:\"Study Programme administration is visible\";s:10:\"prgs_write\";s:47:\"Edit settings in Study Programme administration\";s:21:\"prss_edit_permissions\";s:73:\"User can change permission settings of Personal Resources administration.\";s:9:\"prss_read\";s:58:\"User has read access to Personal Resources administration.\";s:12:\"prss_visible\";s:48:\"Administration of Personal Resources is visible.\";s:10:\"prss_write\";s:60:\"User can edit settings of Personal Resources administration.\";s:9:\"prtt_copy\";s:32:\"User can copy portfolio template\";s:11:\"prtt_delete\";s:42:\"User can move or delete portfolio template\";s:20:\"prtt_edit_permission\";s:58:\"User can change permission settings for portfolio template\";s:9:\"prtt_read\";s:42:\"User has read access to portfolio template\";s:12:\"prtt_visible\";s:29:\"Portfolio Template is visible\";s:10:\"prtt_write\";s:56:\"User can edit settings and content of portfolio template\";s:18:\"ps_edit_permission\";s:70:\"User can change permission settings of Privacy/Security administration\";s:21:\"ps_export_member_data\";s:49:\"User can export member data in courses and groups\";s:7:\"ps_read\";s:55:\"User has read access to Privacy/Security administration\";s:10:\"ps_visible\";s:42:\"Privacy/Security administration is visible\";s:8:\"ps_write\";s:57:\"User can edit settings in Privacy/Security administration\";s:18:\"push_desktop_items\";s:17:\"Recommend Content\";s:8:\"qpl_copy\";s:37:\"User can copy question pool for tests\";s:10:\"qpl_delete\";s:37:\"User can move or delete question pool\";s:19:\"qpl_edit_permission\";s:35:\"User can change permission settings\";s:8:\"qpl_read\";s:61:\"User can read test questions in pool and insert them in tests\";s:11:\"qpl_visible\";s:24:\"Question pool is visible\";s:9:\"qpl_write\";s:58:\"User can edit test questions and settings of question pool\";s:23:\"rbac_add_new_local_role\";s:18:\"Add New Local Role\";s:28:\"rbac_add_recommended_content\";s:19:\"Recommended Content\";s:33:\"rbac_add_recommended_content_info\";s:80:\"Adds the current object \'%1\' for all members of the role as recommended content.\";s:22:\"rbac_admin_permissions\";s:26:\"Administration Permissions\";s:16:\"rbac_auto_global\";s:26:\"Auto generated global role\";s:15:\"rbac_auto_local\";s:25:\"Auto generated local role\";s:14:\"rbac_auto_rolt\";s:28:\"Auto generated role template\";s:21:\"rbac_back_to_overview\";s:17:\"Back to Role List\";s:32:\"rbac_cant_import_role_wrong_type\";s:46:\"Can\'t import a role from item %s into item %s.\";s:32:\"rbac_change_existing_confirm_tbl\";s:42:\"Settings for ‘Change Existing Objects’\";s:42:\"rbac_change_existing_objects_desc_new_role\";s:77:\"The permission settings of this role will be adopted to ALL existing objects.\";s:12:\"rbac_changes\";s:7:\"Changes\";s:24:\"rbac_choose_copy_targets\";s:79:\"Please select the roles which are to be the targets for the copied permissions.\";s:26:\"rbac_condition_delete_sure\";s:60:\"Are you sure you want to delete the following preconditions?\";s:19:\"rbac_context_global\";s:6:\"Global\";s:19:\"rbac_copy_behaviour\";s:18:\"Role Copy Settings\";s:18:\"rbac_copy_finished\";s:17:\"Finished copying.\";s:14:\"rbac_copy_role\";s:9:\"Copy Role\";s:23:\"rbac_copy_role_add_perm\";s:15:\"Add Permissions\";s:19:\"rbac_copy_role_copy\";s:16:\"Copy Permissions\";s:26:\"rbac_copy_role_remove_perm\";s:18:\"Remove Permissions\";s:16:\"rbac_create_bibl\";s:19:\"Create Bibliography\";s:16:\"rbac_create_blog\";s:11:\"Create Blog\";s:16:\"rbac_create_book\";s:19:\"Create Booking Pool\";s:15:\"rbac_create_cat\";s:17:\"Create Categories\";s:16:\"rbac_create_catr\";s:20:\"Create Category Link\";s:16:\"rbac_create_chtr\";s:16:\"Create Chat Room\";s:15:\"rbac_create_cld\";s:19:\"Create Cloud Object\";s:16:\"rbac_create_cmix\";s:23:\"Create xAPI/cmi5 Object\";s:16:\"rbac_create_copa\";s:19:\"Create Content Page\";s:15:\"rbac_create_crs\";s:13:\"Create Course\";s:16:\"rbac_create_crsr\";s:18:\"Create Course Link\";s:15:\"rbac_create_dcl\";s:22:\"Create Data Collection\";s:15:\"rbac_create_exc\";s:15:\"Create Exercise\";s:16:\"rbac_create_file\";s:11:\"Upload File\";s:16:\"rbac_create_fold\";s:13:\"Create Folder\";s:15:\"rbac_create_frm\";s:12:\"Create Forum\";s:15:\"rbac_create_glo\";s:15:\"Create Glossary\";s:15:\"rbac_create_grp\";s:12:\"Create Group\";s:16:\"rbac_create_grpr\";s:17:\"Create Group Link\";s:16:\"rbac_create_htlm\";s:27:\"Create HTML Learning Module\";s:16:\"rbac_create_iass\";s:28:\"Create Individual Assessment\";s:16:\"rbac_create_itgr\";s:17:\"Create Item Group\";s:14:\"rbac_create_lm\";s:28:\"Create ILIAS Learning Module\";s:15:\"rbac_create_lso\";s:24:\"Create Learning Sequence\";s:15:\"rbac_create_lti\";s:19:\"Create LTI Consumer\";s:16:\"rbac_create_mcst\";s:16:\"Create Mediacast\";s:15:\"rbac_create_mep\";s:17:\"Create Media Pool\";s:16:\"rbac_create_orgu\";s:27:\"Create Organisational Units\";s:16:\"rbac_create_poll\";s:11:\"Create Poll\";s:15:\"rbac_create_prg\";s:22:\"Create Study Programme\";s:16:\"rbac_create_prgr\";s:30:\"Create link to study programme\";s:16:\"rbac_create_prtt\";s:25:\"Create Portfolio Template\";s:15:\"rbac_create_qpl\";s:25:\"Create Question Pool Test\";s:16:\"rbac_create_rcrs\";s:17:\"Create ECS Course\";s:16:\"rbac_create_role\";s:15:\"Create new Role\";s:16:\"rbac_create_rolt\";s:24:\"Create new Role Template\";s:16:\"rbac_create_sahs\";s:28:\"Create SCORM Learning Module\";s:16:\"rbac_create_sess\";s:14:\"Create Session\";s:16:\"rbac_create_skee\";s:22:\"Create Competence Tree\";s:15:\"rbac_create_spl\";s:27:\"Create Question Pool Survey\";s:15:\"rbac_create_svy\";s:13:\"Create Survey\";s:15:\"rbac_create_tst\";s:11:\"Create Test\";s:15:\"rbac_create_usr\";s:39:\"User is allowed to create user accounts\";s:16:\"rbac_create_webr\";s:14:\"Create Weblink\";s:16:\"rbac_create_wiki\";s:11:\"Create Wiki\";s:26:\"rbac_delete_local_policies\";s:21:\"Delete Local Policies\";s:31:\"rbac_delete_local_policies_info\";s:105:\"If activated, all local policies will be deleted. The object permissions will be rewritten and protected.\";s:16:\"rbac_delete_role\";s:11:\"Delete Role\";s:19:\"rbac_edit_condition\";s:17:\"Edit Precondition\";s:34:\"rbac_form_copy_roles_adjust_button\";s:17:\"Alter Permissions\";s:32:\"rbac_form_copy_roles_adjust_type\";s:29:\"Type of Permission Alteration\";s:36:\"rbac_form_copy_roles_adjust_type_add\";s:15:\"Add Permissions\";s:41:\"rbac_form_copy_roles_adjust_type_add_info\";s:132:\"Adds the SELECTED permissions of the role or role template from which you are copying to the default permissions of the target role.\";s:38:\"rbac_form_copy_roles_adjust_type_clone\";s:21:\"Overwrite Permissions\";s:43:\"rbac_form_copy_roles_adjust_type_clone_info\";s:213:\"Completely overwrites the permission settings of the target role with the permissions settings of the role or role template from which you are copying. This applies to both the selected AND unselected permissions.\";s:39:\"rbac_form_copy_roles_adjust_type_remove\";s:18:\"Remove Permissions\";s:44:\"rbac_form_copy_roles_adjust_type_remove_info\";s:139:\"Removes the SELECTED permissions (of the role or role template from which you are copying) from the default permissions of the target role.\";s:30:\"rbac_form_copy_roles_ce_add_no\";s:29:\"Do NOT Alter Existing Objects\";s:35:\"rbac_form_copy_roles_ce_add_no_info\";s:110:\"Only the permission settings of the target role(s) will be overwritten. Existing objects will not be affected.\";s:31:\"rbac_form_copy_roles_ce_add_yes\";s:22:\"Alter Existing Objects\";s:36:\"rbac_form_copy_roles_ce_add_yes_info\";s:139:\"The selected permissions settings of the role from which you are copying will be added to both the target role(s) AND any existing objects.\";s:32:\"rbac_form_copy_roles_ce_clone_no\";s:29:\"Do NOT Alter Existing Objects\";s:37:\"rbac_form_copy_roles_ce_clone_no_info\";s:110:\"Only the permission settings of the target role(s) will be overwritten. Existing objects will not be affected.\";s:33:\"rbac_form_copy_roles_ce_clone_yes\";s:22:\"Alter Existing Objects\";s:38:\"rbac_form_copy_roles_ce_clone_yes_info\";s:95:\"The permissions settings of the target role(s) AND of any existing objects will be overwritten.\";s:33:\"rbac_form_copy_roles_ce_remove_no\";s:29:\"Do NOT Alter Existing Objects\";s:38:\"rbac_form_copy_roles_ce_remove_no_info\";s:131:\"The selected permissions will only be removed from target role(s). The permission settings of existing objects will not be altered.\";s:34:\"rbac_form_copy_roles_ce_remove_yes\";s:28:\"Remove From Existing Objects\";s:39:\"rbac_form_copy_roles_ce_remove_yes_info\";s:118:\"The selected permissions will be removed from the target role(s) AND from the permission settings of existing objects.\";s:16:\"rbac_global_rolt\";s:20:\"Global Role Template\";s:16:\"rbac_import_role\";s:11:\"Import Role\";s:30:\"rbac_info_only_position_access\";s:213:\"You are presented only with those members with a Position within your organisational unit. Members with other organisational Positions are not shown to you but may reside in this coures without being shown to you.\";s:24:\"rbac_keep_local_policies\";s:19:\"Keep Local Policies\";s:29:\"rbac_keep_local_policies_info\";s:131:\"Choose this mode for keeping all local policies. The object permissions will be adapted to these policies and afterwards protected.\";s:19:\"rbac_local_policies\";s:14:\"Local Policies\";s:17:\"rbac_local_policy\";s:12:\"Local Policy\";s:8:\"rbac_log\";s:3:\"Log\";s:21:\"rbac_log_change_owner\";s:22:\"Change Owner of Object\";s:22:\"rbac_log_changed_owner\";s:16:\"Changed Owner to\";s:20:\"rbac_log_copy_object\";s:11:\"Copy Object\";s:22:\"rbac_log_create_object\";s:13:\"Create Object\";s:25:\"rbac_log_edit_permissions\";s:16:\"Edit Permissions\";s:22:\"rbac_log_edit_template\";s:18:\"Edit Role Template\";s:31:\"rbac_log_edit_template_existing\";s:38:\"Use Role Template for Existing Objects\";s:24:\"rbac_log_inheritance_add\";s:28:\"Stopped Inheritance for \"%s\"\";s:24:\"rbac_log_inheritance_rmv\";s:28:\"Allowed Inheritance for \"%s\"\";s:20:\"rbac_log_link_object\";s:11:\"Link Object\";s:20:\"rbac_log_move_object\";s:11:\"Move Object\";s:22:\"rbac_log_operation_add\";s:24:\"Added Operation for \"%s\"\";s:22:\"rbac_log_operation_rmv\";s:26:\"Removed Operation for \"%s\"\";s:22:\"rbac_log_source_object\";s:13:\"Source object\";s:30:\"rbac_msg_user_already_assigned\";s:51:\"The chosen users are already assigned to this role.\";s:32:\"rbac_not_change_existing_objects\";s:30:\"Do NOT change existing objects\";s:16:\"rbac_permissions\";s:11:\"Permissions\";s:22:\"rbac_precondition_hide\";s:11:\"Hide Object\";s:27:\"rbac_precondition_hide_info\";s:152:\" This option allows to hide the object for users who currently have not fulfilled the preconditions. Therefore, all not accessible content is invisible.\";s:34:\"rbac_precondition_minimum_optional\";s:49:\"At least 2 preconditions have to remain optional.\";s:22:\"rbac_precondition_mode\";s:4:\"Mode\";s:26:\"rbac_precondition_mode_all\";s:17:\"All Preconditions\";s:31:\"rbac_precondition_mode_all_info\";s:54:\"All preconditions need to be fulfilled to give access.\";s:29:\"rbac_precondition_mode_subset\";s:23:\"Subset of Preconditions\";s:34:\"rbac_precondition_mode_subset_info\";s:113:\"A subset of preconditions need to be fulfilled to give access. Some preconditions may still be set as compulsory.\";s:33:\"rbac_precondition_save_obligatory\";s:15:\"Save Compulsory\";s:24:\"rbac_precondition_source\";s:17:\"Condition Trigger\";s:24:\"rbac_precondition_target\";s:26:\"Condition limits access to\";s:27:\"rbac_repository_permissions\";s:22:\"Repository Permissions\";s:20:\"rbac_role_delete_qst\";s:122:\"Are you sure you want to delete the following role?<br />All permissions granted by this role will be deleted permanently.\";s:21:\"rbac_role_delete_self\";s:143:\"<strong>Attention:</strong> You are assigned to this role. If you continue this delete operation, you may loose access to some ILIAS materials.\";s:22:\"rbac_role_exists_alert\";s:85:\"A role with the same name already exists in this context. Please choose another name.\";s:18:\"rbac_role_imported\";s:208:\"The role has been successfully imported and the permissions set have been transferred to the new role\'s permissions settings. Now specify below which permissions the imported role should have for this object.\";s:21:\"rbac_role_rights_copy\";s:16:\"Copy Permissions\";s:37:\"rbac_role_rights_copy_change_existing\";s:23:\"Change Existing Objects\";s:27:\"rbac_role_rights_copy_empty\";s:4:\"None\";s:19:\"rbac_role_selection\";s:9:\"Role Type\";s:15:\"rbac_role_title\";s:10:\"Role Title\";s:24:\"rbac_select_copy_targets\";s:79:\"Please select the roles which are to be the targets for the copied permissions.\";s:14:\"rbac_ud_global\";s:24:\"User-defined global role\";s:13:\"rbac_ud_local\";s:23:\"User-defined local role\";s:12:\"rbac_ud_rolt\";s:26:\"User-defined role template\";s:43:\"rbac_unprotected_delete_local_policies_info\";s:110:\"If activated, all local policies will be deleted. Permissions in courses and groups will be newly initialized.\";s:41:\"rbac_unprotected_keep_local_policies_info\";s:44:\"Choose this mode to keep all local policies.\";s:11:\"rcat_delete\";s:36:\"User can move or delete ECS Category\";s:20:\"rcat_edit_permission\";s:35:\"User can change permission settings\";s:9:\"rcat_read\";s:25:\"User can use ECS Category\";s:12:\"rcat_visible\";s:23:\"ECS Category is visible\";s:10:\"rcat_write\";s:38:\"User can edit settings of ECS Category\";s:11:\"rcrs_delete\";s:34:\"User can move or delete ECS Course\";s:20:\"rcrs_edit_permission\";s:35:\"User can change permission settings\";s:9:\"rcrs_read\";s:23:\"User can use ECS Course\";s:12:\"rcrs_visible\";s:21:\"ECS Course is visible\";s:10:\"rcrs_write\";s:36:\"User can edit settings of ECS Course\";s:9:\"read_comp\";s:16:\"Read Competences\";s:22:\"read_learning_progress\";s:37:\"View learning progress of other users\";s:13:\"read_outcomes\";s:40:\"View learning experiences of other users\";s:13:\"read_profiles\";s:13:\"Read Profiles\";s:12:\"read_results\";s:14:\"Survey Results\";s:10:\"read_users\";s:28:\"Read Access to User Accounts\";s:20:\"recf_edit_permission\";s:70:\"User can change permission settings of Restored Objects administration\";s:9:\"recf_read\";s:55:\"User has read access to Restored Objects administration\";s:12:\"recf_visible\";s:42:\"Restored Objects administration is visible\";s:10:\"recf_write\";s:68:\"Edit Settings and restore objects in Restored Objects administration\";s:6:\"redact\";s:6:\"Redact\";s:15:\"release_objects\";s:15:\"Release Objects\";s:20:\"reps_edit_permission\";s:64:\"User can change permission settings in Repository administration\";s:9:\"reps_read\";s:49:\"User has read access to Repository administration\";s:12:\"reps_visible\";s:36:\"Repository administration is visible\";s:10:\"reps_write\";s:42:\"Edit settings in Repository administration\";s:11:\"rfil_delete\";s:32:\"User can move or delete ECS File\";s:20:\"rfil_edit_permission\";s:35:\"User can change permission settings\";s:9:\"rfil_read\";s:21:\"User can use ECS File\";s:12:\"rfil_visible\";s:19:\"ECS File is visible\";s:10:\"rfil_write\";s:34:\"User can edit settings of ECS File\";s:11:\"rglo_delete\";s:36:\"User can move or delete ECS Glossary\";s:20:\"rglo_edit_permission\";s:35:\"User can change permission settings\";s:9:\"rglo_read\";s:25:\"User can use ECS Glossary\";s:12:\"rglo_visible\";s:23:\"ECS Glossary is visible\";s:10:\"rglo_write\";s:38:\"User can edit settings of ECS Glossary\";s:11:\"rgrp_delete\";s:33:\"User can move or delete ECS Group\";s:20:\"rgrp_edit_permission\";s:35:\"User can change permission settings\";s:9:\"rgrp_read\";s:22:\"User can use ECS Group\";s:12:\"rgrp_visible\";s:20:\"ECS Group is visible\";s:10:\"rgrp_write\";s:35:\"User can edit settings of ECS Group\";s:10:\"rlm_delete\";s:43:\"User can move or delete ECS Learning Module\";s:19:\"rlm_edit_permission\";s:35:\"User can change permission settings\";s:8:\"rlm_read\";s:32:\"User can use ECS Learning Module\";s:11:\"rlm_visible\";s:30:\"ECS Learning Module is visible\";s:9:\"rlm_write\";s:45:\"User can edit settings of ECS Learning Module\";s:15:\"role_block_role\";s:10:\"Block Role\";s:20:\"role_block_role_desc\";s:67:\"The access to this and all subordinated objects is will be revoked.\";s:12:\"role_blocked\";s:29:\": <i>Role will be blocked</i>\";s:23:\"role_confirm_block_role\";s:16:\"Save Role Status\";s:30:\"role_confirm_block_role_header\";s:71:\"Do you really want to change the block role status of the chosen roles?\";s:28:\"role_confirm_block_role_info\";s:208:\"The following steps will be performed for the action \"Block Role\":<br /><br />- the role permissions of this and all subordinated objects will be blocked.<br />- the new permission settings will be protected.\";s:30:\"role_confirm_unblock_role_info\";s:115:\"The following steps will be performed for the action \"Unblock Role\":<br /><br />- the local policy will be deleted.\";s:14:\"role_unblocked\";s:31:\": <i>Role will be unblocked</i>\";s:20:\"root_edit_permission\";s:35:\"User can change permission settings\";s:9:\"root_read\";s:48:\"User has read access to <i>Repository - Home</i>\";s:12:\"root_visible\";s:35:\"<i>Repository - Home</i> is visible\";s:10:\"root_write\";s:69:\"User can edit settings of <i>Repository - Home</i> and manage content\";s:11:\"rtst_delete\";s:32:\"User can move or delete ECS Test\";s:20:\"rtst_edit_permission\";s:35:\"User can change permission settings\";s:9:\"rtst_read\";s:21:\"User can use ECS Test\";s:12:\"rtst_visible\";s:19:\"ECS Test is visible\";s:10:\"rtst_write\";s:34:\"User can edit settings of ECS Test\";s:11:\"rwik_delete\";s:32:\"User can move or delete ECS Wiki\";s:20:\"rwik_edit_permission\";s:35:\"User can change permission settings\";s:9:\"rwik_read\";s:21:\"User can use ECS Wiki\";s:12:\"rwik_visible\";s:19:\"ECS Wiki is visible\";s:10:\"rwik_write\";s:34:\"User can edit settings of ECS Wiki\";s:9:\"sahs_copy\";s:35:\"User can copy SCORM learning module\";s:11:\"sahs_delete\";s:45:\"User can move or delete SCORM learning module\";s:27:\"sahs_edit_learning_progress\";s:40:\"User can edit learning progress settings\";s:20:\"sahs_edit_permission\";s:35:\"User can change permission settings\";s:9:\"sahs_read\";s:35:\"User can read SCORM learning module\";s:27:\"sahs_read_learning_progress\";s:46:\"User can view learning progress of other users\";s:12:\"sahs_visible\";s:32:\"SCORM learning module is visible\";s:10:\"sahs_write\";s:59:\"User can edit content and settings of SCORM learning module\";s:20:\"seas_edit_permission\";s:60:\"User can change permission settings or Search administration\";s:9:\"seas_read\";s:45:\"User has read access to Search administration\";s:11:\"seas_search\";s:39:\"User can use the global search in ILIAS\";s:12:\"seas_visible\";s:32:\"Search administration is visible\";s:10:\"seas_write\";s:38:\"Edit settings in Search administration\";s:9:\"sess_copy\";s:21:\"User can copy session\";s:11:\"sess_delete\";s:31:\"User can move or delete session\";s:15:\"sess_edit_event\";s:20:\"Edit Calendar Events\";s:27:\"sess_edit_learning_progress\";s:40:\"User can edit learning progress settings\";s:18:\"sess_edit_metadata\";s:13:\"Edit Metadata\";s:20:\"sess_edit_permission\";s:35:\"User can change permission settings\";s:21:\"sess_manage_materials\";s:24:\"Manage Session Materials\";s:19:\"sess_manage_members\";s:32:\"Manage Participants of a Session\";s:9:\"sess_read\";s:32:\"User has read access to sessions\";s:27:\"sess_read_learning_progress\";s:46:\"User can view learning progress of other users\";s:12:\"sess_visible\";s:20:\"Sessions are visible\";s:10:\"sess_write\";s:42:\"User can edit session content and settings\";s:9:\"skee_copy\";s:55:\"User can copy Competence Tree (currently not available)\";s:11:\"skee_delete\";s:31:\"User can delete Competence Tree\";s:20:\"skee_edit_permission\";s:69:\"User can change permission settings of Competence Tree administration\";s:16:\"skee_manage_comp\";s:44:\"User can edit Competences in Competence Tree\";s:21:\"skee_manage_comp_temp\";s:53:\"User can edit Competence Templates in Competence Tree\";s:20:\"skee_manage_profiles\";s:52:\"User can edit Competence Profiles in Competence Tree\";s:9:\"skee_read\";s:57:\"User has read access to administration of Competence Tree\";s:14:\"skee_read_comp\";s:79:\"User has read access to Competences and Competence Templates in Competence Tree\";s:18:\"skee_read_profiles\";s:62:\"User has read access to Competence Profiles in Competence Tree\";s:12:\"skee_visible\";s:26:\"Competence Tree is visible\";s:10:\"skee_write\";s:41:\"User can edit settings of Competence Tree\";s:20:\"skmg_edit_permission\";s:75:\"User can change permission settings of Competence Management administration\";s:9:\"skmg_read\";s:63:\"User has read access to administration of Competence Management\";s:12:\"skmg_visible\";s:47:\"Competence Management administration is visible\";s:10:\"skmg_write\";s:47:\"User can edit settings of Competence Management\";s:9:\"smtp_mail\";s:11:\"SMTP E-Mail\";s:8:\"spl_copy\";s:39:\"User can copy question pool for surveys\";s:10:\"spl_delete\";s:37:\"User can move or delete question pool\";s:19:\"spl_edit_permission\";s:35:\"User can change permission settings\";s:8:\"spl_read\";s:64:\"User can read survey questions in pool and insert them in survey\";s:11:\"spl_visible\";s:24:\"Question pool is visible\";s:9:\"spl_write\";s:60:\"User can edit survey questions and settings of question pool\";s:15:\"statistics_read\";s:15:\"View Statistics\";s:17:\"sty_write_content\";s:19:\"Edit Content Styles\";s:21:\"sty_write_page_layout\";s:17:\"Edit Page Layouts\";s:16:\"sty_write_system\";s:18:\"Edit System Styles\";s:20:\"stys_edit_permission\";s:71:\"User can change permission settings of Layout and Styles administration\";s:9:\"stys_read\";s:56:\"User has read access to Layout and Styles administration\";s:22:\"stys_sty_write_content\";s:19:\"Edit Content Styles\";s:21:\"stys_sty_write_custom\";s:19:\"Edit Content Styles\";s:26:\"stys_sty_write_page_layout\";s:17:\"Edit Page Layouts\";s:21:\"stys_sty_write_system\";s:18:\"Edit System Styles\";s:12:\"stys_visible\";s:43:\"Layout and Styles administration is visible\";s:8:\"svy_copy\";s:20:\"User can copy survey\";s:10:\"svy_delete\";s:30:\"User can move or delete survey\";s:26:\"svy_edit_learning_progress\";s:40:\"User can edit learning progress settings\";s:19:\"svy_edit_permission\";s:35:\"User can change permission settings\";s:10:\"svy_invite\";s:34:\"User can invite others to a survey\";s:8:\"svy_read\";s:32:\"User can participate at a survey\";s:26:\"svy_read_learning_progress\";s:46:\"User can view learning progress of other users\";s:16:\"svy_read_results\";s:43:\"User has access to survey results of others\";s:11:\"svy_visible\";s:17:\"Survey is visible\";s:9:\"svy_write\";s:44:\"User can edit content and settings of survey\";s:20:\"svyf_edit_permission\";s:56:\"User change permission settings in Survey administration\";s:9:\"svyf_read\";s:45:\"User has read access to Survey administration\";s:12:\"svyf_visible\";s:32:\"Survey administration is visible\";s:10:\"svyf_write\";s:38:\"Edit settings in Survey administration\";s:20:\"sysc_edit_permission\";s:44:\"User can change permissions of System Check.\";s:9:\"sysc_read\";s:37:\"User has read access to System Check.\";s:12:\"sysc_visible\";s:24:\"System Check is visible.\";s:10:\"sysc_write\";s:26:\"User can run System Check.\";s:20:\"tags_edit_permission\";s:61:\"User can change permission settings in Tagging administration\";s:9:\"tags_read\";s:46:\"User has read access to Tagging administration\";s:12:\"tags_visible\";s:33:\"Tagging administration is visible\";s:10:\"tags_write\";s:48:\"User can edit settings in Tagging administration\";s:20:\"tala_edit_permission\";s:68:\"User can change permission settings in Talk Templates administration\";s:9:\"tala_read\";s:53:\"User has read access to Talk Templates administration\";s:12:\"tala_visible\";s:40:\"Talk Templates administration is visible\";s:10:\"tala_write\";s:39:\"User can create and edit Talk Templates\";s:20:\"taxs_edit_permission\";s:62:\"User can change permission settings in Taxonomy administration\";s:9:\"taxs_read\";s:47:\"User has read access to Taxonomy administration\";s:12:\"taxs_visible\";s:34:\"Taxonomy administration is visible\";s:10:\"taxs_write\";s:40:\"Edit settings in Taxonomy administration\";s:19:\"tos_edit_permission\";s:70:\"User can change permission settings in Terms of Service administration\";s:8:\"tos_read\";s:55:\"User has read access to Terms of Service administration\";s:11:\"tos_visible\";s:42:\"Terms of Service administration is visible\";s:9:\"tos_write\";s:48:\"Edit settings in Terms of Service administration\";s:11:\"trac_delete\";s:29:\"User can delete tracking data\";s:20:\"trac_edit_permission\";s:77:\"Change permission settings in Statistics and Learning Progress administration\";s:19:\"trac_lp_other_users\";s:45:\"See learning progress overview of other users\";s:9:\"trac_read\";s:71:\"User has read access to Statistics and Learning Progress administration\";s:12:\"trac_visible\";s:58:\"Statistics and Learning Progress administration is visible\";s:10:\"trac_write\";s:64:\"Edit settings in Statistics and Learning Progress administration\";s:8:\"tst_copy\";s:18:\"User can copy test\";s:10:\"tst_delete\";s:28:\"User can move or delete test\";s:26:\"tst_edit_learning_progress\";s:40:\"User can edit learning progress settings\";s:19:\"tst_edit_permission\";s:35:\"User can change permission settings\";s:8:\"tst_read\";s:25:\"User can perform the test\";s:26:\"tst_read_learning_progress\";s:46:\"User can view learning progress of other users\";s:15:\"tst_tst_results\";s:41:\"User has access to test results of others\";s:18:\"tst_tst_statistics\";s:34:\"User has access to test statistics\";s:11:\"tst_visible\";s:15:\"Test is visible\";s:9:\"tst_write\";s:42:\"User can edit content and settings of test\";s:24:\"upload_blacklisted_files\";s:16:\"Bypass blacklist\";s:11:\"usrf_delete\";s:29:\"User can delete user accounts\";s:20:\"usrf_edit_permission\";s:58:\"User can change permission settings in User administration\";s:24:\"usrf_edit_roleassignment\";s:47:\"User can change role assignment of user account\";s:23:\"usrf_push_desktop_items\";s:60:\"User is allowed to add recommended content for role members.\";s:9:\"usrf_read\";s:43:\"User has read access to User administration\";s:15:\"usrf_read_users\";s:66:\"User has read access to local user accounts (local administrators)\";s:12:\"usrf_visible\";s:30:\"User administration is visible\";s:10:\"usrf_write\";s:36:\"Edit settings in User administration\";s:21:\"wbdv_edit_permissions\";s:61:\"User can change permission settings of WebDAV administration.\";s:9:\"wbdv_read\";s:46:\"User has read access to WebDAV administration.\";s:12:\"wbdv_visible\";s:36:\"Administration of WebDAV is visible.\";s:10:\"wbdv_write\";s:48:\"User can edit settings of WebDAV administration.\";s:20:\"wbrs_edit_permission\";s:61:\"User can change permission settings in Weblink administration\";s:9:\"wbrs_read\";s:46:\"User has read access to Weblink administration\";s:12:\"wbrs_visible\";s:33:\"Weblink administration is visible\";s:10:\"wbrs_write\";s:39:\"Edit settings in Weblink administration\";s:9:\"webr_copy\";s:21:\"User can copy weblink\";s:11:\"webr_delete\";s:31:\"User can move or delete weblink\";s:20:\"webr_edit_permission\";s:35:\"User can change permission settings\";s:9:\"webr_read\";s:30:\"User can read and use weblinks\";s:12:\"webr_visible\";s:18:\"Weblink is visible\";s:10:\"webr_write\";s:34:\"User can edit settings of weblinks\";s:29:\"wiki_activate_wiki_protection\";s:27:\"Set Wiki Pages to Read-Only\";s:14:\"wiki_add_pages\";s:26:\"User can create wiki pages\";s:9:\"wiki_copy\";s:18:\"User can copy wiki\";s:11:\"wiki_delete\";s:28:\"User can move or delete wiki\";s:22:\"wiki_delete_wiki_pages\";s:17:\"Delete Wiki Pages\";s:17:\"wiki_edit_content\";s:24:\"User can edit wiki pages\";s:19:\"wiki_edit_page_meta\";s:23:\"Edit Wiki Page Metadata\";s:20:\"wiki_edit_permission\";s:35:\"User can change permission settings\";s:25:\"wiki_edit_wiki_navigation\";s:20:\"Edit Wiki Navigation\";s:16:\"wiki_html_export\";s:11:\"Export HTML\";s:9:\"wiki_read\";s:26:\"User can read wiki content\";s:20:\"wiki_statistics_read\";s:15:\"View Statistics\";s:12:\"wiki_visible\";s:15:\"Wiki is visible\";s:21:\"wiki_wiki_html_export\";s:19:\"Export Wiki as HTML\";s:10:\"wiki_write\";s:30:\"User can edit settings of wiki\";s:20:\"wiks_edit_permission\";s:58:\"User can change permission settings in Wiki administration\";s:9:\"wiks_read\";s:43:\"User has read access to Wiki administration\";s:12:\"wiks_visible\";s:30:\"Wiki administration is visible\";s:10:\"wiks_write\";s:36:\"Edit settings in Wiki administration\";s:5:\"write\";s:13:\"Edit Settings\";}'),('rcat','en','a:1:{s:9:\"rcat_call\";s:17:\"Call ECS Category\";}'),('rcrs','en','a:1:{s:9:\"rcrs_call\";s:15:\"Call ECS Course\";}'),('registration','en','a:102:{s:34:\"reg_access_limitation_limited_time\";s:30:\"After registration, access for\";s:35:\"reg_access_limitation_limited_until\";s:12:\"Access until\";s:34:\"reg_access_limitation_missing_mode\";s:53:\"Please choose for all roles an Access Limitation Mode\";s:26:\"reg_access_limitation_mode\";s:22:\"Access Limitation Mode\";s:35:\"reg_access_limitation_mode_absolute\";s:30:\"Access expires on a fixed date\";s:42:\"reg_access_limitation_mode_absolute_target\";s:11:\"Valid until\";s:35:\"reg_access_limitation_mode_relative\";s:57:\"Access granted for a fixed time period after registration\";s:42:\"reg_access_limitation_mode_relative_target\";s:9:\"Valid for\";s:36:\"reg_access_limitation_mode_unlimited\";s:21:\"No access expiry date\";s:26:\"reg_access_limitation_none\";s:16:\"Unlimited access\";s:33:\"reg_access_limitation_out_of_date\";s:53:\"One or more Roles have an outdated access limitation!\";s:22:\"reg_access_limitations\";s:18:\"Access Expiry Date\";s:18:\"reg_add_assignment\";s:14:\"New Assignment\";s:20:\"reg_added_assignment\";s:21:\"Added new assignment.\";s:15:\"reg_allow_codes\";s:11:\"Allow Codes\";s:20:\"reg_allow_codes_info\";s:45:\"Users are also allowed to register via codes.\";s:19:\"reg_allowed_domains\";s:30:\"Allowed E-Mail Address Domains\";s:24:\"reg_allowed_domains_info\";s:101:\"Use * as a wildcard and ; as a separator, e.g. \"*@ilias.de\". Registration codes override these rules.\";s:11:\"reg_approve\";s:26:\"Registration with Approval\";s:16:\"reg_approve_info\";s:63:\"Newly-registered users have to be approved by an administrator.\";s:27:\"reg_approve_needs_recipient\";s:141:\"For the registration type ‘Registration with Approval’ you should appoint at least one user who will be notified about new registrations.\";s:19:\"reg_available_roles\";s:16:\"Available Roles:\";s:31:\"reg_confirmation_hash_life_time\";s:9:\"Valid for\";s:39:\"reg_confirmation_hash_life_time_expired\";s:147:\"This confirmation link is no longer valid. Please re-register and click on the link in the new confirmation e-mail within a few minutes of receipt.\";s:36:\"reg_confirmation_hash_life_time_info\";s:110:\"Enter for how long (in seconds ) the confirmation link should be valid. The recommended value is 1800 seconds.\";s:31:\"reg_confirmation_hash_not_found\";s:59:\"No user account could be matched to this confirmation link.\";s:32:\"reg_confirmation_hash_not_passed\";s:36:\"The confirmation link is incomplete.\";s:32:\"reg_confirmation_link_successful\";s:336:\"You have successfully registered your account with ILIAS. To activate your account, please click on the link in the confirmation e-mail that you will receive shortly. The confirmation link is only valid for a certain period of time, so to avoid having to re-register, we recommend that you click on the link within the next few minutes.\";s:11:\"reg_default\";s:7:\"Default\";s:22:\"reg_deleted_assignment\";s:22:\"Deleted assignment(s).\";s:10:\"reg_direct\";s:19:\"Direct Registration\";s:15:\"reg_direct_info\";s:58:\"New user registration requests are automatically approved.\";s:12:\"reg_disabled\";s:24:\"No Registration Possible\";s:10:\"reg_domain\";s:6:\"Domain\";s:29:\"reg_domain_already_assigned_p\";s:55:\"The domains \'%s\' were already entered for another role.\";s:29:\"reg_domain_already_assigned_s\";s:53:\"The domain \'%s\' was already entered for another role.\";s:9:\"reg_email\";s:25:\"Automatic Role Assignment\";s:17:\"reg_email_domains\";s:50:\"The following e-mail address domains are valid: %s\";s:22:\"reg_email_domains_code\";s:53:\"With a registration code any E-Mail-Address is valid.\";s:25:\"reg_email_role_assignment\";s:25:\"Role Assignment By Domain\";s:9:\"reg_fixed\";s:35:\"Free Selection from Predefined List\";s:12:\"reg_info_pwd\";s:85:\"Newly-registered users automatically receive a randomly generated password by e-mail.\";s:24:\"reg_mail_body_activation\";s:92:\"to activate your account and confirm ownership of this e-mail address, click the link below:\";s:21:\"reg_mail_body_approve\";s:149:\"You already have registered to ILIAS eLearning and received a e-mail with your account data. Now your account has been activated by an administrator.\";s:26:\"reg_mail_body_confirmation\";s:90:\"To confirm this registration enter the ILIAS user administration and activate the account.\";s:21:\"reg_mail_body_profile\";s:13:\"Profile data:\";s:29:\"reg_mail_body_profile_changed\";s:26:\"your profile has changed !\";s:28:\"reg_mail_body_pwd_generation\";s:163:\"Your account request will be reviewed by an administrator, and should be activated within 48 hours. You will be informed by e-mail when approval has been obtained.\";s:20:\"reg_mail_body_reason\";s:131:\"You receive mail from ILIAS because notifications about new registrations are enabled for your account in the ILIAS administration.\";s:23:\"reg_mail_body_timelimit\";s:50:\"Your account has a limited period of validity: %s.\";s:17:\"reg_mail_new_user\";s:21:\"New user registration\";s:22:\"reg_mail_new_user_body\";s:31:\"a new user has been registered.\";s:30:\"reg_mail_new_user_confirmation\";s:32:\"Request for account confirmation\";s:18:\"reg_missing_domain\";s:27:\"Please fill out all fields.\";s:16:\"reg_missing_role\";s:27:\"Please fill out all fields.\";s:16:\"reg_notification\";s:13:\"Notifications\";s:21:\"reg_notification_info\";s:132:\"Enter one or more usernames (login-ID) of those users (comma separated) who will be informed about new user registrations by e-mail.\";s:27:\"reg_role_access_limitations\";s:59:\"Define access limitations of Roles for new registered Users\";s:19:\"reg_role_assignment\";s:15:\"Role Assignment\";s:13:\"reg_role_info\";s:14:\"Assigned Roles\";s:14:\"reg_select_one\";s:24:\"Please select one entry.\";s:20:\"reg_selectable_roles\";s:16:\"Selectable Roles\";s:19:\"reg_settings_header\";s:25:\"New Registration Settings\";s:8:\"reg_type\";s:17:\"Registration Type\";s:21:\"reg_type_confirmation\";s:37:\"Registration with E-Mail Confirmation\";s:26:\"reg_type_confirmation_info\";s:214:\"Users are able to self-register but are required to click on a link sent to them by e-mail in order to activate their account. This avoids self-registration to ILIAS with incorrect or non-existent e-mail addresses.\";s:22:\"reg_unknown_recipients\";s:37:\"The following accounts are not valid:\";s:17:\"registration_code\";s:4:\"Code\";s:27:\"registration_code_not_valid\";s:71:\"The given registration code is either invalid or already has been used.\";s:31:\"registration_code_optional_info\";s:58:\"If you have got a registration code, please enter it here.\";s:31:\"registration_code_required_info\";s:61:\"A pre-defined code is mandatory for the registration process.\";s:27:\"registration_code_role_info\";s:81:\"If you use a registration code, the role selection may be superseded by the code.\";s:40:\"registration_codes_access_limitation_all\";s:3:\"All\";s:22:\"registration_codes_add\";s:9:\"Add Codes\";s:30:\"registration_codes_edit_header\";s:9:\"Add Codes\";s:25:\"registration_codes_export\";s:12:\"Export Codes\";s:35:\"registration_codes_no_assigned_role\";s:27:\"No Predefined Assigned Role\";s:25:\"registration_codes_number\";s:15:\"Number Of Codes\";s:39:\"registration_codes_override_global_info\";s:55:\"These settings may be overridden by registration codes.\";s:32:\"registration_codes_override_info\";s:73:\"This setting overrides any values defined in ‘Registration Settings’.\";s:24:\"registration_codes_roles\";s:11:\"Global Role\";s:40:\"registration_codes_roles_limitation_none\";s:31:\"No Predefined Access Limitation\";s:30:\"registration_codes_roles_local\";s:13:\"Local Role(s)\";s:30:\"registration_codes_roles_title\";s:21:\"Role for New Accounts\";s:23:\"registration_codes_type\";s:9:\"Code Type\";s:27:\"registration_codes_type_ext\";s:34:\"Extension of limited user accounts\";s:32:\"registration_codes_type_ext_info\";s:55:\"Code can be used for the extension of limited accounts.\";s:27:\"registration_codes_type_reg\";s:17:\"Registration Code\";s:32:\"registration_codes_type_reg_info\";s:59:\"Code can be used for the registration if a new user account\";s:31:\"registration_disabled_no_access\";s:105:\"The self-registration is not enabled. Please contact the system administration for further assistance: %s\";s:33:\"registration_export_codes_no_data\";s:33:\"No codes to export were selected.\";s:22:\"registration_generated\";s:18:\"Date Of Generation\";s:26:\"registration_generated_all\";s:9:\"All Dates\";s:26:\"registration_no_valid_role\";s:85:\"There is currently no valid role for new accounts. Please contact your administrator.\";s:27:\"registration_reg_type_codes\";s:23:\"Registration with Codes\";s:32:\"registration_reg_type_codes_info\";s:71:\"Users are able to self-register but need to have a valid code to do so.\";s:22:\"registration_roles_all\";s:9:\"All Roles\";s:21:\"registration_settings\";s:30:\"ILIAS Auth / Self-Registration\";s:22:\"registration_tab_codes\";s:18:\"Registration Codes\";s:25:\"registration_tab_settings\";s:21:\"Registration Settings\";s:17:\"registration_used\";s:13:\"Date Of Usage\";s:34:\"registration_user_new_account_mail\";s:21:\"Edit New Account Mail\";}'),('rep','en','a:91:{s:25:\"btn_undelete_new_location\";s:22:\"Restore (new location)\";s:28:\"btn_undelete_origin_location\";s:23:\"Restore (same location)\";s:21:\"rep_activation_access\";s:6:\"Access\";s:30:\"rep_activation_access_ref_info\";s:72:\"This setting only affects this and no other reference in the repository.\";s:27:\"rep_activation_availability\";s:12:\"Availability\";s:26:\"rep_activation_limited_end\";s:3:\"End\";s:28:\"rep_activation_limited_start\";s:5:\"Start\";s:33:\"rep_activation_limited_visibility\";s:14:\"Always Visible\";s:21:\"rep_activation_online\";s:6:\"Online\";s:33:\"rep_activation_online_object_info\";s:54:\"This setting affects all references in the repository.\";s:30:\"rep_add_new_def_grp_assessment\";s:10:\"Assessment\";s:33:\"rep_add_new_def_grp_communication\";s:13:\"Communication\";s:27:\"rep_add_new_def_grp_content\";s:7:\"Content\";s:28:\"rep_add_new_def_grp_feedback\";s:23:\"Feedback and Evaluation\";s:32:\"rep_add_new_def_grp_organisation\";s:12:\"Organisation\";s:29:\"rep_add_new_def_grp_templates\";s:9:\"Templates\";s:21:\"rep_add_to_favourites\";s:17:\"Add to Favourites\";s:21:\"rep_added_rec_content\";s:35:\"Recommended content has been added.\";s:23:\"rep_added_to_favourites\";s:43:\"The item has been added to your favourites.\";s:17:\"rep_allowed_types\";s:13:\"Allowed Types\";s:15:\"rep_breadcr_crs\";s:29:\"Breadcrumb starts with course\";s:22:\"rep_breadcr_crs_config\";s:13:\"Configuration\";s:25:\"rep_breadcr_crs_overwrite\";s:37:\"Setting is changeable on course level\";s:29:\"rep_breadcr_crs_overwrite_not\";s:41:\"Setting is not changeable on course level\";s:34:\"rep_breadcr_crs_overwrite_settings\";s:16:\"Allow Exceptions\";s:38:\"rep_breadcr_crs_overwrite_with_default\";s:59:\"Setting is changeable on course level, with this as default\";s:13:\"rep_configure\";s:9:\"Configure\";s:25:\"rep_crs_default_shortened\";s:30:\"Default: Breadcrumbs Shortened\";s:16:\"rep_custom_icons\";s:12:\"Custom Icons\";s:11:\"rep_default\";s:7:\"Default\";s:19:\"rep_deleted_account\";s:15:\"Deleted Account\";s:16:\"rep_dependencies\";s:12:\"Dependencies\";s:14:\"rep_dependency\";s:10:\"Dependency\";s:20:\"rep_dependent_object\";s:24:\"Resource with dependence\";s:23:\"rep_export_limit_number\";s:17:\"Number of Objects\";s:21:\"rep_export_limitation\";s:27:\"Container Export Limitation\";s:30:\"rep_export_limitation_disabled\";s:25:\"Container Export Disabled\";s:26:\"rep_export_limitation_info\";s:96:\"Limits the number of objects for container exports (courses, categories, ...) in the repository.\";s:29:\"rep_export_limitation_limited\";s:12:\"Limit Export\";s:31:\"rep_export_limitation_unlimited\";s:16:\"Unlimited Export\";s:25:\"rep_failure_trashed_trash\";s:212:\"You selected objects that cannot be restored to their original location, because their parent objects were deleted. Please uncheck the respective object in the table or select the Restore to New Location instead.\";s:14:\"rep_fav_intro1\";s:78:\"You have not yet selected any favourites. To do this, you must take two steps:\";s:14:\"rep_fav_intro2\";s:103:\"Click on \'%s\' and select a learning object from the available offer, e.g. a learning module or a forum.\";s:14:\"rep_fav_intro3\";s:181:\"When you have found something that interests you, you can easily add it to your favourites. Select the desired item in the <i>Actions</i> menu and choose \"<i>Add to favourites</i>\".\";s:14:\"rep_favourites\";s:10:\"Favourites\";s:19:\"rep_favourites_info\";s:138:\"Users can mark single repository items as favourites. Favourites lists can be activated and configured in the dashboard and menu settings.\";s:9:\"rep_intro\";s:26:\"Welcome to the Repository!\";s:10:\"rep_intro1\";s:246:\"In this area you can create learning and working resources for all users. All resources are organised in categories. Categories can reflect the structure of your organisation (e.g. departments), a hierarchy of disciplines, or classes of a school.\";s:10:\"rep_intro2\";s:53:\"Three steps are needed to build an initial structure:\";s:10:\"rep_intro3\";s:74:\"Click on the <i>%s</i> button besides the selection list on the top right.\";s:10:\"rep_intro4\";s:79:\"In the following form, enter a title and a description, and click on <i>%s</i>.\";s:10:\"rep_intro5\";s:65:\"By clicking on the title of the category you enter your category.\";s:10:\"rep_intro6\";s:83:\"After that procedure you may add any learning or working resource to your category.\";s:15:\"rep_mo_mem_dash\";s:56:\"You are currently not yet a member of a course or group.\";s:43:\"rep_multiple_reference_deletion_instruction\";s:52:\"Please select the ones which should also be deleted:\";s:37:\"rep_multiple_reference_deletion_intro\";s:41:\"Further references exist for this object.\";s:22:\"rep_new_item_group_add\";s:12:\"Add Grouping\";s:32:\"rep_new_item_group_add_separator\";s:20:\"Add Column Separator\";s:30:\"rep_new_item_group_delete_sure\";s:56:\"Are you sure you want to delete the following groupings?\";s:23:\"rep_new_item_group_edit\";s:13:\"Edit Grouping\";s:30:\"rep_new_item_group_nr_subitems\";s:26:\"Number of Assigned Objects\";s:24:\"rep_new_item_group_other\";s:5:\"Other\";s:28:\"rep_new_item_group_separator\";s:16:\"Column Separator\";s:29:\"rep_new_item_group_unassigned\";s:12:\"Not Assigned\";s:38:\"rep_new_item_group_unassigned_subitems\";s:32:\"Number of Unassigned Objects: %s\";s:19:\"rep_new_item_groups\";s:8:\"Grouping\";s:17:\"rep_new_item_menu\";s:23:\"‘Add New Item’-Menu\";s:24:\"rep_no_last_visited_mess\";s:55:\"You have not yet visited any objects in the Repository.\";s:27:\"rep_no_permission_to_delete\";s:23:\"No permission to delete\";s:16:\"rep_object_lists\";s:12:\"Object Lists\";s:36:\"rep_object_references_cannot_be_read\";s:38:\"No permissions for %s more references.\";s:20:\"rep_object_to_delete\";s:9:\"To Delete\";s:23:\"rep_rec_content_removed\";s:37:\"Recommended content has been removed.\";s:23:\"rep_recommended_content\";s:19:\"Recommended Content\";s:26:\"rep_remove_from_favourites\";s:22:\"Remove from Favourites\";s:22:\"rep_remove_rec_content\";s:66:\"Are you sure you want to remove the following recommended content?\";s:27:\"rep_removed_from_favourites\";s:47:\"The item has been removed from your favourites.\";s:19:\"rep_target_location\";s:15:\"Target Location\";s:24:\"rep_target_location_info\";s:101:\"Bitte wählen Sie nun das Ziel aus, an dem die ausgewählten Objekte wiederhergestellt werden sollen.\";s:27:\"rep_time_based_availability\";s:27:\"Limited Availability Period\";s:32:\"rep_time_based_availability_info\";s:71:\"The selected items will only be visible between the start and end date.\";s:15:\"rep_time_period\";s:6:\"Period\";s:28:\"rep_trash_deleted_by_unknown\";s:7:\"Unknown\";s:30:\"rep_trash_table_col_deleted_by\";s:10:\"Deleted by\";s:30:\"rep_trash_table_col_deleted_on\";s:10:\"Deleted on\";s:28:\"rep_trash_table_col_num_subs\";s:15:\"Number Subitems\";s:21:\"rep_trash_table_title\";s:22:\"Deleted objects below:\";s:14:\"rep_tree_limit\";s:19:\"Limit Items in Tree\";s:19:\"rep_tree_limit_info\";s:84:\"The number of objects in the repository tree will be limited to enhance performance.\";s:21:\"rep_tree_limit_number\";s:14:\"Maximum Number\";s:26:\"rep_tree_limit_number_info\";s:193:\"Maximum Number of children elements that are initially shown for an expanded node. If more children elements are present, a search input field is shown to filter the children elements by title.\";}'),('rfil','en','a:2:{s:9:\"rfil_call\";s:13:\"Call ECS File\";s:19:\"rfil_version_tstamp\";s:11:\"Upload Date\";}'),('rglo','en','a:1:{s:9:\"rglo_call\";s:17:\"Call ECS Glossary\";}'),('rgrp','en','a:1:{s:9:\"rgrp_call\";s:14:\"Call ECS Group\";}'),('rlm','en','a:1:{s:8:\"rlm_call\";s:24:\"Call ECS Learning Module\";}'),('rtst','en','a:1:{s:9:\"rtst_call\";s:13:\"Call ECS Test\";}'),('rwik','en','a:1:{s:9:\"rwik_call\";s:13:\"Call ECS Wiki\";}'),('sahs','en','a:49:{s:22:\"cont_insert_after_chap\";s:26:\"Insert items after chapter\";s:21:\"cont_insert_into_chap\";s:27:\"Insert items inside chapter\";s:25:\"sahs_activate_expert_mode\";s:31:\"Activate Sequencing Expert Mode\";s:30:\"sahs_activate_expert_mode_info\";s:190:\"The sequencing expert mode allows you to directly edit the sequencing information of the package tree. If you are unsure what this means we recommend to use the default sequencing behaviour.\";s:8:\"sahs_add\";s:28:\"Create SCORM Learning Module\";s:19:\"sahs_authoring_mode\";s:14:\"Authoring Mode\";s:24:\"sahs_authoring_mode_info\";s:130:\"The SCORM ZIP package must have been created with the ILIAS SCORM editor and it must have been exported as SCORM 1.2/2004 package.\";s:12:\"sahs_chapter\";s:7:\"Chapter\";s:25:\"sahs_choose_page_template\";s:20:\"Choose Page Template\";s:36:\"sahs_choose_pages_chap_scos_ass_only\";s:58:\"Please select either pages, SCOs, assets or chapters only.\";s:24:\"sahs_choose_special_page\";s:19:\"Choose Special Page\";s:9:\"sahs_copy\";s:26:\"Copy SCORM Learning Module\";s:20:\"sahs_desc_objectives\";s:22:\"Description/Objectives\";s:13:\"sahs_glo_info\";s:68:\"Please note that internal links in glossary terms are not supported.\";s:25:\"sahs_hide_objectives_page\";s:32:\"Hide Description/Objectives Page\";s:30:\"sahs_hide_objectives_page_info\";s:93:\"If checked, the SCO description and objectives page will not be included in the presentation.\";s:22:\"sahs_import_sequencing\";s:17:\"Import Sequencing\";s:27:\"sahs_import_sequencing_info\";s:68:\"Import sequencing information from package (Sequencing Expert Mode).\";s:15:\"sahs_insert_ass\";s:12:\"Insert Asset\";s:25:\"sahs_insert_ass_from_clip\";s:27:\"Paste Assets from Clipboard\";s:37:\"sahs_insert_ass_from_clip_inside_chap\";s:44:\"Paste Assets from Clipboard (inside chapter)\";s:27:\"sahs_insert_ass_inside_chap\";s:29:\"Insert Asset (inside chapter)\";s:19:\"sahs_insert_chapter\";s:14:\"Insert Chapter\";s:16:\"sahs_insert_page\";s:11:\"Insert Page\";s:22:\"sahs_insert_pagelayout\";s:20:\"Insert Template Page\";s:15:\"sahs_insert_sco\";s:10:\"Insert SCO\";s:37:\"sahs_insert_sco_from_clip_inside_chap\";s:42:\"Paste SCOs from Clipboard (inside chapter)\";s:27:\"sahs_insert_sco_inside_chap\";s:27:\"Insert SCO (inside chapter)\";s:24:\"sahs_insert_special_page\";s:19:\"Insert Special Page\";s:24:\"sahs_learning_objectives\";s:19:\"Learning Objectives\";s:14:\"sahs_list_info\";s:63:\"Use leading * for bullet lists or leading # for numbered lists.\";s:20:\"sahs_mail_context_lp\";s:40:\"Learning Module SCORM: Learning Progress\";s:25:\"sahs_mail_context_lp_info\";s:78:\"For the participant e-mails on the learning progress screens of a scorm module\";s:14:\"sahs_new_asset\";s:9:\"New Asset\";s:16:\"sahs_new_chapter\";s:11:\"New Chapter\";s:13:\"sahs_new_page\";s:8:\"New Page\";s:12:\"sahs_new_sco\";s:7:\"New SCO\";s:15:\"sahs_oa_no_scos\";s:42:\"The chapter does not contain any SCOs yet.\";s:15:\"sahs_objectives\";s:19:\"Learning Objectives\";s:25:\"sahs_objectives_alignment\";s:29:\"Learning Objectives Alignment\";s:17:\"sahs_organization\";s:12:\"Organization\";s:9:\"sahs_page\";s:4:\"Page\";s:14:\"sahs_questions\";s:9:\"Questions\";s:18:\"sahs_sco_objective\";s:10:\"Objectives\";s:15:\"sahs_sequencing\";s:10:\"Sequencing\";s:19:\"sahs_std_sequencing\";s:19:\"Standard Sequencing\";s:24:\"sahs_std_sequencing_info\";s:40:\"Use ILIAS standard sequencing behaviour.\";s:9:\"sahs_unit\";s:3:\"SCO\";s:33:\"scorm_create_export_file_html_one\";s:48:\"Create Export File (HTML, One Page, Review Mode)\";}'),('sc13','en','a:1:{s:19:\"sc13_page_type_sahs\";s:17:\"SCORM Editor Page\";}'),('scormdebug','en','a:159:{s:8:\"API-call\";s:8:\"API-call\";s:6:\"Commit\";s:10:\"store data\";s:13:\"GetDiagnostic\";s:62:\"allows the LMS (!) to define additional diagnostic information\";s:14:\"GetErrorString\";s:57:\"retrieve a textual description of the current error state\";s:12:\"GetLastError\";s:50:\"request the error code for the current error state\";s:8:\"GetValue\";s:8:\"get data\";s:10:\"Initialize\";s:28:\"initialize API-communication\";s:8:\"SCO-name\";s:8:\"SCO-name\";s:9:\"SCO-title\";s:9:\"SCO-title\";s:8:\"SetValue\";s:9:\"send data\";s:9:\"Terminate\";s:42:\"store data and terminate API-communication\";s:15:\"adl.nav.request\";s:68:\"Navigation request to be processed immediately following Terminate()\";s:28:\"adl.nav.request_valid.choice\";s:97:\"Used by a SCO to determine if a Choice navigation request for a particular activity will succeed.\";s:30:\"adl.nav.request_valid.continue\";s:73:\"Used by a SCO to determine if a Continue navigation request will succeed.\";s:30:\"adl.nav.request_valid.previous\";s:73:\"Used by a SCO to determine if a Previous navigation request will succeed.\";s:19:\"all_API-calls_shown\";s:34:\"All API-calls are currently shown.\";s:12:\"cmi._version\";s:40:\"Represents the version of the data model\";s:35:\"cmi.comments_from_learner._children\";s:40:\"Listing of supported data model elements\";s:32:\"cmi.comments_from_learner._count\";s:34:\"Current number of learner comments\";s:35:\"cmi.comments_from_learner.n.comment\";s:13:\"Textual input\";s:36:\"cmi.comments_from_learner.n.location\";s:45:\"Point in the SCO to which the comment applies\";s:37:\"cmi.comments_from_learner.n.timestamp\";s:71:\"Point in time at which the comment was created or most recently changed\";s:31:\"cmi.comments_from_lms._children\";s:40:\"Listing of supported data model elements\";s:28:\"cmi.comments_from_lms._count\";s:39:\"Current number of comments from the LMS\";s:31:\"cmi.comments_from_lms.n.comment\";s:45:\"Comments or annotations associated with a SCO\";s:32:\"cmi.comments_from_lms.n.location\";s:45:\"Point in the SCO to which the comment applies\";s:33:\"cmi.comments_from_lms.n.timestamp\";s:71:\"Point in time at which the comment was created or most recently changed\";s:21:\"cmi.completion_status\";s:51:\"Indicates whether the learner has completed the SCO\";s:24:\"cmi.completion_threshold\";s:63:\"Used to determine whether the SCO should be considered complete\";s:10:\"cmi.credit\";s:73:\"Indicates whether the learner will be credited for performance in the SCO\";s:9:\"cmi.entry\";s:59:\"Asserts whether the learner has previously accessed the SCO\";s:8:\"cmi.exit\";s:45:\"Indicates how or why the learner left the SCO\";s:26:\"cmi.interactions._children\";s:40:\"Listing of supported data model elements\";s:23:\"cmi.interactions._count\";s:54:\"Current number of interactions being stored by the LMS\";s:43:\"cmi.interactions.n.correct_responses._count\";s:80:\"Current number of correct responses being stored by the LMS for this interaction\";s:46:\"cmi.interactions.n.correct_responses.n.pattern\";s:48:\"One correct response pattern for the interaction\";s:30:\"cmi.interactions.n.description\";s:48:\"Brief informative description of the interaction\";s:21:\"cmi.interactions.n.id\";s:32:\"Unique label for the interaction\";s:26:\"cmi.interactions.n.latency\";s:127:\"Time elapsed between the time the interaction was made available to the learner for response and the time of the first response\";s:35:\"cmi.interactions.n.learner_response\";s:56:\"Data generated when a learner responds to an interaction\";s:36:\"cmi.interactions.n.objectives._count\";s:103:\"Current number of objectives (i.e., objective identifiers) being stored by the LMS for this interaction\";s:34:\"cmi.interactions.n.objectives.n.id\";s:52:\"Label for objectives associated with the interaction\";s:25:\"cmi.interactions.n.result\";s:51:\"Judgment of the correctness of the learner response\";s:28:\"cmi.interactions.n.timestamp\";s:115:\"Point in time at which the interaction was first made available to the learner for learner interaction and response\";s:23:\"cmi.interactions.n.type\";s:37:\"Which type of interaction is recorded\";s:28:\"cmi.interactions.n.weighting\";s:62:\"Weight given to the interaction relative to other interactions\";s:15:\"cmi.launch_data\";s:86:\"Data provided to a SCO after launch, initialized from the dataFromLMS manifest element\";s:14:\"cmi.learner_id\";s:61:\"Identifies the learner on behalf of whom the SCO was launched\";s:16:\"cmi.learner_name\";s:40:\"Name provided for the learner by the LMS\";s:32:\"cmi.learner_preference._children\";s:40:\"Listing of supported data model elements\";s:39:\"cmi.learner_preference.audio_captioning\";s:69:\"Specifies whether captioning text corresponding to audio is displayed\";s:34:\"cmi.learner_preference.audio_level\";s:53:\"Specifies an intended change in perceived audio level\";s:37:\"cmi.learner_preference.delivery_speed\";s:58:\"The learner\'s preferred relative speed of content delivery\";s:31:\"cmi.learner_preference.language\";s:70:\"The learner\'s preferred language for SCOs with multilingual capability\";s:12:\"cmi.location\";s:41:\"The learner\'s current location in the SCO\";s:20:\"cmi.max_time_allowed\";s:62:\"Amount of accumulated time the learner is allowed to use a SCO\";s:8:\"cmi.mode\";s:87:\"Identifies one of three possible modes in which the SCO may be presented to the learner\";s:24:\"cmi.objectives._children\";s:40:\"Listing of supported data model elements\";s:21:\"cmi.objectives._count\";s:52:\"Current number of objectives being stored by the LMS\";s:34:\"cmi.objectives.n.completion_status\";s:68:\"Indicates whether the learner has completed the associated objective\";s:28:\"cmi.objectives.n.description\";s:57:\"Provides a brief informative description of the objective\";s:19:\"cmi.objectives.n.id\";s:30:\"Unique label for the objective\";s:33:\"cmi.objectives.n.progress_measure\";s:76:\"Measure of the progress the learner has made toward completing the objective\";s:32:\"cmi.objectives.n.score._children\";s:40:\"Listing of supported data model elements\";s:26:\"cmi.objectives.n.score.max\";s:64:\"Maximum value, for the objective, in the range for the raw score\";s:26:\"cmi.objectives.n.score.min\";s:64:\"Minimum value, for the objective, in the range for the raw score\";s:26:\"cmi.objectives.n.score.raw\";s:130:\"Number that reflects the performance of the learner, for the objective, relative to the range bounded by the values of min and max\";s:29:\"cmi.objectives.n.score.scaled\";s:69:\"Number that reflects the performance of the learner for the objective\";s:31:\"cmi.objectives.n.success_status\";s:56:\"Indicates whether the learner has mastered the objective\";s:20:\"cmi.progress_measure\";s:70:\"Measure of the progress the learner has made toward completing the SCO\";s:24:\"cmi.scaled_passing_score\";s:47:\"Scaled passing score required to master the SCO\";s:19:\"cmi.score._children\";s:40:\"Listing of supported data model elements\";s:13:\"cmi.score.max\";s:44:\"Maximum value in the range for the raw score\";s:13:\"cmi.score.min\";s:44:\"Minimum value in the range for the raw score\";s:13:\"cmi.score.raw\";s:110:\"Number that reflects the performance of the learner relative to the range bounded by the values of min and max\";s:16:\"cmi.score.scaled\";s:51:\"Number that reflects the performance of the learner\";s:16:\"cmi.session_time\";s:85:\"Amount of time that the learner has spent in the current learner session for this SCO\";s:18:\"cmi.success_status\";s:50:\"Indicates whether the learner has mastered the SCO\";s:16:\"cmi.suspend_data\";s:66:\"Provides space to store and retrieve data between learner sessions\";s:21:\"cmi.time_limit_action\";s:70:\"Indicates what the SCO should do when cmi.max_time_allowed is exceeded\";s:14:\"cmi.total_time\";s:84:\"Sum of all of the learner\'s session times accumulated in the current learner attempt\";s:7:\"comment\";s:7:\"Comment\";s:37:\"completion_status_by_progress_measure\";s:271:\"Because there is a value for cmi.completion_threshold, the value for cmi.completion_status is evaluated by the LMS! This is done by comparing the value for cmi.completion_threshold with the value for cmi.progress_measure. The value for cmi.completion_status is currently:\";s:18:\"debugwindow_action\";s:6:\"Action\";s:18:\"debugwindow_cancel\";s:6:\"Cancel\";s:19:\"debugwindow_comment\";s:7:\"comment\";s:25:\"debugwindow_comment_enter\";s:25:\"Please enter your comment\";s:19:\"debugwindow_console\";s:7:\"Console\";s:16:\"debugwindow_date\";s:4:\"Date\";s:18:\"debugwindow_delete\";s:6:\"Delete\";s:26:\"debugwindow_delete_logfile\";s:14:\"Delete logfile\";s:20:\"debugwindow_download\";s:8:\"Download\";s:20:\"debugwindow_filename\";s:9:\"File Name\";s:16:\"debugwindow_logs\";s:4:\"Logs\";s:16:\"debugwindow_open\";s:4:\"Open\";s:27:\"debugwindow_start_recording\";s:15:\"Start Recording\";s:26:\"debugwindow_stop_recording\";s:14:\"Stop Recording\";s:29:\"debugwindow_submission_failed\";s:17:\"Submission failed\";s:18:\"debugwindow_submit\";s:6:\"Submit\";s:15:\"description_for\";s:15:\"description for\";s:5:\"error\";s:5:\"error\";s:6:\"error0\";s:8:\"No error\";s:8:\"error101\";s:17:\"General Exception\";s:8:\"error102\";s:30:\"General Initialization Failure\";s:8:\"error103\";s:19:\"Already Initialized\";s:8:\"error104\";s:27:\"Content Instance Terminated\";s:8:\"error111\";s:27:\"General Termination Failure\";s:8:\"error112\";s:33:\"Termination Before Initialization\";s:8:\"error113\";s:29:\"Termination After Termination\";s:8:\"error122\";s:35:\"Retrieve Data Before Initialization\";s:8:\"error123\";s:31:\"Retrieve Data After Termination\";s:8:\"error132\";s:32:\"Store Data Before Initialization\";s:8:\"error133\";s:28:\"Store Data After Termination\";s:8:\"error142\";s:28:\"Commit Before Initialization\";s:8:\"error143\";s:24:\"Commit After Termination\";s:8:\"error201\";s:22:\"General Argument Error\";s:8:\"error301\";s:19:\"General Get Failure\";s:8:\"error351\";s:19:\"General Set Failure\";s:8:\"error391\";s:22:\"General Commit Failure\";s:8:\"error401\";s:28:\"Undefined Data Model Element\";s:8:\"error402\";s:32:\"Unimplemented Data Model Element\";s:8:\"error403\";s:40:\"Data Model Element Value Not Initialized\";s:8:\"error404\";s:31:\"Data Model Element Is Read Only\";s:8:\"error405\";s:32:\"Data Model Element Is Write Only\";s:8:\"error406\";s:32:\"Data Model Element Type Mismatch\";s:8:\"error407\";s:37:\"Data Model Element Value Out Of Range\";s:8:\"error408\";s:37:\"Data Model Dependency Not Established\";s:9:\"generated\";s:9:\"generated\";s:4:\"hide\";s:4:\"hide\";s:9:\"i_fuchsia\";s:59:\"fuchsia: tolerated value because sent value is not rejected\";s:6:\"i_gray\";s:30:\"gray: error corrected by ILIAS\";s:7:\"i_green\";s:11:\"green: okay\";s:8:\"i_orange\";s:25:\"orange: attention please!\";s:5:\"i_red\";s:11:\"red: error!\";s:18:\"id_learning_module\";s:25:\"ID of the learning module\";s:7:\"log_for\";s:27:\"Log for the learning module\";s:12:\"milliseconds\";s:12:\"milliseconds\";s:17:\"missing_API-calls\";s:28:\"These API-calls are missing:\";s:20:\"no_missing_API-calls\";s:42:\"Missing API-calls had not been recognized.\";s:10:\"nr_session\";s:17:\"number of session\";s:30:\"only_important_API-Calls_shown\";s:45:\"Only important API-Calls are currently shown.\";s:12:\"return_value\";s:12:\"return value\";s:24:\"scormdebug_disable_cache\";s:32:\"Disable SCORM 2004 Browser Cache\";s:29:\"scormdebug_disable_cache_info\";s:137:\"This prevents the storage of the SCORM 2004 javascript files in the browser cache. Please use this function in time before a new release!\";s:26:\"scormdebug_global_activate\";s:22:\"Enable SCORM test tool\";s:31:\"scormdebug_global_activate_info\";s:146:\"If enabled, the SCORM test tool can be activated for desired learning modules. If disabled, the test tool is deactivated for all learning modules.\";s:23:\"sent_values_not_checked\";s:59:\"selected property: values sent by SCO are not fully checked\";s:18:\"show_all_API-calls\";s:19:\"Show all API-calls!\";s:29:\"show_only_important_API-calls\";s:30:\"Show only important API-calls!\";s:7:\"started\";s:7:\"started\";s:16:\"strange_API-Call\";s:16:\"strange API-Call\";s:13:\"strange_error\";s:13:\"strange error\";s:30:\"success_status_by_score_scaled\";s:261:\"Because there is a value for cmi.scaled_passing_score, the value for cmi.success_status is evaluated by the LMS! This is done by comparing the value for cmi.scaled_passing_score with the value for cmi.score.scaled. The value for cmi.success_status is currently:\";s:11:\"summary_csv\";s:63:\"Summary is generated as CSV-file to import for example in Excel\";s:16:\"summary_download\";s:75:\"You can click to ‘Logs’ and download it when you start this tool again.\";s:25:\"summary_for_SCO_with_test\";s:29:\"Summary for a SCO with a test\";s:28:\"summary_for_SCO_without_test\";s:32:\"Summary for a SCO without a test\";s:15:\"undefined_color\";s:15:\"undefined color\";s:7:\"unknown\";s:7:\"unknown\";}'),('scormtrac','en','a:86:{s:8:\"Attempts\";s:8:\"Attempts\";s:16:\"LearningModuleId\";s:21:\"ID of learning module\";s:19:\"LearningModuleTitle\";s:24:\"Title of learning module\";s:21:\"LearningModuleVersion\";s:26:\"Version of learning module\";s:10:\"Percentage\";s:28:\"Percentage of completed SCOs\";s:6:\"Status\";s:12:\"Total status\";s:16:\"audio_captioning\";s:35:\"learner_preference.audio_captioning\";s:11:\"audio_level\";s:30:\"learner_preference.audio_level\";s:7:\"c_entry\";s:5:\"entry\";s:6:\"c_exit\";s:4:\"exit\";s:10:\"c_language\";s:27:\"learner_preference.language\";s:10:\"c_location\";s:8:\"location\";s:5:\"c_max\";s:9:\"score.max\";s:5:\"c_min\";s:9:\"score.min\";s:6:\"c_mode\";s:4:\"mode\";s:5:\"c_raw\";s:25:\"score.raw: achieved score\";s:11:\"c_timestamp\";s:11:\"Last access\";s:6:\"c_type\";s:4:\"Type\";s:13:\"completedSCOs\";s:30:\"Number of fully completed SCOs\";s:17:\"completion_status\";s:17:\"completion_status\";s:20:\"completion_threshold\";s:20:\"completion_threshold\";s:7:\"counter\";s:7:\"counter\";s:11:\"counter_all\";s:9:\"All users\";s:15:\"counter_correct\";s:25:\"Users with correct result\";s:23:\"counter_correct_percent\";s:39:\"Percentage of users with correct result\";s:17:\"counter_i_correct\";s:31:\"Correctly answered interactions\";s:25:\"counter_i_correct_percent\";s:45:\"Percentage of correctly answered interactions\";s:19:\"counter_i_incorrect\";s:33:\"Incorrectly answered interactions\";s:27:\"counter_i_incorrect_percent\";s:47:\"Percentage of incorrectly answered interactions\";s:15:\"counter_i_other\";s:55:\"Neither correctly nor incorrectly answered interactions\";s:23:\"counter_i_other_percent\";s:69:\"Percentage of neither correctly nor incorrectly answered interactions\";s:17:\"counter_incorrect\";s:27:\"Users with incorrect result\";s:25:\"counter_incorrect_percent\";s:41:\"Percentage of users with incorrect result\";s:13:\"counter_other\";s:23:\"Users with other result\";s:21:\"counter_other_percent\";s:37:\"Percentage of users with other result\";s:10:\"cp_node_id\";s:19:\"ID of chapter / SCO\";s:6:\"credit\";s:6:\"credit\";s:14:\"delivery_speed\";s:33:\"learner_preference.delivery_speed\";s:12:\"existingSCOs\";s:23:\"Number of existing SCOs\";s:23:\"exportobjglobaltosystem\";s:59:\"Report for Objectives Global To System (used by Sequencing)\";s:18:\"exportselectedcore\";s:31:\"Basic report for chapters (SCO)\";s:26:\"exportselectedinteractions\";s:29:\"Basic report for interactions\";s:24:\"exportselectedobjectives\";s:21:\"Report for objectives\";s:17:\"exportselectedraw\";s:14:\"CMI (RAW) data\";s:21:\"exportselectedsuccess\";s:24:\"Basic report for success\";s:2:\"id\";s:2:\"ID\";s:13:\"identifierref\";s:14:\"SCO-Identifier\";s:23:\"interaction_description\";s:26:\"Description of interaction\";s:14:\"interaction_id\";s:17:\"ID of interaction\";s:17:\"interaction_value\";s:21:\"Result of interaction\";s:7:\"latency\";s:13:\"latency: time\";s:15:\"latency_seconds\";s:24:\"latency: time in seconds\";s:11:\"launch_data\";s:37:\"launch_data: data at start of the SCO\";s:16:\"learner_response\";s:26:\"learner_response: Response\";s:13:\"lesson_status\";s:13:\"lesson_status\";s:5:\"lm_id\";s:25:\"ID of the learning module\";s:8:\"lm_title\";s:28:\"Title of the learning module\";s:6:\"lvalue\";s:3:\"Key\";s:7:\"measure\";s:15:\"Status: measure\";s:7:\"ostatus\";s:23:\"Status of the objective\";s:10:\"passedSCOs\";s:21:\"Number of passed SCOs\";s:16:\"progress_measure\";s:16:\"progress_measure\";s:6:\"report\";s:6:\"Report\";s:6:\"result\";s:6:\"result\";s:24:\"roundedTotal_timeSeconds\";s:31:\"Total time in seconds (rounded)\";s:6:\"rvalue\";s:5:\"Value\";s:9:\"satisfied\";s:17:\"Status: satisfied\";s:6:\"scaled\";s:50:\"score.scaled: score achieved as a decimal fraction\";s:20:\"scaled_passing_score\";s:66:\"scaled_passing_score: score required to pass as a decimal fraction\";s:6:\"sco_id\";s:19:\"ID of chapter / SCO\";s:32:\"sco_marked_for_learning_progress\";s:30:\"Relevant for learning progress\";s:9:\"sco_title\";s:22:\"Title of chapter / SCO\";s:5:\"scope\";s:5:\"scope\";s:12:\"session_time\";s:38:\"session_time: time in the last session\";s:20:\"session_time_seconds\";s:49:\"session_time: time in the last session in seconds\";s:11:\"startedSCOs\";s:22:\"Number of started SCOs\";s:16:\"student_response\";s:26:\"student_response: Response\";s:14:\"success_status\";s:23:\"success_status: success\";s:12:\"suspend_data\";s:40:\"suspend_data: variable buffer of the SCO\";s:10:\"total_time\";s:22:\"total_time: total time\";s:18:\"total_time_seconds\";s:33:\"total_time: total time in seconds\";s:19:\"tracinteractionitem\";s:26:\"Evaluation per interaction\";s:19:\"tracinteractionuser\";s:19:\"Evaluation per user\";s:26:\"tracinteractionuseranswers\";s:18:\"Responses of users\";s:7:\"user_id\";s:7:\"User-ID\";s:9:\"weighting\";s:9:\"weighting\";}'),('scov','en','a:4:{s:11:\"crsv_create\";s:24:\"Create SCORM Certificate\";s:16:\"crsv_create_info\";s:67:\"Select a completed learning module to generate a certificate for it\";s:11:\"scov_create\";s:24:\"Create SCORM Certificate\";s:16:\"scov_create_info\";s:64:\"Select a completed SCORM module to generate a certificate for it\";}'),('search','en','a:133:{s:18:\"add_members_header\";s:11:\"Add Members\";s:19:\"adv_md_search_title\";s:25:\"Search in Custom Metadata\";s:14:\"append_results\";s:14:\"Append results\";s:10:\"btn_search\";s:6:\"Search\";s:18:\"last_search_result\";s:18:\"Last Search Result\";s:21:\"lucene_activate_field\";s:15:\"Activate Search\";s:24:\"lucene_advanced_settings\";s:15:\"Advanced Search\";s:30:\"lucene_advanced_settings_table\";s:15:\"Search Settings\";s:22:\"lucene_all_occurrences\";s:26:\"... %s other occurrence(s)\";s:10:\"lucene_and\";s:3:\"AND\";s:10:\"lucene_cpu\";s:25:\"Maximum Number of Threads\";s:17:\"lucene_create_ini\";s:25:\"Create Configuration File\";s:23:\"lucene_default_operator\";s:16:\"Default Operator\";s:28:\"lucene_default_operator_info\";s:196:\"Please choose the default operator for boolean queries. In default mode (‘AND’) terms are considered to be in conjunction. In ‘OR’ mode terms without any modifiers are considered optional.\";s:19:\"lucene_download_ini\";s:27:\"Download Configuration File\";s:20:\"lucene_err_ampersand\";s:81:\"Queries containing the special characters && must be in the form: term1 && term2.\";s:21:\"lucene_err_and_or_not\";s:82:\"Queries containing AND/OR/NOT must be in the form: term1 AND|OR|NOT|AND NOT term2.\";s:19:\"lucene_err_asterisk\";s:79:\"The wildcard (*) character must be preceded by at least one alphabet or number.\";s:16:\"lucene_err_caret\";s:92:\"The caret (^) character must be preceded by alphanumeric characters and followed by numbers.\";s:16:\"lucene_err_colon\";s:123:\"Field declarations (:) must be preceded by at least one alphabet or number and followed by at least one alphabet or number.\";s:27:\"lucene_err_exclamation_mark\";s:80:\"Queries containing the special character (!) must be in the form: term1 ! term2.\";s:28:\"lucene_err_parenthesis_empty\";s:48:\"Parentheses must contain at least one character.\";s:33:\"lucene_err_parenthesis_not_closed\";s:27:\"Parentheses must be closed.\";s:21:\"lucene_err_plus_minus\";s:74:\"(+) and (-) modifiers must be followed by at least one alphabet or number.\";s:24:\"lucene_err_question_mark\";s:84:\"The question mark (?) character must be preceded by at least one alphabet or number.\";s:17:\"lucene_err_quotes\";s:33:\"Please close all quote (\") marks.\";s:27:\"lucene_err_quotes_not_empty\";s:47:\"Quotes (\") must contain at least one character.\";s:23:\"lucene_general_settings\";s:16:\"General Settings\";s:11:\"lucene_host\";s:4:\"Host\";s:16:\"lucene_host_info\";s:60:\"Please enter the hostname or Ip-address for the java server.\";s:17:\"lucene_index_path\";s:25:\"Directory for Index Files\";s:22:\"lucene_index_path_info\";s:54:\"Please enter a directory name for storing index files.\";s:22:\"lucene_last_index_time\";s:21:\"Last Index Generation\";s:27:\"lucene_last_index_time_info\";s:71:\"Please modify this settings only if you have installed an index backup.\";s:12:\"lucene_level\";s:9:\"Log-Level\";s:10:\"lucene_log\";s:15:\"Path to Logfile\";s:15:\"lucene_log_info\";s:134:\"Enter the absolute path to a file in which log messages will we written. If the file does not exist, it will be created automatically.\";s:13:\"lucene_max_fs\";s:25:\"Maximum File Size (in MB)\";s:18:\"lucene_max_fs_info\";s:76:\"Defines the file size limit. Bigger files will not be included in the index.\";s:14:\"lucene_max_sub\";s:19:\"Number of Sub-items\";s:19:\"lucene_max_sub_info\";s:102:\"Please enter maximum number of sub-items (Forum threads, Glossary terms...) that are shown by default.\";s:21:\"lucene_more_hits_link\";s:15:\"%s more hits...\";s:20:\"lucene_num_frag_info\";s:63:\"Please choose the maximum number of highlighted text fragments.\";s:20:\"lucene_num_fragments\";s:24:\"Number of Text Fragments\";s:21:\"lucene_offline_filter\";s:13:\"Online-Status\";s:9:\"lucene_or\";s:2:\"OR\";s:11:\"lucene_port\";s:4:\"Port\";s:22:\"lucene_prefix_wildcard\";s:23:\"Prefix Wildcard Queries\";s:27:\"lucene_prefix_wildcard_info\";s:63:\"Supports prefix wildcard queries: ‘*LIAS’ finds ‘ILIAS’\";s:16:\"lucene_relevance\";s:27:\"Relevance of Search Results\";s:22:\"lucene_relevance_short\";s:9:\"Relevance\";s:19:\"lucene_settings_tab\";s:6:\"Lucene\";s:21:\"lucene_settings_title\";s:15:\"Lucene Settings\";s:21:\"lucene_show_relevance\";s:14:\"Show Relevance\";s:26:\"lucene_show_relevance_info\";s:132:\"Search results are sorted by their relevance. If activated, the relevance is shown as additional information for each search result.\";s:25:\"lucene_show_sub_relevance\";s:23:\"Show Sub-Item Relevance\";s:21:\"lucene_size_frag_info\";s:122:\"Please choose the maximum size of highlighted text fragments. To do this, enter the number of characters including spaces.\";s:21:\"lucene_size_fragments\";s:22:\"Size of Text Fragments\";s:21:\"lucene_tbl_create_ini\";s:27:\"Create Java-Server Ini-File\";s:37:\"search_add_members_from_container_crs\";s:27:\"Add Users of Current Course\";s:37:\"search_add_members_from_container_grp\";s:26:\"Add Users of Current Group\";s:13:\"search_adv_md\";s:15:\"Custom Metadata\";s:15:\"search_advanced\";s:15:\"Advanced Search\";s:16:\"search_all_words\";s:37:\"All words <small>(<i>AND</i>)</small>\";s:10:\"search_any\";s:9:\"-- Any --\";s:15:\"search_any_word\";s:35:\"Any word <small>(<i>OR</i>)</small>\";s:11:\"search_area\";s:11:\"Search Area\";s:16:\"search_area_info\";s:52:\"Please select an area where the search should start.\";s:27:\"search_auto_complete_length\";s:36:\"Number of Auto Complete List Entries\";s:19:\"search_cdate_filter\";s:23:\"Filter by Creation Date\";s:24:\"search_cdate_filter_info\";s:82:\"If enabled, the object search can be filtered by an optional creation date filter.\";s:25:\"search_choose_object_type\";s:30:\"Please choose one object type.\";s:14:\"search_content\";s:12:\"Page Content\";s:20:\"search_created_after\";s:21:\"Objects created after\";s:21:\"search_created_before\";s:25:\"Objects created before...\";s:17:\"search_created_on\";s:20:\"Objects create on...\";s:16:\"search_crs_title\";s:11:\"Course Name\";s:19:\"search_details_info\";s:58:\"Detailed search. Please select one or more resource types.\";s:13:\"search_direct\";s:13:\"Direct search\";s:25:\"search_err_user_not_exist\";s:43:\"A user with that login name does not exist.\";s:16:\"search_fast_info\";s:64:\"Search for titles, descriptions and keywords in all object types\";s:12:\"search_field\";s:18:\"Search Input Field\";s:20:\"search_field_perform\";s:14:\"Perform Search\";s:21:\"search_filter_by_type\";s:14:\"Filter by Type\";s:16:\"search_filter_cd\";s:23:\"Filter by Creation Date\";s:22:\"search_for_crs_members\";s:18:\"Search for Courses\";s:22:\"search_for_grp_members\";s:17:\"Search for Groups\";s:23:\"search_for_orgu_members\";s:31:\"Search for Organisational Units\";s:23:\"search_for_role_members\";s:16:\"Search for Roles\";s:16:\"search_for_users\";s:16:\"Search for Users\";s:16:\"search_grp_title\";s:10:\"Group Name\";s:22:\"search_hide_adv_search\";s:20:\"Hide Advanced Search\";s:23:\"search_item_filter_form\";s:14:\"Search by Type\";s:28:\"search_item_filter_form_info\";s:52:\"Search can be restricted to the chosen object types.\";s:16:\"search_like_info\";s:39:\"Choose this option to get best results.\";s:20:\"search_limit_reached\";s:107:\"Your search produced more than %s hits. You can restrict the search terms to receive more detailed results.\";s:10:\"search_lom\";s:12:\"LOM Metadata\";s:13:\"search_lucene\";s:13:\"Lucene search\";s:17:\"search_mime_excel\";s:11:\"Excel Files\";s:23:\"search_mime_filter_form\";s:16:\"Mime Type Filter\";s:28:\"search_mime_filter_form_info\";s:50:\"Search can be restricted to the chosen mime types.\";s:17:\"search_mime_image\";s:6:\"Images\";s:15:\"search_mime_pdf\";s:9:\"PDF Files\";s:22:\"search_mime_powerpoint\";s:16:\"Powerpoint Files\";s:16:\"search_mime_word\";s:10:\"Word Files\";s:19:\"search_minimum_info\";s:47:\"Your search must be at least %s characters long\";s:20:\"search_minimum_three\";s:51:\"Your search must be at least three characters long.\";s:17:\"search_newer_than\";s:18:\"Objects newer than\";s:27:\"search_no_connection_lucene\";s:32:\"Cannot connect to Lucene server.\";s:15:\"search_no_match\";s:38:\"Your search did not match any results.\";s:20:\"search_no_match_hint\";s:228:\"Your search for <b>%s</b> did not match any documents.<br /><br />Suggestions:<br />• Make sure all words are spelled correctly.<br />• Try different keywords.<br />• Try more general keywords.<br />• Try fewer keywords.\";s:19:\"search_no_selection\";s:22:\"You made no selection.\";s:10:\"search_off\";s:3:\"Off\";s:21:\"search_option_offline\";s:7:\"Offline\";s:20:\"search_option_online\";s:6:\"Online\";s:14:\"search_results\";s:14:\"Search Results\";s:17:\"search_role_title\";s:9:\"Role Name\";s:25:\"search_select_search_area\";s:18:\"Select Search Area\";s:25:\"search_show_inactive_user\";s:19:\"Show Inactive Users\";s:30:\"search_show_inactive_user_info\";s:58:\"If enabled, the user search will show inactive users, too.\";s:24:\"search_show_limited_user\";s:30:\"Show Users with Limited Access\";s:29:\"search_show_limited_user_info\";s:103:\"If enabled, the user search will also show users with limited access outside their allowed time period.\";s:23:\"search_term_combination\";s:11:\"Combination\";s:24:\"search_title_description\";s:19:\"Title / Description\";s:14:\"search_tst_svy\";s:13:\"Tests/Surveys\";s:11:\"search_type\";s:4:\"Type\";s:11:\"search_user\";s:5:\"Users\";s:20:\"search_user_extended\";s:20:\"Extended User Search\";s:23:\"search_user_search_form\";s:18:\"Global User Search\";s:28:\"search_user_search_info_form\";s:141:\"Users can be found in the global search. Furthermore, data in personal profiles of users is indexed if the Lucene fulltext search is enabled.\";s:12:\"search_users\";s:12:\"Search Users\";s:11:\"select_orgu\";s:27:\"Select Organisational Units\";s:5:\"until\";s:5:\"up to\";}'),('sess','en','a:93:{s:19:\"il_sess_participant\";s:20:\"Session Participants\";s:19:\"il_sess_status_open\";s:12:\"Open Session\";s:15:\"mail_sess_roles\";s:26:\"Send Mail to Session Roles\";s:12:\"notification\";s:12:\"Notification\";s:13:\"objs_crs_role\";s:12:\"Course Roles\";s:13:\"objs_grp_role\";s:11:\"Group Roles\";s:22:\"send_mail_participants\";s:27:\"All Participants of Session\";s:19:\"sess_accept_request\";s:20:\"Accept Participation\";s:11:\"sess_assign\";s:6:\"Assign\";s:14:\"sess_bt_refuse\";s:18:\"Cannot Participate\";s:16:\"sess_change_type\";s:19:\"Change Session Type\";s:12:\"sess_contact\";s:7:\"Contact\";s:9:\"sess_copy\";s:12:\"Copy Session\";s:21:\"sess_filter_all_types\";s:9:\"All types\";s:24:\"sess_filter_not_assigned\";s:12:\"Not Assigned\";s:11:\"sess_import\";s:14:\"Import Session\";s:23:\"sess_info_new_sess_type\";s:16:\"New Session Type\";s:16:\"sess_is_assigned\";s:8:\"Assigned\";s:26:\"sess_list_reg_limit_places\";s:11:\"Free places\";s:14:\"sess_lp_preset\";s:26:\"Activate Learning Progress\";s:19:\"sess_lp_preset_info\";s:69:\"Activates the learning progress for all session events to be created.\";s:21:\"sess_mail_admins_only\";s:23:\"For Administrators only\";s:26:\"sess_mail_admins_only_info\";s:97:\"Only administrators can use the feature ‘Mail to Participants’ in the ‘Participants’ tab.\";s:13:\"sess_mail_all\";s:20:\"For all Participants\";s:18:\"sess_mail_all_info\";s:94:\"All participants can use the feature ‘Mail to Participants’ in the ‘Participants’ tab.\";s:34:\"sess_mail_context_participant_info\";s:90:\"For the participant e-mails on the participants and learning progress screens of a session\";s:35:\"sess_mail_context_participant_title\";s:29:\"Session: Mail to Participants\";s:24:\"sess_mail_permanent_link\";s:90:\"Click on the following link to find all of the information you need regarding the session:\";s:37:\"sess_mail_permanent_link_participants\";s:68:\"Click on the following link to edit the participants of the session:\";s:21:\"sess_mail_sub_acc_bod\";s:42:\"you have been registered for session \"%s\".\";s:21:\"sess_mail_sub_acc_sub\";s:29:\"Registration for Session \"%s\"\";s:21:\"sess_mail_sub_dec_bod\";s:52:\"your registration for session \"%s\" has been refused.\";s:21:\"sess_mail_sub_dec_sub\";s:37:\"Registration refused for session \"%s\"\";s:14:\"sess_mail_type\";s:20:\"Mail to Participants\";s:22:\"sess_material_assigned\";s:8:\"Assigned\";s:26:\"sess_material_not_assigned\";s:12:\"Not Assigned\";s:23:\"sess_max_members_needed\";s:67:\"A maximum number of members is needed for the waiting list feature.\";s:17:\"sess_mem_contacts\";s:16:\"Tutorial Support\";s:18:\"sess_mem_send_mail\";s:9:\"Send Mail\";s:19:\"sess_mem_tbl_header\";s:20:\"Session Participants\";s:26:\"sess_member_administration\";s:17:\"Edit Participants\";s:12:\"sess_members\";s:12:\"Participants\";s:20:\"sess_members_gallery\";s:15:\"Session Gallery\";s:24:\"sess_members_print_title\";s:20:\"Session Participants\";s:28:\"sess_msg_applicants_assigned\";s:36:\"Applicant(s) registered for session.\";s:27:\"sess_msg_applicants_removed\";s:31:\"Applicant(s) removed from list.\";s:22:\"sess_new_registrations\";s:12:\"Join Request\";s:24:\"sess_notification_option\";s:6:\"Option\";s:32:\"sess_notification_option_inherit\";s:19:\"Inherit from Parent\";s:37:\"sess_notification_option_inherit_info\";s:114:\"Use the parent notification settings (e.g. notification settings from course or group) for members of this session\";s:31:\"sess_notification_option_manual\";s:12:\"Set manually\";s:36:\"sess_notification_option_manual_info\";s:75:\"Notification setting for users has to be set manually in tab \'Participants\'\";s:9:\"sess_open\";s:12:\"Open Session\";s:29:\"sess_part_filter_participated\";s:13:\"Only Attended\";s:27:\"sess_part_filter_registered\";s:15:\"Only Registered\";s:23:\"sess_part_table_excused\";s:7:\"Excused\";s:31:\"sess_participation_refused_info\";s:52:\"Your participation for this event has been canceled.\";s:15:\"sess_print_list\";s:13:\"Generate List\";s:20:\"sess_reg_added_to_wl\";s:40:\"You have been added to the waiting list.\";s:27:\"sess_reg_cannot_participate\";s:18:\"Cannot Participate\";s:32:\"sess_reg_cannot_participate_info\";s:63:\"Users can indicate that they cannot participate in the session.\";s:15:\"sess_reg_direct\";s:21:\"Declare Participation\";s:20:\"sess_reg_direct_info\";s:56:\"User has to click ‘Attend’ to participate in session\";s:17:\"sess_reg_disabled\";s:20:\"Without Registration\";s:22:\"sess_reg_disabled_info\";s:54:\"Registration options are not offered for this session.\";s:20:\"sess_reg_max_members\";s:25:\"Limited Number of Members\";s:25:\"sess_reg_max_members_info\";s:67:\"Define the maximum number of users that can participate in session.\";s:26:\"sess_reg_max_members_short\";s:17:\"Number of Members\";s:27:\"sess_reg_max_users_exceeded\";s:78:\"A registration is not possible, since the maximum number of users id exceeded.\";s:30:\"sess_reg_max_users_exceeded_wl\";s:69:\"The maximum number of users for this session appointment is exceeded.\";s:16:\"sess_reg_request\";s:23:\"Apply for Participation\";s:21:\"sess_reg_request_info\";s:83:\"An administrator has to decide upon each user\'s apply for participating in session.\";s:14:\"sess_reg_tutor\";s:24:\"No Registration Possible\";s:19:\"sess_reg_tutor_info\";s:92:\"Users cannot register for this session on their own. Only administrators can register users.\";s:13:\"sess_reg_type\";s:23:\" Registration Procedure\";s:21:\"sess_reg_waiting_list\";s:12:\"Waiting List\";s:30:\"sess_reg_waiting_list_autofill\";s:14:\"With Auto-Fill\";s:35:\"sess_reg_waiting_list_autofill_info\";s:190:\"Participants are recruited from the waiting list automatically on cancellations. This should not be used with the \"Apply for Participation\" registration procedure as autofill will bypass it.\";s:33:\"sess_reg_waiting_list_no_autofill\";s:17:\"Without Auto-Fill\";s:38:\"sess_reg_waiting_list_no_autofill_info\";s:95:\"If the maximum number of users is exceeded, new registrations will be placed on a waiting list.\";s:26:\"sess_reg_waiting_list_none\";s:4:\"None\";s:23:\"sess_registered_confirm\";s:117:\"Participation requires confirmation by an administrator. You will be notified when your application has been handled.\";s:30:\"sess_registration_notification\";s:12:\"Notification\";s:35:\"sess_registration_notification_info\";s:99:\"Shows column in tab \'Participants\' to select users being notified about new or leaving participants\";s:16:\"sess_section_reg\";s:21:\"Registration Settings\";s:32:\"sess_setting_header_presentation\";s:12:\"Presentation\";s:17:\"sess_show_members\";s:17:\"Show Participants\";s:27:\"sess_show_participants_info\";s:69:\"If activated, session participants can access the participant gallery\";s:10:\"sess_title\";s:16:\"Title of Session\";s:16:\"sess_users_added\";s:42:\"Registered selected users for the session.\";s:27:\"sess_users_already_assigned\";s:48:\"The user is already registered for this session.\";s:28:\"sess_users_removed_from_list\";s:59:\"The selected users have been removed from the waiting list.\";s:27:\"sess_warn_sess_type_changed\";s:85:\"Do you really want to change the session type? All permission settings will be reset.\";}'),('shib','en','a:38:{s:17:\"shib_activate_new\";s:26:\"New Accounts with Approval\";s:22:\"shib_activate_new_info\";s:86:\"Newly-created accounts are inactive until they have been approved by an administrator.\";s:16:\"shib_add_missing\";s:20:\"Assign Missing Roles\";s:15:\"shib_add_remove\";s:16:\"Add/Remove Roles\";s:20:\"shib_assignment_type\";s:18:\"Kind of Assignment\";s:14:\"shib_attr_info\";s:62:\"Assign by a specific attribute in the Shibboleth User Profile.\";s:14:\"shib_attribute\";s:14:\"User Attribute\";s:19:\"shib_attribute_name\";s:14:\"Attribute Name\";s:20:\"shib_attribute_value\";s:15:\"Attribute Value\";s:26:\"shib_check_role_assignment\";s:38:\"Assignment of Roles After Later Logins\";s:16:\"shib_choose_role\";s:11:\"Choose Role\";s:25:\"shib_confirm_del_role_ass\";s:49:\"Do you really want to delete the following rules?\";s:17:\"shib_deleted_rule\";s:25:\"Deleted role assignments.\";s:16:\"shib_global_role\";s:11:\"Global Role\";s:15:\"shib_ilias_role\";s:15:\"ILIAS Role Name\";s:15:\"shib_local_role\";s:10:\"Local Role\";s:22:\"shib_missing_attr_name\";s:32:\"Please enter the attribute name.\";s:23:\"shib_missing_attr_value\";s:33:\"Please enter the attribute value.\";s:22:\"shib_missing_plugin_id\";s:31:\"Please enter a valid plugin id.\";s:17:\"shib_missing_role\";s:23:\"Please select one role.\";s:13:\"shib_new_rule\";s:12:\"Add new Rule\";s:11:\"shib_plugin\";s:20:\"Assignment by Plugin\";s:14:\"shib_plugin_id\";s:9:\"Plugin ID\";s:16:\"shib_plugin_info\";s:75:\"Validate the role assignment with a plugin. Please enter a valid plugin id.\";s:22:\"shib_remove_deprecated\";s:25:\"Deassign Deprecated Roles\";s:19:\"shib_role_ass_table\";s:29:\"New Rule for Role Assignments\";s:20:\"shib_role_assignment\";s:16:\"Role Assignments\";s:22:\"shib_role_by_attribute\";s:20:\"Shibboleth Attribute\";s:19:\"shib_role_by_plugin\";s:9:\"By Plugin\";s:14:\"shib_role_name\";s:15:\"ILIAS Role Name\";s:19:\"shib_role_name_info\";s:69:\"Please choose either a global role or enter the name of a local role.\";s:19:\"shib_role_selection\";s:14:\"Role Selection\";s:19:\"shib_rule_condition\";s:9:\"Condition\";s:14:\"shib_rule_type\";s:18:\"Type of Assignment\";s:17:\"shib_rules_tables\";s:28:\"Active Role Assignment Rules\";s:13:\"shib_settings\";s:19:\"Shibboleth Settings\";s:26:\"shib_update_role_ass_table\";s:25:\"Edit Role Assignment Rule\";s:17:\"shib_update_roles\";s:16:\"Role Assignments\";}'),('skll','en','a:9:{s:28:\"skll_competence_achievements\";s:42:\"New competence achievements and appraisals\";s:33:\"skll_intro_skill_notification_for\";s:59:\"this is an overview of your latest competence achievements.\";s:25:\"skll_lhist_skill_achieved\";s:38:\"Status $4$ of $3$ was assigned in $1$.\";s:34:\"skll_lhist_skill_profile_fulfilled\";s:37:\"Competence Profile $3$ was fulfilled.\";s:26:\"skll_lhist_skill_self_eval\";s:36:\"Status $4$ of $3$ was self-assigned.\";s:29:\"skll_lhist_skill_self_eval_in\";s:43:\"Status $4$ of $3$ was self-assigned in $1$.\";s:27:\"skll_new_skill_achievements\";s:65:\"You achieved new competence levels in the period of %1$s to %2$s:\";s:23:\"skll_skill_notification\";s:23:\"Competence Notification\";s:28:\"skll_skill_notification_desc\";s:44:\"Informs user on newly set competence levels.\";}'),('skmg','en','a:179:{s:4:\"scat\";s:19:\"Competence Category\";s:4:\"skll\";s:10:\"Competence\";s:15:\"skmg_360_survey\";s:12:\"360° Survey\";s:19:\"skmg_add_assignment\";s:19:\"Add Roles / Members\";s:14:\"skmg_add_level\";s:9:\"Add Level\";s:22:\"skmg_add_local_profile\";s:17:\"Add Local Profile\";s:16:\"skmg_add_profile\";s:11:\"Add Profile\";s:17:\"skmg_add_resource\";s:24:\"Assign Repository Object\";s:14:\"skmg_add_skill\";s:14:\"Add Competence\";s:19:\"skmg_add_skill_tree\";s:19:\"Add Competence Tree\";s:24:\"skmg_add_user_to_profile\";s:29:\"Add users or roles to profile\";s:8:\"skmg_all\";s:3:\"All\";s:25:\"skmg_allow_local_profiles\";s:32:\"Allow Creation of Local Profiles\";s:30:\"skmg_allow_local_profiles_info\";s:132:\"Users with permission \'Edit Settings\' in Courses and Groups can create local competence profiles using globally defined competences.\";s:33:\"skmg_ass_materials_from_workspace\";s:193:\"Here you can assign materials, e.g. files, from your personal resources to competence levels. If you would like to add materials to your personal resources now, please click the following link.\";s:17:\"skmg_assign_level\";s:12:\"Assign Level\";s:21:\"skmg_assign_materials\";s:25:\"Assign Personal Resources\";s:16:\"skmg_assign_user\";s:11:\"Assign User\";s:21:\"skmg_assigned_objects\";s:16:\"Assigned Objects\";s:22:\"skmg_assigned_profiles\";s:28:\"Assigned Competence Profiles\";s:26:\"skmg_assigned_skill_levels\";s:27:\"Assigned Competence Targets\";s:19:\"skmg_assigned_users\";s:24:\"Assigned Roles and Users\";s:31:\"skmg_cannot_delete_nodes_in_use\";s:60:\"Some items cannot be deleted, because they are still in use.\";s:27:\"skmg_cert_skill_level_title\";s:22:\"Competence Level Title\";s:21:\"skmg_cert_skill_title\";s:16:\"Competence Title\";s:29:\"skmg_cert_skill_trigger_title\";s:24:\"Competence Trigger Title\";s:36:\"skmg_confirm_level_resources_removal\";s:88:\"Do you really want to remove the following repository objects from the competence level?\";s:29:\"skmg_confirm_remove_level_ass\";s:78:\"So you really want to remove the following competence levels from the profile?\";s:25:\"skmg_confirm_user_removal\";s:67:\"Do you really want to remove the following users from this profile?\";s:23:\"skmg_cont_profiles_info\";s:268:\"In this view, you can select the competence profiles with competence entries, which are related to the currently open object (course/group). To get to the global view with all competence profiles you are assigned to and all competence entries, click on the link below.\";s:29:\"skmg_cont_profiles_info_empty\";s:70:\"There are no competence profiles related to the currently open object.\";s:28:\"skmg_cont_records_info_empty\";s:64:\"There are no competences related to the currently opened object.\";s:19:\"skmg_context_global\";s:6:\"Global\";s:18:\"skmg_context_local\";s:5:\"Local\";s:21:\"skmg_count_references\";s:33:\"Number of referenced competences:\";s:16:\"skmg_create_sctp\";s:24:\"Create Template Category\";s:26:\"skmg_create_skill_category\";s:26:\"Create Competence Category\";s:26:\"skmg_create_skill_template\";s:26:\"Create Competence Template\";s:35:\"skmg_create_skill_template_category\";s:35:\"Create Competence Template Category\";s:36:\"skmg_create_skill_template_reference\";s:36:\"Create Competence Template Reference\";s:16:\"skmg_create_skll\";s:17:\"Create Competence\";s:21:\"skmg_custom_image_alt\";s:35:\"Custom image for competence profile\";s:20:\"skmg_delete_profiles\";s:52:\"Do you really want to delete the following profiles?\";s:19:\"skmg_delete_warning\";s:499:\"Are you sure that you want to delete the following item(s)? When you delete the items, you also delete all usages, assignments and achievements of it. To be on the safe side, you find a list of all usages below. If the item is used in a competence profile, it will be removed from the profile, too. This may cause the fulfilment of the competence profile for the assigned users. If your are not sure whether an item should really be deleted, please use the statuses in the settings of a single item.\";s:21:\"skmg_description_info\";s:40:\"The description comes from the template.\";s:15:\"skmg_edit_level\";s:10:\"Edit Level\";s:17:\"skmg_edit_profile\";s:12:\"Edit Profile\";s:14:\"skmg_edit_scat\";s:24:\"Edit Competence Category\";s:14:\"skmg_edit_sctp\";s:22:\"Edit Template Category\";s:14:\"skmg_edit_skll\";s:24:\"Edit Competence Settings\";s:14:\"skmg_edit_sktr\";s:34:\"Edit Competence Template Reference\";s:16:\"skmg_enable_skmg\";s:30:\"Activate Competence Management\";s:16:\"skmg_eval_type_1\";s:9:\"Appraisal\";s:16:\"skmg_eval_type_2\";s:11:\"Measurement\";s:16:\"skmg_eval_type_3\";s:15:\"Self-Evaluation\";s:23:\"skmg_eval_type_latest_1\";s:16:\"Latest Appraisal\";s:23:\"skmg_eval_type_latest_2\";s:18:\"Latest Measurement\";s:23:\"skmg_eval_type_latest_3\";s:22:\"Latest Self-Evaluation\";s:28:\"skmg_execute_self_evaluation\";s:5:\"Start\";s:22:\"skmg_form_presentation\";s:12:\"Presentation\";s:32:\"skmg_from_lower_to_higher_levels\";s:87:\"Please order the competence levels from lower ones on top to higher ones at the bottom.\";s:27:\"skmg_hide_profile_self_eval\";s:46:\"Hide Competence Target without Self Evaluation\";s:32:\"skmg_hide_profile_self_eval_info\";s:109:\"Competence Target will not be shown to a user, if no self evaluation has been done for a specific competence.\";s:18:\"skmg_import_skills\";s:6:\"Import\";s:15:\"skmg_input_file\";s:11:\"Import File\";s:33:\"skmg_insert_basic_skill_from_clip\";s:33:\"Insert Competences from Clipboard\";s:39:\"skmg_insert_please_choose_one_type_only\";s:37:\"Please choose only one type of items.\";s:36:\"skmg_insert_skill_category_from_clip\";s:43:\"Insert Competence Categories from Clipboard\";s:36:\"skmg_insert_skill_template_from_clip\";s:41:\"Insert Competence Template from Clipboard\";s:46:\"skmg_insert_skill_template_reference_from_clip\";s:51:\"Insert Competence Template Reference from Clipboard\";s:39:\"skmg_insert_template_category_from_clip\";s:39:\"Insert Template Category from Clipboard\";s:10:\"skmg_items\";s:5:\"Items\";s:10:\"skmg_level\";s:5:\"Level\";s:16:\"skmg_list_skills\";s:16:\"List Competences\";s:30:\"skmg_local_assignment_profiles\";s:41:\"Allow Local Assignment of Global Profiles\";s:22:\"skmg_lp_triggers_level\";s:37:\"Completion Triggers Competence Record\";s:14:\"skmg_materials\";s:18:\"Personal Resources\";s:24:\"skmg_materials_resources\";s:18:\"Learning Materials\";s:14:\"skmg_new_level\";s:9:\"New Level\";s:13:\"skmg_new_sktr\";s:33:\"New Competence Template Reference\";s:14:\"skmg_next_step\";s:9:\"Next Step\";s:24:\"skmg_no_nodes_selectable\";s:46:\"Currently there are no competences selectable.\";s:21:\"skmg_no_skill_entries\";s:52:\"You do not have any entries for this competence yet.\";s:28:\"skmg_no_skills_selected_info\";s:253:\"You have not selected or fulfilled any competences yet. Click on the \"Add Competence\"-button to select a competence. You can add any number of competences. If you fulfill competences by editing learning materials, they will be automatically listed here.\";s:15:\"skmg_no_trigger\";s:10:\"No Trigger\";s:7:\"skmg_nr\";s:2:\"Nr\";s:11:\"skmg_number\";s:6:\"Number\";s:9:\"skmg_open\";s:4:\"Open\";s:31:\"skmg_open_all_assigned_profiles\";s:37:\"Open All Assigned Competence Profiles\";s:10:\"skmg_order\";s:5:\"Order\";s:13:\"skmg_order_nr\";s:12:\"Order Number\";s:18:\"skmg_order_nr_info\";s:48:\"Positions competence in the list of competences.\";s:29:\"skmg_please_select_self_skill\";s:40:\"Start a new Self Evaluation. Competence:\";s:36:\"skmg_please_select_your_skill_levels\";s:37:\"Please select your competence levels.\";s:18:\"skmg_previous_step\";s:13:\"Previous Step\";s:12:\"skmg_profile\";s:7:\"Profile\";s:25:\"skmg_really_delete_levels\";s:61:\"Do you really want to delete the following competence levels?\";s:25:\"skmg_really_remove_skills\";s:70:\"Do you really want to remove the following competences from your list?\";s:38:\"skmg_recommended_learning_material_crs\";s:35:\"Achieve your targets in this course\";s:41:\"skmg_recommended_learning_material_global\";s:20:\"Achieve your targets\";s:38:\"skmg_recommended_learning_material_grp\";s:34:\"Achieve your targets in this group\";s:39:\"skmg_recommended_learning_material_info\";s:145:\"Please work through the following learning materials to achieve the competence target. Select exactly one learning material per competence level.\";s:17:\"skmg_refresh_view\";s:7:\"Refresh\";s:11:\"skmg_remove\";s:6:\"Remove\";s:18:\"skmg_remove_levels\";s:13:\"Remove Levels\";s:17:\"skmg_remove_skill\";s:17:\"Remove Competence\";s:19:\"skmg_remove_trigger\";s:14:\"Remove Trigger\";s:14:\"skmg_resources\";s:18:\"Repository Objects\";s:15:\"skmg_save_order\";s:10:\"Save Order\";s:25:\"skmg_save_self_evaluation\";s:22:\"Finish Self-Evaluation\";s:18:\"skmg_save_settings\";s:13:\"Save Settings\";s:9:\"skmg_sctp\";s:28:\"Competence Template Category\";s:17:\"skmg_select_level\";s:23:\"Select Competence Level\";s:17:\"skmg_select_skill\";s:61:\"Click on a competence to add it to your personal competences.\";s:30:\"skmg_select_skill_level_assign\";s:27:\"Please select a competence.\";s:19:\"skmg_select_trigger\";s:14:\"Select Trigger\";s:15:\"skmg_selectable\";s:10:\"Selectable\";s:20:\"skmg_selectable_info\";s:61:\"Allows user to select this category as a personal competence.\";s:36:\"skmg_selected_items_have_been_copied\";s:32:\"Selected items have been copied.\";s:33:\"skmg_selected_items_have_been_cut\";s:29:\"Selected items have been cut.\";s:20:\"skmg_selected_skills\";s:20:\"Selected Competences\";s:20:\"skmg_self_evaluation\";s:15:\"Self-Evaluation\";s:27:\"skmg_self_evaluation_byline\";s:91:\"The self-evaluation will be excluded from target achievement. It is used for your guidance.\";s:21:\"skmg_self_evaluations\";s:16:\"Self-Evaluations\";s:22:\"skmg_set_as_lp_trigger\";s:43:\"Completion Should Trigger Competence Record\";s:25:\"skmg_set_as_no_lp_trigger\";s:47:\"Completion Should Not Trigger Competence Record\";s:24:\"skmg_set_as_no_suggested\";s:32:\"Do not Show as Learning Material\";s:21:\"skmg_set_as_suggested\";s:25:\"Show as Learning Material\";s:13:\"skmg_settings\";s:30:\"Competence Management Settings\";s:13:\"skmg_show_all\";s:8:\"Show All\";s:24:\"skmg_show_latest_entries\";s:19:\"Show Latest Entries\";s:10:\"skmg_skill\";s:10:\"Competence\";s:17:\"skmg_skill_in_use\";s:160:\"This competence is used by users or content. Not all commands are available. Please keep in mind that any changes that are made will affect the existing usages.\";s:16:\"skmg_skill_level\";s:16:\"Competence Level\";s:24:\"skmg_skill_level_trigger\";s:24:\"Competence Level Trigger\";s:17:\"skmg_skill_levels\";s:17:\"Competence Levels\";s:33:\"skmg_skill_management_deactivated\";s:47:\"Competence Management is currently deactivated.\";s:28:\"skmg_skill_needs_impr_no_res\";s:149:\"You need to improve this competence. Unfortunately, there are currently no learning materials available, which are aligned to your competence target.\";s:25:\"skmg_skill_needs_impr_res\";s:108:\"You need to improve this competence. The following learning materials are aligned to your competence target.\";s:26:\"skmg_skill_needs_self_eval\";s:69:\"Please conduct a self-evaluation first to see your competence target.\";s:30:\"skmg_skill_needs_self_eval_box\";s:203:\"Please note that you have not conducted a self-evaluation for at least one competence in this profile. You will not see the competence target for the affected competences until a self-evaluation is done.\";s:24:\"skmg_skill_no_needs_impr\";s:27:\"Competence target achieved!\";s:29:\"skmg_skill_no_needs_impr_info\";s:44:\"You achieved the target for this competence.\";s:19:\"skmg_skill_overview\";s:8:\"Overview\";s:26:\"skmg_skill_profile_records\";s:18:\"Competence Records\";s:19:\"skmg_skill_profiles\";s:19:\"Competence Profiles\";s:19:\"skmg_skill_template\";s:19:\"Competence Template\";s:20:\"skmg_skill_templates\";s:20:\"Competence Templates\";s:15:\"skmg_skill_tree\";s:15:\"Competence Tree\";s:16:\"skmg_skill_trees\";s:16:\"Competence Trees\";s:11:\"skmg_skills\";s:11:\"Competences\";s:9:\"skmg_sktr\";s:29:\"Competence Template Reference\";s:11:\"skmg_status\";s:6:\"Status\";s:17:\"skmg_status_draft\";s:15:\"Draft (Offline)\";s:22:\"skmg_status_draft_info\";s:20:\"Item will be hidden.\";s:20:\"skmg_status_outdated\";s:8:\"Outdated\";s:25:\"skmg_status_outdated_info\";s:185:\"Item cannot be newly selected by users as personal competence, or newly assigned to repository objects or competence profiles. However existing assignments and data are still presented.\";s:19:\"skmg_status_publish\";s:9:\"Published\";s:24:\"skmg_status_publish_info\";s:51:\"Item can be used if all parents are published, too.\";s:14:\"skmg_suggested\";s:26:\"Shown as Learning Material\";s:24:\"skmg_suggested_resources\";s:27:\"Assigned Repository Objects\";s:32:\"skmg_sure_delete_self_evaluation\";s:60:\"Do you really want to delete the following self-evaluations?\";s:17:\"skmg_target_level\";s:17:\"Competence Target\";s:18:\"skmg_target_levels\";s:18:\"Competence Targets\";s:12:\"skmg_trigger\";s:7:\"Trigger\";s:9:\"skmg_type\";s:4:\"Type\";s:22:\"skmg_type_of_formation\";s:17:\"Type of Formation\";s:17:\"skmg_update_order\";s:12:\"Update Order\";s:10:\"skmg_usage\";s:5:\"Usage\";s:22:\"skmg_usage_obj_objects\";s:9:\"Object(s)\";s:23:\"skmg_usage_obj_profiles\";s:10:\"Profile(s)\";s:20:\"skmg_usage_obj_users\";s:7:\"User(s)\";s:24:\"skmg_usage_type_info_gen\";s:33:\"General Use in Repository Objects\";s:24:\"skmg_usage_type_info_mat\";s:63:\"Users assigned personal resources from their personal workspace\";s:25:\"skmg_usage_type_info_pers\";s:40:\"Selected by Users as Personal Competence\";s:25:\"skmg_usage_type_info_prof\";s:27:\"Used in Competence Profiles\";s:24:\"skmg_usage_type_info_res\";s:48:\"Repository Objects Assigned as Learning Material\";s:25:\"skmg_usage_type_info_user\";s:17:\"Assigned to Users\";s:25:\"skmg_your_self_evaluation\";s:20:\"Your Self-Evaluation\";}'),('style','en','a:458:{s:5:\"Style\";s:5:\"Style\";s:10:\"adapt_icon\";s:10:\"Adapt Icon\";s:22:\"adapt_icon_description\";s:44:\"Adapt icon colors or change the icon itself.\";s:11:\"adapt_icons\";s:17:\"Adapt Icon Colors\";s:23:\"adapt_icons_description\";s:175:\"All icons that could be found in svg icons in the skins images folder are listed here. If one color is changed, it will be changed in all icons containing this colors at once.\";s:10:\"adapt_scss\";s:10:\"Adapt scss\";s:22:\"adapt_scss_description\";s:385:\"This is a direct representation of all scss variables from the settings files used in the selected skin. Variable names and descriptions are drawn directly from those files and are therefore only available in their original language. The selected style will be recompiled completely by updating/reseting the variables. Resetting variables will create a copy of the default delos style.\";s:12:\"add_substyle\";s:13:\"Add Sub Style\";s:16:\"add_system_style\";s:16:\"Add System Style\";s:10:\"assignment\";s:10:\"Assignment\";s:10:\"blue_color\";s:10:\"Blue Color\";s:11:\"blue_colors\";s:11:\"Blue Colors\";s:23:\"blue_colors_description\";s:22:\"Blue Color Description\";s:22:\"can_not_read_scss_file\";s:28:\"Cannot read scss file. Path:\";s:29:\"cant_deactivate_default_style\";s:37:\"Default styles cannot be deactivated.\";s:27:\"cant_delete_activated_style\";s:32:\"Active Styles cannot be deleted.\";s:29:\"cant_delete_if_users_assigned\";s:54:\"Styles can not be deleted if users are still assigned.\";s:32:\"cant_delete_style_with_substyles\";s:41:\"Styles with sub styles cannot be deleted.\";s:11:\"change_icon\";s:11:\"Change Icon\";s:5:\"color\";s:5:\"Color\";s:18:\"color_changed_from\";s:19:\"Color changed from:\";s:16:\"color_changed_to\";s:3:\"to:\";s:11:\"color_reset\";s:159:\"The colors of the icons have been reset. Important: Note that caching might prevent your changes from being shown. You might need to clear your browsers cache.\";s:12:\"color_update\";s:161:\"The colors of the icons have been updated. Important: Note that caching might prevent your changes from being shown. You might need to clear your browsers cache.\";s:20:\"default_style_set_to\";s:41:\"The default system style has been set to:\";s:14:\"dir_changed_to\";s:32:\"The directory has been moved to:\";s:15:\"dir_copied_from\";s:38:\"The directory has been copied to from:\";s:11:\"dir_created\";s:41:\"The following directory has been created:\";s:11:\"dir_deleted\";s:41:\"The following directory has been deleted:\";s:20:\"dir_preserved_backup\";s:24:\"Preserved Backup folder:\";s:20:\"dir_preserved_linked\";s:15:\"Preserved Link:\";s:17:\"directory_created\";s:18:\"Directory created:\";s:13:\"documentation\";s:13:\"Documentation\";s:13:\"edit_by_color\";s:13:\"Edit by Color\";s:12:\"edit_by_icon\";s:12:\"Edit by Icon\";s:45:\"enable_system_styles_management_no_write_perm\";s:162:\"System styles management is enabled but ILIAS does not have write permission on the Customizing/global/skin folder. No new styles can therefore be created/edited.\";s:16:\"entries_reloaded\";s:30:\"All entries have been reloaded\";s:12:\"file_deleted\";s:32:\"Following file has been deleted:\";s:8:\"font_dir\";s:14:\"Font Directory\";s:20:\"font_dir_description\";s:223:\"Folder to store fonts of the skin into. This directory can be shared with other styles and sub styles of this skin. Beware, if this folder is adapted, the SCSS variable il-web-font-path needs to be manually adapted as well.\";s:9:\"from_skin\";s:8:\"of skin:\";s:11:\"green_color\";s:11:\"Green Color\";s:12:\"green_colors\";s:12:\"Green Colors\";s:24:\"green_colors_description\";s:23:\"Green Color Description\";s:10:\"grey_color\";s:10:\"Gray Color\";s:11:\"grey_colors\";s:11:\"Gray Colors\";s:23:\"grey_colors_description\";s:22:\"Gray Color Description\";s:5:\"icons\";s:5:\"Icons\";s:13:\"icons_gallery\";s:13:\"Icons Gallery\";s:9:\"image_dir\";s:15:\"Image Directory\";s:21:\"image_dir_description\";s:131:\"Folder to store images (mostly icons) of the skin into. This directory can be shared with other styles and sub styles of this skin.\";s:17:\"in_main_scss_file\";s:56:\"is not imported inside the system styles main scss file:\";s:17:\"invalid_scss_path\";s:258:\"The provided sass/scss path is either not valid or the webserver does not have the proper permission to read and execute sass/scss. Sass/scss (or the file linked to by the file pointed to by the scss path) has to be readable and executable by your webserver.\";s:25:\"ks_documentation_of_style\";s:36:\"Kitchen Sink documentation of style:\";s:28:\"ks_documentation_of_substyle\";s:40:\"Kitchen Sink documentation of sub style:\";s:17:\"main_scss_created\";s:27:\"Main SCSS has been created:\";s:20:\"manage_system_styles\";s:20:\"Manage System Styles\";s:21:\"msg_sub_style_created\";s:31:\"The sub style has been created.\";s:21:\"msg_sys_style_created\";s:51:\"The new system style has successfully been created.\";s:20:\"msg_sys_style_update\";s:31:\"System Styles have been updated\";s:16:\"no_scss_path_set\";s:16:\"No Scss Path set\";s:17:\"no_style_selected\";s:31:\"No sub style has been selected.\";s:9:\"of_parent\";s:10:\"of parent:\";s:18:\"open_documentation\";s:18:\"Open Documentation\";s:6:\"parent\";s:12:\"Parent Style\";s:8:\"personal\";s:8:\"Personal\";s:21:\"personal_style_set_to\";s:36:\"Your personal style has been set to:\";s:7:\"preview\";s:7:\"Preview\";s:18:\"provided_scss_path\";s:19:\"Provided scss path:\";s:9:\"red_color\";s:9:\"Red Color\";s:10:\"red_colors\";s:10:\"Red Colors\";s:22:\"red_colors_description\";s:21:\"Red Color Description\";s:15:\"refresh_entries\";s:15:\"Refresh Entries\";s:17:\"remove_assignment\";s:17:\"Remove Assignment\";s:11:\"reset_icons\";s:11:\"Reset Icons\";s:15:\"reset_variables\";s:15:\"Reset Variables\";s:5:\"scope\";s:5:\"Scope\";s:4:\"scss\";s:4:\"Scss\";s:24:\"scss_can_not_be_modified\";s:23:\"Scss cannot be modified\";s:19:\"scss_compile_failed\";s:134:\"Something in the compilation of the scss file went wrong. Is scss installed and the path set correctly in ILIAS setup? Original error:\";s:15:\"scss_file_reset\";s:154:\"The scss variables have been reset. Important: Note that caching might prevent your changes from being shown. You might need to clear your browsers cache.\";s:17:\"scss_file_updated\";s:156:\"The scss variables have been updated. Important: Note that caching might prevent your changes from being shown. You might need to clear your browsers cache.\";s:17:\"scss_folder_reset\";s:17:\"Scss folder reset\";s:19:\"scss_folder_updated\";s:28:\"Scss folder has been updated\";s:31:\"scss_scss_installation_detected\";s:35:\"Scss/sass installation detected at:\";s:19:\"scss_variable_empty\";s:125:\"This variable was empty. The default from your settings files has been set. Please check if this is correct before compiling.\";s:39:\"scss_variables_empty_might_have_changed\";s:282:\"There are empty variables in your form. You might have changed your settings files since loading this form. The defaults from the settings files have been set for the empty fields. Please check those marked empty fields before compiling and saving the values to your settings files.\";s:32:\"scss_variables_file_not_included\";s:25:\"The scss variables files:\";s:11:\"select_icon\";s:11:\"Select Icon\";s:17:\"settings_of_style\";s:12:\"Manage style\";s:20:\"settings_of_substyle\";s:16:\"Manage sub style\";s:4:\"skin\";s:4:\"Skin\";s:12:\"skin_deleted\";s:32:\"Following skin has been deleted:\";s:7:\"skin_id\";s:7:\"Skin ID\";s:19:\"skin_id_description\";s:228:\"Skins are container for styles and sub styles. The skin ID sets the name of the folder that holds all style and sub style information. Only letters, numbers as well as hyphens or underline characters are to be used in skin ID\'s.\";s:14:\"skin_id_exists\";s:41:\"There exists already a skin with this ID.\";s:9:\"skin_name\";s:9:\"Skin Name\";s:21:\"skin_name_description\";s:164:\"The skin name can be used to describe the area of application of the skin in human readable form. It will appear in all UI elements allowing the selection of skins.\";s:12:\"skin_version\";s:12:\"Skin Version\";s:24:\"skin_version_description\";s:92:\"The skin version is used to re-cache the style after changes. It gets automatically updated.\";s:9:\"sound_dir\";s:15:\"Sound Directory\";s:21:\"sound_dir_description\";s:116:\"Folder to store sounds of the skin into. This directory can be shared with other styles and sub styles of this skin.\";s:9:\"sty_acopy\";s:4:\"Copy\";s:18:\"sty_add_assignment\";s:14:\"Add Assignment\";s:22:\"sty_add_characteristic\";s:15:\"Add Style Class\";s:13:\"sty_add_color\";s:9:\"Add Color\";s:21:\"sty_add_content_style\";s:17:\"Add Content Style\";s:13:\"sty_add_image\";s:9:\"Add Image\";s:19:\"sty_add_media_query\";s:15:\"Add Media Query\";s:24:\"sty_add_media_query_info\";s:112:\"E.g. \"only screen and (max-width: 600px)\" for browser window smaller than 600px or \"print\" for printing devices.\";s:11:\"sty_add_pgl\";s:15:\"Add Page Layout\";s:16:\"sty_add_template\";s:12:\"Add Template\";s:24:\"sty_added_characteristic\";s:18:\"Added style class.\";s:7:\"sty_all\";s:3:\"All\";s:25:\"sty_all_styles_obligatory\";s:57:\"All selected styles are compulsory and cannot be deleted.\";s:21:\"sty_assign_categories\";s:17:\"Assign Categories\";s:14:\"sty_background\";s:10:\"Background\";s:25:\"sty_background_attachment\";s:21:\"Background Attachment\";s:20:\"sty_background_color\";s:16:\"Background Color\";s:20:\"sty_background_image\";s:16:\"Background Image\";s:23:\"sty_background_position\";s:19:\"Background Position\";s:21:\"sty_background_repeat\";s:17:\"Background Repeat\";s:14:\"sty_base_color\";s:10:\"Base Color\";s:12:\"sty_based_on\";s:8:\"Based on\";s:15:\"sty_bg_img_info\";s:102:\"To add images to the dropdown selection please upload them in the \"Images\" section of the style first.\";s:10:\"sty_border\";s:6:\"Border\";s:16:\"sty_border_color\";s:12:\"Border Color\";s:16:\"sty_border_style\";s:12:\"Border Style\";s:16:\"sty_border_width\";s:12:\"Border Width\";s:10:\"sty_bottom\";s:6:\"Bottom\";s:17:\"sty_ca_cntr_class\";s:18:\"Carousel Container\";s:18:\"sty_ca_icntr_class\";s:23:\"Carousel Item Container\";s:18:\"sty_ca_icont_class\";s:21:\"Carousel Item Content\";s:18:\"sty_ca_ihead_class\";s:20:\"Carousel Item Header\";s:11:\"sty_caption\";s:7:\"Caption\";s:17:\"sty_caption_class\";s:7:\"Caption\";s:22:\"sty_carousel_templates\";s:18:\"Carousel Templates\";s:19:\"sty_cat_assignments\";s:26:\"Style/Category Assignments\";s:33:\"sty_characteristic_already_exists\";s:63:\"A style class with this title already exists within this style.\";s:9:\"sty_class\";s:11:\"Style Class\";s:14:\"sty_class_name\";s:10:\"Class Name\";s:9:\"sty_clear\";s:5:\"Clear\";s:18:\"sty_col_foot_class\";s:13:\"Column Footer\";s:18:\"sty_col_head_class\";s:13:\"Column Header\";s:9:\"sty_color\";s:5:\"Color\";s:24:\"sty_color_already_exists\";s:52:\"A color with this name already exists in this style.\";s:14:\"sty_color_code\";s:10:\"Color Code\";s:17:\"sty_color_flavors\";s:13:\"Color Flavors\";s:14:\"sty_color_info\";s:290:\"Predefined colors make it easy to reuse a color for different purposes. You refer to a predefined color by using its name with a leading ‘!’ for any color attribute in your style classes. To use a flavour, append a lightness value in brackets to the color name, e.g. ‘!MyColor(20)’.\";s:14:\"sty_color_name\";s:10:\"Color Name\";s:10:\"sty_colors\";s:6:\"Colors\";s:12:\"sty_commands\";s:8:\"Commands\";s:25:\"sty_confirm_char_deletion\";s:67:\"Are you sure that you want to delete the following style class(es)?\";s:26:\"sty_confirm_color_deletion\";s:22:\"Confirm Color Deletion\";s:26:\"sty_confirm_del_ind_styles\";s:45:\"Confirm Deletion of Individual Content Styles\";s:31:\"sty_confirm_del_ind_styles_desc\";s:154:\"All learning modules with individual styles will be assigned to style \'%s\'. This will also delete all individual content styles. Are you sure to continue?\";s:29:\"sty_confirm_template_deletion\";s:25:\"Confirm Template Deletion\";s:31:\"sty_copied_please_select_target\";s:101:\"The style classes have been copied. Please open the target style and click ‘Paste Style Classes’.\";s:25:\"sty_copy_other_stylesheet\";s:28:\"Copy Style From Local Source\";s:27:\"sty_copy_other_system_style\";s:17:\"Copy System Style\";s:11:\"sty_copy_to\";s:3:\"to:\";s:20:\"sty_create_ind_style\";s:23:\"Create Individual Style\";s:20:\"sty_create_new_class\";s:22:\"Create new style class\";s:25:\"sty_create_new_stylesheet\";s:16:\"Create New Style\";s:27:\"sty_create_new_system_style\";s:23:\"Create New System Style\";s:31:\"sty_create_new_system_sub_style\";s:20:\"Create New Sub Style\";s:14:\"sty_create_pgl\";s:18:\"Create Page Layout\";s:10:\"sty_cursor\";s:6:\"Cursor\";s:10:\"sty_custom\";s:6:\"Custom\";s:14:\"sty_custom_par\";s:17:\"Custom Parameters\";s:19:\"sty_custom_par_info\";s:62:\"Add custom CSS parameters using format ‘parameter: value’.\";s:11:\"sty_default\";s:7:\"Default\";s:17:\"sty_default_style\";s:13:\"Default Style\";s:16:\"sty_del_template\";s:28:\"Delete Templates and Classes\";s:29:\"sty_del_template_keep_classes\";s:29:\"Delete and keep Style Classes\";s:25:\"sty_delete_other_selected\";s:8:\"Continue\";s:24:\"sty_disable_auto_margins\";s:20:\"Disable Auto Margins\";s:29:\"sty_disable_auto_margins_info\";s:99:\"Disables automatic setting of left/right to 0px, if media objects or tables are left/right aligned.\";s:17:\"sty_edit_template\";s:13:\"Edit Template\";s:18:\"sty_even_col_class\";s:12:\"Even Columns\";s:18:\"sty_even_row_class\";s:9:\"Even Rows\";s:11:\"sty_example\";s:7:\"Example\";s:14:\"sty_flist_char\";s:9:\"File List\";s:9:\"sty_float\";s:5:\"Float\";s:15:\"sty_font_family\";s:11:\"Font Family\";s:13:\"sty_font_size\";s:9:\"Font Size\";s:14:\"sty_font_style\";s:10:\"Font Style\";s:16:\"sty_font_variant\";s:12:\"Font Variant\";s:15:\"sty_font_weight\";s:11:\"Font Weight\";s:8:\"sty_from\";s:4:\"From\";s:21:\"sty_generate_template\";s:17:\"Generate Template\";s:12:\"sty_glo_char\";s:8:\"Glossary\";s:17:\"sty_ha_cntr_class\";s:24:\"Hor. Accordion Container\";s:18:\"sty_ha_icntr_class\";s:29:\"Hor. Accordion Item Container\";s:18:\"sty_ha_icont_class\";s:27:\"Hor. Accordion Item Content\";s:18:\"sty_ha_ihcap_class\";s:22:\"Hor. Accordion Caption\";s:18:\"sty_ha_ihead_class\";s:26:\"Hor. Accordion Item Header\";s:19:\"sty_ha_iheada_class\";s:30:\"Hor. Accordion Header (active)\";s:24:\"sty_haccordion_templates\";s:24:\"Hor. Accordion Templates\";s:10:\"sty_height\";s:6:\"Height\";s:8:\"sty_hide\";s:6:\"Hidden\";s:14:\"sty_horizontal\";s:10:\"Horizontal\";s:33:\"sty_if_style_class_already_exists\";s:32:\"If style class already exists...\";s:14:\"sty_image_file\";s:10:\"Image File\";s:10:\"sty_images\";s:6:\"Images\";s:22:\"sty_import_page_layout\";s:18:\"Import Page Layout\";s:21:\"sty_import_stylesheet\";s:12:\"Import Style\";s:23:\"sty_import_system_style\";s:19:\"Import System Style\";s:21:\"sty_individual_styles\";s:17:\"Individual Styles\";s:17:\"sty_keep_existing\";s:13:\"Keep Existing\";s:8:\"sty_left\";s:4:\"Left\";s:22:\"sty_left_right_padding\";s:23:\"Cell Padding Left/Right\";s:18:\"sty_letter_spacing\";s:14:\"Letter Spacing\";s:20:\"sty_lightness_border\";s:16:\"Lightness Border\";s:22:\"sty_lightness_cell1_bg\";s:27:\"Lightness Cell 1 Background\";s:24:\"sty_lightness_cell1_text\";s:21:\"Lightness Cell 1 Text\";s:22:\"sty_lightness_cell2_bg\";s:27:\"Lightness Cell 2 Background\";s:24:\"sty_lightness_cell2_text\";s:21:\"Lightness Cell 2 Text\";s:23:\"sty_lightness_header_bg\";s:27:\"Lightness Header Background\";s:25:\"sty_lightness_header_text\";s:21:\"Lightness Header Text\";s:15:\"sty_line_height\";s:11:\"Line Height\";s:13:\"sty_link_char\";s:4:\"Link\";s:13:\"sty_list_char\";s:4:\"List\";s:23:\"sty_list_style_position\";s:19:\"List Style Position\";s:19:\"sty_list_style_type\";s:15:\"List Style Type\";s:23:\"sty_make_global_default\";s:20:\"Set as default style\";s:21:\"sty_make_global_fixed\";s:31:\"Force this style on all objects\";s:10:\"sty_margin\";s:6:\"Margin\";s:22:\"sty_margin_and_padding\";s:18:\"Margin and Padding\";s:14:\"sty_media_char\";s:5:\"Media\";s:17:\"sty_media_queries\";s:13:\"Media Queries\";s:20:\"sty_media_query_info\";s:100:\"A separate CSS block is added for each media query after the default (no special media query) block.\";s:14:\"sty_min_height\";s:14:\"Minimum Height\";s:18:\"sty_move_lm_styles\";s:32:\"Change Style of Learning Modules\";s:14:\"sty_move_style\";s:12:\"Change Style\";s:20:\"sty_move_user_styles\";s:21:\"Change Style of Users\";s:40:\"sty_msg_characteristic_must_only_include\";s:115:\"The title of style classes must start with a letter, does not use spaces and only include the following characters:\";s:31:\"sty_msg_color_must_only_include\";s:57:\"The color name may only include the following characters:\";s:29:\"sty_msg_input_must_be_numeric\";s:22:\"Input must be numeric.\";s:8:\"sty_name\";s:4:\"Name\";s:23:\"sty_nr_learning_modules\";s:26:\"Number of Learning Modules\";s:17:\"sty_odd_col_class\";s:11:\"Odd Columns\";s:17:\"sty_odd_row_class\";s:8:\"Odd Rows\";s:6:\"sty_ol\";s:12:\"Ordered List\";s:11:\"sty_opacity\";s:7:\"Opacity\";s:13:\"sty_opt_saved\";s:13:\"Options saved\";s:9:\"sty_order\";s:5:\"Order\";s:12:\"sty_outdated\";s:8:\"Outdated\";s:12:\"sty_overflow\";s:8:\"Overflow\";s:13:\"sty_overwrite\";s:9:\"Overwrite\";s:28:\"sty_overwrite_existing_class\";s:30:\"Overwrite existing style class\";s:11:\"sty_padding\";s:7:\"Padding\";s:13:\"sty_page_char\";s:4:\"Page\";s:14:\"sty_parameters\";s:10:\"Parameters\";s:25:\"sty_paste_characteristics\";s:19:\"Paste Style Classes\";s:15:\"sty_paste_chars\";s:13:\"Paste Classes\";s:23:\"sty_paste_style_classes\";s:19:\"Paste Style Classes\";s:12:\"sty_position\";s:8:\"Position\";s:15:\"sty_positioning\";s:11:\"Positioning\";s:11:\"sty_preview\";s:7:\"Preview\";s:9:\"sty_query\";s:5:\"Query\";s:17:\"sty_question_char\";s:8:\"Question\";s:31:\"sty_remove_global_default_state\";s:27:\"Remove Global Default State\";s:29:\"sty_remove_global_fixed_state\";s:25:\"Remove Global Fixed State\";s:19:\"sty_remove_outdated\";s:22:\"Remove Outdated Status\";s:10:\"sty_resize\";s:6:\"Resize\";s:16:\"sty_resize_image\";s:12:\"Resize Image\";s:9:\"sty_right\";s:5:\"Right\";s:18:\"sty_row_foot_class\";s:10:\"Row Footer\";s:18:\"sty_row_head_class\";s:10:\"Row Header\";s:12:\"sty_rte_char\";s:9:\"SCORM RTE\";s:22:\"sty_save_active_styles\";s:18:\"Save Active Styles\";s:26:\"sty_save_hide_order_status\";s:28:\"Save Order and Hidden Status\";s:20:\"sty_save_hide_status\";s:4:\"Save\";s:14:\"sty_save_order\";s:10:\"Save Order\";s:21:\"sty_save_order_status\";s:10:\"Save Order\";s:12:\"sty_sco_char\";s:17:\"SCO and Objective\";s:9:\"sty_scope\";s:5:\"Scope\";s:16:\"sty_section_char\";s:7:\"Section\";s:16:\"sty_set_outdated\";s:12:\"Set Outdated\";s:13:\"sty_set_scope\";s:9:\"Set Scope\";s:38:\"sty_some_styles_obligatory_delete_rest\";s:138:\"The following style classes are compulsory and cannot be deleted. Do you want to continue and delete the remaining selected style classes?\";s:10:\"sty_source\";s:6:\"Source\";s:11:\"sty_special\";s:7:\"Special\";s:15:\"sty_style_chars\";s:13:\"Style Classes\";s:15:\"sty_style_class\";s:13:\"Style Classes\";s:24:\"sty_style_classes_copied\";s:31:\"Style classes have been copied.\";s:12:\"sty_substyle\";s:8:\"Substyle\";s:15:\"sty_substyle_of\";s:12:\"Sub Style of\";s:13:\"sty_substyles\";s:9:\"Substyles\";s:21:\"sty_sure_del_mqueries\";s:72:\"Do you really want to delete this media query and all related CSS rules?\";s:10:\"sty_switch\";s:6:\"Switch\";s:14:\"sty_table_char\";s:5:\"Table\";s:15:\"sty_table_class\";s:17:\"Table Style Class\";s:27:\"sty_table_template_bw_zebra\";s:10:\"Gray Zebra\";s:32:\"sty_table_template_colored_zebra\";s:13:\"Colored Zebra\";s:27:\"sty_table_template_no_zebra\";s:8:\"No Zebra\";s:19:\"sty_table_templates\";s:15:\"Table Templates\";s:13:\"sty_tabs_char\";s:21:\"Accordions and Panels\";s:13:\"sty_tag_hover\";s:6:\":hover\";s:14:\"sty_tag_normal\";s:6:\"Normal\";s:19:\"sty_template_layout\";s:15:\"Template Layout\";s:17:\"sty_template_name\";s:4:\"Name\";s:13:\"sty_templates\";s:9:\"Templates\";s:8:\"sty_text\";s:4:\"Text\";s:14:\"sty_text_align\";s:14:\"Text Alignment\";s:19:\"sty_text_block_char\";s:12:\"Text (Block)\";s:19:\"sty_text_decoration\";s:15:\"Text Decoration\";s:15:\"sty_text_indent\";s:16:\"Text Indentation\";s:20:\"sty_text_inline_char\";s:16:\"Text (Character)\";s:18:\"sty_text_transform\";s:14:\"Text Transform\";s:10:\"sty_titles\";s:6:\"Titles\";s:6:\"sty_to\";s:2:\"To\";s:7:\"sty_top\";s:3:\"Top\";s:22:\"sty_top_bottom_padding\";s:23:\"Cell Padding Top/Bottom\";s:13:\"sty_transform\";s:9:\"Transform\";s:20:\"sty_transform_origin\";s:16:\"Transform-Origin\";s:8:\"sty_type\";s:4:\"Type\";s:16:\"sty_type_ca_cntr\";s:18:\"Carousel Container\";s:17:\"sty_type_ca_icntr\";s:23:\"Carousel Item Container\";s:17:\"sty_type_ca_icont\";s:21:\"Carousel Item Content\";s:17:\"sty_type_ca_ihead\";s:20:\"Carousel Item Header\";s:19:\"sty_type_code_block\";s:12:\"Code (Block)\";s:20:\"sty_type_code_inline\";s:13:\"Code (Inline)\";s:11:\"sty_type_em\";s:10:\"Emphasised\";s:14:\"sty_type_flist\";s:9:\"File List\";s:16:\"sty_type_flist_a\";s:19:\"File List Item Link\";s:19:\"sty_type_flist_cont\";s:19:\"File List Container\";s:19:\"sty_type_flist_head\";s:17:\"File List Heading\";s:17:\"sty_type_flist_li\";s:14:\"File List Item\";s:20:\"sty_type_glo_ovclink\";s:27:\"Glossary Overlay Close Link\";s:20:\"sty_type_glo_overlay\";s:16:\"Glossary Overlay\";s:20:\"sty_type_glo_ovtitle\";s:20:\"Term/Title (Overlay)\";s:21:\"sty_type_glo_ovuglink\";s:18:\"Unit Glossary Link\";s:25:\"sty_type_glo_ovuglistlink\";s:23:\"Unit Glossary List Link\";s:16:\"sty_type_ha_cntr\";s:24:\"Hor. Accordion Container\";s:17:\"sty_type_ha_icntr\";s:29:\"Hor. Accordion Item Container\";s:17:\"sty_type_ha_icont\";s:27:\"Hor. Accordion Item Content\";s:17:\"sty_type_ha_ihcap\";s:22:\"Hor. Accordion Caption\";s:17:\"sty_type_ha_ihead\";s:26:\"Hor. Accordion Item Header\";s:18:\"sty_type_ha_iheada\";s:30:\"Hor. Accordion Header (active)\";s:17:\"sty_type_heading1\";s:9:\"Heading 1\";s:17:\"sty_type_heading2\";s:9:\"Heading 2\";s:17:\"sty_type_heading3\";s:9:\"Heading 3\";s:12:\"sty_type_iim\";s:31:\"Interactive Image Content Popup\";s:13:\"sty_type_link\";s:4:\"Link\";s:18:\"sty_type_list_item\";s:9:\"List Item\";s:15:\"sty_type_list_o\";s:13:\"Numbered List\";s:15:\"sty_type_list_u\";s:13:\"Bulleted List\";s:15:\"sty_type_marker\";s:24:\"Interactive Image Marker\";s:22:\"sty_type_media_caption\";s:13:\"Media Caption\";s:19:\"sty_type_media_cont\";s:15:\"Media Container\";s:18:\"sty_type_page_bnav\";s:17:\"Bottom Navigation\";s:18:\"sty_type_page_cont\";s:14:\"Page Container\";s:16:\"sty_type_page_fn\";s:8:\"Footnote\";s:19:\"sty_type_page_frame\";s:10:\"Page Frame\";s:18:\"sty_type_page_lnav\";s:15:\"Left Navigation\";s:23:\"sty_type_page_lnavimage\";s:21:\"Left Navigation Image\";s:22:\"sty_type_page_lnavlink\";s:20:\"Left Navigation Link\";s:18:\"sty_type_page_rnav\";s:16:\"Right Navigation\";s:23:\"sty_type_page_rnavimage\";s:22:\"Right Navigation Image\";s:22:\"sty_type_page_rnavlink\";s:21:\"Right Navigation Link\";s:19:\"sty_type_page_title\";s:10:\"Page Title\";s:18:\"sty_type_page_tnav\";s:14:\"Top Navigation\";s:16:\"sty_type_qanswer\";s:6:\"Answer\";s:16:\"sty_type_qetcorr\";s:20:\"Error Text Corrected\";s:16:\"sty_type_qetitem\";s:15:\"Error Text Item\";s:15:\"sty_type_qfeedr\";s:15:\"Feedback, Right\";s:15:\"sty_type_qfeedw\";s:15:\"Feedback, Wrong\";s:13:\"sty_type_qimg\";s:14:\"Question Image\";s:14:\"sty_type_qimgd\";s:18:\"Image Details Link\";s:15:\"sty_type_qinput\";s:10:\"Text Input\";s:16:\"sty_type_qlinput\";s:15:\"Long Text Input\";s:15:\"sty_type_qordli\";s:15:\"Order List Item\";s:15:\"sty_type_qordul\";s:10:\"Order List\";s:14:\"sty_type_qover\";s:17:\"Question Overview\";s:16:\"sty_type_qsubmit\";s:23:\"Question Submit Buttons\";s:15:\"sty_type_qtitle\";s:14:\"Question Title\";s:17:\"sty_type_question\";s:8:\"Question\";s:17:\"sty_type_rte_drag\";s:8:\"Drag Bar\";s:17:\"sty_type_rte_menu\";s:8:\"RTE Menu\";s:18:\"sty_type_rte_mlink\";s:13:\"RTE Menu Link\";s:17:\"sty_type_rte_node\";s:13:\"RTE Tree Node\";s:19:\"sty_type_rte_status\";s:10:\"RTE Status\";s:19:\"sty_type_rte_tclink\";s:17:\"Tree Control Link\";s:17:\"sty_type_rte_texp\";s:9:\"Tree Icon\";s:16:\"sty_type_rte_tli\";s:14:\"Tree List Item\";s:18:\"sty_type_rte_tlink\";s:18:\"RTE Tree Node Link\";s:17:\"sty_type_rte_tree\";s:16:\"RTE Tree Section\";s:16:\"sty_type_rte_tul\";s:9:\"Tree List\";s:17:\"sty_type_sco_desc\";s:15:\"SCO Description\";s:18:\"sty_type_sco_fmess\";s:19:\"SCORM Final Message\";s:17:\"sty_type_sco_keyw\";s:12:\"SCO Keywords\";s:16:\"sty_type_sco_obj\";s:13:\"SCO Objective\";s:18:\"sty_type_sco_title\";s:9:\"SCO Title\";s:16:\"sty_type_section\";s:7:\"Section\";s:15:\"sty_type_strong\";s:6:\"Strong\";s:12:\"sty_type_sub\";s:9:\"Subscript\";s:12:\"sty_type_sup\";s:11:\"Superscript\";s:14:\"sty_type_table\";s:5:\"Table\";s:19:\"sty_type_table_cell\";s:10:\"Table Cell\";s:19:\"sty_type_text_block\";s:10:\"Text Block\";s:20:\"sty_type_text_inline\";s:9:\"Character\";s:16:\"sty_type_va_cntr\";s:25:\"Vert. Accordion Container\";s:17:\"sty_type_va_icntr\";s:30:\"Vert. Accordion Item Container\";s:17:\"sty_type_va_icont\";s:28:\"Vert. Accordion Item Content\";s:17:\"sty_type_va_ihcap\";s:23:\"Vert. Accordion Caption\";s:17:\"sty_type_va_ihead\";s:27:\"Vert. Accordion Item Header\";s:18:\"sty_type_va_iheada\";s:31:\"Vert. Accordion Header (active)\";s:6:\"sty_ul\";s:14:\"Unordered List\";s:17:\"sty_va_cntr_class\";s:25:\"Vert. Accordion Container\";s:18:\"sty_va_icntr_class\";s:30:\"Vert. Accordion Item Container\";s:18:\"sty_va_icont_class\";s:28:\"Vert. Accordion Item Content\";s:18:\"sty_va_ihcap_class\";s:23:\"Vert. Accordion Caption\";s:18:\"sty_va_ihead_class\";s:27:\"Vert. Accordion Item Header\";s:19:\"sty_va_iheada_class\";s:31:\"Vert. Accordion Header (active)\";s:24:\"sty_vaccordion_templates\";s:25:\"Vert. Accordion Templates\";s:12:\"sty_vertical\";s:8:\"Vertical\";s:18:\"sty_vertical_align\";s:18:\"Vertical Alignment\";s:15:\"sty_white_space\";s:11:\"White Space\";s:9:\"sty_width\";s:5:\"Width\";s:16:\"sty_width_height\";s:14:\"Width x Height\";s:16:\"sty_word_spacing\";s:12:\"Word Spacing\";s:5:\"style\";s:5:\"Style\";s:25:\"style_assignments_deleted\";s:63:\"Style assignments of the following Sub Style have been deleted:\";s:12:\"style_copied\";s:35:\"Style has been successfully copied.\";s:19:\"style_current_style\";s:13:\"Current Style\";s:18:\"style_delete_style\";s:12:\"Delete Style\";s:13:\"style_deleted\";s:14:\"Deleted Style:\";s:16:\"style_edit_style\";s:10:\"Edit Style\";s:8:\"style_id\";s:8:\"Style ID\";s:20:\"style_id_description\";s:201:\"The style id is used as name for style specific files such as css and scss placed inside the skins folder. Only letters, numbers as well as hyphens or underline characters are to be used in style ID\'s.\";s:14:\"style_imported\";s:42:\"Style has been successfully imported into:\";s:10:\"style_name\";s:10:\"Style Name\";s:22:\"style_name_description\";s:167:\"The style name can be used to describe the area of application of the style in human readable form. It will appear in all UI elements allowing the selection of styles.\";s:17:\"style_not_deleted\";s:57:\"The style could not be deleted for the following reasons:\";s:40:\"style_page_layout_module_learning_module\";s:21:\"ILIAS Learning Module\";s:34:\"style_page_layout_module_portfolio\";s:9:\"Portfolio\";s:30:\"style_page_layout_module_scorm\";s:5:\"Scorm\";s:19:\"style_support_reuse\";s:6:\"Re-Use\";s:24:\"style_support_reuse_info\";s:72:\"Allow sub-objects of the current container to re-use this content style.\";s:18:\"styles_not_deleted\";s:65:\"The styles could not have been deleted for the following reasons:\";s:9:\"sub_style\";s:9:\"Sub Style\";s:12:\"sub_style_id\";s:12:\"Sub Style ID\";s:24:\"sub_style_id_description\";s:208:\"The sub style id is used as name for sub style specific files such as css and scss placed inside the skins folder. Only letters, numbers as well as hyphens or underline characters are to be used in skin ID\'s.\";s:14:\"sub_style_name\";s:14:\"Sub Style Name\";s:26:\"sub_style_name_description\";s:170:\"The sub style name can be used to describe the area of application of the style in human readable form. It will appear in all UI elements allowing the selection of skins.\";s:34:\"sub_style_parent_style_description\";s:236:\"Sub styles are assigned to exactly one parent style. They are only displayed to a specific user if the parent style is assigned to a this exact user. The parent style of a substyle can not be changed after the creation of the sub style.\";s:23:\"system_style_activation\";s:22:\"System Style Activated\";s:35:\"system_style_activation_description\";s:167:\"Active system styles can be assigned to users or even selected by users if this setting is activated (see User Management / Settings / Standard Fields / Default Skin).\";s:32:\"system_style_default_description\";s:152:\"Set this style as the default system style. The default system style is used if the current user has not style assigned or if the user is not logged in.\";s:33:\"system_style_personal_description\";s:114:\"Set this style as your personal system style. This might be handy to see the changes that are currently performed.\";s:13:\"update_colors\";s:13:\"Update Colors\";s:11:\"update_icon\";s:11:\"Update Icon\";s:16:\"update_variables\";s:16:\"Update Variables\";s:6:\"usages\";s:7:\"Usages:\";s:11:\"used_colors\";s:12:\"Used Colors:\";s:17:\"zip_export_failed\";s:51:\"The ZIP export failed. The following error occured:\";}'),('survey','en','a:695:{s:20:\"SurveyMatrixQuestion\";s:15:\"Matrix Question\";s:20:\"SurveyMetricQuestion\";s:15:\"Metric Question\";s:28:\"SurveyMultipleChoiceQuestion\";s:44:\"Multiple Choice Question (Multiple Response)\";s:26:\"SurveySingleChoiceQuestion\";s:42:\"Multiple Choice Question (Single Response)\";s:18:\"SurveyTextQuestion\";s:5:\"Essay\";s:11:\"add_heading\";s:11:\"Add Heading\";s:12:\"add_material\";s:12:\"Add Material\";s:10:\"add_phrase\";s:10:\"Add Phrase\";s:24:\"already_completed_survey\";s:81:\"You have already finished the survey! You are not able to enter the survey again.\";s:13:\"anonymization\";s:13:\"Anonymization\";s:32:\"anonymize_anonymous_introduction\";s:185:\"To grant you access to the survey, you must use a 5-character survey code which you can receive from the creator/maintainer of this survey.<br />Please enter it in the text field above.\";s:6:\"answer\";s:6:\"Answer\";s:5:\"apply\";s:5:\"Apply\";s:15:\"arithmetic_mean\";s:15:\"Arithmetic Mean\";s:4:\"back\";s:4:\"Back\";s:6:\"before\";s:6:\"before\";s:20:\"browse_for_questions\";s:13:\"Add from Pool\";s:13:\"cancel_survey\";s:18:\"Suspend the Survey\";s:21:\"cannot_manage_phrases\";s:64:\"You do not possess sufficient permissions to manage the phrases!\";s:25:\"cannot_participate_survey\";s:71:\"You do not possess sufficient permissions to participate in the survey!\";s:18:\"cannot_read_survey\";s:66:\"You do not possess sufficient permissions to read the survey data!\";s:18:\"cannot_send_emails\";s:58:\"You do not possess sufficient permissions to send e-mails.\";s:36:\"cannot_switch_to_online_no_questions\";s:96:\"The status cannot be changed to &quot;online&quot; because there are no questions in the survey!\";s:29:\"cant_send_email_smtp_disabled\";s:77:\"Sending external mails is not available. This option is deactivated globally.\";s:10:\"categories\";s:7:\"Answers\";s:8:\"category\";s:6:\"Answer\";s:20:\"category_nr_selected\";s:20:\"Number of selections\";s:5:\"chart\";s:5:\"Chart\";s:5:\"codes\";s:12:\"Access Codes\";s:13:\"codes_created\";s:15:\"Code(s) created\";s:13:\"codes_deleted\";s:15:\"Code(s) deleted\";s:8:\"combobox\";s:8:\"Combobox\";s:13:\"concatenation\";s:13:\"Concatenation\";s:28:\"confirm_delete_all_user_data\";s:60:\"Are you sure you want to delete all user data of the survey?\";s:31:\"confirm_delete_single_user_data\";s:102:\"Are you sure you want remove the participants? This will delete any survey data of the selected users.\";s:22:\"confirm_remove_heading\";s:44:\"Are you sure you want to remove the heading?\";s:22:\"confirm_sync_questions\";s:145:\"The question you changed is a copy which has been created for use with the active survey. Do you want to change the original of the question too?\";s:15:\"conjunction_and\";s:31:\"if each constraint is fulfilled\";s:21:\"conjunction_and_title\";s:41:\"Fulfill each of the following constraints\";s:14:\"conjunction_or\";s:30:\"if one constraint is fulfilled\";s:20:\"conjunction_or_title\";s:40:\"Fulfill one of the following constraints\";s:14:\"constraint_add\";s:16:\"Add Routing Rule\";s:20:\"constraint_fulfilled\";s:9:\"Show page\";s:11:\"constraints\";s:7:\"Routing\";s:38:\"constraints_first_question_description\";s:84:\"The first entity could not have any routing because there are no previous questions.\";s:24:\"constraints_introduction\";s:442:\"You can add a routing rule to a single question or a question block with multiple questions. Depending on the specific answer given to an earlier question participants get presented with a defined next question. Thus questions irrelevant to a participant will not be asked and the survey gets shorter or more specific depending on the answers provided earlier. No routing rules can be set for the first question or question block in a survey.\";s:28:\"constraints_list_of_entities\";s:33:\"Available hooks for routing rules\";s:33:\"constraints_no_nonessay_available\";s:153:\"There are no previous questions available to define routing rules. The following types are supported: Metric, Single Choice and Multiple Choice question.\";s:51:\"constraints_no_questions_or_questionblocks_selected\";s:54:\"Please select at least one question or question block!\";s:8:\"contains\";s:8:\"Contains\";s:8:\"continue\";s:11:\"Continue >>\";s:11:\"create_date\";s:7:\"Created\";s:10:\"create_new\";s:10:\"Create New\";s:8:\"dc_agree\";s:5:\"agree\";s:9:\"dc_always\";s:6:\"always\";s:18:\"dc_definitelyfalse\";s:16:\"definitely false\";s:17:\"dc_definitelytrue\";s:15:\"definitely true\";s:10:\"dc_desired\";s:7:\"desired\";s:11:\"dc_disagree\";s:8:\"disagree\";s:7:\"dc_fair\";s:4:\"fair\";s:8:\"dc_false\";s:5:\"false\";s:7:\"dc_good\";s:4:\"good\";s:12:\"dc_manytimes\";s:10:\"many times\";s:15:\"dc_morenegative\";s:13:\"more negative\";s:15:\"dc_morepositive\";s:13:\"more positive\";s:16:\"dc_mostcertainly\";s:14:\"most certainly\";s:19:\"dc_mostcertainlynot\";s:18:\"most certainly not\";s:7:\"dc_must\";s:4:\"must\";s:10:\"dc_mustnot\";s:8:\"must not\";s:10:\"dc_neutral\";s:7:\"neutral\";s:8:\"dc_never\";s:5:\"never\";s:5:\"dc_no\";s:2:\"no\";s:16:\"dc_notacceptable\";s:14:\"not acceptable\";s:7:\"dc_poor\";s:4:\"poor\";s:9:\"dc_rarely\";s:6:\"rarely\";s:9:\"dc_should\";s:6:\"should\";s:12:\"dc_shouldnot\";s:10:\"should not\";s:12:\"dc_sometimes\";s:9:\"sometimes\";s:16:\"dc_stronglyagree\";s:14:\"strongly agree\";s:18:\"dc_stronglydesired\";s:16:\"strongly desired\";s:19:\"dc_stronglydisagree\";s:17:\"strongly disagree\";s:20:\"dc_stronglyundesired\";s:18:\"strongly undesired\";s:7:\"dc_true\";s:4:\"true\";s:12:\"dc_undecided\";s:9:\"undecided\";s:12:\"dc_undesired\";s:9:\"undesired\";s:10:\"dc_varying\";s:7:\"varying\";s:11:\"dc_verygood\";s:9:\"very good\";s:6:\"dc_yes\";s:3:\"yes\";s:26:\"default_codes_mail_message\";s:99:\"Your survey access code is [code]. You can start the survey in your web browser using the URL [url]\";s:26:\"default_codes_mail_subject\";s:23:\"Your access code for %s\";s:20:\"define_questionblock\";s:21:\"Define Question Block\";s:20:\"delete_saved_message\";s:19:\"Delete Message Text\";s:20:\"description_maxchars\";s:86:\"If nothing entered the maximum number of characters for this text answer is unlimited.\";s:21:\"display_all_available\";s:21:\"Display all available\";s:21:\"dont_use_questionpool\";s:77:\"Don\'t insert the questions in a question pool (only available in this survey)\";s:27:\"dp_standard_attitude_agree5\";s:77:\"Standard Attitude (strongly agree-agree-undecided-disagree-strongly disagree)\";s:35:\"dp_standard_attitude_agree_disagree\";s:34:\"Standard Attitude (agree-disagree)\";s:45:\"dp_standard_attitude_agree_undecided_disagree\";s:44:\"Standard Attitude (agree-undecided-disagree)\";s:29:\"dp_standard_attitude_desired5\";s:81:\"Standard Attitude (strongly desired-desired-neutral-undesired-strongly undesired)\";s:46:\"dp_standard_attitude_desired_neutral_undesired\";s:45:\"Standard Attitude (desired-neutral-undesired)\";s:38:\"dp_standard_attitude_desired_undesired\";s:37:\"Standard Attitude (desired-undesired)\";s:26:\"dp_standard_attitude_good5\";s:59:\"Standard Attitude (very good-good-fair-poor-not acceptable)\";s:44:\"dp_standard_attitude_good_fair_notacceptable\";s:44:\"Standard Attitude (good-fair-not acceptable)\";s:39:\"dp_standard_attitude_good_notacceptable\";s:39:\"Standard Attitude (good-not acceptable)\";s:26:\"dp_standard_attitude_must5\";s:61:\"Standard Attitude (must-should-undecided-should not-must not)\";s:36:\"dp_standard_attitude_shold_shouldnot\";s:37:\"Standard Attitude (should-should not)\";s:47:\"dp_standard_attitude_should_undecided_shouldnot\";s:47:\"Standard Attitude (should-undecided-should not)\";s:32:\"dp_standard_behaviour_certainly5\";s:91:\"Standard Behavior (most certainly-more positive-undecided-more negative-most certainly not)\";s:28:\"dp_standard_behaviour_yes_no\";s:26:\"Standard Behavior (yes-no)\";s:38:\"dp_standard_behaviour_yes_undecided_no\";s:36:\"Standard Behavior (yes-undecided-no)\";s:27:\"dp_standard_beliefs_always5\";s:57:\"Standard Beliefs (always-many times-varying-rarely-never)\";s:32:\"dp_standard_beliefs_always_never\";s:31:\"Standard Beliefs (always-never)\";s:42:\"dp_standard_beliefs_always_sometimes_never\";s:41:\"Standard Beliefs (always-sometimes-never)\";s:25:\"dp_standard_beliefs_true5\";s:72:\"Standard Beliefs (definitely true-true-undecided-false-definitely false)\";s:30:\"dp_standard_beliefs_true_false\";s:29:\"Standard Beliefs (true-false)\";s:40:\"dp_standard_beliefs_true_undecided_false\";s:39:\"Standard Beliefs (true-undecided-false)\";s:19:\"dp_standard_numbers\";s:16:\"Standard Numbers\";s:9:\"duplicate\";s:9:\"Duplicate\";s:12:\"edit_heading\";s:12:\"Edit Heading\";s:11:\"edit_phrase\";s:11:\"Edit phrase\";s:8:\"end_date\";s:8:\"End Date\";s:16:\"end_date_reached\";s:53:\"You cannot start the survey. The end date is reached!\";s:18:\"enter_anonymous_id\";s:18:\"Survey Access Code\";s:18:\"enter_phrase_title\";s:27:\"Please enter a Phrase Title\";s:27:\"enter_valid_number_of_codes\";s:60:\"Please enter a valid number to generate survey access codes!\";s:25:\"err_external_rcp_no_email\";s:58:\"The import data must at least contain an ‘email’ field\";s:32:\"err_external_rcp_no_email_column\";s:149:\"The import data must at least contain a column ‘email’ with the title ‘email’ in the first row and the e-mail addresses in the following rows\";s:22:\"err_maxvaluegeminvalue\";s:119:\"The maximum value must be greater or equal than the minimum value and scss or equal than the maximum number of answers.\";s:20:\"err_minvalueganswers\";s:69:\"The minimum must be less or equal than the maximum number of answers.\";s:20:\"err_no_exact_answers\";s:34:\"Please check exactly %s answer(s).\";s:18:\"err_no_max_answers\";s:32:\"Please check at most %s answers.\";s:18:\"err_no_min_answers\";s:35:\"Please check at least %s answer(s).\";s:16:\"err_no_pool_name\";s:47:\"Please enter the name of a survey question pool\";s:33:\"error_retrieving_anonymous_survey\";s:121:\"The system could not find your survey data for survey code &quot;%s&quot;. Please check the survey code you have entered!\";s:15:\"error_save_code\";s:103:\"Value not saved properly. <b>The E- mail: \'%s\' is not valid</b>. First name: \'%s\', Last name: \'%s\'.<br>\";s:10:\"evaluation\";s:10:\"Statistics\";s:17:\"evaluation_access\";s:31:\"Participants\' Access to Results\";s:21:\"evaluation_access_all\";s:43:\"All Registered Users can Access the Results\";s:22:\"evaluation_access_info\";s:37:\"You have access to the survey results\";s:21:\"evaluation_access_off\";s:34:\"Participants Cannot Access Results\";s:30:\"evaluation_access_participants\";s:46:\"All Survey Participants can Access the Results\";s:20:\"existing_constraints\";s:22:\"Existing Routing Rules\";s:12:\"exp_type_csv\";s:27:\"Comma Separated Value (CSV)\";s:14:\"exp_type_excel\";s:15:\"Microsoft Excel\";s:23:\"export_all_survey_codes\";s:23:\"Export all Access Codes\";s:17:\"export_label_only\";s:17:\"Export label only\";s:18:\"export_title_label\";s:22:\"Export title and label\";s:17:\"export_title_only\";s:17:\"Export title only\";s:28:\"external_recipients_imported\";s:39:\"External recipients have been imported.\";s:13:\"externalmails\";s:11:\"Import file\";s:18:\"externalmails_info\";s:197:\"The import file must be a CSV file, columns separated by a semicolon. The first row contains the column titles. The file must at least contain an ‘email’ column containing the recipient e-mail.\";s:12:\"externaltext\";s:11:\"Import text\";s:17:\"externaltext_info\";s:215:\"The import text must be arranged in rows and columns, columns separated by a semicolon. The first row contains the column titles. The text must at least contain an ‘email’ column containing the recipient e-mail.\";s:6:\"filter\";s:6:\"Filter\";s:25:\"filter_all_question_types\";s:18:\"All Question Types\";s:24:\"filter_all_questionpools\";s:18:\"All Question Pools\";s:21:\"finished_mail_subject\";s:28:\"The survey \"%s\" was finished\";s:16:\"freetext_answers\";s:12:\"Open Answers\";s:14:\"geometric_mean\";s:14:\"Geometric Mean\";s:13:\"given_answers\";s:13:\"Given Answers\";s:13:\"glossary_term\";s:13:\"Glossary Term\";s:13:\"harmonic_mean\";s:13:\"Harmonic Mean\";s:7:\"heading\";s:7:\"Heading\";s:10:\"horizontal\";s:10:\"Horizontal\";s:25:\"import_error_closing_file\";s:30:\"Error closing the import file!\";s:25:\"import_error_opening_file\";s:30:\"Error opening the import file!\";s:16:\"import_from_file\";s:28:\"Import user data from a file\";s:16:\"import_from_text\";s:28:\"Import user data from a text\";s:23:\"import_no_file_selected\";s:17:\"No file selected!\";s:15:\"import_question\";s:18:\"Import Question(s)\";s:22:\"import_wrong_file_type\";s:16:\"Wrong file type!\";s:12:\"insert_after\";s:12:\"Insert After\";s:13:\"insert_before\";s:13:\"Insert Before\";s:23:\"insert_missing_question\";s:65:\"Please select at least one question to insert it into the survey!\";s:28:\"insert_missing_questionblock\";s:71:\"Please select at least one question block to insert it into the survey!\";s:20:\"insert_saved_message\";s:19:\"Insert Message Text\";s:13:\"internal_link\";s:13:\"Internal Link\";s:12:\"introduction\";s:20:\"Introductory Message\";s:13:\"invited_users\";s:14:\"Selected Users\";s:5:\"label\";s:5:\"Label\";s:10:\"label_info\";s:65:\"Alternative identifier for further data processing (e.g. in SPSS)\";s:16:\"language_changed\";s:16:\"Language changed\";s:11:\"last_update\";s:7:\"Updated\";s:6:\"layout\";s:6:\"Layout\";s:6:\"legend\";s:6:\"Legend\";s:11:\"lower_limit\";s:11:\"Lower Limit\";s:20:\"mail_import_example2\";s:33:\"sandraowen@domain.tld;Sandra;Owen\";s:20:\"mail_import_example3\";s:35:\"kennethbirt@domain.tld;Kenneth;Birt\";s:15:\"mail_sent_short\";s:4:\"Sent\";s:17:\"mail_survey_codes\";s:29:\"Mail access codes or messages\";s:13:\"mailaddresses\";s:19:\"Recipient addresses\";s:18:\"mailaddresses_info\";s:104:\"Enter a comma separated list of tutor account names who will receive a notification on finished surveys.\";s:16:\"mailnotification\";s:40:\"Seperate E-Mail for Each Finished Survey\";s:19:\"mailparticipantdata\";s:27:\"Additional participant data\";s:24:\"mailparticipantdata_info\";s:101:\"This information will be precede the automatically included results section of the notification mail.\";s:31:\"mailparticipantdata_placeholder\";s:89:\"These placeholders are replaced by actual user data if ‘Privacy’ is ‘With Names’:\";s:11:\"maintenance\";s:12:\"Participants\";s:14:\"manage_phrases\";s:10:\"My Phrases\";s:8:\"material\";s:8:\"Material\";s:20:\"material_added_empty\";s:47:\"The object does not have any suitable material.\";s:27:\"material_added_successfully\";s:37:\"You successfully set a material link!\";s:9:\"materials\";s:9:\"Materials\";s:17:\"materials_deleted\";s:48:\"Material(s) have been removed from the question.\";s:17:\"matrix_appearance\";s:10:\"Appearance\";s:25:\"matrix_bipolar_adjectives\";s:18:\"Bipolar Adjectives\";s:37:\"matrix_bipolar_adjectives_description\";s:104:\"You may use a pair of bipolar adjectives to scale the column responses to words, short phrases, or texts\";s:24:\"matrix_column_separators\";s:17:\"Column Separators\";s:36:\"matrix_column_separators_description\";s:121:\"Select the check box if you want to have separators (thin lines) between the columns in the output of the Matrix Question\";s:22:\"matrix_column_settings\";s:22:\"Matrix Column Settings\";s:14:\"matrix_columns\";s:14:\"Matrix Columns\";s:16:\"matrix_left_pole\";s:9:\"Left Pole\";s:21:\"matrix_neutral_answer\";s:72:\"Text for a Neutral Column (‘Not Specified’, ‘I don\'t know’ etc.)\";s:31:\"matrix_neutral_column_separator\";s:24:\"Neutral Column Separator\";s:43:\"matrix_neutral_column_separator_description\";s:151:\"Select the check box if you want to have a separator (thick line) between the neutral column and the other columns in the output of the Matrix Question\";s:36:\"matrix_question_checkbox_not_checked\";s:49:\"Please check at least one check box in every row!\";s:40:\"matrix_question_radio_button_not_checked\";s:45:\"Please select an option button for every row!\";s:17:\"matrix_right_pole\";s:10:\"Right Pole\";s:21:\"matrix_row_separators\";s:14:\"Row Separators\";s:33:\"matrix_row_separators_description\";s:118:\"Select the check box if you want to have separators (thin lines) between the rows in the output of the Matrix Question\";s:11:\"matrix_rows\";s:11:\"Matrix Rows\";s:23:\"matrix_standard_answers\";s:11:\"Column Text\";s:17:\"matrix_subtype_mr\";s:31:\"Check Boxes (Multiple Response)\";s:17:\"matrix_subtype_sr\";s:32:\"Option Buttons (Single Response)\";s:8:\"maxchars\";s:28:\"Maximum Number of Characters\";s:7:\"maximum\";s:13:\"Maximum Value\";s:6:\"median\";s:6:\"Median\";s:14:\"median_between\";s:7:\"between\";s:8:\"menuback\";s:4:\"Back\";s:16:\"menubacktosurvey\";s:18:\"Back to the Survey\";s:20:\"message_content_info\";s:326:\"Enter the mail message for the notification mail containing the survey codes for the participants. You may use the placeholders [code] (the access code), [url] (the URL to this survey), and participant related data depending on your import fields: %s. The placeholders will be replaced with the imported user data in the mail.\";s:30:\"metric_question_floating_point\";s:110:\"The value you entered is a floating point value. Floating point values are not allowed for this question type!\";s:27:\"metric_question_not_a_value\";s:45:\"The value you entered is not a numeric value!\";s:29:\"metric_question_out_of_bounds\";s:67:\"The value you entered is not between the minimum and maximum value!\";s:35:\"metric_subtype_description_interval\";s:287:\"Equivalent intervals between measurements allow a meaningful comparison between arbitrary pairs of measurements. The zero point on the scale is arbitrary, so negative values can be used. Examples of interval values are the year date in many calendars or the temperature in Celsius scale.\";s:40:\"metric_subtype_description_ratioabsolute\";s:157:\"The ratio absolute measurement uses natural numbers additional to the non-arbitrary zero point for example the number of children in a family or probability.\";s:43:\"metric_subtype_description_rationonabsolute\";s:267:\"In addition to the interval measurement there are also meaningful ratios between arbitrary pairs of numbers. The zero value on a ratio scale is non-arbitrary. Most physical quantities, such as length in centimeters or duration in seconds are measured on ratio scales.\";s:7:\"minimum\";s:13:\"Minimum Value\";s:4:\"mode\";s:19:\"Most Selected Value\";s:21:\"mode_nr_of_selections\";s:16:\"Nr of Selections\";s:9:\"mode_text\";s:26:\"Most Selected Value (Text)\";s:24:\"msg_deleted_export_files\";s:22:\"Export file(s) deleted\";s:19:\"msg_duplicate_scale\";s:33:\"Please enter unique scale values.\";s:36:\"msg_enter_value_for_valid_constraint\";s:52:\"Please enter a value to create a valid routing rule!\";s:31:\"msg_input_only_positive_numbers\";s:46:\"Please enter positive numbers in scale values.\";s:18:\"msg_max_nr_answers\";s:32:\"Please check at most %s answers.\";s:19:\"msg_message_deleted\";s:19:\"Messagetext deleted\";s:20:\"msg_message_inserted\";s:20:\"Messagetext inserted\";s:25:\"msg_min_max_exact_answers\";s:34:\"Please check exactly %s answer(s).\";s:22:\"msg_min_max_nr_answers\";s:48:\"Please check at least %s and at most %s answers.\";s:18:\"msg_min_nr_answers\";s:35:\"Please check at least %s answer(s).\";s:22:\"msg_no_message_deleted\";s:34:\"Please select a saved message text\";s:23:\"msg_no_message_inserted\";s:28:\"Please select a message text\";s:16:\"new_survey_codes\";s:25:\"new survey access code(s)\";s:18:\"no_phrase_selected\";s:17:\"Nothing selected.\";s:37:\"no_question_selected_for_copy_to_pool\";s:84:\"Please select at least one question, which is not already linked to a question pool.\";s:29:\"no_question_selected_for_move\";s:46:\"Please check at least one question to move it!\";s:32:\"no_question_selected_for_removal\";s:66:\"Please check at least one question or question block to remove it!\";s:22:\"no_questions_available\";s:33:\"There are no questions available!\";s:27:\"no_target_selected_for_move\";s:34:\"You must select a target position!\";s:15:\"no_user_invited\";s:96:\"All invited users did not possess sufficient permissions to run the survey. No user was invited.\";s:9:\"non_ratio\";s:8:\"Interval\";s:13:\"not_sent_only\";s:55:\"Only to new recipients (who did not receive a mail yet)\";s:8:\"not_used\";s:12:\"not used yet\";s:14:\"nr_max_answers\";s:7:\"Maximum\";s:14:\"nr_min_answers\";s:7:\"Minimum\";s:10:\"obligatory\";s:10:\"Compulsory\";s:3:\"off\";s:3:\"Off\";s:7:\"offline\";s:7:\"offline\";s:2:\"on\";s:2:\"On\";s:2:\"or\";s:2:\"or\";s:11:\"orientation\";s:11:\"Orientation\";s:12:\"other_answer\";s:12:\"Other answer\";s:18:\"other_answer_label\";s:32:\"Label of other answer (optional)\";s:5:\"outro\";s:18:\"Concluding Remarks\";s:24:\"percentage_of_selections\";s:24:\"Percentage of selections\";s:12:\"phrase_added\";s:12:\"Phrase added\";s:10:\"phrase_new\";s:17:\"Create new phrase\";s:12:\"phrase_saved\";s:34:\"The phrase was saved successfully!\";s:22:\"please_enter_mail_code\";s:47:\"Please enter the access code placeholder [code]\";s:21:\"please_enter_mail_url\";s:45:\"Please enter the access url placeholder [url]\";s:13:\"please_select\";s:19:\"-- please select --\";s:7:\"preview\";s:7:\"Preview\";s:26:\"qpl_confirm_delete_phrases\";s:56:\"Are you sure you want to delete the following phrase(s)?\";s:28:\"qpl_confirm_delete_questions\";s:58:\"Are you sure you want to delete the following question(s)?\";s:20:\"qpl_copy_select_none\";s:46:\"Please check at least one question to copy it!\";s:39:\"qpl_define_questionblock_select_missing\";s:75:\"Please select a least two questions if you want to define a question block!\";s:29:\"qpl_delete_phrase_select_none\";s:45:\"Please check at least one phrase to delete it\";s:22:\"qpl_delete_select_none\";s:48:\"Please check at least one question to delete it!\";s:22:\"qpl_export_select_none\";s:47:\"Please check at least one question to export it\";s:19:\"qpl_phrases_deleted\";s:18:\"Phrase(s) deleted.\";s:21:\"qpl_questions_deleted\";s:20:\"Question(s) deleted.\";s:20:\"qpl_savephrase_empty\";s:28:\"Please enter a phrase title!\";s:21:\"qpl_savephrase_exists\";s:67:\"The phrase title already exists! Please enter another phrase title.\";s:22:\"qpl_unfold_select_none\";s:80:\"Please select at least one question block if you want to unfold question blocks!\";s:31:\"question_changed_in_survey_only\";s:35:\"Question was changed only in survey\";s:27:\"question_mr_no_other_answer\";s:40:\"Please enter a text for the other answer\";s:35:\"question_mr_no_other_answer_checked\";s:65:\"You need to select the checkbox if you enter a text for an answer\";s:23:\"question_mr_not_checked\";s:49:\"Please check at least one of the offered answers!\";s:20:\"question_not_checked\";s:40:\"Please check one of the offered answers!\";s:19:\"question_obligatory\";s:27:\"The question is compulsory!\";s:35:\"question_sr_no_other_answer_checked\";s:69:\"You need to select the radio button if you enter a text for an answer\";s:13:\"question_type\";s:13:\"Question Type\";s:13:\"questionblock\";s:14:\"Question Block\";s:22:\"questionblock_inserted\";s:23:\"Question Block inserted\";s:14:\"questionblocks\";s:15:\"Question Blocks\";s:23:\"questionblocks_inserted\";s:24:\"Question Blocks inserted\";s:9:\"questions\";s:9:\"Questions\";s:18:\"questions_inserted\";s:21:\"Question(s) inserted!\";s:17:\"questions_removed\";s:45:\"Question(s) and/or question block(s) removed!\";s:12:\"questiontype\";s:13:\"Question Type\";s:14:\"ratio_absolute\";s:14:\"Ratio-Absolute\";s:18:\"ratio_non_absolute\";s:18:\"Ratio-Non-Absolute\";s:10:\"recipients\";s:10:\"Recipients\";s:15:\"remove_question\";s:6:\"Remove\";s:16:\"remove_questions\";s:99:\"Are you sure you want to remove the following question(s) and/or question block(s) from the survey?\";s:12:\"reset_filter\";s:12:\"Reset Filter\";s:7:\"results\";s:7:\"Results\";s:13:\"resume_survey\";s:17:\"Resume the Survey\";s:8:\"row_text\";s:8:\"Row Text\";s:21:\"save_obligatory_state\";s:32:\"Save Compulsory States and Order\";s:11:\"save_phrase\";s:14:\"Save as Phrase\";s:24:\"save_phrase_introduction\";s:175:\"If you want to save the answers below as default phrase, please enter a phrase title. You can access a default phrase whenever you want to add a phrase to an ordinal question.\";s:18:\"save_reuse_message\";s:31:\"Save message text for later use\";s:16:\"save_reuse_title\";s:18:\"Message text title\";s:14:\"saved_messages\";s:18:\"Available messages\";s:5:\"scale\";s:5:\"Scale\";s:10:\"search_for\";s:10:\"Search for\";s:13:\"search_groups\";s:12:\"Found Groups\";s:12:\"search_roles\";s:11:\"Found Roles\";s:11:\"search_term\";s:11:\"Search Term\";s:12:\"search_users\";s:12:\"Search Users\";s:13:\"select_option\";s:31:\"--- Please select an option ---\";s:21:\"select_prior_question\";s:23:\"Select a prior question\";s:19:\"select_questionpool\";s:59:\"Please select a question pool to store the created question\";s:25:\"select_questionpool_short\";s:20:\"Question Pool Survey\";s:15:\"select_relation\";s:17:\"Select a Relation\";s:40:\"select_target_position_for_move_question\";s:92:\"Please select a target position to move the question(s) and press one of the insert buttons!\";s:12:\"select_value\";s:13:\"Enter a Value\";s:9:\"selection\";s:9:\"Selection\";s:11:\"send_to_all\";s:17:\"To all recipients\";s:16:\"send_to_answered\";s:43:\"To all recipients who did finish the survey\";s:18:\"send_to_unanswered\";s:58:\"To all recipients who did not finish the survey (reminder)\";s:17:\"show_questiontext\";s:25:\"Display the Question Text\";s:29:\"show_questiontext_description\";s:211:\"If this checkbox is selected, for every question in the question block the question text will be shown. If this checkbox is not selected, the question text of every question in the question block will be hidden.\";s:7:\"skipped\";s:7:\"skipped\";s:25:\"spl_copy_insert_clipboard\";s:52:\"The selected question(s) are copied to the clipboard\";s:20:\"spl_copy_select_none\";s:62:\"Please check at least one question to copy it to the clipboard\";s:25:\"spl_move_insert_clipboard\";s:46:\"The selected question(s) are marked for moving\";s:18:\"spl_move_same_pool\";s:70:\"It has no effect to move questions from inside the same question pool.\";s:20:\"spl_move_select_none\";s:58:\"Please check at least one question to select it for moving\";s:19:\"spl_online_property\";s:6:\"Online\";s:31:\"spl_online_property_description\";s:65:\"If the question pool is not online, it cannot be used in surveys.\";s:20:\"spl_paste_no_objects\";s:91:\"There are no questions in the clipboard. Please copy or move a question into the clipboard.\";s:17:\"spl_paste_success\";s:55:\"The question(s) have been pasted into the question pool\";s:25:\"spl_save_obligatory_state\";s:22:\"Save Compulsory States\";s:10:\"start_date\";s:10:\"Start Date\";s:22:\"start_date_not_reached\";s:60:\"You cannot start the survey until the start date is reached!\";s:12:\"start_survey\";s:12:\"Start Survey\";s:17:\"sub_tab_dashboard\";s:9:\"Dashboard\";s:7:\"subtype\";s:7:\"Subtype\";s:29:\"survey_360_add_external_rater\";s:18:\"Add External Rater\";s:29:\"survey_360_add_self_appraisee\";s:40:\"Add yourself as appraisee to this survey\";s:20:\"survey_360_appraisee\";s:9:\"Appraisee\";s:33:\"survey_360_appraisee_close_action\";s:23:\"Close Survey For Raters\";s:38:\"survey_360_appraisee_close_action_info\";s:41:\"This will give access to your statistics.\";s:44:\"survey_360_appraisee_close_action_info_skill\";s:75:\"This will give access to your statistics and update your competence levels.\";s:40:\"survey_360_appraisee_close_action_status\";s:24:\"Survey was closed on %s.\";s:41:\"survey_360_appraisee_close_action_success\";s:50:\"You have closed your 360° survey for your raters.\";s:47:\"survey_360_appraisee_close_action_success_admin\";s:63:\"The 360° surveys of the appraisees were closed for the raters.\";s:32:\"survey_360_appraisee_close_table\";s:9:\"Closed on\";s:25:\"survey_360_appraisee_info\";s:14:\"Appraisee Info\";s:30:\"survey_360_appraisee_is_closed\";s:36:\"The appraisee has closed his survey.\";s:21:\"survey_360_appraisees\";s:10:\"Appraisees\";s:22:\"survey_360_edit_raters\";s:13:\"Manage Raters\";s:21:\"survey_360_list_title\";s:10:\"360° Mode\";s:15:\"survey_360_mode\";s:14:\"360° Feedback\";s:20:\"survey_360_mode_info\";s:33:\"Use for peer-reviewing of persons\";s:24:\"survey_360_no_appraisees\";s:50:\"There are currently no appraisees for you to rate.\";s:31:\"survey_360_no_closed_appraisees\";s:39:\"No appraisee has closed his survey yet.\";s:32:\"survey_360_rate_other_appraisees\";s:15:\"Rate appraisees\";s:25:\"survey_360_rater_finished\";s:15:\"Survey Finished\";s:26:\"survey_360_rater_mail_sent\";s:9:\"Mail sent\";s:42:\"survey_360_rater_message_content_anonymous\";s:27:\"Message Content (Anonymous)\";s:50:\"survey_360_rater_message_content_anonymous_default\";s:100:\"Your survey access code is [code]. You can start the survey in your web browser using the URL [url].\";s:43:\"survey_360_rater_message_content_registered\";s:28:\"Message Content (Registered)\";s:51:\"survey_360_rater_message_content_registered_default\";s:65:\"You can start the survey in your web browser using the URL [url].\";s:32:\"survey_360_rater_subject_default\";s:49:\"You have been invited as rater to a 360° survey.\";s:17:\"survey_360_raters\";s:6:\"Raters\";s:26:\"survey_360_raters_finished\";s:15:\"Raters Finished\";s:29:\"survey_360_raters_status_info\";s:15:\"Raters finished\";s:28:\"survey_360_remove_appraisees\";s:19:\"Remove Appraisee(s)\";s:18:\"survey_360_results\";s:32:\"Access To Results For Appraisees\";s:22:\"survey_360_results_all\";s:13:\"All Feedbacks\";s:27:\"survey_360_results_all_info\";s:128:\"All appraisees of the 360°-Survey can view all feedback provided by all raters of all appraisees, not only by their own raters.\";s:23:\"survey_360_results_none\";s:20:\"No Access to Results\";s:28:\"survey_360_results_none_info\";s:58:\"Appraisees can not access the feedback provided by raters.\";s:22:\"survey_360_results_own\";s:32:\"Access to Feedback of Own Raters\";s:27:\"survey_360_results_own_info\";s:60:\"Appraisees can access only the feedback of their own raters.\";s:27:\"survey_360_select_appraisee\";s:6:\"Select\";s:25:\"survey_360_self_appraisee\";s:13:\"Open Feedback\";s:30:\"survey_360_self_appraisee_info\";s:136:\"On the ‘Info’-tab a link is displayed to all users. By clicking this link they can add themselves as appraisee and receive feedback.\";s:26:\"survey_360_self_evaluation\";s:15:\"Self-Evaluation\";s:31:\"survey_360_self_evaluation_info\";s:62:\"Appraisees are allowed to rate themselves using the questions.\";s:22:\"survey_360_self_raters\";s:28:\"Appraisees Select Own Raters\";s:27:\"survey_360_self_raters_info\";s:102:\"Appraisees autonomously select and invite those persons that are supposed to provide feedback to them.\";s:31:\"survey_360_sure_appraisee_close\";s:65:\"Are you sure you want to close the survey for all of your raters?\";s:37:\"survey_360_sure_appraisee_close_admin\";s:72:\"Are you sure you want to close the surveys for the following appraisees?\";s:32:\"survey_360_sure_delete_appraises\";s:57:\"Are you sure you want to remove the following appraisees?\";s:29:\"survey_360_sure_delete_raters\";s:60:\"Are you sure you want to remove the following raters for %s?\";s:19:\"survey_access_codes\";s:30:\"Authentication by Access Codes\";s:24:\"survey_access_codes_info\";s:168:\"Users get access to the survey by entering a code on the ‘Info’-tab. These access codes are generated in a sub-tab ‘Access Codes’ in the tab ‘Participants’.\";s:29:\"survey_activate_skill_service\";s:27:\"Activate Competence Service\";s:34:\"survey_activate_skill_service_info\";s:173:\"A new tab ‘Competences’ will be displayed. In this tab questions are assigned to competences, then thresholds are ascribed for reaching a specific level of a competence.\";s:23:\"survey_add_new_question\";s:15:\"Create Question\";s:24:\"survey_assign_competence\";s:17:\"Assign Competence\";s:19:\"survey_at_beginning\";s:16:\"At The Beginning\";s:23:\"survey_auto_block_title\";s:11:\"Page Header\";s:31:\"survey_available_question_pools\";s:15:\"Available Pools\";s:18:\"survey_behind_page\";s:6:\"Behind\";s:19:\"survey_block_hidden\";s:6:\"hidden\";s:20:\"survey_block_visible\";s:7:\"visible\";s:18:\"survey_calc_skills\";s:27:\"Determine Competence Levels\";s:26:\"survey_calculate_sum_score\";s:19:\"Calculate Sum Score\";s:31:\"survey_calculate_sum_score_info\";s:223:\"Calculates the sum of all scale values for single choice, multiple choice and matrix questions for each participant. Caution: If participants skip these kind of questions, the whole sum score will not be calculated anymore.\";s:21:\"survey_cancel_preview\";s:14:\"Cancel Preview\";s:28:\"survey_cannot_preview_survey\";s:21:\"Preview not available\";s:23:\"survey_clipboard_notice\";s:90:\"There are question(s) in the clipboard. Select the target position or empty the clipboard.\";s:11:\"survey_code\";s:18:\"Survey Access Code\";s:23:\"survey_code_delete_sure\";s:66:\"Are you sure you want to delete the following unused access codes?\";s:15:\"survey_code_url\";s:21:\"URL for Direct Access\";s:20:\"survey_code_url_name\";s:55:\"URL <small>(use right mouse button to copy URL)</small>\";s:16:\"survey_code_used\";s:11:\"Code was ..\";s:17:\"survey_codes_lang\";s:27:\"Preselected Survey Language\";s:29:\"survey_codes_no_anonymization\";s:82:\"You must create an anonymized survey with access codes to create new access codes!\";s:18:\"survey_competences\";s:11:\"Competences\";s:29:\"survey_confirm_template_reset\";s:62:\"Are you sure that you do not want to use the template anymore?\";s:25:\"survey_constraint_deleted\";s:34:\"The routing rule has been deleted.\";s:29:\"survey_copy_questions_to_pool\";s:20:\"Add to question pool\";s:31:\"survey_copy_select_questionpool\";s:31:\"Question pool to put the copies\";s:35:\"survey_copy_to_questionpool_success\";s:53:\"The questions were copied into the pool successfully.\";s:21:\"survey_delete_heading\";s:14:\"Remove Heading\";s:18:\"survey_delete_page\";s:11:\"Delete Page\";s:26:\"survey_dnd_clear_clipboard\";s:15:\"Clear Clipboard\";s:20:\"survey_dnd_move_next\";s:17:\"Move to Next Page\";s:24:\"survey_dnd_move_previous\";s:21:\"Move to Previous Page\";s:16:\"survey_dnd_paste\";s:5:\"Paste\";s:21:\"survey_dnd_split_page\";s:10:\"Split Page\";s:19:\"survey_edit_heading\";s:12:\"Edit Heading\";s:20:\"survey_edit_settings\";s:13:\"Edit Settings\";s:39:\"survey_error_insert_incomplete_question\";s:82:\"You tried to add an incomplete question to the survey! The question was not added.\";s:21:\"survey_execution_exit\";s:18:\"Back to repository\";s:25:\"survey_execution_exit_360\";s:4:\"Back\";s:28:\"survey_execution_sure_finish\";s:97:\"Are you sure you want to finish the survey? You will not be able to edit your answers afterwards.\";s:20:\"survey_existing_pool\";s:26:\"Use existing question pool\";s:13:\"survey_finish\";s:13:\"Finish Survey\";s:15:\"survey_finished\";s:63:\"You have finished the survey. Thank you for your participation!\";s:27:\"survey_has_datasets_warning\";s:137:\"The survey already contains data sets. You cannot edit the survey questions until you remove these data sets in the participants section.\";s:37:\"survey_has_datasets_warning_page_view\";s:108:\"The survey already contains data sets. You cannot edit the survey questions until you remove these datasets.\";s:42:\"survey_has_datasets_warning_page_view_link\";s:17:\"Edit Participants\";s:24:\"survey_introduction_info\";s:60:\"This message is permanently displayed on the ‘Info’-tab.\";s:17:\"survey_is_offline\";s:61:\"You cannot start the survey! The survey is currently offline.\";s:14:\"survey_jump_to\";s:7:\"Jump to\";s:16:\"survey_move_page\";s:9:\"Move Page\";s:15:\"survey_new_pool\";s:24:\"Create new question pool\";s:11:\"survey_next\";s:7:\"Next >>\";s:20:\"survey_next_question\";s:9:\"Next Page\";s:14:\"survey_no_pool\";s:24:\"Do not use question pool\";s:20:\"survey_not_available\";s:3:\"n/a\";s:41:\"survey_notification_finished_introduction\";s:38:\"A participant has finished the survey.\";s:35:\"survey_notification_finished_reason\";s:97:\"You are receiving this e-mail because you activated notifications for the survey mentioned above.\";s:32:\"survey_notification_target_group\";s:12:\"Target Group\";s:40:\"survey_notification_target_group_invited\";s:73:\"All users who got the survey put on their Dashboard as tasks (invitation)\";s:45:\"survey_notification_target_group_invited_info\";s:32:\"Number of current recipients: %s\";s:46:\"survey_notification_target_group_parent_course\";s:34:\"All members of parent course/group\";s:55:\"survey_notification_target_group_parent_course_inactive\";s:57:\"No parent course/group given - no reminders will be sent!\";s:30:\"survey_notification_tutor_body\";s:58:\"The following survey has been finished by all participants\";s:30:\"survey_notification_tutor_link\";s:14:\"Link to Survey\";s:36:\"survey_notification_tutor_recipients\";s:17:\"Tutors (Login[s])\";s:44:\"survey_notification_tutor_recipients_invalid\";s:41:\"Please state users with write permission.\";s:36:\"survey_notification_tutor_salutation\";s:9:\"Hello %s,\";s:33:\"survey_notification_tutor_setting\";s:42:\"One E-Mail after all Participants Finished\";s:33:\"survey_notification_tutor_subject\";s:46:\"All participants have finished the survey \"%s\"\";s:12:\"survey_order\";s:10:\"Sort Order\";s:17:\"survey_page_moved\";s:24:\"The page has been moved.\";s:20:\"survey_per_page_view\";s:9:\"Page View\";s:21:\"survey_pool_selection\";s:14:\"Pool Selection\";s:20:\"survey_prev_question\";s:13:\"Previous Page\";s:15:\"survey_previous\";s:11:\"<< Previous\";s:22:\"survey_question_editor\";s:9:\"List View\";s:26:\"survey_question_obligatory\";s:58:\"This question is compulsory. You must answer the question!\";s:20:\"survey_question_pool\";s:13:\"Question Pool\";s:26:\"survey_question_pool_title\";s:10:\"Pool Title\";s:26:\"survey_question_pool_usage\";s:13:\"Question Pool\";s:33:\"survey_question_pool_usage_active\";s:52:\"Questions can be added optionally to a question pool\";s:38:\"survey_question_pool_usage_active_info\";s:86:\"Each time a question is created it has to be decided if a question pool is to be used.\";s:35:\"survey_question_pool_usage_inactive\";s:45:\"Questions are created directly in the survey.\";s:40:\"survey_question_pool_usage_inactive_info\";s:104:\"The questions can be added to a question pool manually later but are created only for this survey first.\";s:27:\"survey_question_text_hidden\";s:11:\"Text hidden\";s:28:\"survey_question_text_visible\";s:12:\"Text visible\";s:21:\"survey_question_title\";s:14:\"Question Title\";s:16:\"survey_questions\";s:9:\"Questions\";s:34:\"survey_questions_to_clipboard_copy\";s:88:\"Question(s) were copied to the clipboard. Please select a target or empty the clipboard.\";s:33:\"survey_questions_to_clipboard_cut\";s:88:\"Question(s) were copied to the clipboard. Please select a target or empty the clipboard.\";s:20:\"survey_reached_level\";s:13:\"Reached Level\";s:20:\"survey_reminder_body\";s:53:\"the following survey has not been finished by you yet\";s:20:\"survey_reminder_cron\";s:27:\"Remind users to participate\";s:25:\"survey_reminder_cron_info\";s:62:\"If activated, users will be reminded to participate in surveys\";s:19:\"survey_reminder_end\";s:3:\"End\";s:25:\"survey_reminder_frequency\";s:9:\"Frequency\";s:30:\"survey_reminder_frequency_days\";s:4:\"Days\";s:20:\"survey_reminder_link\";s:3:\"URL\";s:26:\"survey_reminder_salutation\";s:9:\"Hello %s,\";s:23:\"survey_reminder_setting\";s:27:\"Remind Users to Participate\";s:21:\"survey_reminder_start\";s:5:\"Start\";s:23:\"survey_reminder_subject\";s:28:\"Survey \"%s\" was not finished\";s:24:\"survey_remove_competence\";s:17:\"Remove Competence\";s:28:\"survey_results_anonymization\";s:7:\"Privacy\";s:25:\"survey_results_anonymized\";s:32:\"Without Names / Anonymous Survey\";s:30:\"survey_results_anonymized_info\";s:186:\"In the tab ‘Results’ participants\' names are replaced by codes. Users having access to this tab cannot attribute answers to named participants but only to user ‘iTXaF’ (example).\";s:23:\"survey_results_finished\";s:15:\"Survey finished\";s:26:\"survey_results_not_started\";s:18:\"Survey not started\";s:27:\"survey_results_personalized\";s:10:\"With Names\";s:32:\"survey_results_personalized_info\";s:281:\"In the tab ‘Results’ the names of the participants and their respective answers are listed. Users having full access to this tab can inspect who has provided which answer. Even users with limited access to the tab may deduce given answers, if the number of participants is low.\";s:22:\"survey_results_started\";s:14:\"Survey started\";s:25:\"survey_results_tutor_body\";s:68:\"Attached you will find the detailed results for the following survey\";s:28:\"survey_results_tutor_subject\";s:23:\"Results for survey \"%s\"\";s:22:\"survey_show_blocktitle\";s:16:\"Show Block Title\";s:34:\"survey_show_blocktitle_description\";s:57:\"If activated the block title will be shown in the survey.\";s:12:\"survey_skill\";s:10:\"Competence\";s:19:\"survey_skill_assign\";s:30:\"Question/Competence Assignment\";s:18:\"survey_skill_level\";s:16:\"Competence Level\";s:29:\"survey_skill_max_scale_points\";s:17:\"Max. Scale Points\";s:17:\"survey_skill_nr_q\";s:19:\"Number of Questions\";s:23:\"survey_skill_thresholds\";s:21:\"Competence Thresholds\";s:12:\"survey_start\";s:16:\"Go To Start Page\";s:19:\"survey_sum_of_means\";s:33:\"Sum of Arithm. Means per Question\";s:29:\"survey_sure_delete_constraint\";s:80:\"Are you sure you want to delete the routing rule \"%1$s\" for the question \"%2$s\"?\";s:28:\"survey_sure_delete_questions\";s:73:\"Are you sure that you want to delete the following questions or headings?\";s:36:\"survey_sync_insufficient_permissions\";s:24:\"Insufficient Permissions\";s:27:\"survey_sync_question_copies\";s:20:\"Sync Question Copies\";s:32:\"survey_sync_question_copies_info\";s:70:\"The selected questions will be replaced with the current pool version.\";s:19:\"survey_sync_success\";s:36:\"The selected questions were updated.\";s:21:\"survey_template_reset\";s:30:\"The template has been removed.\";s:21:\"survey_up_to_x_points\";s:14:\"Up to x points\";s:23:\"survey_use_start_button\";s:49:\"You must enter the survey using the start button!\";s:21:\"survey_using_template\";s:126:\"This survey uses the template %s. If you do not want to use a template and have access to all settings, please click here: %s.\";s:26:\"survey_using_template_link\";s:27:\"Do not use template anymore\";s:38:\"svy_activation_limited_visibility_info\";s:115:\"Outside the indicated period, only the title of the survey will be displayed while the question are not accessible.\";s:26:\"svy_activation_online_info\";s:56:\"Only if a survey is online, users can participate in it.\";s:21:\"svy_add_internal_user\";s:8:\"Add User\";s:26:\"svy_add_internal_user_info\";s:49:\"The rater has a registered user on this platform.\";s:13:\"svy_add_rater\";s:9:\"Add Rater\";s:14:\"svy_all_raters\";s:10:\"All Raters\";s:26:\"svy_all_survey_competences\";s:22:\"All Survey Competences\";s:25:\"svy_all_user_data_deleted\";s:46:\"All user data of this survey has been deleted!\";s:12:\"svy_analysis\";s:8:\"Analysis\";s:26:\"svy_anonymous_participants\";s:20:\"List of Participants\";s:31:\"svy_anonymous_participants_info\";s:72:\"If activated a list of participants can be enabled in anonymous surveys.\";s:30:\"svy_anonymous_participants_min\";s:30:\"Minimum Number of Participants\";s:35:\"svy_anonymous_participants_min_info\";s:89:\"The list will only be available if there are at least the minimum number of participants.\";s:30:\"svy_anonymous_participants_svy\";s:20:\"List of Participants\";s:35:\"svy_anonymous_participants_svy_info\";s:68:\"If activated a list of participants is available after the end date.\";s:19:\"svy_answer_too_long\";s:76:\"Your current answer is too long (%s characters). Please shorten your answer.\";s:22:\"svy_app_see_rater_info\";s:139:\"Appraisees can access rater information in the results screens, including names and e-mail addresses, if entered before when adding raters.\";s:31:\"svy_appraisses_cannot_be_raters\";s:89:\"User cannot be added as rater. Use self evaluation option in the survey settings instead.\";s:8:\"svy_back\";s:4:\"Back\";s:18:\"svy_chart_download\";s:14:\"Download Chart\";s:40:\"svy_check_evaluation_access_introduction\";s:136:\"Since this survey evaluation is only accessible by survey participants you need to enter your survey access code to open the evaluation.\";s:42:\"svy_check_evaluation_authentication_needed\";s:21:\"Authentication needed\";s:30:\"svy_check_evaluation_wrong_key\";s:127:\"You entered a wrong survey access code or you have not participated the survey. Your access to the survey evaluation is denied.\";s:17:\"svy_compress_view\";s:15:\"Compressed View\";s:22:\"svy_compress_view_info\";s:92:\"If activated, all single choice questions with similar scales will be presented matrix-like.\";s:8:\"svy_copy\";s:11:\"Copy Survey\";s:19:\"svy_create_question\";s:15:\"Create Question\";s:24:\"svy_delete_all_user_data\";s:20:\"Delete all User Data\";s:13:\"svy_dont_send\";s:20:\"Don\'t send a message\";s:17:\"svy_eval_captions\";s:7:\"Figures\";s:21:\"svy_eval_captions_abs\";s:8:\"Absolute\";s:26:\"svy_eval_captions_abs_perc\";s:23:\"Absolute and Percentage\";s:22:\"svy_eval_captions_perc\";s:10:\"Percentage\";s:20:\"svy_eval_competences\";s:18:\"Competence Results\";s:18:\"svy_eval_cumulated\";s:8:\"Overview\";s:15:\"svy_eval_detail\";s:7:\"Details\";s:22:\"svy_eval_skipped_value\";s:22:\"Results: ‘skipped’\";s:29:\"svy_eval_skipped_value_custom\";s:16:\"Use custom value\";s:34:\"svy_eval_skipped_value_custom_info\";s:54:\"Define any (or empty) value to use for skipped answers\";s:35:\"svy_eval_skipped_value_custom_value\";s:5:\"Value\";s:26:\"svy_eval_skipped_value_lng\";s:23:\"Use language file entry\";s:31:\"svy_eval_skipped_value_lng_info\";s:19:\"Current value: \"%s\"\";s:13:\"svy_eval_user\";s:15:\"Per Participant\";s:13:\"svy_eval_view\";s:4:\"View\";s:20:\"svy_eval_view_charts\";s:5:\"Chart\";s:20:\"svy_eval_view_tables\";s:5:\"Table\";s:27:\"svy_eval_view_tables_charts\";s:15:\"Table and chart\";s:30:\"svy_evaluation_access_all_info\";s:92:\"All registered users that can access the survey can also look at the results of this survey.\";s:30:\"svy_evaluation_access_off_info\";s:91:\"Only Users that can edit the survey (write permission) have access to the survey\'s results.\";s:39:\"svy_evaluation_access_participants_info\";s:95:\"All users that participated in the survey may choose to look at the results after finishing it.\";s:16:\"svy_export_files\";s:12:\"Export Files\";s:17:\"svy_export_format\";s:21:\"Export survey data as\";s:14:\"svy_export_pdf\";s:10:\"Export PDF\";s:23:\"svy_ext_rater_firstname\";s:28:\"First name of external rater\";s:22:\"svy_ext_rater_lastname\";s:27:\"Last name of external rater\";s:18:\"svy_external_rater\";s:18:\"Add External Rater\";s:23:\"svy_external_rater_info\";s:45:\"The rater is not registered on this platform.\";s:26:\"svy_fraction_of_selections\";s:22:\"Fraction of selections\";s:16:\"svy_gap_analysis\";s:12:\"Gap Analysis\";s:22:\"svy_general_properties\";s:18:\"General Properties\";s:16:\"svy_import_codes\";s:12:\"Import Codes\";s:21:\"svy_import_codes_info\";s:40:\"This import requires a \"%s\" export file.\";s:18:\"svy_ind_feedb_info\";s:41:\"Users get distinct evaluations by others.\";s:18:\"svy_ind_feedb_mode\";s:19:\"Individual Feedback\";s:29:\"svy_mail_confirmation_subject\";s:45:\"Survey \"%s\" - Your participation confirmation\";s:38:\"svy_mail_context_rater_invitation_info\";s:41:\"Invite raters to participate in a survey.\";s:46:\"svy_mail_context_rater_invitation_survey_title\";s:12:\"Survey Title\";s:39:\"svy_mail_context_rater_invitation_title\";s:24:\"Survey: Rater Invitation\";s:30:\"svy_mail_context_reminder_info\";s:38:\"Reminds users to participate in survey\";s:38:\"svy_mail_context_reminder_survey_title\";s:12:\"Survey Title\";s:31:\"svy_mail_context_reminder_title\";s:23:\"Survey: Survey-Reminder\";s:20:\"svy_mail_own_results\";s:18:\"Mail given answers\";s:25:\"svy_mail_own_results_body\";s:41:\"you participated in the following survey:\";s:28:\"svy_mail_own_results_subject\";s:26:\"Survey \"%s\" - Your Answers\";s:26:\"svy_mail_send_confirmation\";s:31:\"Send Participation Confirmation\";s:41:\"svy_matrix_layout_percentages_sum_invalid\";s:42:\"The column settings do not sum up to 100%.\";s:17:\"svy_max_sum_score\";s:17:\"Maximum Sum Score\";s:18:\"svy_neutral_answer\";s:72:\"Text for a Neutral Answer (‘Not Specified’, ‘I don\'t know’ etc.)\";s:23:\"svy_no_appraisees_found\";s:35:\"No appraisees with feedbacks found.\";s:30:\"svy_notification_tutor_results\";s:35:\"One E-Mail including Survey Results\";s:36:\"svy_notification_tutor_results_alert\";s:26:\"This requires an end date.\";s:35:\"svy_notification_tutor_results_info\";s:106:\"After reaching the end data a cron job will send an email with the detailed survey results attached to it.\";s:31:\"svy_only_max_one_external_rater\";s:38:\"Please select only one external rater.\";s:21:\"svy_page_add_question\";s:10:\"Add new %s\";s:14:\"svy_page_error\";s:114:\"There was an error answering a survey question. Please refer to the question to get more information on the error!\";s:15:\"svy_page_errors\";s:118:\"There were errors answering the survey questions. Please refer to the questions to get more information on the errors!\";s:15:\"svy_participant\";s:11:\"Participant\";s:16:\"svy_participants\";s:12:\"Participants\";s:17:\"svy_participation\";s:13:\"Participation\";s:30:\"svy_please_select_unused_codes\";s:39:\"Please select at least one unused code.\";s:21:\"svy_print_hide_labels\";s:11:\"Hide labels\";s:21:\"svy_print_show_labels\";s:11:\"Show labels\";s:16:\"svy_privacy_info\";s:7:\"Privacy\";s:9:\"svy_rater\";s:5:\"Rater\";s:22:\"svy_rater_see_app_info\";s:92:\"The names of appraisees will be presented to raters to enable them evaluating the questions.\";s:26:\"svy_reminder_mail_template\";s:13:\"Mail Template\";s:31:\"svy_reminder_mail_template_none\";s:24:\"Do not use mail template\";s:33:\"svy_result_mail_notification_info\";s:95:\"On finishing the survey the answers of each participant will be sent to the defined recipients.\";s:11:\"svy_results\";s:7:\"Results\";s:24:\"svy_results_mail_confirm\";s:51:\"Participants can request participation confirmation\";s:29:\"svy_results_mail_confirm_info\";s:94:\"Participants can request a mail with a confirmation of participation at the end of the survey.\";s:20:\"svy_results_mail_own\";s:21:\"Include given answers\";s:25:\"svy_results_mail_own_info\";s:72:\"The given answers will be included in the confirmation of participation.\";s:20:\"svy_results_view_own\";s:33:\"Participants can View Own Answers\";s:25:\"svy_results_view_own_info\";s:119:\"After finishing the survey, participants can view a list of all answers they provided. They cannot change their answers\";s:21:\"svy_save_and_continue\";s:17:\"Save and Continue\";s:13:\"svy_save_sync\";s:29:\"Save and Sync Question Copies\";s:15:\"svy_search_user\";s:11:\"Search User\";s:20:\"svy_search_user_info\";s:48:\"Search for users or roles and pick participants.\";s:16:\"svy_search_users\";s:23:\"Search for participants\";s:16:\"svy_select_rater\";s:12:\"Select Rater\";s:30:\"svy_selected_user_data_deleted\";s:64:\"The survey data of the selected user(s) was deleted successfully\";s:30:\"svy_self_ev_access_results_all\";s:46:\"Access to Self-Evaluations of All Participants\";s:31:\"svy_self_ev_access_results_none\";s:20:\"No Access to Results\";s:30:\"svy_self_ev_access_results_own\";s:30:\"Access to Own Self-Evaluations\";s:16:\"svy_self_ev_info\";s:24:\"Use for self evaluation.\";s:16:\"svy_self_ev_mode\";s:20:\"Self-Evaluation Only\";s:27:\"svy_settings_section_access\";s:32:\"Administering the survey: Access\";s:33:\"svy_settings_section_before_start\";s:34:\"Information before start of survey\";s:30:\"svy_settings_section_finishing\";s:20:\"Finishing the survey\";s:39:\"svy_settings_section_question_behaviour\";s:47:\"Administering the survey: Behaviour of question\";s:30:\"svy_settings_section_reminders\";s:9:\"Reminders\";s:23:\"svy_show_questiontitles\";s:19:\"Show Question Title\";s:34:\"svy_skl_comp_assignm_not_supported\";s:62:\"Competence assignment is not supported for this question type.\";s:13:\"svy_sum_score\";s:9:\"Sum Score\";s:17:\"svy_type_of_rater\";s:13:\"Type of Rater\";s:20:\"svy_view_own_results\";s:18:\"View given answers\";s:25:\"svy_wrong_or_expired_code\";s:46:\"Sorry, you entered an invalid or expired code.\";s:26:\"text_maximum_chars_allowed\";s:91:\"Please do not enter more than a maximum of %s characters. Any characters above will be cut.\";s:28:\"text_question_not_filled_out\";s:33:\"Please fill out the answer field!\";s:6:\"unfold\";s:6:\"Unfold\";s:11:\"upper_limit\";s:11:\"Upper Limit\";s:27:\"upper_limit_must_be_greater\";s:53:\"The upper limit must be greater than the lower limit!\";s:16:\"use_anonymous_id\";s:16:\"Show Survey Code\";s:21:\"use_anonymous_id_desc\";s:130:\"If checked, the username in anonymized surveys will be shown as the survey code, otherwise the text ‘Anonymous’ will be shown.\";s:26:\"use_browser_print_function\";s:50:\"Please use the print function of your web browser.\";s:15:\"use_min_answers\";s:17:\"Answer selections\";s:22:\"use_min_answers_option\";s:33:\"Set a number of answer selections\";s:16:\"use_other_answer\";s:11:\"Open answer\";s:4:\"used\";s:4:\"used\";s:14:\"users_answered\";s:14:\"Users Answered\";s:13:\"users_invited\";s:26:\"%s users have been invited\";s:13:\"users_skipped\";s:13:\"Users Skipped\";s:6:\"values\";s:6:\"Values\";s:8:\"vertical\";s:8:\"Vertical\";s:29:\"warning_question_not_complete\";s:29:\"The question is not complete!\";s:11:\"workingtime\";s:12:\"Working time\";s:22:\"wrong_survey_code_used\";s:74:\"No access to survey. Your survey code is invalid or has already been used.\";}'),('svy','en','a:30:{s:33:\"survey_360_appraisees_remind_info\";s:99:\"If self evaluation is activated, appraisees that have not yet finished the survey will be reminded.\";s:29:\"survey_360_raters_remind_info\";s:62:\"Raters that have not yet finished the survey will be reminded.\";s:13:\"svy_all_pages\";s:9:\"All Pages\";s:20:\"svy_all_participants\";s:16:\"All Participants\";s:17:\"svy_all_questions\";s:13:\"All Questions\";s:9:\"svy_codes\";s:12:\"Access Codes\";s:16:\"svy_current_page\";s:12:\"Current Page\";s:17:\"svy_finish_survey\";s:18:\"Finish survey \'%1\'\";s:23:\"svy_invite_participants\";s:19:\"Invite Participants\";s:15:\"svy_link_to_svy\";s:14:\"Link to Survey\";s:17:\"svy_part_overview\";s:8:\"Overview\";s:22:\"svy_placeholders_label\";s:22:\"Available Placeholders\";s:19:\"svy_print_selection\";s:20:\"Print View Selection\";s:27:\"svy_remove_all_participants\";s:27:\"Delete all Participant Data\";s:23:\"svy_remove_participants\";s:19:\"Remove Participants\";s:25:\"svy_selected_participants\";s:21:\"Selected Participants\";s:22:\"svy_selected_questions\";s:18:\"Selected Questions\";s:13:\"svy_selection\";s:9:\"Selection\";s:10:\"svy_status\";s:6:\"Status\";s:19:\"svy_status_finished\";s:8:\"Finished\";s:22:\"svy_status_in_progress\";s:11:\"In Progress\";s:18:\"svy_status_invited\";s:7:\"Invited\";s:24:\"svy_user_added_appraisee\";s:11:\"Survey \'%1\'\";s:35:\"svy_user_added_appraisee_close_mail\";s:43:\"The survey has been closed for your raters.\";s:29:\"svy_user_added_appraisee_mail\";s:50:\"You have been added to the survey as an appraisee.\";s:20:\"svy_user_added_rater\";s:11:\"Survey \'%1\'\";s:25:\"svy_user_added_rater_mail\";s:45:\"You have been added as a rater to the survey.\";s:34:\"svy_user_added_rater_reminder_mail\";s:47:\"Please finish to rate the following appraisees:\";s:18:\"svy_user_not_found\";s:15:\"User not found.\";s:17:\"svy_users_invited\";s:24:\"Users have been invited.\";}'),('sysc','en','a:48:{s:21:\"sysc_action_list_tree\";s:27:\"Create Repository Tree Dump\";s:18:\"sysc_action_repair\";s:6:\"Repair\";s:21:\"sysc_action_show_tree\";s:25:\"Show Repository Tree Dump\";s:20:\"sysc_action_validate\";s:8:\"Validate\";s:25:\"sysc_administrate_deleted\";s:28:\"Administrate Deleted Objects\";s:21:\"sysc_btn_tree_missing\";s:15:\"Restore Missing\";s:23:\"sysc_btn_tree_structure\";s:23:\"Recreate Tree Structure\";s:18:\"sysc_completed_num\";s:15:\"Fulfilled Tasks\";s:21:\"sysc_cron_empty_trash\";s:16:\"Delete Trash Bin\";s:26:\"sysc_cron_empty_trash_desc\";s:118:\"If enabled, the repository trash bin will be purged by given criteria (age, object type or maximum number of objects).\";s:15:\"sysc_failed_num\";s:19:\"Not Fulfilled Tasks\";s:11:\"sysc_groups\";s:19:\"System Check Groups\";s:13:\"sysc_grp_tree\";s:15:\"Repository Tree\";s:18:\"sysc_grp_tree_desc\";s:84:\"Performs an analysis of the tree and prints all tree nodes along with analysis data.\";s:20:\"sysc_message_success\";s:15:\"No errors found\";s:33:\"sysc_message_tree_missing_confirm\";s:79:\"Do you really want to restore missing entries in the repository tree structure?\";s:35:\"sysc_message_tree_structure_confirm\";s:100:\"Do you really want to repair the tree structure? Please create a database backup before you proceed.\";s:13:\"sysc_overview\";s:8:\"Overview\";s:21:\"sysc_status_completed\";s:9:\"Completed\";s:18:\"sysc_status_failed\";s:6:\"Failed\";s:14:\"sysc_status_na\";s:11:\"Not yet run\";s:19:\"sysc_status_running\";s:7:\"Running\";s:14:\"sysc_tab_trash\";s:15:\"Deleted Objects\";s:18:\"sysc_task_overview\";s:5:\"Tasks\";s:19:\"sysc_task_structure\";s:14:\"Tree structure\";s:24:\"sysc_task_structure_desc\";s:52:\"Analyzes and corrects the repository tree structure.\";s:19:\"sysc_task_tree_dump\";s:9:\"List Tree\";s:24:\"sysc_task_tree_dump_desc\";s:49:\"Analyses and prints the repository tree structure\";s:25:\"sysc_task_tree_duplicates\";s:36:\"Duplicate Entries in Repository Tree\";s:30:\"sysc_task_tree_duplicates_desc\";s:62:\"Search for duplicate entries in the repository tree structure.\";s:22:\"sysc_task_tree_missing\";s:34:\"Missing Entries in Repository Tree\";s:27:\"sysc_task_tree_missing_desc\";s:60:\"Searches and repairs missing entries in the repository tree.\";s:32:\"sysc_task_tree_missing_reference\";s:25:\"Missing Object References\";s:37:\"sysc_task_tree_missing_reference_desc\";s:70:\"Searches and repairs missing object references in the repository tree.\";s:27:\"sysc_task_tree_missing_tree\";s:34:\"Missing Entries in Repository Tree\";s:32:\"sysc_task_tree_missing_tree_desc\";s:60:\"Searches and repairs missing entries in the repository tree.\";s:17:\"sysc_trash_action\";s:6:\"Action\";s:20:\"sysc_trash_limit_age\";s:9:\"Limit Age\";s:20:\"sysc_trash_limit_num\";s:12:\"Limit Number\";s:21:\"sysc_trash_limit_type\";s:13:\"Limit by Type\";s:17:\"sysc_trash_remove\";s:34:\"Remove deleted objects from system\";s:22:\"sysc_trash_remove_info\";s:50:\"Remove deleted objects (trash bin) from the system\";s:18:\"sysc_trash_restore\";s:23:\"Restore Deleted Objects\";s:23:\"sysc_trash_restore_info\";s:80:\"Restore deleted objects from trash bin and move the to the ‘Recovery Folder’\";s:28:\"sysc_tree_duplicate_failures\";s:70:\"Found duplicate entries in tree structure. Number of duplicate entries\";s:23:\"sysc_tree_list_failures\";s:87:\"A dump of the the repository tree has been created. Number of errors in tree structure:\";s:26:\"sysc_tree_missing_failures\";s:71:\"Found missing entries in the tree structure. Number of missing entries:\";s:28:\"sysc_tree_structure_failures\";s:59:\"Number of failures in the tree structure (parent-Relation):\";}'),('tagging','en','a:22:{s:13:\"no_tag_text_1\";s:68:\"You have not yet used any tags. To do this, you must take two steps:\";s:13:\"no_tag_text_2\";s:103:\"Click on \'%s\' and select a learning object from the available offer, e.g. a learning module or a forum.\";s:13:\"no_tag_text_3\";s:73:\"To attach any tags to the object select \'Set Tags\' from the actions menu.\";s:37:\"tag_remove_tags_of_obj_without_access\";s:10:\"Remove Tag\";s:34:\"tag_some_obj_tagged_without_access\";s:122:\"You do not have the permissions to access some of the tagged objects anymore. Should the tag be removed for these objects?\";s:16:\"tag_tags_deleted\";s:47:\"Tag has been removed from inaccessible objects.\";s:17:\"tagging_all_users\";s:9:\"All Users\";s:21:\"tagging_edit_settings\";s:13:\"Edit Settings\";s:24:\"tagging_enable_all_users\";s:22:\"Show Tags of All Users\";s:29:\"tagging_enable_all_users_info\";s:107:\"Adds a section ‘All Users’ to the info screens that lists all tags of all users attached to a resource.\";s:22:\"tagging_enable_tagging\";s:14:\"Enable Tagging\";s:22:\"tagging_forbidden_tags\";s:14:\"Forbidden Tags\";s:22:\"tagging_no_obj_for_tag\";s:28:\"No Resources tagged with %s.\";s:19:\"tagging_other_users\";s:19:\"Tags of Other Users\";s:25:\"tagging_resources_for_tag\";s:24:\"Resources tagged with %s\";s:20:\"tagging_search_users\";s:12:\"Search Users\";s:15:\"tagging_set_tag\";s:8:\"Set Tags\";s:16:\"tagging_settings\";s:8:\"Settings\";s:11:\"tagging_tag\";s:3:\"Tag\";s:16:\"tagging_tag_info\";s:86:\"To attach tags to a resource open the info screen of the resource and enter your tags.\";s:12:\"tagging_tags\";s:4:\"Tags\";s:23:\"tagging_users_using_tag\";s:15:\"Users Using Tag\";}'),('task','en','a:9:{s:13:\"task_deadline\";s:3:\"End\";s:18:\"task_derived_tasks\";s:5:\"Tasks\";s:12:\"task_details\";s:7:\"Details\";s:18:\"task_no_task_items\";s:27:\"There are no tasks for you.\";s:13:\"task_no_tasks\";s:31:\"You do not have any open tasks.\";s:10:\"task_start\";s:5:\"Start\";s:9:\"task_task\";s:4:\"Task\";s:24:\"task_tasks_with_deadline\";s:13:\"With Deadline\";s:27:\"task_tasks_without_deadline\";s:16:\"Without Deadline\";}'),('tax','en','a:23:{s:8:\"obj_taxn\";s:4:\"Node\";s:16:\"tax_add_taxonomy\";s:12:\"Add Taxonomy\";s:9:\"tax_added\";s:26:\"Taxonomy has been created.\";s:29:\"tax_admin_settings_repository\";s:21:\"Repository Taxonomies\";s:16:\"tax_alphabetical\";s:12:\"Alphabetical\";s:18:\"tax_assigned_items\";s:14:\"Assigned Items\";s:20:\"tax_confirm_deletion\";s:70:\"Do you really want to delete the whole taxonomy and all its relations?\";s:15:\"tax_create_node\";s:11:\"Create Node\";s:16:\"tax_item_sorting\";s:33:\"Support Sorting of Assigned Items\";s:10:\"tax_manual\";s:6:\"Manual\";s:15:\"tax_max_one_tax\";s:49:\"You can use maximum one taxonomy in this context.\";s:16:\"tax_new_tax_node\";s:8:\"New Node\";s:8:\"tax_node\";s:4:\"Node\";s:16:\"tax_node_sorting\";s:16:\"Sorting of Nodes\";s:9:\"tax_nodes\";s:5:\"Nodes\";s:9:\"tax_order\";s:5:\"Order\";s:12:\"tax_order_nr\";s:8:\"Order Nr\";s:24:\"tax_please_select_target\";s:25:\"Please select the target.\";s:23:\"tax_target_within_nodes\";s:56:\"The target must not be a sub-node of the selected items.\";s:18:\"tax_tax_assignment\";s:19:\"Taxonomy Assignment\";s:15:\"tax_tax_deleted\";s:30:\"The taxonomy has been deleted.\";s:16:\"tax_tax_settings\";s:17:\"Taxonomy Settings\";s:12:\"tax_taxonomy\";s:8:\"Taxonomy\";}'),('tbl','en','a:7:{s:14:\"tbl_export_csv\";s:10:\"Export CSV\";s:16:\"tbl_export_excel\";s:12:\"Export Excel\";s:19:\"tbl_template_create\";s:17:\"Save Current View\";s:20:\"tbl_template_created\";s:32:\"The current view has been saved.\";s:19:\"tbl_template_delete\";s:17:\"Delete Saved View\";s:20:\"tbl_template_deleted\";s:32:\"The saved view has been deleted.\";s:13:\"tbl_templates\";s:4:\"View\";}'),('tos','en','a:17:{s:34:\"tos_accept_usr_agreement_anonymous\";s:16:\"Terms of Service\";s:40:\"tos_accept_usr_agreement_anonymous_intro\";s:70:\"Before you proceed to ILIAS you accept the following Terms of Service.\";s:28:\"tos_account_reg_not_possible\";s:186:\"Self-registration is currently not possible because there is no Terms of Service agreement available. Please contact your <a href=\"%1$s\">system administrator</a> for further information.\";s:14:\"tos_agree_date\";s:13:\"ToS agreed on\";s:13:\"tos_agreement\";s:16:\"Terms of Service\";s:25:\"tos_disabled_no_docs_left\";s:283:\"Terms of Service documents can no longer be displayed, because all ToS documents have been deleted. Users will no longer be required to agree to a ToS document when registering an account. Please create at least one document before re-checking the ‘Display Terms of Service’ box.\";s:19:\"tos_last_reset_date\";s:170:\"The Terms of Service were reset on %s. Only reset the Terms of Service if changes have been made to the ToS document(s) and you require all users to agree to the new ToS.\";s:15:\"tos_never_reset\";s:177:\"The Terms of Service have not yet been reset. Only reset the Terms of Service if changes have been made to the ToS document(s) and you require all users to agree to the new ToS.\";s:22:\"tos_no_documents_exist\";s:60:\"There are currently no Terms of Service documents available.\";s:32:\"tos_no_documents_exist_cant_save\";s:128:\"There are currently no Terms of Service documents available. Please add at least one document in order to activate this service.\";s:23:\"tos_reset_for_all_users\";s:22:\"Reset Terms of Service\";s:20:\"tos_reset_successful\";s:36:\"Terms of Service successfully reset.\";s:15:\"tos_status_desc\";s:238:\"Display relevant language-based Terms of Service documents at the end of the registration form for new users and, if applicable, upon the user’s first login. Users are required to accept the Terms of Service before they can enter ILIAS.\";s:17:\"tos_status_enable\";s:24:\"Display Terms of Service\";s:18:\"tos_sure_reset_tos\";s:171:\"Are you sure you want to reset the Terms of Service for all users in the system? This also applies, for example, to those accounts that are used for the SOAP web services.\";s:27:\"tos_withdrawal_usr_deletion\";s:36:\"Account deletion upon ToS withdrawal\";s:32:\"tos_withdrawal_usr_deletion_desc\";s:149:\"If a user withdraws their acceptance from  a previously accepted Terms of Service document, this will result in the deletion of the user’s account.\";}'),('trac','en','a:262:{s:24:\"cmix_lp_mode_deactivated\";s:32:\"Learning Progress is Deactivated\";s:29:\"cmix_lp_mode_deactivated_info\";s:84:\"The learning progress status is not displayed and does not influence parent objects.\";s:27:\"cmix_lp_mode_when_completed\";s:26:\"Completed when \'completed\'\";s:32:\"cmix_lp_mode_when_completed_info\";s:89:\"ILIAS status \'completed\' is set when verb of last relevant xAPI-Statement is \'completed\'.\";s:24:\"cmix_lp_mode_when_passed\";s:23:\"Completed when \'passed\'\";s:29:\"cmix_lp_mode_when_passed_info\";s:101:\"ILIAS status \'completed\' is set when verb of last relevant xAPI-Statement is \'passed\' or \'satisfied\'.\";s:37:\"cmix_lp_mode_when_passed_or_completed\";s:34:\"Completed when passed or completed\";s:42:\"cmix_lp_mode_when_passed_or_completed_info\";s:116:\"ILIAS status \'completed\' is set when verb of last relevant xAPI-Statement is \'completed\' or \'passed\' or \'satisfied\'.\";s:24:\"cmix_lp_mode_with_failed\";s:20:\"Also consider failed\";s:29:\"cmix_lp_mode_with_failed_info\";s:54:\"The status could be \'failed\' instead of \'in progress\'.\";s:15:\"create_date_max\";s:19:\"Latest Registration\";s:15:\"create_date_min\";s:21:\"Earliest Registration\";s:18:\"info_valid_request\";s:54:\"The maximum valid time between two requests of a user.\";s:10:\"last_login\";s:10:\"Last Login\";s:26:\"meta_typical_learning_time\";s:21:\"Typical learning time\";s:9:\"obj_types\";s:12:\"Object Types\";s:14:\"read_count_avg\";s:18:\"Average page views\";s:19:\"registration_filter\";s:20:\"Date of Registration\";s:16:\"search_area_info\";s:25:\"Please choose one object.\";s:12:\"search_terms\";s:14:\"Search Term(s)\";s:10:\"select_one\";s:24:\"Please select one object\";s:18:\"session_statistics\";s:18:\"Session Statistics\";s:16:\"trac_aggregation\";s:11:\"Aggregation\";s:8:\"trac_all\";s:3:\"All\";s:15:\"trac_anonymized\";s:10:\"Anonymized\";s:20:\"trac_anonymized_info\";s:46:\"If enabled, all statistics will be anonymized.\";s:26:\"trac_anonymized_info_short\";s:12:\"(Anonymized)\";s:13:\"trac_assigned\";s:8:\"Assigned\";s:12:\"trac_average\";s:7:\"Average\";s:13:\"trac_begin_at\";s:10:\"Start date\";s:18:\"trac_closed_expire\";s:7:\"Timeout\";s:16:\"trac_closed_idle\";s:9:\"Idle Time\";s:22:\"trac_closed_idle_first\";s:23:\"Idle Time (1st Request)\";s:17:\"trac_closed_login\";s:18:\"Anonymous To Login\";s:18:\"trac_closed_manual\";s:6:\"Logout\";s:16:\"trac_closed_misc\";s:5:\"Misc.\";s:22:\"trac_collection_assign\";s:42:\"Select for Learning Progress Determination\";s:24:\"trac_collection_deassign\";s:44:\"Deselect for Learning Progress Determination\";s:41:\"trac_collection_manual_learner_changed_ts\";s:10:\"Changed on\";s:35:\"trac_collection_manual_learner_info\";s:61:\"The learning progress for this object has to be set manually.\";s:38:\"trac_collection_manual_learner_lm_info\";s:36:\"Activate all chapters you completed.\";s:32:\"trac_collection_tlt_learner_info\";s:76:\"The learning progress for this object is based on the typical learning time.\";s:35:\"trac_collection_tlt_learner_subitem\";s:57:\"You have spent %s of the %s needed for completion (%s%%).\";s:12:\"trac_comment\";s:6:\"Remark\";s:14:\"trac_completed\";s:9:\"Completed\";s:14:\"trac_cron_info\";s:64:\"Please activate the \"Object Statistics\" cron job to gather data.\";s:16:\"trac_crs_objects\";s:19:\"Course Participants\";s:12:\"trac_current\";s:7:\"Current\";s:24:\"trac_current_system_load\";s:19:\"Current System Load\";s:17:\"trac_data_deleted\";s:22:\"Data has been deleted.\";s:13:\"trac_defaults\";s:17:\"Completion Status\";s:22:\"trac_defaults_inactive\";s:8:\"Inactive\";s:18:\"trac_defaults_info\";s:118:\"Set the completion status determination mode for supported object types. Used by certain badge types and certificates.\";s:16:\"trac_delete_data\";s:11:\"Delete Data\";s:33:\"trac_determines_learning_progress\";s:28:\"Determines Learning Progress\";s:20:\"trac_edit_collection\";s:124:\"Please assign materials. If the status of all assigned items is ‘Completed’ the overall status is completed by the user.\";s:11:\"trac_end_at\";s:8:\"End Date\";s:11:\"trac_failed\";s:6:\"Failed\";s:11:\"trac_figure\";s:10:\"Key Figure\";s:16:\"trac_filter_area\";s:4:\"Area\";s:22:\"trac_filter_has_status\";s:49:\"Show also objects with status ‘not attempted’\";s:18:\"trac_filter_hidden\";s:6:\"Hidden\";s:17:\"trac_first_access\";s:12:\"First Access\";s:26:\"trac_first_and_last_access\";s:21:\"First and Last Access\";s:34:\"trac_frm_contribution_num_postings\";s:23:\"Minimum number of posts\";s:41:\"trac_frm_contribution_num_postings_info_p\";s:12:\"%s: %s Posts\";s:41:\"trac_frm_contribution_num_postings_info_s\";s:11:\"%s: %s Post\";s:20:\"trac_group_materials\";s:39:\"Create Grouping with Optional Materials\";s:25:\"trac_group_materials_save\";s:35:\"Save Number of Compulsory Materials\";s:36:\"trac_grouped_material_obligatory_err\";s:124:\"The number materials which must be passed has to be greater than 0 and smaller than the number of materials of the grouping.\";s:9:\"trac_hide\";s:4:\"Hide\";s:18:\"trac_hide_selected\";s:19:\"Hide Selected Items\";s:16:\"trac_in_progress\";s:11:\"In Progress\";s:16:\"trac_info_edited\";s:78:\"Set the status to ‘Completed’ if you think you have processed all content.\";s:16:\"trac_last_access\";s:11:\"Last Access\";s:21:\"trac_last_aggregation\";s:16:\"Last Aggregation\";s:28:\"trac_last_maxed_out_sessions\";s:14:\"Last Full Load\";s:22:\"trac_learning_progress\";s:17:\"Learning Progress\";s:25:\"trac_learning_progress_of\";s:23:\"Learning Progress of %s\";s:36:\"trac_learning_progress_settings_info\";s:22:\"Activate extended data\";s:24:\"trac_lhist_obj_completed\";s:18:\"$1$ was completed.\";s:27:\"trac_lhist_obj_completed_in\";s:25:\"$1$ was completed in $2$.\";s:13:\"trac_log_info\";s:44:\"Last Aggregation: %s (Unprocessed items: %s)\";s:18:\"trac_log_info_link\";s:6:\"Update\";s:21:\"trac_long_system_load\";s:9:\"Long term\";s:21:\"trac_lp_determination\";s:39:\"Items Determining the Learning Progress\";s:30:\"trac_lp_determination_info_crs\";s:69:\"Select the items that determine the overall learning progress status.\";s:36:\"trac_lp_determination_info_crs_tutor\";s:64:\"This selection is not connected to the learning progress status.\";s:30:\"trac_lp_determination_info_mob\";s:85:\"Select the items that determine the overall learning progress status of the Mediacast\";s:30:\"trac_lp_determination_info_sco\";s:98:\"Select the items that determine the overall learning progress status of the SCORM learning module.\";s:27:\"trac_lp_determination_tutor\";s:39:\"Display of objects in learning progress\";s:14:\"trac_lp_filter\";s:6:\"Filter\";s:22:\"trac_lp_learner_access\";s:26:\"View Own Learning Progress\";s:27:\"trac_lp_learner_access_info\";s:63:\"If active, users can access their own learning progress status.\";s:16:\"trac_lp_list_gui\";s:29:\"Dashboard, Repository, Search\";s:21:\"trac_lp_list_gui_info\";s:72:\"If activated, the learning progress status is included in objects lists.\";s:38:\"trac_lp_settings_info_parent_container\";s:45:\"Learning Progress of Parent Container Objects\";s:35:\"trac_lp_settings_info_parent_legend\";s:66:\"The learning progress status of this object is influenced by \"%s\".\";s:19:\"trac_manual_display\";s:28:\"Display in Learning Progress\";s:24:\"trac_manual_is_displayed\";s:12:\"Is Displayed\";s:22:\"trac_manual_no_display\";s:35:\"Do not display in Learning Progress\";s:9:\"trac_mark\";s:4:\"Mark\";s:11:\"trac_matrix\";s:11:\"Matrix View\";s:22:\"trac_maxed_out_counter\";s:14:\"Rejected Users\";s:19:\"trac_maxed_out_time\";s:15:\"Full Load [min]\";s:12:\"trac_measure\";s:6:\"Figure\";s:18:\"trac_members_short\";s:7:\"Members\";s:15:\"trac_min_passed\";s:35:\"Minimum Number of Passed Materials:\";s:9:\"trac_mode\";s:4:\"Mode\";s:42:\"trac_mode_cmix_compl_or_passed_with_failed\";s:116:\"Completed when verb \'completed\' or \'passed\' or \'satisfied\' was sent. Verb \'failed\' sets status of ILIAS to \'Failed\'.\";s:47:\"trac_mode_cmix_compl_or_passed_with_failed_info\";s:6:\"&nbsp;\";s:32:\"trac_mode_cmix_compl_with_failed\";s:89:\"Completed when verb \'completed\' was sent. Verb \'failed\' sets status of ILIAS to \'Failed\'.\";s:37:\"trac_mode_cmix_compl_with_failed_info\";s:6:\"&nbsp;\";s:24:\"trac_mode_cmix_completed\";s:94:\"Completed when verb \'completed\' was sent. Verb \'failed\' sets status of ILIAS to \'In Progress\'.\";s:29:\"trac_mode_cmix_completed_info\";s:6:\"&nbsp;\";s:34:\"trac_mode_cmix_completed_or_passed\";s:121:\"Completed when verb \'completed\' or \'passed\' or \'satisfied\' was sent. Verb \'failed\' sets status of ILIAS to \'In Progress\'.\";s:39:\"trac_mode_cmix_completed_or_passed_info\";s:6:\"&nbsp;\";s:21:\"trac_mode_cmix_passed\";s:106:\"Completed when verb \'passed\' or \'satisfied\' was sent. Verb \'failed\' sets status of ILIAS to \'In Progress\'.\";s:26:\"trac_mode_cmix_passed_info\";s:6:\"&nbsp;\";s:33:\"trac_mode_cmix_passed_with_failed\";s:101:\"Completed when verb \'passed\' or \'satisfied\' was sent. Verb \'failed\' sets status of ILIAS to \'Failed\'.\";s:38:\"trac_mode_cmix_passed_with_failed_info\";s:6:\"&nbsp;\";s:20:\"trac_mode_collection\";s:45:\"Status is Determined by a Collection of Items\";s:25:\"trac_mode_collection_info\";s:297:\"A user\'s learning progress status is determined by the learning progress status of a collection of items:  If the status of all items in the collection is ‘Completed’ the overall status is ‘Completed’ .<br />Items can be assigned to the collection on this screen after saving this setting.\";s:27:\"trac_mode_collection_manual\";s:51:\"Users Monitor and Set Status per Chapter Themselves\";s:32:\"trac_mode_collection_manual_info\";s:291:\"Users decide themselves if they have accomplished a chapter of the learning module. After completing a chapter, users have to set this chapter\'s status to ‘Completed’ on the \'Info\'-tab. <br />Chapters can be selected as Progress-relevant on this screen after you have saved this setting.\";s:25:\"trac_mode_collection_mobs\";s:27:\"Collection of Media Objects\";s:30:\"trac_mode_collection_mobs_info\";s:96:\"The learning progress status will be determined by the viewing status of selected media objects.\";s:24:\"trac_mode_collection_tlt\";s:51:\"Minimally Required Amount of Time Spent per Chapter\";s:29:\"trac_mode_collection_tlt_info\";s:332:\"The status will be automatically set according to time a user spends working on the chapters . The status \'Completed\' is assigned once users exceed the minimally required Typical Learning Time for all progress-relevant chapters.<br />The Typical Learning Time per chapter can be set on this screen after you have saved this setting.\";s:25:\"trac_mode_content_visited\";s:7:\"Visited\";s:30:\"trac_mode_content_visited_info\";s:86:\"Learning progress status is set to \'completed\' when object has been presented to user.\";s:36:\"trac_mode_contribution_to_discussion\";s:27:\"Contributions to Discussion\";s:41:\"trac_mode_contribution_to_discussion_info\";s:79:\"The learning progress status will be determined by the number of written posts.\";s:26:\"trac_mode_course_reference\";s:19:\"Adopted from Course\";s:31:\"trac_mode_course_reference_info\";s:77:\"The mode is automatically adopted from the course this course link points to.\";s:21:\"trac_mode_deactivated\";s:32:\"Learning Progress is Deactivated\";s:30:\"trac_mode_deactivated_info_new\";s:84:\"The learning progress status is not displayed and does not influence parent objects.\";s:15:\"trac_mode_event\";s:36:\"Tutors Monitor and Record Attendance\";s:20:\"trac_mode_event_info\";s:123:\"Tutors monitor whether or not participants attend the session. Tutors record attendance manually in the \'Participants\'-tab.\";s:27:\"trac_mode_exercise_returned\";s:29:\"Tutors Monitor and Set Status\";s:32:\"trac_mode_exercise_returned_info\";s:132:\"Tutors decide if users have accomplished the excercise. Tutors manually set the overall status i.e. ‘Completed’ or ‘Failed’.\";s:31:\"trac_mode_individual_assessment\";s:35:\"Graded manually by tutor or trainer\";s:36:\"trac_mode_individual_assessment_info\";s:97:\"The record of a user has to be finalized by the tutor in order to complete individual assessment.\";s:21:\"trac_mode_lti_outcome\";s:29:\"Mastery Score Must be reached\";s:26:\"trac_mode_lti_outcome_info\";s:93:\"The Learning Progress will be evaluated from the LTI outcome and the mastery score threshold.\";s:16:\"trac_mode_manual\";s:57:\"Users Monitor and Set Status Themselves (Complete Module)\";s:25:\"trac_mode_manual_by_tutor\";s:29:\"Tutors Monitor and Set Status\";s:30:\"trac_mode_manual_by_tutor_info\";s:129:\"Tutors decide if users have accomplished the object. Tutors manually set the overall status i.e. ‘Completed’ or ‘Failed’.\";s:21:\"trac_mode_manual_info\";s:149:\"Users decide themselves if they have accomplished the object. Once they are done, they have to set their status to ‘Completed’ on the \'Info\'-tab.\";s:20:\"trac_mode_objectives\";s:43:\"Status is Determined by Learning Objectives\";s:25:\"trac_mode_objectives_info\";s:109:\"The learning progress will be automatically determined according to the number of passed learning objectives.\";s:16:\"trac_mode_plugin\";s:6:\"Plugin\";s:19:\"trac_mode_questions\";s:33:\"Answering All Questions Correctly\";s:24:\"trac_mode_questions_info\";s:191:\"Users who answered all questions correctly will automatically be assigned with the status ‘Completed’. Please use this setting only if there actually are questions in the learning module.\";s:15:\"trac_mode_scorm\";s:51:\"Status is Determined by a Collection of SCORM Items\";s:20:\"trac_mode_scorm_info\";s:284:\"The learning progress status will automatically be determined by the status of selected SCOs.<br />A user\'s learning progress status is determined by the learning progress status of a collection of SCOs: SCOs can be assigned to the collection on this screen after saving this setting.\";s:23:\"trac_mode_scorm_package\";s:47:\"Status is Determined by the Whole SCORM Package\";s:28:\"trac_mode_scorm_package_info\";s:164:\"The learning progress status will automatically be determined by the status of the complete SCORM package. All comprised SCOs will matter for the learning progress.\";s:25:\"trac_mode_study_programme\";s:25:\"Study Programme Completed\";s:25:\"trac_mode_survey_finished\";s:15:\"Survey Finished\";s:30:\"trac_mode_survey_finished_info\";s:75:\"The survey has to be finished by an user to receive the status \'Completed\'.\";s:23:\"trac_mode_test_finished\";s:21:\"Test Must be Finished\";s:28:\"trac_mode_test_finished_info\";s:204:\"A user\'s learning progress status is set to ‘Completed’ after the user clicks \'Finish the Test\'. Regardless of whether or not the test was passed, the learning progress will be set to ‘Completed’.\";s:21:\"trac_mode_test_passed\";s:19:\"Test Must be Passed\";s:26:\"trac_mode_test_passed_info\";s:186:\"A user\'s learning progress status is set to ‘Completed’ after the user passed the test. Thresholds for passing the test can be set in the \'Settings\'-tab at the section \'Mark Schema\'.\";s:13:\"trac_mode_tlt\";s:58:\"Minimally Required Amount of Time Spent on Learning Module\";s:18:\"trac_mode_tlt_info\";s:273:\"The status will be automatically set according to time a user spends working with the learning module. The status \'Completed\' is assigned once users exceed the minimally required Typical Learning Time. <br />The Typical Learning Time can be specified in the \'Metadata\'-tab.\";s:23:\"trac_mode_visited_pages\";s:18:\"Visiting All Pages\";s:28:\"trac_mode_visited_pages_info\";s:119:\"The status ‘Completed’ is automatically assigned to a user once this user visited all pages of the learning module.\";s:16:\"trac_mode_visits\";s:42:\"Status is Determined from Number of Visits\";s:21:\"trac_mode_visits_info\";s:277:\"A user\'s status will be automatically set to \'Completed\' after this user has visited the learning module more than a specified number of times. Users will be informed about their number of visits to the learning module and to what percentage they have met the set requirements.\";s:25:\"trac_name_of_installation\";s:20:\"Name of Installation\";s:17:\"trac_no_attempted\";s:13:\"Not Attempted\";s:17:\"trac_not_accessed\";s:12:\"Not Accessed\";s:17:\"trac_not_assigned\";s:12:\"Not Assigned\";s:18:\"trac_not_attempted\";s:13:\"Not Attempted\";s:18:\"trac_not_completed\";s:13:\"Not Completed\";s:21:\"trac_not_participated\";s:16:\"Not Participated\";s:19:\"trac_not_registered\";s:14:\"Not Registered\";s:16:\"trac_object_link\";s:14:\"Link to Object\";s:16:\"trac_object_name\";s:14:\"Name of Object\";s:17:\"trac_object_owner\";s:15:\"Owner of Object\";s:23:\"trac_object_stat_access\";s:15:\"Usage Intensity\";s:22:\"trac_object_stat_admin\";s:11:\"Manage Data\";s:22:\"trac_object_stat_daily\";s:11:\"Daily Usage\";s:19:\"trac_object_stat_lp\";s:35:\"Learning Progress Statistics Course\";s:23:\"trac_object_stat_lp_max\";s:4:\"Max.\";s:23:\"trac_object_stat_lp_min\";s:4:\"Min.\";s:22:\"trac_object_stat_types\";s:17:\"Number of Objects\";s:22:\"trac_object_statistics\";s:17:\"Object Statistics\";s:27:\"trac_object_statistics_info\";s:85:\"If activated, the basic data for the usage statistics will be gathered and processed.\";s:12:\"trac_objects\";s:5:\"Users\";s:11:\"trac_others\";s:6:\"Others\";s:17:\"trac_participants\";s:17:\"Show Participants\";s:17:\"trac_participated\";s:12:\"Participated\";s:10:\"trac_paths\";s:5:\"Paths\";s:15:\"trac_percentage\";s:10:\"Percentage\";s:25:\"trac_periodic_system_load\";s:8:\"Periodic\";s:13:\"trac_progress\";s:26:\"Personal Learning Progress\";s:15:\"trac_read_count\";s:13:\"Access Number\";s:29:\"trac_read_count_spent_seconds\";s:19:\"Time Spent / Access\";s:14:\"trac_reference\";s:10:\"References\";s:25:\"trac_reference_ids_column\";s:13:\"Reference-IDs\";s:12:\"trac_refresh\";s:7:\"Refresh\";s:15:\"trac_registered\";s:10:\"Registered\";s:22:\"trac_release_materials\";s:45:\"Disintegrate Grouping with Optional Materials\";s:16:\"trac_report_date\";s:14:\"Date of Report\";s:17:\"trac_report_owner\";s:15:\"Owner of Report\";s:20:\"trac_required_visits\";s:25:\"Number of Required Visits\";s:24:\"trac_sahs_relevant_items\";s:13:\"Content Items\";s:10:\"trac_scale\";s:5:\"Scale\";s:16:\"trac_select_area\";s:11:\"Select Area\";s:23:\"trac_session_active_avg\";s:25:\"Active Sessions (Average)\";s:23:\"trac_session_active_max\";s:25:\"Active Sessions (Maximum)\";s:23:\"trac_session_active_min\";s:25:\"Active Sessions (Minimum)\";s:32:\"trac_session_statistics_mode_day\";s:3:\"Day\";s:37:\"trac_session_statistics_mode_last_day\";s:13:\"Last 24 Hours\";s:39:\"trac_session_statistics_mode_last_month\";s:12:\"Last 30 Days\";s:38:\"trac_session_statistics_mode_last_week\";s:11:\"Last 7 Days\";s:34:\"trac_session_statistics_mode_month\";s:5:\"Month\";s:34:\"trac_session_statistics_mode_today\";s:5:\"Today\";s:33:\"trac_session_statistics_mode_week\";s:4:\"Week\";s:33:\"trac_session_statistics_mode_year\";s:4:\"Year\";s:31:\"trac_session_statistics_no_data\";s:43:\"No data for this statistics could be found.\";s:20:\"trac_sessions_closed\";s:8:\"Leavings\";s:20:\"trac_sessions_opened\";s:10:\"Admissions\";s:13:\"trac_settings\";s:8:\"Settings\";s:19:\"trac_settings_saved\";s:14:\"Settings saved\";s:22:\"trac_short_system_load\";s:10:\"Short term\";s:15:\"trac_show_graph\";s:10:\"Show Graph\";s:26:\"trac_show_repository_views\";s:25:\"Show Tracking Information\";s:31:\"trac_show_repository_views_info\";s:62:\"Show tracking information for repository objects on info page.\";s:18:\"trac_spent_seconds\";s:10:\"Time Spent\";s:15:\"trac_spent_time\";s:10:\"Spent Time\";s:11:\"trac_status\";s:6:\"Status\";s:19:\"trac_status_changed\";s:18:\"Last Status Change\";s:13:\"trac_subitems\";s:14:\"Show Sub-Items\";s:8:\"trac_sum\";s:3:\"Sum\";s:12:\"trac_summary\";s:7:\"Summary\";s:21:\"trac_sure_delete_data\";s:218:\"Are you sure you want to delete the complete data for the following months? This will remove all statistics for that period incl. Usage Intensity, Daily Usage, Learning Progress Statistics Course and Number of Objects.\";s:19:\"trac_sync_obj_stats\";s:11:\"Update Data\";s:27:\"trac_sync_obj_stats_success\";s:22:\"Data has been updated.\";s:23:\"trac_sync_session_stats\";s:14:\"Aggregate Data\";s:31:\"trac_sync_session_stats_success\";s:39:\"Data aggregation was done successfully.\";s:16:\"trac_time_passed\";s:21:\"Editing Time Exceeded\";s:10:\"trac_title\";s:5:\"Title\";s:22:\"trac_title_description\";s:19:\"Title / Description\";s:17:\"trac_total_online\";s:17:\"Total Time Online\";s:10:\"trac_trash\";s:14:\"Moved to Trash\";s:21:\"trac_update_edit_user\";s:14:\"Settings saved\";s:19:\"trac_updated_status\";s:31:\"Saved learning progress status.\";s:14:\"trac_user_data\";s:9:\"User Data\";s:18:\"trac_valid_request\";s:26:\"Max. Time Between Requests\";s:13:\"trac_view_crs\";s:14:\"Back to Course\";s:14:\"trac_view_list\";s:12:\"Back to List\";s:14:\"trac_view_mode\";s:9:\"View Mode\";s:18:\"trac_view_mode_all\";s:11:\"All Objects\";s:25:\"trac_view_mode_collection\";s:46:\"Only objects that determine the overall status\";s:11:\"trac_visits\";s:25:\"Required Number of Visits\";s:16:\"trac_visits_info\";s:50:\"A click counts as new visit only after %s seconds.\";s:10:\"user_total\";s:10:\"User Total\";s:9:\"view_mode\";s:9:\"View Mode\";}'),('tstv','en','a:2:{s:11:\"tstv_create\";s:23:\"Create Test Certificate\";s:16:\"tstv_create_info\";s:57:\"Select a completed test to generate a certificate for it.\";}'),('ui','en','a:43:{s:27:\"datatable_multiaction_label\";s:12:\"Bulk Actions\";s:38:\"datatable_multiactionmodal_actionlabel\";s:22:\"Action for All Entries\";s:32:\"datatable_multiactionmodal_apply\";s:5:\"Apply\";s:36:\"datatable_multiactionmodal_listentry\";s:24:\"Actions for Entire Table\";s:30:\"datatable_multiactionmodal_msg\";s:54:\"Selected action will affect all entries in this table.\";s:32:\"datatable_multiactionmodal_title\";s:24:\"Actions for Entire Table\";s:26:\"duration_default_label_end\";s:3:\"end\";s:28:\"duration_default_label_start\";s:5:\"start\";s:43:\"duration_end_must_not_be_earlier_than_start\";s:33:\"Start must not be later than end.\";s:20:\"label_fieldselection\";s:15:\"Field Selection\";s:28:\"label_fieldselection_refresh\";s:5:\"Apply\";s:22:\"label_pagination_limit\";s:25:\"Pagination Number of Rows\";s:23:\"label_pagination_offset\";s:17:\"Pagination Offset\";s:15:\"label_sortation\";s:9:\"Sortation\";s:35:\"order_option_alphabetical_ascending\";s:6:\"A to Z\";s:36:\"order_option_alphabetical_descending\";s:6:\"Z to A\";s:36:\"order_option_chronological_ascending\";s:14:\"Earliest first\";s:37:\"order_option_chronological_descending\";s:17:\"Most Recent first\";s:18:\"order_option_first\";s:5:\"first\";s:30:\"order_option_generic_ascending\";s:9:\"ascending\";s:31:\"order_option_generic_descending\";s:10:\"descending\";s:32:\"order_option_numerical_ascending\";s:6:\"0 to 9\";s:33:\"order_option_numerical_descending\";s:6:\"9 to 0\";s:27:\"presentation_table_collapse\";s:12:\"collapse all\";s:25:\"presentation_table_expand\";s:10:\"expand all\";s:12:\"ui_chars_max\";s:8:\"Maximum:\";s:12:\"ui_chars_min\";s:8:\"Minimum:\";s:18:\"ui_chars_remaining\";s:21:\"Characters remaining:\";s:17:\"ui_error_in_group\";s:33:\"There is some error in this part.\";s:34:\"ui_error_switchable_group_required\";s:24:\"Please select an option.\";s:27:\"ui_file_input_general_error\";s:161:\"An error occurred! You can check the JavaScript console of your browser for more information and/or contact your ILIAS system administration about this incident.\";s:28:\"ui_file_input_invalid_amount\";s:75:\"You cannot upload this many files, please remove some in order to continue.\";s:26:\"ui_file_input_invalid_mime\";s:34:\"Files of type \'%s\' are not allowed\";s:26:\"ui_file_input_invalid_size\";s:36:\"File exceeds the maximum size of %s.\";s:14:\"ui_invalid_url\";s:18:\"Invalid URL-format\";s:13:\"ui_link_label\";s:5:\"Label\";s:11:\"ui_link_url\";s:3:\"URL\";s:16:\"ui_md_input_edit\";s:4:\"Edit\";s:16:\"ui_md_input_view\";s:4:\"View\";s:23:\"ui_pagination_unlimited\";s:9:\"Unlimited\";s:24:\"ui_select_dropdown_label\";s:13:\"Please select\";s:19:\"ui_table_no_records\";s:10:\"No records\";s:16:\"ui_transcription\";s:10:\"Transcript\";}'),('user','en','a:139:{s:28:\"all_roles_has_starting_point\";s:34:\"All the roles have starting points\";s:28:\"back_to_starting_points_list\";s:23:\"Back to Starting Points\";s:17:\"clipboard_add_btn\";s:16:\"Add to Clipboard\";s:22:\"clipboard_add_from_btn\";s:18:\"Add from Clipboard\";s:19:\"clipboard_empty_btn\";s:15:\"Empty Clipboard\";s:20:\"clipboard_remove_btn\";s:21:\"Remove from Clipboard\";s:21:\"clipboard_table_title\";s:25:\"Clipboard (User Accounts)\";s:20:\"clipboard_user_added\";s:34:\"Added selected users to clipboard.\";s:29:\"confirm_delete_starting_point\";s:42:\"Are you sure you want to delete this rule?\";s:31:\"confirm_logout_for_email_change\";s:229:\"You changed your email. To finalize this change, you will need to provide your password. The system is thus going to log you out and you will have 5 minutes to log in again. All other changes will be saved before logging you out.\";s:21:\"create_starting_point\";s:11:\"Create Rule\";s:8:\"criteria\";s:8:\"Criteria\";s:13:\"del_mail_body\";s:220:\"Hello %1$s, %2$s You have not logged in to %3$s for a long time. Therefore, your ILIAS account is expected to be deleted on %4$s. In order to keep your ILIAS account, you must log in again before the aforementioned date.\";s:16:\"del_mail_subject\";s:39:\"Your ILIAS account will be deleted soon\";s:39:\"delete_inactive_user_accounts_frequency\";s:9:\"Frequency\";s:44:\"delete_inactive_user_accounts_frequency_desc\";s:72:\"Frequency, in which the deletion and e-mail distribution will be tested.\";s:17:\"editing_this_role\";s:4:\"Role\";s:26:\"email_could_not_be_changed\";s:56:\"The request to change your email could not be finalized.\";s:32:\"enable_local_user_administration\";s:32:\"Enable Local User Administration\";s:37:\"enable_local_user_administration_info\";s:85:\"Allow local user accounts to be administrated in categories and organisational units.\";s:8:\"feedhash\";s:12:\"Newsfeedhash\";s:8:\"has_role\";s:4:\"Role\";s:20:\"info_accessFree_sure\";s:81:\"Are you sure you want to remove the valid until date from the following accounts?\";s:21:\"inform_user_mail_info\";s:170:\"If activated, an e-mail will be sent to the user. Its content can be defined in \'Administration » Users and Roles » User Management\', tab \'Settings : New Account Mail\'.\";s:9:\"interests\";s:9:\"Interests\";s:17:\"interests_general\";s:17:\"General Interests\";s:22:\"interests_help_looking\";s:16:\"Looking For Help\";s:22:\"interests_help_offered\";s:13:\"Offering Help\";s:21:\"ldoc_accepted_content\";s:16:\"Accepted Content\";s:21:\"ldoc_not_accepted_yet\";s:16:\"Not accepted yet\";s:23:\"msg_spoint_not_modified\";s:27:\"Starting point not modified\";s:22:\"no_deactivate_yourself\";s:44:\"You cannot deactivate your own user account.\";s:20:\"obj_ref_id_not_exist\";s:39:\"The entered Reference-ID does not exist\";s:20:\"restrict_user_access\";s:34:\"Restricted Search in User Accounts\";s:25:\"restrict_user_access_info\";s:102:\"ILIAS-accounts will only be autocompleted in search for roles with ‘Read Access to User Accounts’.\";s:28:\"roles_without_starting_point\";s:37:\"Roles without defined starting point:\";s:10:\"save_order\";s:10:\"Save Order\";s:35:\"send_mail_reminder_window_too_small\";s:60:\"Your Frequency setting is too large for this reminder value.\";s:27:\"send_mail_to_inactive_users\";s:12:\"Warning Mail\";s:32:\"send_mail_to_inactive_users_desc\";s:305:\"If set, a warning mail will be sent to the user before his/her account is deleted due to inactivity. Please make sure that sending external mails is possible. On activation with reminder mail, it may happen, that the time frame between reminder mail and deletion is smaller than the configured time frame.\";s:48:\"send_mail_to_inactive_users_must_be_smaller_than\";s:77:\"This value must be smaller than the value ‘Days passed since last login’.\";s:40:\"send_mail_to_inactive_users_numbers_only\";s:47:\"Only positive non decimal numbers are accepted.\";s:34:\"send_mail_to_inactive_users_suffix\";s:21:\"Days before Deletion.\";s:22:\"show_own_online_status\";s:21:\"Show My Online Status\";s:13:\"starting_page\";s:14:\"Starting Point\";s:14:\"starting_point\";s:14:\"Starting Point\";s:23:\"starting_point_settings\";s:23:\"Starting Point Settings\";s:15:\"starting_points\";s:15:\"Starting Points\";s:19:\"user_access_limited\";s:7:\"Limited\";s:21:\"user_access_unlimited\";s:9:\"Unlimited\";s:17:\"user_account_code\";s:4:\"Code\";s:27:\"user_account_code_generated\";s:18:\"Date Of Generation\";s:31:\"user_account_code_generated_all\";s:9:\"All Dates\";s:27:\"user_account_code_not_valid\";s:71:\"The given registration code is either invalid or already has been used.\";s:25:\"user_account_code_setting\";s:36:\"Enable Account Re-Activation by Code\";s:30:\"user_account_code_setting_info\";s:336:\"Users can re-activate their expired user account with a pre-defined code. Corresponding codes for the renewal of temporary ILIAS accounts are generated in \'Administration » Users and Roles » Authentication and Registration\', tab \'ILIAS Auth / Self-Registration : Registration Codes\'. Inactive accounts cannot be re-activated by codes.\";s:22:\"user_account_code_used\";s:11:\"Date Of Use\";s:29:\"user_account_code_valid_until\";s:11:\"Valid Until\";s:37:\"user_account_code_valid_until_dynamic\";s:14:\"Number of Days\";s:36:\"user_account_code_valid_until_static\";s:8:\"End Date\";s:39:\"user_account_code_valid_until_unlimited\";s:9:\"Unlimited\";s:22:\"user_account_codes_add\";s:9:\"Add Codes\";s:30:\"user_account_codes_edit_header\";s:9:\"Add Codes\";s:25:\"user_account_codes_export\";s:12:\"Export Codes\";s:25:\"user_account_codes_number\";s:15:\"Number Of Codes\";s:33:\"user_account_deleted_confirmation\";s:94:\"Your account has been deleted. An e-mail containing detailed information has been sent to you.\";s:28:\"user_activate_public_profile\";s:10:\"Activation\";s:33:\"user_activate_public_profile_info\";s:83:\"Your first and last name will always be visible in your profile if it is activated.\";s:15:\"user_activation\";s:10:\"Activation\";s:8:\"user_all\";s:3:\"All\";s:29:\"user_allow_delete_own_account\";s:33:\"Allow Users to Delete Own Account\";s:8:\"user_any\";s:3:\"Any\";s:19:\"user_awrn_all_users\";s:9:\"All Users\";s:24:\"user_awrn_all_users_info\";s:164:\"All users of the platform are listed. Please not that the setting \"Online and Offline\" can reduce performance greatly on installations with a large number of users.\";s:23:\"user_check_profile_data\";s:18:\"Check profile data\";s:26:\"user_chooses_starting_page\";s:27:\"User Chooses Starting Point\";s:23:\"user_delete_own_account\";s:14:\"Delete Account\";s:31:\"user_delete_own_account_aborted\";s:42:\"Aborted deletion, account was not changed.\";s:34:\"user_delete_own_account_email_body\";s:54:\"Your user account \"%s\" has been deleted from %s on %s.\";s:37:\"user_delete_own_account_email_subject\";s:20:\"User account deleted\";s:42:\"user_delete_own_account_final_confirmation\";s:72:\"Please confirm for the last time to remove your user account from ILIAS!\";s:28:\"user_delete_own_account_info\";s:110:\"Here you can delete your current user account. Keep in mind that the deletion of your account is irreversible!\";s:37:\"user_delete_own_account_logout_button\";s:25:\"Proceed to Authentication\";s:43:\"user_delete_own_account_logout_confirmation\";s:88:\"Your account has been flagged for deletion. Please authenticate to continue the process.\";s:42:\"user_delete_own_account_notification_email\";s:19:\"Notification E-Mail\";s:10:\"user_field\";s:5:\"Field\";s:16:\"user_global_role\";s:11:\"Global Role\";s:22:\"user_last_login_before\";s:17:\"Last Login Before\";s:19:\"user_limited_access\";s:14:\"Limited Access\";s:15:\"user_local_role\";s:10:\"Local Role\";s:20:\"user_lv_do_not_store\";s:27:\"Never remember last visited\";s:20:\"user_lv_keep_entries\";s:21:\"Remember last visited\";s:29:\"user_lv_keep_only_for_session\";s:36:\"Remember only during current session\";s:24:\"user_make_profile_public\";s:15:\"Publish Profile\";s:27:\"user_member_of_course_group\";s:22:\"Member of Course/Group\";s:15:\"user_no_courses\";s:19:\"No Courses Assigned\";s:14:\"user_no_groups\";s:18:\"No Groups Assigned\";s:10:\"user_order\";s:5:\"Order\";s:14:\"user_ownership\";s:18:\"Repository Objects\";s:31:\"user_please_select_course_group\";s:34:\"Please select a course or a group.\";s:15:\"user_portfolios\";s:10:\"Portfolios\";s:20:\"user_portfolios_desc\";s:52:\"Users can create portfolios and use them as profile.\";s:22:\"user_privacy_checklist\";s:17:\"Privacy Checklist\";s:17:\"user_profile_data\";s:12:\"Profile Data\";s:25:\"user_profile_data_checked\";s:20:\"Profile data checked\";s:17:\"user_profile_info\";s:17:\"User Profile Info\";s:21:\"user_profile_info_std\";s:25:\"Default User Profile Info\";s:27:\"user_profile_info_text_info\";s:69:\"This text is presented on top of the form for entering personal data.\";s:22:\"user_profile_portfolio\";s:187:\"If you would like to use a portfolio as your profile, go to the portfolio section and select ‘Set As My Profile’ from the drop-down menu to the right of the portfolio you wish to use.\";s:31:\"user_profile_portfolio_selected\";s:107:\"You are currently using a portfolio as your profile. Activation can be set there using the ‘Share’ tab.\";s:20:\"user_profile_preview\";s:18:\"Preview of Profile\";s:29:\"user_profile_prompt_text_info\";s:89:\"This text will replace the default info text, if a user has been prompted to the profile.\";s:22:\"user_prompt_incomplete\";s:29:\"Only if profile is incomplete\";s:27:\"user_prompt_incomplete_info\";s:80:\"If the user has to enter required fields, the profile will be shown after login.\";s:28:\"user_prompt_once_after_login\";s:49:\"Once, a specific number of days after first login\";s:33:\"user_prompt_once_after_login_info\";s:106:\"After this period the user will be prompted with the profile, if the user did not publish the profile yet.\";s:18:\"user_prompt_repeat\";s:36:\"Repeat every specific number of days\";s:23:\"user_prompt_repeat_info\";s:93:\"The user will be periodically prompted to publish their profile if they have not done so yet.\";s:25:\"user_prompting_recurrence\";s:37:\"When and How Often a User is Prompted\";s:23:\"user_prompting_settings\";s:18:\"Prompting Settings\";s:24:\"user_public_profile_info\";s:134:\"Please select which personal data you would like to have visible in your profile and which users should be able to visit your profile.\";s:20:\"user_publish_options\";s:15:\"Publish Profile\";s:19:\"user_role_selection\";s:14:\"Role Selection\";s:24:\"user_role_starting_point\";s:21:\"User - Starting Point\";s:18:\"user_save_continue\";s:17:\"Save and Continue\";s:29:\"user_save_ordering_and_titles\";s:21:\"Save Order and Titles\";s:24:\"user_select_course_group\";s:19:\"Select Course/Group\";s:27:\"user_set_publishing_options\";s:22:\"Set publishing options\";s:26:\"user_set_visibilty_options\";s:22:\"Set visibility options\";s:23:\"user_store_last_visited\";s:12:\"Last Visited\";s:24:\"user_visibility_settings\";s:10:\"Visibility\";s:23:\"user_visible_in_profile\";s:24:\"Visible in Personal Data\";s:6:\"usr_id\";s:7:\"User ID\";s:18:\"usr_letter_avatars\";s:14:\"Letter Avatars\";s:23:\"usr_letter_avatars_info\";s:123:\"Show the username (or the initials of the username) as the user’s profile picture if no public picture has been provided.\";s:27:\"usr_public_profile_disabled\";s:16:\"Profile Disabled\";s:32:\"usr_public_profile_disabled_info\";s:57:\"Your information is only visible to administrative staff.\";s:25:\"usr_public_profile_global\";s:46:\"WWW / Accessible for all Users on the Internet\";s:28:\"usr_public_profile_logged_in\";s:27:\"Visible for logged in Users\";}'),('usr','en','a:3:{s:11:\"user_action\";s:11:\"User Action\";s:12:\"user_actions\";s:12:\"User Actions\";s:28:\"user_actions_activation_info\";s:147:\"Actions will only be listet for users, if the corresponding services are activated and all preconditions are given (e.g. permissions requirements).\";}'),('validation','en','a:18:{s:17:\"datetime_required\";s:18:\"Time/Date required\";s:8:\"no_array\";s:27:\"Given value is not an array\";s:10:\"not_a_null\";s:33:\"Value of type \'%s\' is not a null.\";s:12:\"not_a_string\";s:35:\"Value of type \'%s\' is not a string.\";s:12:\"not_an_array\";s:21:\"\'%s\' is not an array.\";s:15:\"not_an_array_of\";s:46:\"The elements of the array fail constraints: %s\";s:10:\"not_an_int\";s:37:\"Value of type \'%s\' is not an integer.\";s:11:\"not_generic\";s:27:\"It is not the case that: %s\";s:16:\"not_greater_than\";s:30:\"\'%s\' is not greater than \'%s\'.\";s:25:\"not_greater_than_or_equal\";s:44:\"The value is not greater than or equal \'%s\'.\";s:13:\"not_less_than\";s:27:\"\'%s\' is not less than \'%s\'.\";s:22:\"not_less_than_or_equal\";s:41:\"The value is not less than or equal \'%s\'.\";s:14:\"not_max_length\";s:45:\"The entered text has a length more than \'%s\'.\";s:14:\"not_min_length\";s:68:\"Your input has a length of %d and falls below the minimum length %d.\";s:11:\"not_numeric\";s:20:\"\'%s\' is not numeric.\";s:24:\"not_numeric_empty_string\";s:26:\"Your input is not numeric.\";s:12:\"numeric_only\";s:29:\"Please insert a whole number.\";s:12:\"tag_required\";s:31:\"Please insert at least one tag.\";}'),('violation','en','a:1:{s:12:\"not_a_string\";s:27:\"Given value is not a String\";}'),('webr','en','a:26:{s:17:\"invalid_links_tbl\";s:13:\"Invalid Links\";s:11:\"webr_active\";s:6:\"Active\";s:19:\"webr_container_info\";s:110:\"Please enter a title and optionally a description for the presentation of this Weblink List in the repository.\";s:9:\"webr_copy\";s:12:\"Copy Weblink\";s:15:\"webr_deactivate\";s:18:\"Deactivate Weblink\";s:15:\"webr_edit_links\";s:13:\"Edit Weblinks\";s:14:\"webr_edit_list\";s:13:\"Edit Weblinks\";s:18:\"webr_edit_settings\";s:13:\"Edit Settings\";s:11:\"webr_import\";s:14:\"Import Weblink\";s:21:\"webr_inactive_success\";s:31:\"The chosen link is deactivated.\";s:15:\"webr_link_added\";s:28:\"A new link has been created.\";s:16:\"webr_link_target\";s:14:\"Weblink Target\";s:15:\"webr_link_title\";s:32:\"Weblink Name / Weblink List Name\";s:19:\"webr_link_type_list\";s:12:\"Weblink List\";s:21:\"webr_link_type_single\";s:14:\"Single Weblink\";s:15:\"webr_list_added\";s:36:\"A new weblink list has been created.\";s:14:\"webr_list_desc\";s:27:\"Description of Weblink List\";s:13:\"webr_list_set\";s:43:\"The weblink has been set to a weblink list.\";s:15:\"webr_list_title\";s:21:\"Title of Weblink List\";s:13:\"webr_new_link\";s:15:\"Add New Weblink\";s:13:\"webr_new_list\";s:20:\"Add New Weblink List\";s:18:\"webr_new_list_info\";s:110:\"Please enter a title and optionally a description for the presentation of this Weblink List in the repository.\";s:16:\"webr_set_to_list\";s:19:\"Set to Weblink List\";s:16:\"webr_sort_manual\";s:13:\"Sort Manually\";s:15:\"webr_sort_title\";s:28:\"Titles in Alphabetical Order\";s:12:\"webr_sorting\";s:15:\"Weblink Sorting\";}'),('wfld','en','a:9:{s:8:\"wfld_add\";s:13:\"Create Folder\";s:23:\"wfld_alphabetically_asc\";s:20:\"Alphabetically, asc.\";s:24:\"wfld_alphabetically_desc\";s:21:\"Alphabetically, desc.\";s:17:\"wfld_creation_asc\";s:19:\"Creation Date, asc.\";s:18:\"wfld_creation_desc\";s:20:\"Creation Date, desc.\";s:11:\"wfld_derive\";s:17:\"Adopt from parent\";s:9:\"wfld_edit\";s:11:\"Edit Folder\";s:8:\"wfld_new\";s:17:\"Create New Folder\";s:14:\"wfld_sortation\";s:9:\"Sortation\";}'),('wiki','en','a:191:{s:29:\"wiki_activate_extended_rating\";s:26:\"Activate Rating Categories\";s:29:\"wiki_activate_new_page_rating\";s:29:\"Activate Rating For New Pages\";s:25:\"wiki_activate_page_rating\";s:15:\"Activate Rating\";s:20:\"wiki_activate_rating\";s:25:\"Activate Rating For Pages\";s:13:\"wiki_add_link\";s:8:\"Add Link\";s:17:\"wiki_add_template\";s:19:\"Set Template Status\";s:22:\"wiki_advmd_block_title\";s:23:\"Custom Metadata of Page\";s:14:\"wiki_all_pages\";s:9:\"All Pages\";s:15:\"wiki_block_page\";s:13:\"Set Read-Only\";s:33:\"wiki_change_notification_body_new\";s:35:\"the following wiki page was created\";s:29:\"wiki_change_notification_link\";s:3:\"URL\";s:42:\"wiki_change_notification_page_body_comment\";s:51:\"a comment has been added to the following wiki page\";s:41:\"wiki_change_notification_page_body_delete\";s:40:\"the following wiki page has been deleted\";s:41:\"wiki_change_notification_page_body_update\";s:40:\"the following wiki page has been updated\";s:34:\"wiki_change_notification_page_link\";s:3:\"URL\";s:35:\"wiki_change_notification_salutation\";s:9:\"Hello %s,\";s:32:\"wiki_change_notification_subject\";s:34:\"Wiki \"%1$s\" has been changed: %2$s\";s:15:\"wiki_changed_by\";s:10:\"Changed by\";s:17:\"wiki_commented_by\";s:12:\"Commented by\";s:16:\"wiki_contributor\";s:11:\"Contributor\";s:17:\"wiki_contributors\";s:12:\"Contributors\";s:9:\"wiki_copy\";s:9:\"Copy Wiki\";s:16:\"wiki_create_page\";s:11:\"Create Page\";s:15:\"wiki_created_by\";s:10:\"Created By\";s:27:\"wiki_deactivate_page_rating\";s:17:\"Deactivate Rating\";s:16:\"wiki_delete_page\";s:11:\"Delete Page\";s:24:\"wiki_download_submission\";s:24:\"Download Submission File\";s:15:\"wiki_empty_page\";s:10:\"Empty Page\";s:24:\"wiki_empty_page_template\";s:36:\"Empty Page Template on Page Creation\";s:17:\"wiki_exc_template\";s:13:\"Wiki Template\";s:21:\"wiki_exc_wiki_created\";s:22:\"Wiki has been created.\";s:18:\"wiki_exercise_info\";s:58:\"This wiki is part of the assignment \"%s\" of exercise \"%s\".\";s:28:\"wiki_exercise_submitted_info\";s:61:\"Your last submission was on %s. Please check the export file.\";s:11:\"wiki_failed\";s:6:\"Failed\";s:24:\"wiki_feedback_from_tutor\";s:19:\"Feedback from Tutor\";s:18:\"wiki_finalize_wiki\";s:24:\"Finalize and Submit Wiki\";s:14:\"wiki_finalized\";s:38:\"Wiki has been finalized and submitted.\";s:14:\"wiki_functions\";s:14:\"Wiki Functions\";s:21:\"wiki_general_settings\";s:16:\"General Settings\";s:12:\"wiki_grading\";s:7:\"Grading\";s:16:\"wiki_html_export\";s:11:\"Export HTML\";s:19:\"wiki_imp_page_added\";s:11:\"Page added.\";s:11:\"wiki_import\";s:11:\"Import Wiki\";s:18:\"wiki_incl_comments\";s:18:\"including comments\";s:16:\"wiki_indentation\";s:11:\"Indentation\";s:17:\"wiki_introduction\";s:12:\"Introduction\";s:17:\"wiki_last_changed\";s:11:\"Last Change\";s:20:\"wiki_last_changed_by\";s:15:\"Last Changed By\";s:16:\"wiki_last_edited\";s:11:\"Last edited\";s:22:\"wiki_last_visited_page\";s:17:\"Last Visited Page\";s:19:\"wiki_link_md_values\";s:17:\"Automatic Linking\";s:24:\"wiki_link_md_values_info\";s:91:\"Autmatically links properties presented in the side block to wiki pages with the same name.\";s:14:\"wiki_link_text\";s:9:\"Link Text\";s:9:\"wiki_mark\";s:4:\"Mark\";s:20:\"wiki_master_existing\";s:30:\"Page Exists in Master Language\";s:17:\"wiki_master_title\";s:32:\"Title of Page in Master Language\";s:15:\"wiki_navigation\";s:15:\"Wiki Navigation\";s:20:\"wiki_navigation_info\";s:93:\"Here you can add and remove links to existing wiki pages to the navigation block in the wiki.\";s:13:\"wiki_new_page\";s:8:\"New Page\";s:18:\"wiki_new_page_name\";s:9:\"New Title\";s:14:\"wiki_new_pages\";s:9:\"New Pages\";s:22:\"wiki_news_page_changed\";s:27:\"Wiki page has been updated.\";s:22:\"wiki_news_page_created\";s:31:\"New wiki page has been created.\";s:14:\"wiki_no_master\";s:38:\"Page Does Not Exist in Master Language\";s:18:\"wiki_no_page_found\";s:49:\"No wiki page has been found for search term \'$1\'.\";s:19:\"wiki_no_search_term\";s:72:\"No search term has been entered. All pages of the wiki are listed below.\";s:18:\"wiki_no_start_page\";s:38:\"Wiki is missing a valid starting page.\";s:17:\"wiki_not_existing\";s:16:\"not existing yet\";s:14:\"wiki_notgraded\";s:10:\"Not Graded\";s:31:\"wiki_notification_activate_page\";s:30:\"Activate Notification for Page\";s:31:\"wiki_notification_activate_wiki\";s:30:\"Activate Notification for Wiki\";s:27:\"wiki_notification_activated\";s:35:\"Notification Activated (Whole Wiki)\";s:25:\"wiki_notification_comment\";s:43:\"the following Wiki Page has been commented.\";s:33:\"wiki_notification_comment_subject\";s:29:\"A comment was added to %s: %s\";s:33:\"wiki_notification_deactivate_page\";s:32:\"Deactivate Notification for Page\";s:33:\"wiki_notification_deactivate_wiki\";s:32:\"Deactivate Notification for Wiki\";s:29:\"wiki_notification_deactivated\";s:24:\"Notification Deactivated\";s:35:\"wiki_number_users_notes_or_comments\";s:60:\"Number of users that attached notes or comments to this page\";s:13:\"wiki_ordering\";s:8:\"Ordering\";s:30:\"wiki_ordering_and_indent_saved\";s:31:\"Ordering and Indentation saved.\";s:19:\"wiki_orphaned_pages\";s:14:\"Orphaned Pages\";s:24:\"wiki_other_pages_linking\";s:32:\"Other Pages Linking to This Page\";s:9:\"wiki_page\";s:4:\"Page\";s:17:\"wiki_page_actions\";s:12:\"Page Actions\";s:24:\"wiki_page_already_exists\";s:38:\"A page with this title already exists.\";s:17:\"wiki_page_blocked\";s:94:\"Wiki page is set to \'read-only\'. Only users with \'Edit Settings\' permission have write access.\";s:17:\"wiki_page_changes\";s:12:\"Page Changes\";s:17:\"wiki_page_deleted\";s:18:\"Wiki page deleted.\";s:31:\"wiki_page_deletion_confirmation\";s:44:\"Do you really want to delete this wiki page?\";s:16:\"wiki_page_exists\";s:13:\"Existing Page\";s:14:\"wiki_page_hits\";s:9:\"Page Hits\";s:28:\"wiki_page_in_master_language\";s:23:\"Page in Master Language\";s:24:\"wiki_page_list_form_info\";s:131:\"Adds a list of pages of this wiki that are all assigned to the selected metadata below. Only searchable metadata fields are listed.\";s:19:\"wiki_page_list_mode\";s:12:\"Type of List\";s:27:\"wiki_page_list_mode_ordered\";s:8:\"Numbered\";s:29:\"wiki_page_list_mode_unordered\";s:12:\"Not numbered\";s:15:\"wiki_page_lists\";s:14:\"Pages Overview\";s:32:\"wiki_page_not_exist_select_templ\";s:72:\"This page does not exist yet. Please select a template for the new page.\";s:32:\"wiki_page_notification_activated\";s:36:\"Notification Activated (Single Page)\";s:24:\"wiki_page_status_blocked\";s:18:\"Page is read-only.\";s:18:\"wiki_page_template\";s:13:\"Page Template\";s:19:\"wiki_page_templates\";s:14:\"Page Templates\";s:24:\"wiki_page_title_too_long\";s:86:\"Sorry, the title of the wiki page is too long. Please replace it with a shorter title.\";s:13:\"wiki_page_toc\";s:26:\"Enable Page Overview Block\";s:18:\"wiki_page_toc_info\";s:116:\"This lists all headings linked to the content at the beginning of each page if that page uses at least two headings.\";s:18:\"wiki_page_type_wpg\";s:9:\"Wiki Page\";s:19:\"wiki_page_unblocked\";s:35:\"Write permission granted for users.\";s:10:\"wiki_pages\";s:5:\"Pages\";s:16:\"wiki_pages_found\";s:48:\"The following pages match your search term \'$1\'.\";s:11:\"wiki_passed\";s:6:\"Passed\";s:29:\"wiki_pg_list_no_search_fields\";s:69:\"No searchable metadata fields found in the metadata sets of the wiki.\";s:29:\"wiki_please_enter_search_term\";s:27:\"Please enter a search term.\";s:18:\"wiki_popular_pages\";s:13:\"Popular Pages\";s:15:\"wiki_print_view\";s:10:\"Print View\";s:20:\"wiki_public_comments\";s:15:\"Public Comments\";s:12:\"wiki_purpose\";s:7:\"Purpose\";s:21:\"wiki_quick_navigation\";s:21:\"Wiki Quick Navigation\";s:17:\"wiki_rate_overall\";s:9:\"Rate Wiki\";s:14:\"wiki_rate_page\";s:19:\"Rate this Wiki Page\";s:19:\"wiki_recent_changes\";s:14:\"Recent Changes\";s:27:\"wiki_remove_template_status\";s:22:\"Remove Template Status\";s:22:\"wiki_removed_imp_pages\";s:34:\"Important pages removed from list.\";s:11:\"wiki_rename\";s:6:\"Rename\";s:16:\"wiki_rename_page\";s:11:\"Rename Page\";s:29:\"wiki_save_ordering_and_indent\";s:29:\"Save Ordering and Indentation\";s:11:\"wiki_search\";s:6:\"Search\";s:19:\"wiki_search_results\";s:14:\"Search Results\";s:21:\"wiki_sec_protect_info\";s:81:\"Protected sections can only be edited by users having \"Edit Settings\" permission.\";s:20:\"wiki_select_one_item\";s:23:\"Please select one item.\";s:19:\"wiki_selected_pages\";s:14:\"Selected Pages\";s:22:\"wiki_set_as_start_page\";s:17:\"Set as Start Page\";s:13:\"wiki_settings\";s:13:\"Wiki Settings\";s:31:\"wiki_short_title_already_in_use\";s:76:\"This title is already used by another wiki. Please select a different title.\";s:20:\"wiki_show_pdf_export\";s:10:\"PDF Export\";s:20:\"wiki_show_print_view\";s:10:\"Print View\";s:15:\"wiki_start_page\";s:10:\"Start Page\";s:20:\"wiki_start_page_info\";s:79:\"If there does not exist a page with this title yet, a new page will be created.\";s:15:\"wiki_stat_chars\";s:20:\"Number of Characters\";s:19:\"wiki_stat_chars_avg\";s:37:\"Average Number of Characters per Page\";s:23:\"wiki_stat_deleted_pages\";s:23:\"Number of Deleted Pages\";s:20:\"wiki_stat_edit_pages\";s:22:\"Number of Edited Pages\";s:24:\"wiki_stat_edit_pages_avg\";s:39:\"Average Number of Edited Pages per User\";s:24:\"wiki_stat_external_links\";s:24:\"Number of External Links\";s:28:\"wiki_stat_external_links_avg\";s:41:\"Average Number of External Links per Page\";s:16:\"wiki_stat_figure\";s:6:\"Figure\";s:19:\"wiki_stat_footnotes\";s:19:\"Number of Footnotes\";s:23:\"wiki_stat_footnotes_avg\";s:36:\"Average Number of Footnotes per Page\";s:24:\"wiki_stat_internal_links\";s:24:\"Number of Internal Links\";s:28:\"wiki_stat_internal_links_avg\";s:41:\"Average Number of Internal Links per Page\";s:19:\"wiki_stat_new_pages\";s:19:\"Number of New Pages\";s:23:\"wiki_stat_new_pages_avg\";s:36:\"Average Number of New Pages per User\";s:19:\"wiki_stat_num_pages\";s:15:\"Number of Pages\";s:20:\"wiki_stat_num_rating\";s:17:\"Number of Ratings\";s:24:\"wiki_stat_num_rating_avg\";s:34:\"Average Number of Ratings per Page\";s:22:\"wiki_stat_page_changes\";s:17:\"Number of Changes\";s:26:\"wiki_stat_page_changes_avg\";s:25:\"Average Number of Changes\";s:25:\"wiki_stat_page_characters\";s:20:\"Number of Characters\";s:29:\"wiki_stat_page_external_links\";s:24:\"Number of External Links\";s:24:\"wiki_stat_page_footnotes\";s:19:\"Number of Footnotes\";s:29:\"wiki_stat_page_internal_links\";s:24:\"Number of Internal Links\";s:22:\"wiki_stat_page_ratings\";s:17:\"Number of Ratings\";s:19:\"wiki_stat_page_read\";s:23:\"Number of Read Accesses\";s:24:\"wiki_stat_page_user_edit\";s:31:\"Number of Users Who Edited Page\";s:20:\"wiki_stat_page_words\";s:15:\"Number of Words\";s:20:\"wiki_stat_rating_avg\";s:14:\"Average Rating\";s:20:\"wiki_stat_read_pages\";s:23:\"Number of Read Accesses\";s:15:\"wiki_stat_scope\";s:9:\"Timeframe\";s:25:\"wiki_stat_user_edit_pages\";s:32:\"Number of Users Who Edited Pages\";s:29:\"wiki_stat_user_edit_pages_avg\";s:40:\"Average Number of Users Who Edited Pages\";s:15:\"wiki_stat_words\";s:15:\"Number of Words\";s:19:\"wiki_stat_words_avg\";s:33:\" Average Number of Words per Page\";s:10:\"wiki_style\";s:5:\"Style\";s:26:\"wiki_sure_remove_imp_pages\";s:82:\"Do you really want to remove the following pages from the list of important pages?\";s:16:\"wiki_target_page\";s:11:\"Target Page\";s:17:\"wiki_team_members\";s:12:\"Team Members\";s:22:\"wiki_templ_add_to_page\";s:43:\"Available for Being Added to Existing Pages\";s:20:\"wiki_templ_new_pages\";s:26:\"Available on Page Creation\";s:19:\"wiki_template_added\";s:20:\"Template page added.\";s:28:\"wiki_template_status_removed\";s:24:\"Template status removed.\";s:31:\"wiki_translate_page_master_info\";s:254:\"You are creating a new wiki page translation. Please specify, if this translation belongs to an existing master version of the page, or if a completely new page is being created. In the second case you need to specify a page title for the master version.\";s:21:\"wiki_translation_page\";s:16:\"Translation Page\";s:17:\"wiki_translations\";s:12:\"Translations\";s:19:\"wiki_type_wiki_team\";s:9:\"Team Wiki\";s:17:\"wiki_unblock_page\";s:18:\"Grant Write Access\";s:28:\"wiki_unhide_meta_adv_records\";s:26:\"Show additional properties\";s:20:\"wiki_what_links_here\";s:16:\"What Links Here?\";s:23:\"wiki_what_links_to_page\";s:24:\"What links to page \"%s\"?\";s:15:\"wiki_whole_wiki\";s:10:\"Whole Wiki\";s:14:\"wiki_wiki_page\";s:9:\"Wiki Page\";s:16:\"wiki_wiki_search\";s:11:\"Wiki Search\";s:8:\"wiki_wpg\";s:9:\"Wiki Page\";}'),('wopi','en','a:15:{s:13:\"activate_wopi\";s:13:\"Activate WOPI\";s:17:\"close_wopi_editor\";s:12:\"Close Editor\";s:22:\"close_wopi_editor_info\";s:179:\"It can take up to several minutes for the external editor to transfer the changes to ILIAS. Visit this page again at a later time if the changes you have made are not yet visible.\";s:19:\"currently_supported\";s:32:\"Currently supported Suffixes: %s\";s:37:\"msg_error_wopi_invalid_discorvery_url\";s:59:\"The Discovery URL entered is invalid or cannot be accessed.\";s:26:\"msg_wopi_settings_modified\";s:15:\"Settings stored\";s:20:\"open_external_editor\";s:23:\"Open in external Editor\";s:32:\"wopi_crawler_cronjob_description\";s:54:\"Updates the information of the connected WOPI service.\";s:28:\"wopi_crawler_cronjob_no_apps\";s:41:\"No WOPI apps were found in the discovery.\";s:34:\"wopi_crawler_cronjob_not_activated\";s:22:\"WOPI is not activated.\";s:28:\"wopi_crawler_cronjob_success\";s:38:\"WOPI information updated successfully.\";s:26:\"wopi_crawler_cronjob_title\";s:21:\"Update WOPI Discovery\";s:13:\"wopi_settings\";s:4:\"WOPI\";s:8:\"wopi_url\";s:18:\"WOPI Discovery URL\";s:15:\"wopi_url_byline\";s:270:\"Complete URL of the WOPI-Discovery, this must be accessible through the ILIAS server. The XML data of the Discover is read in and stored by ILIAS, the information is regularly updated by the cronjob \"Update WOPI Discovery\". Example: https://example.org/hosting/discovery\";}'),('wsp','en','a:65:{s:22:\"element_already_shared\";s:45:\"This object is already shared with this user.\";s:14:\"element_shared\";s:14:\"Object shared.\";s:30:\"error_creating_certificate_pdf\";s:103:\"The certificate could not be created. Please contact the administrator to check the certificate server.\";s:15:\"search_no_match\";s:38:\"Your search did not match any results.\";s:5:\"share\";s:5:\"Share\";s:13:\"share_content\";s:12:\"Share Object\";s:10:\"share_with\";s:8:\"Username\";s:22:\"wsp_copy_to_repository\";s:18:\"Copy to Repository\";s:20:\"wsp_invalid_password\";s:30:\"The given password is invalid.\";s:13:\"wsp_list_cmxv\";s:31:\"Certificate of xAPI/cmi5 Object\";s:13:\"wsp_list_crsv\";s:18:\"Course Certificate\";s:13:\"wsp_list_excv\";s:20:\"Exercise Certificate\";s:13:\"wsp_list_ltiv\";s:34:\"Certificate of LTI Consumer Object\";s:13:\"wsp_list_scov\";s:17:\"SCORM Certificate\";s:13:\"wsp_list_tstv\";s:16:\"Test Certificate\";s:22:\"wsp_move_to_repository\";s:18:\"Move to Repository\";s:16:\"wsp_password_for\";s:12:\"Password for\";s:31:\"wsp_password_protected_resource\";s:27:\"Password-protected Resource\";s:36:\"wsp_password_protected_resource_info\";s:53:\"To access this resource you have to enter a password.\";s:23:\"wsp_permission_all_info\";s:53:\"This object is visible for all users of the internet.\";s:26:\"wsp_permission_all_pw_info\";s:82:\"After providing the password this object is visible for all users of the internet.\";s:30:\"wsp_permission_registered_info\";s:48:\"This object is shared with all registered users.\";s:22:\"wsp_permission_removed\";s:23:\"Entry has been removed.\";s:15:\"wsp_permissions\";s:5:\"Share\";s:34:\"wsp_personal_resources_description\";s:60:\"Here you can manage your private files, blogs and artifacts.\";s:13:\"wsp_send_mail\";s:9:\"Send Mail\";s:22:\"wsp_set_permission_all\";s:14:\"World Wide Web\";s:31:\"wsp_set_permission_all_password\";s:28:\"World Wide Web with Password\";s:25:\"wsp_set_permission_course\";s:17:\"Members of Course\";s:24:\"wsp_set_permission_group\";s:16:\"Members of Group\";s:29:\"wsp_set_permission_registered\";s:20:\"All Registered Users\";s:30:\"wsp_set_permission_single_user\";s:13:\"A Single User\";s:22:\"wsp_share_search_users\";s:12:\"Search Users\";s:17:\"wsp_share_success\";s:27:\"A new entry has been added.\";s:22:\"wsp_share_with_members\";s:18:\"Share with members\";s:20:\"wsp_share_with_users\";s:16:\"Share with users\";s:15:\"wsp_shared_date\";s:13:\"Date of Share\";s:22:\"wsp_shared_date_filter\";s:11:\"Shared From\";s:24:\"wsp_shared_filter_button\";s:6:\"Search\";s:30:\"wsp_shared_filter_reset_button\";s:12:\"Reset Search\";s:32:\"wsp_shared_mandatory_filter_info\";s:93:\"Please set at least one filter attribute. Text filters have to be at least 4 characters long.\";s:24:\"wsp_shared_member_filter\";s:25:\"Members of Course / Group\";s:22:\"wsp_shared_object_type\";s:16:\"Type of Resource\";s:20:\"wsp_shared_resources\";s:16:\"Shared Resources\";s:22:\"wsp_shared_table_title\";s:6:\"Shares\";s:16:\"wsp_shared_title\";s:17:\"Title of Resource\";s:15:\"wsp_shared_type\";s:11:\"Shared With\";s:22:\"wsp_shared_user_filter\";s:10:\"Login/Name\";s:15:\"wsp_shared_with\";s:11:\"Shared With\";s:17:\"wsp_status_shared\";s:6:\"Shared\";s:23:\"wsp_switch_to_repo_tree\";s:20:\"Switch to Repository\";s:22:\"wsp_switch_to_wsp_tree\";s:28:\"Switch to Personal Resources\";s:17:\"wsp_tab_ownership\";s:21:\"My Repository Objects\";s:16:\"wsp_tab_personal\";s:12:\"My Resources\";s:14:\"wsp_tab_shared\";s:24:\"Resources of Other Users\";s:13:\"wsp_type_blog\";s:4:\"Blog\";s:13:\"wsp_type_cmxv\";s:22:\"Certificate: xAPI/cmi5\";s:13:\"wsp_type_crsv\";s:19:\"Certificate: Course\";s:13:\"wsp_type_excv\";s:21:\"Certificate: Exercise\";s:13:\"wsp_type_file\";s:4:\"File\";s:13:\"wsp_type_ltiv\";s:25:\"Certificate: LTI Consumer\";s:13:\"wsp_type_scov\";s:18:\"Certificate: SCORM\";s:13:\"wsp_type_tstv\";s:17:\"Certificate: Test\";s:13:\"wsp_type_webr\";s:7:\"Weblink\";s:13:\"wsp_type_wfld\";s:6:\"Folder\";}');
/*!40000 ALTER TABLE `lng_modules` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lo_access`
--

DROP TABLE IF EXISTS `lo_access`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lo_access` (
  `timestamp` datetime DEFAULT NULL,
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `lm_id` int(11) NOT NULL DEFAULT '0',
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `lm_title` varchar(200) DEFAULT NULL,
  PRIMARY KEY (`usr_id`,`lm_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lo_access`
--

LOCK TABLES `lo_access` WRITE;
/*!40000 ALTER TABLE `lo_access` DISABLE KEYS */;
/*!40000 ALTER TABLE `lo_access` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `loc_rnd_qpl`
--

DROP TABLE IF EXISTS `loc_rnd_qpl`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `loc_rnd_qpl` (
  `container_id` int(11) NOT NULL DEFAULT '0',
  `objective_id` int(11) NOT NULL DEFAULT '0',
  `tst_type` tinyint(4) NOT NULL DEFAULT '0',
  `tst_id` int(11) NOT NULL DEFAULT '0',
  `qp_seq` int(11) NOT NULL DEFAULT '0',
  `percentage` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`container_id`,`objective_id`,`tst_type`,`tst_id`,`qp_seq`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `loc_rnd_qpl`
--

LOCK TABLES `loc_rnd_qpl` WRITE;
/*!40000 ALTER TABLE `loc_rnd_qpl` DISABLE KEYS */;
/*!40000 ALTER TABLE `loc_rnd_qpl` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `loc_settings`
--

DROP TABLE IF EXISTS `loc_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `loc_settings` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `type` tinyint(4) NOT NULL DEFAULT '0',
  `itest` int(11) DEFAULT NULL,
  `qtest` int(11) DEFAULT NULL,
  `qt_vis_all` tinyint(4) DEFAULT '1',
  `qt_vis_obj` tinyint(4) DEFAULT '0',
  `reset_results` tinyint(4) DEFAULT '0',
  `it_type` tinyint(4) DEFAULT '5',
  `qt_type` tinyint(4) DEFAULT '1',
  `it_start` tinyint(4) DEFAULT '1',
  `qt_start` tinyint(4) DEFAULT '1',
  `passed_obj_mode` tinyint(4) DEFAULT '1',
  PRIMARY KEY (`obj_id`),
  KEY `i1_idx` (`itest`),
  KEY `i2_idx` (`qtest`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `loc_settings`
--

LOCK TABLES `loc_settings` WRITE;
/*!40000 ALTER TABLE `loc_settings` DISABLE KEYS */;
/*!40000 ALTER TABLE `loc_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `loc_tst_assignments`
--

DROP TABLE IF EXISTS `loc_tst_assignments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `loc_tst_assignments` (
  `assignment_id` int(11) NOT NULL DEFAULT '0',
  `container_id` int(11) NOT NULL DEFAULT '0',
  `assignment_type` tinyint(4) NOT NULL DEFAULT '0',
  `objective_id` int(11) NOT NULL DEFAULT '0',
  `tst_ref_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`assignment_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `loc_tst_assignments`
--

LOCK TABLES `loc_tst_assignments` WRITE;
/*!40000 ALTER TABLE `loc_tst_assignments` DISABLE KEYS */;
/*!40000 ALTER TABLE `loc_tst_assignments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `loc_tst_assignments_seq`
--

DROP TABLE IF EXISTS `loc_tst_assignments_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `loc_tst_assignments_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `loc_tst_assignments_seq`
--

LOCK TABLES `loc_tst_assignments_seq` WRITE;
/*!40000 ALTER TABLE `loc_tst_assignments_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `loc_tst_assignments_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `loc_tst_run`
--

DROP TABLE IF EXISTS `loc_tst_run`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `loc_tst_run` (
  `container_id` int(11) NOT NULL DEFAULT '0',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `test_id` int(11) NOT NULL DEFAULT '0',
  `objective_id` int(11) NOT NULL DEFAULT '0',
  `max_points` int(11) DEFAULT '0',
  `questions` varchar(1000) DEFAULT '0',
  PRIMARY KEY (`container_id`,`user_id`,`test_id`,`objective_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `loc_tst_run`
--

LOCK TABLES `loc_tst_run` WRITE;
/*!40000 ALTER TABLE `loc_tst_run` DISABLE KEYS */;
/*!40000 ALTER TABLE `loc_tst_run` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `loc_user_results`
--

DROP TABLE IF EXISTS `loc_user_results`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `loc_user_results` (
  `user_id` int(11) NOT NULL DEFAULT '0',
  `course_id` int(11) NOT NULL DEFAULT '0',
  `objective_id` int(11) NOT NULL DEFAULT '0',
  `type` tinyint(4) NOT NULL DEFAULT '0',
  `status` tinyint(4) DEFAULT '0',
  `result_perc` tinyint(4) DEFAULT '0',
  `limit_perc` tinyint(4) DEFAULT '0',
  `tries` tinyint(4) DEFAULT '0',
  `is_final` tinyint(4) DEFAULT '0',
  `tstamp` int(11) DEFAULT '0',
  PRIMARY KEY (`user_id`,`course_id`,`objective_id`,`type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `loc_user_results`
--

LOCK TABLES `loc_user_results` WRITE;
/*!40000 ALTER TABLE `loc_user_results` DISABLE KEYS */;
/*!40000 ALTER TABLE `loc_user_results` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `log_components`
--

DROP TABLE IF EXISTS `log_components`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `log_components` (
  `component_id` varchar(20) NOT NULL DEFAULT '',
  `log_level` int(11) DEFAULT NULL,
  PRIMARY KEY (`component_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `log_components`
--

LOCK TABLES `log_components` WRITE;
/*!40000 ALTER TABLE `log_components` DISABLE KEYS */;
INSERT INTO `log_components` VALUES ('ac',0),('adms',NULL),('adn',NULL),('amet',NULL),('auth',0),('awrn',0),('bgtk',NULL),('book',NULL),('cal',NULL),('cat',NULL),('cert',NULL),('chtr',0),('cmix',NULL),('cont',NULL),('contact',0),('copg',0),('cron',NULL),('crs',0),('crsr',NULL),('data_pro',NULL),('db',0),('ds',NULL),('evnt',NULL),('exc',NULL),('exp',0),('file',0),('fils',NULL),('frm',NULL),('glo',0),('grp',0),('init',0),('lang',NULL),('ldoc',NULL),('lhist',NULL),('lm',0),('log',0),('log_root',0),('lti',NULL),('ltis',NULL),('mail',0),('mcst',NULL),('mep',NULL),('meta',NULL),('mmbr',NULL),('mme',NULL),('mob',0),('news',NULL),('nota',NULL),('note',NULL),('noti',NULL),('obj',0),('osch',NULL),('otpl',0),('pdfg',NULL),('pwsp',NULL),('rep',0),('rnd',NULL),('sc13',NULL),('sess',NULL),('skll',0),('spl',NULL),('src',0),('styl',NULL),('svy',NULL),('sysc',NULL),('tos',NULL),('trac',NULL),('tree',0),('user',0),('wbdv',NULL),('webr',0),('wiki',NULL),('wopi',NULL),('wsrv',0);
/*!40000 ALTER TABLE `log_components` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `loginname_history`
--

DROP TABLE IF EXISTS `loginname_history`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `loginname_history` (
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `login` varchar(80) NOT NULL DEFAULT '',
  `history_date` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`usr_id`,`login`,`history_date`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `loginname_history`
--

LOCK TABLES `loginname_history` WRITE;
/*!40000 ALTER TABLE `loginname_history` DISABLE KEYS */;
/*!40000 ALTER TABLE `loginname_history` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lso_activation`
--

DROP TABLE IF EXISTS `lso_activation`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lso_activation` (
  `ref_id` int(11) NOT NULL,
  `online` tinyint(4) NOT NULL DEFAULT '0',
  `effective_online` tinyint(4) NOT NULL DEFAULT '0',
  `activation_start_ts` int(11) DEFAULT NULL,
  `activation_end_ts` int(11) DEFAULT NULL,
  PRIMARY KEY (`ref_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lso_activation`
--

LOCK TABLES `lso_activation` WRITE;
/*!40000 ALTER TABLE `lso_activation` DISABLE KEYS */;
/*!40000 ALTER TABLE `lso_activation` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lso_settings`
--

DROP TABLE IF EXISTS `lso_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lso_settings` (
  `obj_id` int(11) NOT NULL,
  `abstract` longtext,
  `extro` longtext,
  `abstract_image` varchar(128) DEFAULT NULL,
  `extro_image` varchar(128) DEFAULT NULL,
  `gallery` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lso_settings`
--

LOCK TABLES `lso_settings` WRITE;
/*!40000 ALTER TABLE `lso_settings` DISABLE KEYS */;
/*!40000 ALTER TABLE `lso_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lso_states`
--

DROP TABLE IF EXISTS `lso_states`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lso_states` (
  `lso_ref_id` int(11) NOT NULL,
  `usr_id` int(11) NOT NULL,
  `current_item` int(11) DEFAULT NULL,
  `states` longtext,
  `first_access` varchar(32) DEFAULT NULL,
  `last_access` varchar(32) DEFAULT NULL,
  PRIMARY KEY (`lso_ref_id`,`usr_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lso_states`
--

LOCK TABLES `lso_states` WRITE;
/*!40000 ALTER TABLE `lso_states` DISABLE KEYS */;
/*!40000 ALTER TABLE `lso_states` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lti2_access_token`
--

DROP TABLE IF EXISTS `lti2_access_token`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lti2_access_token` (
  `consumer_pk` int(11) NOT NULL,
  `scopes` longtext NOT NULL,
  `token` varchar(2000) NOT NULL DEFAULT '',
  `expires` datetime NOT NULL,
  `created` datetime NOT NULL,
  `updated` datetime NOT NULL,
  PRIMARY KEY (`consumer_pk`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lti2_access_token`
--

LOCK TABLES `lti2_access_token` WRITE;
/*!40000 ALTER TABLE `lti2_access_token` DISABLE KEYS */;
/*!40000 ALTER TABLE `lti2_access_token` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lti2_consumer`
--

DROP TABLE IF EXISTS `lti2_consumer`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lti2_consumer` (
  `consumer_pk` int(11) NOT NULL,
  `name` varchar(50) NOT NULL,
  `consumer_key` varchar(255) DEFAULT NULL,
  `secret` varchar(1024) NOT NULL,
  `lti_version` varchar(10) DEFAULT NULL,
  `consumer_name` varchar(255) DEFAULT NULL,
  `consumer_version` varchar(255) DEFAULT NULL,
  `consumer_guid` varchar(1024) DEFAULT NULL,
  `profile` longblob,
  `tool_proxy` longblob,
  `settings` longtext,
  `protected` tinyint(4) NOT NULL,
  `enabled` tinyint(4) NOT NULL,
  `enable_from` datetime DEFAULT NULL,
  `enable_until` datetime DEFAULT NULL,
  `last_access` datetime DEFAULT NULL,
  `created` datetime NOT NULL,
  `updated` datetime NOT NULL,
  `ext_consumer_id` int(11) NOT NULL,
  `ref_id` int(11) NOT NULL,
  `signature_method` varchar(15) NOT NULL DEFAULT 'HMAC-SHA1',
  `platform_id` varchar(255) DEFAULT NULL,
  `client_id` varchar(255) DEFAULT NULL,
  `deployment_id` varchar(255) DEFAULT NULL,
  `public_key` longtext,
  PRIMARY KEY (`consumer_pk`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lti2_consumer`
--

LOCK TABLES `lti2_consumer` WRITE;
/*!40000 ALTER TABLE `lti2_consumer` DISABLE KEYS */;
/*!40000 ALTER TABLE `lti2_consumer` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lti2_consumer_seq`
--

DROP TABLE IF EXISTS `lti2_consumer_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lti2_consumer_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lti2_consumer_seq`
--

LOCK TABLES `lti2_consumer_seq` WRITE;
/*!40000 ALTER TABLE `lti2_consumer_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `lti2_consumer_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lti2_context`
--

DROP TABLE IF EXISTS `lti2_context`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lti2_context` (
  `context_pk` int(11) NOT NULL,
  `consumer_pk` int(11) NOT NULL,
  `lti_context_id` varchar(255) NOT NULL,
  `settings` longblob,
  `created` datetime NOT NULL,
  `updated` datetime NOT NULL,
  `title` varchar(255) DEFAULT NULL,
  `type` varchar(50) DEFAULT NULL,
  PRIMARY KEY (`context_pk`),
  KEY `i1_idx` (`consumer_pk`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lti2_context`
--

LOCK TABLES `lti2_context` WRITE;
/*!40000 ALTER TABLE `lti2_context` DISABLE KEYS */;
/*!40000 ALTER TABLE `lti2_context` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lti2_context_seq`
--

DROP TABLE IF EXISTS `lti2_context_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lti2_context_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lti2_context_seq`
--

LOCK TABLES `lti2_context_seq` WRITE;
/*!40000 ALTER TABLE `lti2_context_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `lti2_context_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lti2_nonce`
--

DROP TABLE IF EXISTS `lti2_nonce`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lti2_nonce` (
  `consumer_pk` int(11) NOT NULL,
  `value` varchar(50) NOT NULL DEFAULT '',
  `expires` datetime NOT NULL,
  PRIMARY KEY (`consumer_pk`,`value`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lti2_nonce`
--

LOCK TABLES `lti2_nonce` WRITE;
/*!40000 ALTER TABLE `lti2_nonce` DISABLE KEYS */;
/*!40000 ALTER TABLE `lti2_nonce` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lti2_resource_link`
--

DROP TABLE IF EXISTS `lti2_resource_link`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lti2_resource_link` (
  `resource_link_pk` int(11) NOT NULL DEFAULT '0',
  `context_pk` int(11) DEFAULT NULL,
  `consumer_pk` int(11) DEFAULT NULL,
  `lti_resource_link_id` varchar(255) NOT NULL,
  `settings` longblob,
  `primary_resource_link_pk` int(11) DEFAULT NULL,
  `share_approved` tinyint(4) DEFAULT NULL,
  `created` datetime NOT NULL,
  `updated` datetime NOT NULL,
  `title` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`resource_link_pk`),
  KEY `i1_idx` (`consumer_pk`),
  KEY `i2_idx` (`context_pk`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lti2_resource_link`
--

LOCK TABLES `lti2_resource_link` WRITE;
/*!40000 ALTER TABLE `lti2_resource_link` DISABLE KEYS */;
/*!40000 ALTER TABLE `lti2_resource_link` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lti2_resource_link_seq`
--

DROP TABLE IF EXISTS `lti2_resource_link_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lti2_resource_link_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lti2_resource_link_seq`
--

LOCK TABLES `lti2_resource_link_seq` WRITE;
/*!40000 ALTER TABLE `lti2_resource_link_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `lti2_resource_link_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lti2_share_key`
--

DROP TABLE IF EXISTS `lti2_share_key`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lti2_share_key` (
  `share_key_id` varchar(32) NOT NULL,
  `resource_link_pk` int(11) NOT NULL,
  `auto_approve` tinyint(4) NOT NULL,
  `expires` datetime NOT NULL,
  PRIMARY KEY (`share_key_id`),
  KEY `i1_idx` (`resource_link_pk`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lti2_share_key`
--

LOCK TABLES `lti2_share_key` WRITE;
/*!40000 ALTER TABLE `lti2_share_key` DISABLE KEYS */;
/*!40000 ALTER TABLE `lti2_share_key` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lti2_tool_proxy`
--

DROP TABLE IF EXISTS `lti2_tool_proxy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lti2_tool_proxy` (
  `tool_proxy_pk` int(11) NOT NULL,
  `tool_proxy_id` varchar(32) NOT NULL,
  `consumer_pk` int(11) NOT NULL,
  `tool_proxy` longblob NOT NULL,
  `created` datetime NOT NULL,
  `updated` datetime NOT NULL,
  PRIMARY KEY (`tool_proxy_pk`),
  UNIQUE KEY `u1_idx` (`tool_proxy_id`),
  KEY `i1_idx` (`consumer_pk`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lti2_tool_proxy`
--

LOCK TABLES `lti2_tool_proxy` WRITE;
/*!40000 ALTER TABLE `lti2_tool_proxy` DISABLE KEYS */;
/*!40000 ALTER TABLE `lti2_tool_proxy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lti2_tool_proxy_seq`
--

DROP TABLE IF EXISTS `lti2_tool_proxy_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lti2_tool_proxy_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lti2_tool_proxy_seq`
--

LOCK TABLES `lti2_tool_proxy_seq` WRITE;
/*!40000 ALTER TABLE `lti2_tool_proxy_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `lti2_tool_proxy_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lti2_user_result`
--

DROP TABLE IF EXISTS `lti2_user_result`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lti2_user_result` (
  `user_pk` int(11) NOT NULL DEFAULT '0',
  `resource_link_pk` int(11) NOT NULL,
  `lti_user_id` varchar(255) NOT NULL,
  `lti_result_sourcedid` varchar(1024) NOT NULL,
  `created` datetime NOT NULL,
  `updated` datetime NOT NULL,
  PRIMARY KEY (`user_pk`),
  KEY `i1_idx` (`resource_link_pk`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lti2_user_result`
--

LOCK TABLES `lti2_user_result` WRITE;
/*!40000 ALTER TABLE `lti2_user_result` DISABLE KEYS */;
/*!40000 ALTER TABLE `lti2_user_result` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lti2_user_result_seq`
--

DROP TABLE IF EXISTS `lti2_user_result_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lti2_user_result_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lti2_user_result_seq`
--

LOCK TABLES `lti2_user_result_seq` WRITE;
/*!40000 ALTER TABLE `lti2_user_result_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `lti2_user_result_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lti_consumer_grades`
--

DROP TABLE IF EXISTS `lti_consumer_grades`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lti_consumer_grades` (
  `id` int(11) NOT NULL,
  `obj_id` int(11) NOT NULL,
  `usr_id` int(11) NOT NULL,
  `score_given` double DEFAULT NULL,
  `score_maximum` double DEFAULT NULL,
  `activity_progress` varchar(20) NOT NULL,
  `grading_progress` varchar(20) NOT NULL,
  `lti_timestamp` datetime DEFAULT NULL,
  `stored` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `i1_idx` (`obj_id`,`usr_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lti_consumer_grades`
--

LOCK TABLES `lti_consumer_grades` WRITE;
/*!40000 ALTER TABLE `lti_consumer_grades` DISABLE KEYS */;
/*!40000 ALTER TABLE `lti_consumer_grades` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lti_consumer_grades_seq`
--

DROP TABLE IF EXISTS `lti_consumer_grades_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lti_consumer_grades_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lti_consumer_grades_seq`
--

LOCK TABLES `lti_consumer_grades_seq` WRITE;
/*!40000 ALTER TABLE `lti_consumer_grades_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `lti_consumer_grades_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lti_consumer_results`
--

DROP TABLE IF EXISTS `lti_consumer_results`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lti_consumer_results` (
  `id` int(11) NOT NULL,
  `obj_id` int(11) NOT NULL,
  `usr_id` int(11) NOT NULL,
  `result` double DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `i1_idx` (`obj_id`,`usr_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lti_consumer_results`
--

LOCK TABLES `lti_consumer_results` WRITE;
/*!40000 ALTER TABLE `lti_consumer_results` DISABLE KEYS */;
/*!40000 ALTER TABLE `lti_consumer_results` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lti_consumer_results_seq`
--

DROP TABLE IF EXISTS `lti_consumer_results_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lti_consumer_results_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lti_consumer_results_seq`
--

LOCK TABLES `lti_consumer_results_seq` WRITE;
/*!40000 ALTER TABLE `lti_consumer_results_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `lti_consumer_results_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lti_consumer_settings`
--

DROP TABLE IF EXISTS `lti_consumer_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lti_consumer_settings` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `provider_id` int(11) NOT NULL DEFAULT '0',
  `launch_method` varchar(16) NOT NULL DEFAULT '',
  `offline_status` tinyint(4) NOT NULL DEFAULT '1',
  `show_statements` tinyint(4) NOT NULL DEFAULT '0',
  `highscore_enabled` tinyint(4) NOT NULL DEFAULT '0',
  `highscore_achieved_ts` tinyint(4) NOT NULL DEFAULT '0',
  `highscore_percentage` tinyint(4) NOT NULL DEFAULT '0',
  `highscore_wtime` tinyint(4) NOT NULL DEFAULT '0',
  `highscore_own_table` tinyint(4) NOT NULL DEFAULT '0',
  `highscore_top_table` tinyint(4) NOT NULL DEFAULT '0',
  `highscore_top_num` int(11) NOT NULL DEFAULT '0',
  `mastery_score` double NOT NULL DEFAULT '0.5',
  `keep_lp` tinyint(4) NOT NULL DEFAULT '0',
  `use_xapi` tinyint(4) NOT NULL DEFAULT '0',
  `activity_id` varchar(128) DEFAULT NULL,
  `launch_key` varchar(255) DEFAULT NULL,
  `launch_secret` varchar(255) DEFAULT NULL,
  `custom_params` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lti_consumer_settings`
--

LOCK TABLES `lti_consumer_settings` WRITE;
/*!40000 ALTER TABLE `lti_consumer_settings` DISABLE KEYS */;
/*!40000 ALTER TABLE `lti_consumer_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lti_ext_consumer`
--

DROP TABLE IF EXISTS `lti_ext_consumer`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lti_ext_consumer` (
  `id` int(11) NOT NULL DEFAULT '0',
  `title` varchar(255) NOT NULL,
  `description` varchar(255) NOT NULL,
  `prefix` varchar(255) NOT NULL,
  `user_language` varchar(255) NOT NULL,
  `role` int(11) NOT NULL DEFAULT '0',
  `local_role_always_member` tinyint(4) NOT NULL DEFAULT '0',
  `default_skin` varchar(50) DEFAULT NULL,
  `active` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lti_ext_consumer`
--

LOCK TABLES `lti_ext_consumer` WRITE;
/*!40000 ALTER TABLE `lti_ext_consumer` DISABLE KEYS */;
/*!40000 ALTER TABLE `lti_ext_consumer` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lti_ext_consumer_otype`
--

DROP TABLE IF EXISTS `lti_ext_consumer_otype`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lti_ext_consumer_otype` (
  `consumer_id` int(11) NOT NULL DEFAULT '0',
  `object_type` varchar(255) NOT NULL,
  PRIMARY KEY (`consumer_id`,`object_type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lti_ext_consumer_otype`
--

LOCK TABLES `lti_ext_consumer_otype` WRITE;
/*!40000 ALTER TABLE `lti_ext_consumer_otype` DISABLE KEYS */;
/*!40000 ALTER TABLE `lti_ext_consumer_otype` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lti_ext_consumer_seq`
--

DROP TABLE IF EXISTS `lti_ext_consumer_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lti_ext_consumer_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lti_ext_consumer_seq`
--

LOCK TABLES `lti_ext_consumer_seq` WRITE;
/*!40000 ALTER TABLE `lti_ext_consumer_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `lti_ext_consumer_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lti_ext_provider`
--

DROP TABLE IF EXISTS `lti_ext_provider`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lti_ext_provider` (
  `id` int(11) NOT NULL DEFAULT '0',
  `title` varchar(255) DEFAULT NULL,
  `description` varchar(4000) DEFAULT NULL,
  `availability` smallint(6) NOT NULL DEFAULT '1',
  `remarks` varchar(4000) DEFAULT NULL,
  `time_to_delete` int(11) DEFAULT NULL,
  `provider_url` varchar(255) NOT NULL,
  `provider_key` varchar(128) NOT NULL,
  `provider_secret` varchar(128) NOT NULL,
  `provider_key_customizable` tinyint(4) NOT NULL DEFAULT '0',
  `provider_icon` varchar(255) DEFAULT NULL,
  `provider_xml` longtext,
  `external_provider` tinyint(4) NOT NULL DEFAULT '0',
  `launch_method` varchar(32) DEFAULT NULL,
  `has_outcome` tinyint(4) NOT NULL DEFAULT '0',
  `mastery_score` double DEFAULT NULL,
  `keep_lp` tinyint(4) NOT NULL DEFAULT '0',
  `privacy_comment_default` varchar(2000) NOT NULL,
  `creator` int(11) DEFAULT NULL,
  `accepted_by` int(11) DEFAULT NULL,
  `global` tinyint(4) NOT NULL DEFAULT '0',
  `use_xapi` tinyint(4) NOT NULL DEFAULT '0',
  `xapi_launch_key` varchar(64) DEFAULT NULL,
  `xapi_launch_secret` varchar(64) DEFAULT NULL,
  `xapi_launch_url` varchar(255) DEFAULT NULL,
  `custom_params` varchar(1020) DEFAULT NULL,
  `use_provider_id` tinyint(4) NOT NULL DEFAULT '0',
  `always_learner` tinyint(4) NOT NULL DEFAULT '0',
  `xapi_activity_id` varchar(128) DEFAULT NULL,
  `keywords` varchar(1000) DEFAULT NULL,
  `inc_usr_pic` tinyint(4) NOT NULL DEFAULT '0',
  `category` varchar(16) NOT NULL DEFAULT '',
  `privacy_ident` smallint(6) NOT NULL DEFAULT '0',
  `privacy_name` smallint(6) NOT NULL DEFAULT '0',
  `instructor_send_name` tinyint(4) NOT NULL DEFAULT '0',
  `instructor_send_email` tinyint(4) NOT NULL DEFAULT '0',
  `client_id` varchar(255) DEFAULT NULL,
  `enabled_capability` longtext,
  `key_type` varchar(16) DEFAULT NULL,
  `public_key` longtext,
  `public_keyset` varchar(255) DEFAULT NULL,
  `initiate_login` varchar(255) DEFAULT NULL,
  `redirection_uris` varchar(510) DEFAULT NULL,
  `content_item` tinyint(4) NOT NULL DEFAULT '0',
  `content_item_url` varchar(510) DEFAULT NULL,
  `grade_synchronization` tinyint(4) NOT NULL DEFAULT '0',
  `lti_version` varchar(10) NOT NULL DEFAULT 'LTI-1p0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lti_ext_provider`
--

LOCK TABLES `lti_ext_provider` WRITE;
/*!40000 ALTER TABLE `lti_ext_provider` DISABLE KEYS */;
/*!40000 ALTER TABLE `lti_ext_provider` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lti_ext_provider_seq`
--

DROP TABLE IF EXISTS `lti_ext_provider_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lti_ext_provider_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lti_ext_provider_seq`
--

LOCK TABLES `lti_ext_provider_seq` WRITE;
/*!40000 ALTER TABLE `lti_ext_provider_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `lti_ext_provider_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lti_int_provider_obj`
--

DROP TABLE IF EXISTS `lti_int_provider_obj`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lti_int_provider_obj` (
  `ref_id` int(11) NOT NULL DEFAULT '0',
  `ext_consumer_id` int(11) NOT NULL DEFAULT '0',
  `admin` int(11) DEFAULT NULL,
  `tutor` int(11) DEFAULT NULL,
  `member` int(11) DEFAULT NULL,
  PRIMARY KEY (`ref_id`,`ext_consumer_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lti_int_provider_obj`
--

LOCK TABLES `lti_int_provider_obj` WRITE;
/*!40000 ALTER TABLE `lti_int_provider_obj` DISABLE KEYS */;
/*!40000 ALTER TABLE `lti_int_provider_obj` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mail`
--

DROP TABLE IF EXISTS `mail`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mail` (
  `mail_id` int(11) NOT NULL DEFAULT '0',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `folder_id` int(11) NOT NULL DEFAULT '0',
  `sender_id` int(11) DEFAULT NULL,
  `send_time` datetime DEFAULT NULL,
  `m_status` varchar(16) DEFAULT NULL,
  `m_subject` varchar(255) DEFAULT NULL,
  `import_name` varchar(4000) DEFAULT NULL,
  `use_placeholders` tinyint(4) NOT NULL DEFAULT '0',
  `m_message` longtext,
  `rcp_to` longtext,
  `rcp_cc` longtext,
  `rcp_bcc` longtext,
  `attachments` longtext,
  `tpl_ctx_id` varchar(100) DEFAULT NULL,
  `tpl_ctx_params` longblob,
  PRIMARY KEY (`mail_id`),
  KEY `i1_idx` (`user_id`),
  KEY `i2_idx` (`folder_id`),
  KEY `i3_idx` (`m_status`),
  KEY `i4_idx` (`sender_id`,`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mail`
--

LOCK TABLES `mail` WRITE;
/*!40000 ALTER TABLE `mail` DISABLE KEYS */;
/*!40000 ALTER TABLE `mail` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mail_attachment`
--

DROP TABLE IF EXISTS `mail_attachment`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mail_attachment` (
  `mail_id` int(11) NOT NULL DEFAULT '0',
  `path` varchar(500) DEFAULT NULL,
  PRIMARY KEY (`mail_id`),
  KEY `i1_idx` (`path`(255))
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mail_attachment`
--

LOCK TABLES `mail_attachment` WRITE;
/*!40000 ALTER TABLE `mail_attachment` DISABLE KEYS */;
/*!40000 ALTER TABLE `mail_attachment` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mail_auto_responder`
--

DROP TABLE IF EXISTS `mail_auto_responder`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mail_auto_responder` (
  `sender_id` bigint(20) NOT NULL,
  `receiver_id` bigint(20) NOT NULL,
  `sent_time` datetime NOT NULL,
  PRIMARY KEY (`sender_id`,`receiver_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mail_auto_responder`
--

LOCK TABLES `mail_auto_responder` WRITE;
/*!40000 ALTER TABLE `mail_auto_responder` DISABLE KEYS */;
/*!40000 ALTER TABLE `mail_auto_responder` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mail_cron_orphaned`
--

DROP TABLE IF EXISTS `mail_cron_orphaned`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mail_cron_orphaned` (
  `mail_id` int(11) NOT NULL DEFAULT '0',
  `folder_id` int(11) NOT NULL DEFAULT '0',
  `ts_do_delete` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`mail_id`,`folder_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mail_cron_orphaned`
--

LOCK TABLES `mail_cron_orphaned` WRITE;
/*!40000 ALTER TABLE `mail_cron_orphaned` DISABLE KEYS */;
/*!40000 ALTER TABLE `mail_cron_orphaned` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mail_man_tpl`
--

DROP TABLE IF EXISTS `mail_man_tpl`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mail_man_tpl` (
  `tpl_id` int(11) NOT NULL DEFAULT '0',
  `title` varchar(255) NOT NULL DEFAULT '',
  `context` varchar(100) NOT NULL DEFAULT '',
  `lang` varchar(2) NOT NULL DEFAULT '',
  `m_subject` varchar(255) DEFAULT NULL,
  `m_message` longtext,
  `is_default` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`tpl_id`),
  KEY `i1_idx` (`context`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mail_man_tpl`
--

LOCK TABLES `mail_man_tpl` WRITE;
/*!40000 ALTER TABLE `mail_man_tpl` DISABLE KEYS */;
/*!40000 ALTER TABLE `mail_man_tpl` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mail_man_tpl_seq`
--

DROP TABLE IF EXISTS `mail_man_tpl_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mail_man_tpl_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mail_man_tpl_seq`
--

LOCK TABLES `mail_man_tpl_seq` WRITE;
/*!40000 ALTER TABLE `mail_man_tpl_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `mail_man_tpl_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mail_obj_data`
--

DROP TABLE IF EXISTS `mail_obj_data`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mail_obj_data` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `title` char(70) DEFAULT NULL,
  `m_type` char(16) DEFAULT NULL,
  PRIMARY KEY (`obj_id`),
  KEY `i1_idx` (`user_id`,`m_type`),
  KEY `i2_idx` (`obj_id`,`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mail_obj_data`
--

LOCK TABLES `mail_obj_data` WRITE;
/*!40000 ALTER TABLE `mail_obj_data` DISABLE KEYS */;
INSERT INTO `mail_obj_data` VALUES (2,6,'a_root','root'),(3,6,'b_inbox','inbox'),(4,6,'c_trash','trash'),(5,6,'d_drafts','drafts'),(6,6,'e_sent','sent'),(7,6,'z_local','local');
/*!40000 ALTER TABLE `mail_obj_data` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mail_obj_data_seq`
--

DROP TABLE IF EXISTS `mail_obj_data_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mail_obj_data_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mail_obj_data_seq`
--

LOCK TABLES `mail_obj_data_seq` WRITE;
/*!40000 ALTER TABLE `mail_obj_data_seq` DISABLE KEYS */;
INSERT INTO `mail_obj_data_seq` VALUES (8);
/*!40000 ALTER TABLE `mail_obj_data_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mail_options`
--

DROP TABLE IF EXISTS `mail_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mail_options` (
  `user_id` int(11) NOT NULL DEFAULT '0',
  `signature` varchar(4000) DEFAULT NULL,
  `incoming_type` tinyint(4) DEFAULT NULL,
  `cronjob_notification` tinyint(4) NOT NULL DEFAULT '0',
  `mail_address_option` tinyint(4) NOT NULL DEFAULT '3',
  `absence_status` tinyint(4) NOT NULL DEFAULT '0',
  `absent_from` bigint(20) NOT NULL DEFAULT '0',
  `absent_until` bigint(20) NOT NULL DEFAULT '0',
  `absence_ar_body` longtext,
  `absence_ar_subject` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`user_id`),
  KEY `i1_idx` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mail_options`
--

LOCK TABLES `mail_options` WRITE;
/*!40000 ALTER TABLE `mail_options` DISABLE KEYS */;
INSERT INTO `mail_options` VALUES (6,'',0,0,3,0,0,0,NULL,NULL);
/*!40000 ALTER TABLE `mail_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mail_saved`
--

DROP TABLE IF EXISTS `mail_saved`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mail_saved` (
  `user_id` int(11) NOT NULL DEFAULT '0',
  `m_email` tinyint(4) DEFAULT NULL,
  `m_subject` varchar(255) DEFAULT NULL,
  `use_placeholders` tinyint(4) NOT NULL DEFAULT '0',
  `m_message` longtext,
  `rcp_to` longtext,
  `rcp_cc` longtext,
  `rcp_bcc` longtext,
  `attachments` longtext,
  `tpl_ctx_id` varchar(100) DEFAULT NULL,
  `tpl_ctx_params` longblob,
  PRIMARY KEY (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mail_saved`
--

LOCK TABLES `mail_saved` WRITE;
/*!40000 ALTER TABLE `mail_saved` DISABLE KEYS */;
/*!40000 ALTER TABLE `mail_saved` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mail_seq`
--

DROP TABLE IF EXISTS `mail_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mail_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mail_seq`
--

LOCK TABLES `mail_seq` WRITE;
/*!40000 ALTER TABLE `mail_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `mail_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mail_template`
--

DROP TABLE IF EXISTS `mail_template`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mail_template` (
  `lang` varchar(5) NOT NULL DEFAULT ' ',
  `subject` varchar(200) DEFAULT NULL,
  `body` longtext,
  `sal_f` varchar(200) DEFAULT NULL,
  `sal_m` varchar(200) DEFAULT NULL,
  `sal_g` varchar(200) DEFAULT NULL,
  `type` varchar(4) NOT NULL DEFAULT ' ',
  `att_file` varchar(400) DEFAULT NULL,
  PRIMARY KEY (`type`,`lang`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mail_template`
--

LOCK TABLES `mail_template` WRITE;
/*!40000 ALTER TABLE `mail_template` DISABLE KEYS */;
/*!40000 ALTER TABLE `mail_template` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mail_tpl_ctx`
--

DROP TABLE IF EXISTS `mail_tpl_ctx`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mail_tpl_ctx` (
  `id` varchar(100) NOT NULL DEFAULT '',
  `component` varchar(100) NOT NULL DEFAULT '',
  `class` varchar(100) NOT NULL DEFAULT '',
  `path` varchar(4000) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mail_tpl_ctx`
--

LOCK TABLES `mail_tpl_ctx` WRITE;
/*!40000 ALTER TABLE `mail_tpl_ctx` DISABLE KEYS */;
INSERT INTO `mail_tpl_ctx` VALUES ('crs_context_member_manual','Modules/Course','ilCourseMailTemplateMemberContext',NULL),('crs_context_tutor_manual','Modules/Course','ilCourseMailTemplateTutorContext',NULL),('exc_context_grade_rmd','Modules/Exercise','ilExcMailTemplateGradeReminderContext',NULL),('exc_context_peer_rmd','Modules/Exercise','ilExcMailTemplatePeerReminderContext',NULL),('exc_context_submit_rmd','Modules/Exercise','ilExcMailTemplateSubmitReminderContext',NULL),('mail_template_generic','Services/Mail','ilMailTemplateGenericContext',NULL),('prg_context_manual','Modules/StudyProgramme','ilStudyProgrammeMailTemplateContext',NULL),('sahs_context_lp','Modules/ScormAicc','ilScormMailTemplateLPContext',NULL),('sess_context_participant_manual','Modules/Session','ilSessionMailTemplateParticipantContext',NULL),('svy_context_rmd','Modules/Survey','ilSurveyMailTemplateReminderContext',NULL),('svy_rater_inv','Modules/Survey','ilSurveyMailTemplateRaterInvitationContext',NULL);
/*!40000 ALTER TABLE `mail_tpl_ctx` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mail_tree`
--

DROP TABLE IF EXISTS `mail_tree`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mail_tree` (
  `tree` int(11) NOT NULL DEFAULT '0',
  `child` int(11) NOT NULL DEFAULT '0',
  `parent` int(11) DEFAULT NULL,
  `lft` int(11) NOT NULL DEFAULT '0',
  `rgt` int(11) NOT NULL DEFAULT '0',
  `depth` smallint(6) NOT NULL DEFAULT '0',
  PRIMARY KEY (`child`),
  KEY `i2_idx` (`parent`),
  KEY `i3_idx` (`tree`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mail_tree`
--

LOCK TABLES `mail_tree` WRITE;
/*!40000 ALTER TABLE `mail_tree` DISABLE KEYS */;
INSERT INTO `mail_tree` VALUES (6,2,0,1,12,1),(6,3,2,2,3,2),(6,4,2,4,5,2),(6,5,2,6,7,2),(6,6,2,8,9,2),(6,7,2,10,11,2);
/*!40000 ALTER TABLE `mail_tree` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `manscoring_done`
--

DROP TABLE IF EXISTS `manscoring_done`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `manscoring_done` (
  `active_id` bigint(20) NOT NULL,
  `done` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`active_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `manscoring_done`
--

LOCK TABLES `manscoring_done` WRITE;
/*!40000 ALTER TABLE `manscoring_done` DISABLE KEYS */;
/*!40000 ALTER TABLE `manscoring_done` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `map_area`
--

DROP TABLE IF EXISTS `map_area`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `map_area` (
  `item_id` int(11) NOT NULL DEFAULT '0',
  `nr` int(11) NOT NULL DEFAULT '0',
  `shape` varchar(20) DEFAULT NULL,
  `coords` varchar(4000) DEFAULT NULL,
  `link_type` char(3) DEFAULT NULL,
  `title` varchar(200) DEFAULT NULL,
  `href` varchar(800) DEFAULT NULL,
  `target` varchar(50) DEFAULT NULL,
  `type` varchar(20) DEFAULT NULL,
  `target_frame` varchar(50) DEFAULT NULL,
  `highlight_mode` varchar(8) DEFAULT NULL,
  `highlight_class` varchar(8) DEFAULT NULL,
  PRIMARY KEY (`item_id`,`nr`),
  KEY `lt_idx` (`link_type`,`target`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `map_area`
--

LOCK TABLES `map_area` WRITE;
/*!40000 ALTER TABLE `map_area` DISABLE KEYS */;
/*!40000 ALTER TABLE `map_area` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `media_item`
--

DROP TABLE IF EXISTS `media_item`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `media_item` (
  `id` int(11) NOT NULL DEFAULT '0',
  `width` varchar(10) DEFAULT NULL,
  `height` varchar(10) DEFAULT NULL,
  `halign` char(10) DEFAULT 'Left',
  `caption` varchar(3000) DEFAULT NULL,
  `nr` int(11) NOT NULL DEFAULT '0',
  `purpose` char(20) DEFAULT 'Standard',
  `mob_id` int(11) NOT NULL DEFAULT '0',
  `location` varchar(200) DEFAULT NULL,
  `location_type` char(10) DEFAULT 'LocalFile',
  `format` varchar(200) DEFAULT NULL,
  `param` varchar(2000) DEFAULT NULL,
  `tried_thumb` char(1) DEFAULT 'n',
  `text_representation` varchar(4000) DEFAULT NULL,
  `upload_hash` varchar(100) DEFAULT NULL,
  `duration` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `media_item`
--

LOCK TABLES `media_item` WRITE;
/*!40000 ALTER TABLE `media_item` DISABLE KEYS */;
/*!40000 ALTER TABLE `media_item` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `media_item_seq`
--

DROP TABLE IF EXISTS `media_item_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `media_item_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `media_item_seq`
--

LOCK TABLES `media_item_seq` WRITE;
/*!40000 ALTER TABLE `media_item_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `media_item_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `member_agreement`
--

DROP TABLE IF EXISTS `member_agreement`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `member_agreement` (
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `accepted` tinyint(4) NOT NULL DEFAULT '0',
  `acceptance_time` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`usr_id`,`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `member_agreement`
--

LOCK TABLES `member_agreement` WRITE;
/*!40000 ALTER TABLE `member_agreement` DISABLE KEYS */;
/*!40000 ALTER TABLE `member_agreement` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `member_noti`
--

DROP TABLE IF EXISTS `member_noti`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `member_noti` (
  `ref_id` int(11) NOT NULL DEFAULT '0',
  `nmode` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`ref_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `member_noti`
--

LOCK TABLES `member_noti` WRITE;
/*!40000 ALTER TABLE `member_noti` DISABLE KEYS */;
/*!40000 ALTER TABLE `member_noti` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `member_noti_user`
--

DROP TABLE IF EXISTS `member_noti_user`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `member_noti_user` (
  `ref_id` int(11) NOT NULL DEFAULT '0',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `status` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`ref_id`,`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `member_noti_user`
--

LOCK TABLES `member_noti_user` WRITE;
/*!40000 ALTER TABLE `member_noti_user` DISABLE KEYS */;
/*!40000 ALTER TABLE `member_noti_user` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mep_data`
--

DROP TABLE IF EXISTS `mep_data`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mep_data` (
  `id` int(11) NOT NULL DEFAULT '0',
  `default_width` int(11) DEFAULT NULL,
  `default_height` int(11) DEFAULT NULL,
  `for_translation` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mep_data`
--

LOCK TABLES `mep_data` WRITE;
/*!40000 ALTER TABLE `mep_data` DISABLE KEYS */;
/*!40000 ALTER TABLE `mep_data` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mep_item`
--

DROP TABLE IF EXISTS `mep_item`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mep_item` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `type` varchar(10) DEFAULT NULL,
  `title` varchar(128) DEFAULT NULL,
  `foreign_id` int(11) DEFAULT NULL,
  `import_id` varchar(50) DEFAULT NULL,
  PRIMARY KEY (`obj_id`),
  KEY `ft_idx` (`foreign_id`,`type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mep_item`
--

LOCK TABLES `mep_item` WRITE;
/*!40000 ALTER TABLE `mep_item` DISABLE KEYS */;
INSERT INTO `mep_item` VALUES (1,'dummy','Dummy',1,'');
/*!40000 ALTER TABLE `mep_item` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mep_item_seq`
--

DROP TABLE IF EXISTS `mep_item_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mep_item_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mep_item_seq`
--

LOCK TABLES `mep_item_seq` WRITE;
/*!40000 ALTER TABLE `mep_item_seq` DISABLE KEYS */;
INSERT INTO `mep_item_seq` VALUES (1);
/*!40000 ALTER TABLE `mep_item_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mep_tree`
--

DROP TABLE IF EXISTS `mep_tree`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mep_tree` (
  `mep_id` int(11) NOT NULL DEFAULT '0',
  `child` int(11) NOT NULL DEFAULT '0',
  `parent` int(11) NOT NULL DEFAULT '0',
  `lft` int(11) NOT NULL DEFAULT '0',
  `rgt` int(11) NOT NULL DEFAULT '0',
  `depth` smallint(6) NOT NULL DEFAULT '0',
  PRIMARY KEY (`mep_id`,`child`),
  KEY `ch_idx` (`child`),
  KEY `pa_idx` (`parent`),
  KEY `me_idx` (`mep_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mep_tree`
--

LOCK TABLES `mep_tree` WRITE;
/*!40000 ALTER TABLE `mep_tree` DISABLE KEYS */;
/*!40000 ALTER TABLE `mep_tree` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mob_parameter`
--

DROP TABLE IF EXISTS `mob_parameter`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mob_parameter` (
  `med_item_id` int(11) NOT NULL DEFAULT '0',
  `name` varchar(50) NOT NULL DEFAULT '',
  `value` varchar(2000) DEFAULT NULL,
  PRIMARY KEY (`med_item_id`,`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mob_parameter`
--

LOCK TABLES `mob_parameter` WRITE;
/*!40000 ALTER TABLE `mob_parameter` DISABLE KEYS */;
/*!40000 ALTER TABLE `mob_parameter` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mob_usage`
--

DROP TABLE IF EXISTS `mob_usage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mob_usage` (
  `id` int(11) NOT NULL DEFAULT '0',
  `usage_type` varchar(10) NOT NULL DEFAULT ' ',
  `usage_id` int(11) NOT NULL DEFAULT '0',
  `usage_hist_nr` int(11) NOT NULL DEFAULT '0',
  `usage_lang` varchar(2) NOT NULL DEFAULT '-',
  PRIMARY KEY (`id`,`usage_type`,`usage_id`,`usage_hist_nr`,`usage_lang`),
  KEY `mi_idx` (`id`),
  KEY `i1_idx` (`usage_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mob_usage`
--

LOCK TABLES `mob_usage` WRITE;
/*!40000 ALTER TABLE `mob_usage` DISABLE KEYS */;
/*!40000 ALTER TABLE `mob_usage` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `note`
--

DROP TABLE IF EXISTS `note`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `note` (
  `id` int(11) NOT NULL DEFAULT '0',
  `rep_obj_id` int(11) NOT NULL DEFAULT '0',
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `obj_type` varchar(10) DEFAULT NULL,
  `type` int(11) NOT NULL DEFAULT '0',
  `author` int(11) NOT NULL DEFAULT '0',
  `note_text` longtext,
  `label` int(11) NOT NULL DEFAULT '0',
  `creation_date` datetime DEFAULT NULL,
  `update_date` datetime DEFAULT NULL,
  `subject` varchar(200) DEFAULT NULL,
  `no_repository` tinyint(4) DEFAULT '0',
  `news_id` int(11) NOT NULL DEFAULT '0',
  `recipient` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `i1_idx` (`author`),
  KEY `i2_idx` (`rep_obj_id`,`obj_id`,`obj_type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `note`
--

LOCK TABLES `note` WRITE;
/*!40000 ALTER TABLE `note` DISABLE KEYS */;
/*!40000 ALTER TABLE `note` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `note_seq`
--

DROP TABLE IF EXISTS `note_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `note_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `note_seq`
--

LOCK TABLES `note_seq` WRITE;
/*!40000 ALTER TABLE `note_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `note_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `note_settings`
--

DROP TABLE IF EXISTS `note_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `note_settings` (
  `rep_obj_id` int(11) NOT NULL DEFAULT '0',
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `obj_type` varchar(10) NOT NULL DEFAULT '-',
  `activated` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`rep_obj_id`,`obj_id`,`obj_type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `note_settings`
--

LOCK TABLES `note_settings` WRITE;
/*!40000 ALTER TABLE `note_settings` DISABLE KEYS */;
/*!40000 ALTER TABLE `note_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `notification`
--

DROP TABLE IF EXISTS `notification`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `notification` (
  `type` tinyint(4) NOT NULL DEFAULT '0',
  `id` int(11) NOT NULL DEFAULT '0',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `last_mail` datetime DEFAULT NULL,
  `page_id` int(11) DEFAULT '0',
  `activated` tinyint(4) DEFAULT '0',
  PRIMARY KEY (`type`,`id`,`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `notification`
--

LOCK TABLES `notification` WRITE;
/*!40000 ALTER TABLE `notification` DISABLE KEYS */;
/*!40000 ALTER TABLE `notification` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `notification_channels`
--

DROP TABLE IF EXISTS `notification_channels`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `notification_channels` (
  `channel_name` varchar(100) NOT NULL DEFAULT '',
  `title` varchar(100) NOT NULL DEFAULT '',
  `description` varchar(4000) NOT NULL DEFAULT '',
  `class` varchar(100) NOT NULL DEFAULT '',
  `include` varchar(100) NOT NULL DEFAULT '',
  `config_type` varchar(30) NOT NULL DEFAULT '',
  PRIMARY KEY (`channel_name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `notification_channels`
--

LOCK TABLES `notification_channels` WRITE;
/*!40000 ALTER TABLE `notification_channels` DISABLE KEYS */;
INSERT INTO `notification_channels` VALUES ('mail','mail','mail_desc','ilNotificationMailHandler','Services/Notifications/classes/class.ilNotificationMailHandler.php','set_by_admin'),('osd','osd','osd_desc','ilNotificationOSDHandler','Services/Notifications/classes/class.ilNotificationOSDHandler.php','set_by_admin');
/*!40000 ALTER TABLE `notification_channels` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `notification_data`
--

DROP TABLE IF EXISTS `notification_data`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `notification_data` (
  `notification_id` int(11) NOT NULL DEFAULT '0',
  `serialized` varchar(4000) NOT NULL DEFAULT '',
  PRIMARY KEY (`notification_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `notification_data`
--

LOCK TABLES `notification_data` WRITE;
/*!40000 ALTER TABLE `notification_data` DISABLE KEYS */;
/*!40000 ALTER TABLE `notification_data` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `notification_data_seq`
--

DROP TABLE IF EXISTS `notification_data_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `notification_data_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `notification_data_seq`
--

LOCK TABLES `notification_data_seq` WRITE;
/*!40000 ALTER TABLE `notification_data_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `notification_data_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `notification_listener`
--

DROP TABLE IF EXISTS `notification_listener`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `notification_listener` (
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `module` varchar(100) NOT NULL DEFAULT '',
  `sender_id` int(11) NOT NULL DEFAULT '0',
  `disabled` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`usr_id`,`module`,`sender_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `notification_listener`
--

LOCK TABLES `notification_listener` WRITE;
/*!40000 ALTER TABLE `notification_listener` DISABLE KEYS */;
/*!40000 ALTER TABLE `notification_listener` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `notification_osd`
--

DROP TABLE IF EXISTS `notification_osd`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `notification_osd` (
  `notification_osd_id` int(11) NOT NULL DEFAULT '0',
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `serialized` varchar(4000) NOT NULL DEFAULT '',
  `valid_until` int(11) NOT NULL DEFAULT '0',
  `time_added` int(11) NOT NULL DEFAULT '0',
  `type` varchar(100) NOT NULL DEFAULT '',
  `visible_for` int(11) NOT NULL DEFAULT '0',
  `identification` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`notification_osd_id`),
  KEY `i1_idx` (`usr_id`,`type`,`time_added`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `notification_osd`
--

LOCK TABLES `notification_osd` WRITE;
/*!40000 ALTER TABLE `notification_osd` DISABLE KEYS */;
/*!40000 ALTER TABLE `notification_osd` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `notification_osd_seq`
--

DROP TABLE IF EXISTS `notification_osd_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `notification_osd_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `notification_osd_seq`
--

LOCK TABLES `notification_osd_seq` WRITE;
/*!40000 ALTER TABLE `notification_osd_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `notification_osd_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `notification_queue`
--

DROP TABLE IF EXISTS `notification_queue`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `notification_queue` (
  `notification_id` int(11) NOT NULL DEFAULT '0',
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `valid_until` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`notification_id`,`usr_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `notification_queue`
--

LOCK TABLES `notification_queue` WRITE;
/*!40000 ALTER TABLE `notification_queue` DISABLE KEYS */;
/*!40000 ALTER TABLE `notification_queue` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `notification_types`
--

DROP TABLE IF EXISTS `notification_types`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `notification_types` (
  `type_name` varchar(100) NOT NULL DEFAULT '',
  `title` varchar(100) NOT NULL DEFAULT '',
  `description` varchar(100) NOT NULL DEFAULT '',
  `notification_group` varchar(100) NOT NULL DEFAULT '',
  `config_type` varchar(30) NOT NULL DEFAULT '',
  PRIMARY KEY (`type_name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `notification_types`
--

LOCK TABLES `notification_types` WRITE;
/*!40000 ALTER TABLE `notification_types` DISABLE KEYS */;
INSERT INTO `notification_types` VALUES ('badge_received','badge_received','badge_received_desc','achievement','set_by_admin'),('buddysystem_request','buddysystem_request','buddysystem_request_desc','contact','set_by_admin'),('chat_invitation','chat_invitation','chat_invitation_description','chat','set_by_admin'),('lso_completion','lso_completion','lso_completion_description','lso','set_by_admin'),('osd_maint','osd_maint','osd_maint_description','osd_notification','set_by_admin'),('who_is_online','who_is_online','who_is_online_desc','user','set_by_admin');
/*!40000 ALTER TABLE `notification_types` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `notification_usercfg`
--

DROP TABLE IF EXISTS `notification_usercfg`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `notification_usercfg` (
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `module` varchar(100) NOT NULL DEFAULT '',
  `channel` varchar(100) NOT NULL DEFAULT '',
  PRIMARY KEY (`usr_id`,`module`,`channel`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `notification_usercfg`
--

LOCK TABLES `notification_usercfg` WRITE;
/*!40000 ALTER TABLE `notification_usercfg` DISABLE KEYS */;
INSERT INTO `notification_usercfg` VALUES (-1,'badge_received','osd'),(-1,'buddysystem_request','mail'),(-1,'buddysystem_request','osd'),(-1,'chat_invitation','mail'),(-1,'chat_invitation','osd'),(-1,'lso_completion','osd'),(-1,'who_is_online','osd');
/*!40000 ALTER TABLE `notification_usercfg` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `obj_content_master_lng`
--

DROP TABLE IF EXISTS `obj_content_master_lng`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `obj_content_master_lng` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `master_lang` varchar(2) NOT NULL DEFAULT '',
  `fallback_lang` varchar(2) DEFAULT NULL,
  PRIMARY KEY (`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `obj_content_master_lng`
--

LOCK TABLES `obj_content_master_lng` WRITE;
/*!40000 ALTER TABLE `obj_content_master_lng` DISABLE KEYS */;
/*!40000 ALTER TABLE `obj_content_master_lng` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `obj_lp_stat`
--

DROP TABLE IF EXISTS `obj_lp_stat`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `obj_lp_stat` (
  `type` varchar(4) NOT NULL DEFAULT '',
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `yyyy` smallint(6) NOT NULL DEFAULT '0',
  `mm` tinyint(4) NOT NULL DEFAULT '0',
  `dd` tinyint(4) NOT NULL DEFAULT '0',
  `fulldate` int(11) NOT NULL DEFAULT '0',
  `mem_cnt` int(11) DEFAULT NULL,
  `in_progress` int(11) DEFAULT NULL,
  `completed` int(11) DEFAULT NULL,
  `failed` int(11) DEFAULT NULL,
  `not_attempted` int(11) DEFAULT NULL,
  PRIMARY KEY (`obj_id`,`fulldate`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `obj_lp_stat`
--

LOCK TABLES `obj_lp_stat` WRITE;
/*!40000 ALTER TABLE `obj_lp_stat` DISABLE KEYS */;
/*!40000 ALTER TABLE `obj_lp_stat` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `obj_members`
--

DROP TABLE IF EXISTS `obj_members`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `obj_members` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `blocked` tinyint(4) NOT NULL DEFAULT '0',
  `notification` tinyint(4) NOT NULL DEFAULT '0',
  `passed` tinyint(4) DEFAULT NULL,
  `origin` int(11) DEFAULT '0',
  `origin_ts` int(11) DEFAULT '0',
  `contact` tinyint(4) DEFAULT '0',
  `admin` tinyint(4) DEFAULT '0',
  `tutor` tinyint(4) DEFAULT '0',
  `member` smallint(6) DEFAULT '0',
  PRIMARY KEY (`obj_id`,`usr_id`),
  KEY `i1_idx` (`usr_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `obj_members`
--

LOCK TABLES `obj_members` WRITE;
/*!40000 ALTER TABLE `obj_members` DISABLE KEYS */;
/*!40000 ALTER TABLE `obj_members` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `obj_noti_settings`
--

DROP TABLE IF EXISTS `obj_noti_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `obj_noti_settings` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `noti_mode` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `obj_noti_settings`
--

LOCK TABLES `obj_noti_settings` WRITE;
/*!40000 ALTER TABLE `obj_noti_settings` DISABLE KEYS */;
/*!40000 ALTER TABLE `obj_noti_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `obj_stat`
--

DROP TABLE IF EXISTS `obj_stat`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `obj_stat` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `obj_type` varchar(10) NOT NULL DEFAULT '',
  `yyyy` smallint(6) NOT NULL DEFAULT '0',
  `mm` tinyint(4) NOT NULL DEFAULT '0',
  `dd` tinyint(4) NOT NULL DEFAULT '0',
  `hh` tinyint(4) NOT NULL DEFAULT '0',
  `read_count` int(11) DEFAULT NULL,
  `childs_read_count` int(11) DEFAULT NULL,
  `spent_seconds` int(11) DEFAULT NULL,
  `childs_spent_seconds` int(11) DEFAULT NULL,
  PRIMARY KEY (`obj_id`,`yyyy`,`mm`,`dd`,`hh`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `obj_stat`
--

LOCK TABLES `obj_stat` WRITE;
/*!40000 ALTER TABLE `obj_stat` DISABLE KEYS */;
/*!40000 ALTER TABLE `obj_stat` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `obj_stat_log`
--

DROP TABLE IF EXISTS `obj_stat_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `obj_stat_log` (
  `log_id` int(11) NOT NULL DEFAULT '0',
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `obj_type` varchar(10) NOT NULL DEFAULT '',
  `tstamp` int(11) DEFAULT NULL,
  `yyyy` smallint(6) DEFAULT NULL,
  `mm` tinyint(4) DEFAULT NULL,
  `dd` tinyint(4) DEFAULT NULL,
  `hh` tinyint(4) DEFAULT NULL,
  `read_count` int(11) DEFAULT NULL,
  `childs_read_count` int(11) DEFAULT NULL,
  `spent_seconds` int(11) DEFAULT NULL,
  `childs_spent_seconds` int(11) DEFAULT NULL,
  PRIMARY KEY (`log_id`),
  KEY `i1_idx` (`tstamp`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `obj_stat_log`
--

LOCK TABLES `obj_stat_log` WRITE;
/*!40000 ALTER TABLE `obj_stat_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `obj_stat_log` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `obj_stat_log_seq`
--

DROP TABLE IF EXISTS `obj_stat_log_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `obj_stat_log_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `obj_stat_log_seq`
--

LOCK TABLES `obj_stat_log_seq` WRITE;
/*!40000 ALTER TABLE `obj_stat_log_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `obj_stat_log_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `obj_stat_tmp`
--

DROP TABLE IF EXISTS `obj_stat_tmp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `obj_stat_tmp` (
  `log_id` int(11) NOT NULL DEFAULT '0',
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `obj_type` varchar(10) NOT NULL DEFAULT '',
  `tstamp` int(11) DEFAULT NULL,
  `yyyy` smallint(6) DEFAULT NULL,
  `mm` tinyint(4) DEFAULT NULL,
  `dd` tinyint(4) DEFAULT NULL,
  `hh` tinyint(4) DEFAULT NULL,
  `read_count` int(11) DEFAULT NULL,
  `childs_read_count` int(11) DEFAULT NULL,
  `spent_seconds` int(11) DEFAULT NULL,
  `childs_spent_seconds` int(11) DEFAULT NULL,
  PRIMARY KEY (`log_id`),
  KEY `i1_idx` (`obj_id`,`obj_type`,`yyyy`,`mm`,`dd`,`hh`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `obj_stat_tmp`
--

LOCK TABLES `obj_stat_tmp` WRITE;
/*!40000 ALTER TABLE `obj_stat_tmp` DISABLE KEYS */;
/*!40000 ALTER TABLE `obj_stat_tmp` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `obj_type_stat`
--

DROP TABLE IF EXISTS `obj_type_stat`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `obj_type_stat` (
  `type` varchar(4) NOT NULL DEFAULT '',
  `yyyy` smallint(6) NOT NULL DEFAULT '0',
  `mm` tinyint(4) NOT NULL DEFAULT '0',
  `dd` tinyint(4) NOT NULL DEFAULT '0',
  `fulldate` int(11) NOT NULL DEFAULT '0',
  `cnt_references` int(11) DEFAULT NULL,
  `cnt_objects` int(11) DEFAULT NULL,
  `cnt_deleted` int(11) DEFAULT NULL,
  PRIMARY KEY (`type`,`fulldate`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `obj_type_stat`
--

LOCK TABLES `obj_type_stat` WRITE;
/*!40000 ALTER TABLE `obj_type_stat` DISABLE KEYS */;
/*!40000 ALTER TABLE `obj_type_stat` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `obj_user_data_hist`
--

DROP TABLE IF EXISTS `obj_user_data_hist`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `obj_user_data_hist` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `update_user` int(11) NOT NULL DEFAULT '0',
  `editing_time` datetime DEFAULT NULL,
  PRIMARY KEY (`obj_id`,`usr_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `obj_user_data_hist`
--

LOCK TABLES `obj_user_data_hist` WRITE;
/*!40000 ALTER TABLE `obj_user_data_hist` DISABLE KEYS */;
/*!40000 ALTER TABLE `obj_user_data_hist` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `obj_user_stat`
--

DROP TABLE IF EXISTS `obj_user_stat`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `obj_user_stat` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `yyyy` smallint(6) NOT NULL DEFAULT '0',
  `mm` tinyint(4) NOT NULL DEFAULT '0',
  `dd` tinyint(4) NOT NULL DEFAULT '0',
  `fulldate` int(11) NOT NULL DEFAULT '0',
  `counter` int(11) DEFAULT NULL,
  PRIMARY KEY (`obj_id`,`fulldate`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `obj_user_stat`
--

LOCK TABLES `obj_user_stat` WRITE;
/*!40000 ALTER TABLE `obj_user_stat` DISABLE KEYS */;
/*!40000 ALTER TABLE `obj_user_stat` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `object_data`
--

DROP TABLE IF EXISTS `object_data`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `object_data` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `type` char(4) NOT NULL DEFAULT 'none',
  `title` char(255) NOT NULL DEFAULT '',
  `description` char(128) NOT NULL DEFAULT '',
  `owner` int(11) NOT NULL DEFAULT '0',
  `create_date` datetime DEFAULT NULL,
  `last_update` datetime DEFAULT NULL,
  `import_id` char(50) DEFAULT NULL,
  `offline` tinyint(4) DEFAULT NULL,
  `tile_image_rid` varchar(64) DEFAULT NULL,
  PRIMARY KEY (`obj_id`),
  KEY `i1_idx` (`type`),
  KEY `i2_idx` (`title`),
  KEY `i4_idx` (`import_id`),
  KEY `i5_idx` (`owner`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `object_data`
--

LOCK TABLES `object_data` WRITE;
/*!40000 ALTER TABLE `object_data` DISABLE KEYS */;
INSERT INTO `object_data` VALUES (1,'root','ILIAS','This is the root node of the system!!!',-1,'2002-06-24 15:15:03','2004-01-20 12:24:12','',NULL,NULL),(2,'role','Administrator','Role for systemadministrators. This role grants access to everything!',-1,'2002-01-16 15:31:45','2003-08-15 13:18:57','',NULL,NULL),(3,'rolt','Author','Role template for authors with write & create permissions.',-1,'2002-01-16 15:32:50','2016-12-16 14:58:27','',NULL,NULL),(4,'role','User','Standard role for registered users. Grants read access to most objects.',-1,'2002-01-16 15:34:00','2016-12-16 14:56:25','',NULL,NULL),(5,'role','Guest','Role grants only a few visible & read permissions.',-1,'2002-01-16 15:34:46','2016-12-16 14:54:14','',NULL,NULL),(6,'usr','root user','ilias@yourserver.com',-1,'2002-01-16 16:09:22','2016-12-14 14:44:49','',NULL,NULL),(7,'usrf','User accounts','Manage user accounts here.',-1,'2002-06-27 09:24:06','2004-01-20 12:23:47','',NULL,NULL),(8,'rolf','Roles','Manage your roles here.',-1,'2002-06-27 09:24:06','2004-01-20 12:23:40','',NULL,NULL),(9,'adm','System Settings','Folder contains the systems settings',-1,'2002-07-15 12:37:33','2002-07-15 12:37:33','',NULL,NULL),(10,'objf','Objectdefinitions','Manage ILIAS object types and object permissions. (only for experts!)',-1,'2002-07-15 12:36:56','2004-01-20 12:23:53','',NULL,NULL),(11,'lngf','Languages','Manage your system languages here.',-1,'2002-07-15 15:52:51','2004-01-20 12:24:06','',NULL,NULL),(12,'mail','Mail Settings','Configure global mail settings here.',-1,'2003-08-15 10:07:28','2004-01-20 12:24:00','',NULL,NULL),(13,'usr','Anonymous','Anonymous user account. DO NOT DELETE!',-1,'2003-08-15 10:07:30','2003-08-15 10:07:30','',NULL,NULL),(14,'role','Anonymous','Default role for anonymous users (with no account)',-1,'2003-08-15 12:06:19','2005-07-20 15:15:06','',NULL,NULL),(15,'typ','grp','Group object',-1,'2002-07-15 15:54:37','2002-07-15 15:54:37','',NULL,NULL),(16,'typ','cat','Category object',-1,'2002-07-15 15:54:54','2002-07-15 15:54:54','',NULL,NULL),(17,'typ','crs','Course object',-1,'2002-07-15 15:55:08','2002-07-15 15:55:08','',NULL,NULL),(18,'typ','mob','Multimedia object',-1,NULL,'2003-08-15 12:03:20','',NULL,NULL),(19,'typ','mail','Mailmodule object',-1,'2002-07-15 15:55:49','2002-07-15 15:55:49','',NULL,NULL),(20,'typ','sahs','SCORM/AICC Learning Module',-1,'2003-08-15 10:07:28','2003-08-15 12:23:10','',NULL,NULL),(21,'typ','adm','Administration Panel object',-1,'2002-07-15 15:56:38','2002-07-15 15:56:38','',NULL,NULL),(22,'typ','usrf','User Folder object',-1,'2002-07-15 15:56:52','2002-07-15 15:56:52','',NULL,NULL),(23,'typ','rolf','Role Folder object',-1,'2002-07-15 15:57:06','2002-07-15 15:57:06','',NULL,NULL),(24,'typ','objf','Object-Type Folder object',-1,'2002-07-15 15:57:17','2002-07-15 15:57:17','',NULL,NULL),(25,'typ','usr','User object',-1,'2002-07-15 15:53:37','2003-08-15 12:30:56','',NULL,NULL),(26,'typ','typ','Object Type Definition object',-1,'2002-07-15 15:58:16','2002-07-15 15:58:16','',NULL,NULL),(27,'typ','rolt','Role template object',-1,'2002-07-15 15:58:16','2002-07-15 15:58:16','',NULL,NULL),(28,'typ','lngf','Language Folder object',-1,'2002-08-28 14:22:01','2002-08-28 14:22:01','',NULL,NULL),(29,'typ','lng','Language object',-1,'2002-08-30 10:18:29','2002-08-30 10:18:29','',NULL,NULL),(30,'typ','role','Role Object',-1,'2002-08-30 10:21:37','2002-08-30 10:21:37','',NULL,NULL),(32,'typ','glo','Glossary',-1,'2003-08-15 10:07:30','2003-08-15 12:29:54','',NULL,NULL),(33,'typ','root','Root Folder Object',-1,'2002-12-21 00:04:00','2003-08-15 12:04:20','',NULL,NULL),(34,'typ','lm','Learning module Object',-1,'2002-07-15 15:54:04','2003-08-15 12:33:04','',NULL,NULL),(35,'typ','notf','Note Folder Object',-1,'2002-12-21 00:04:00','2002-12-21 00:04:00','',NULL,NULL),(36,'typ','note','Note Object',-1,'2002-12-21 00:04:00','2002-12-21 00:04:00','',NULL,NULL),(37,'typ','frm','Forum object',-1,'2002-07-15 15:54:22','2003-08-15 12:36:40','',NULL,NULL),(70,'lng','en','installed',-1,NULL,'[[regtime]]','',NULL,NULL),(71,'lng','de','not_installed',6,'2003-08-15 10:25:19','2015-12-22 16:29:24','',NULL,NULL),(72,'lng','es','not_installed',6,'2003-08-15 10:25:19','2003-08-15 10:25:19','',NULL,NULL),(73,'lng','it','not_installed',6,'2003-08-15 10:25:19','2003-08-15 10:25:19','',NULL,NULL),(80,'rolt','il_grp_admin','Administrator role template of groups',-1,'2003-08-15 10:07:28','2016-12-16 15:05:30','',NULL,NULL),(81,'rolt','il_grp_member','Member role template of groups',-1,'2003-08-15 10:07:28','2016-12-16 15:06:38','',NULL,NULL),(82,'rolt','il_grp_status_closed','Group role template',-1,'2003-08-15 10:07:29','2003-08-15 13:21:38','',NULL,NULL),(83,'rolt','il_grp_status_open','Group role template',-1,'2003-08-15 10:07:29','2003-08-15 13:21:25','',NULL,NULL),(84,'typ','exc','Exercise object',-1,'2003-11-30 21:22:49','2003-11-30 21:22:49','',NULL,NULL),(85,'typ','auth','Authentication settings',-1,'2003-11-30 21:22:49','2003-11-30 21:22:49','',NULL,NULL),(86,'auth','Authentication settings','Select and configure authentication mode for all user accounts',-1,'2003-11-30 21:22:49','2003-11-30 21:22:49','',NULL,NULL),(87,'typ','fold','Folder object',-1,'2003-11-30 21:22:50','2003-11-30 21:22:50','',NULL,NULL),(88,'typ','file','File object',-1,'2003-11-30 21:22:50','2003-11-30 21:22:50','',NULL,NULL),(89,'lng','fr','not_installed',6,'2004-01-20 12:22:17','2004-01-20 12:22:17','',NULL,NULL),(90,'lng','nl','not_installed',6,'2004-01-20 12:22:17','2004-01-20 12:22:17','',NULL,NULL),(91,'lng','pl','not_installed',6,'2004-01-20 12:22:17','2004-01-20 12:22:17','',NULL,NULL),(93,'lng','zh','not_installed',6,'2004-01-20 12:22:17','2004-01-20 12:22:17','',NULL,NULL),(94,'typ','tst','Test object',-1,'2004-02-18 21:17:40','2004-02-18 21:17:40','',NULL,NULL),(95,'typ','qpl','Question pool object',-1,'2004-02-18 21:17:40','2004-02-18 21:17:40','',NULL,NULL),(99,'typ','recf','RecoveryFolder object',-1,'2004-03-09 18:13:16','2004-03-09 18:13:16','',NULL,NULL),(100,'recf','__Restored Objects','Contains objects restored by recovery tool',-1,'2004-03-09 18:13:16','2004-03-09 18:13:16','',NULL,NULL),(101,'typ','mep','Media pool object',-1,'2004-04-19 00:09:14','2004-04-19 00:09:14','',NULL,NULL),(102,'typ','htlm','HTML LM object',-1,'2004-04-19 00:09:15','2004-04-19 00:09:15','',NULL,NULL),(103,'typ','svy','Survey object',-1,'2004-05-15 01:18:59','2004-05-15 01:18:59','',NULL,NULL),(104,'typ','spl','Question pool object (Survey)',-1,'2004-05-15 01:18:59','2004-05-15 01:18:59','',NULL,NULL),(106,'typ','cals','Calendar Settings',-1,'2004-06-21 01:27:18','2004-06-21 01:27:18','',NULL,NULL),(107,'cals','Calendar Settings','Configure Calendar Settings here',-1,'2004-06-21 01:27:18','2004-06-21 01:27:18','',NULL,NULL),(108,'typ','trac','UserTracking object',-1,'2004-07-11 01:03:12','2004-07-11 01:03:12','',NULL,NULL),(109,'trac','__User Tracking','System user tracking',-1,'2004-07-11 01:03:12','2004-07-11 01:03:12','',NULL,NULL),(110,'rolt','il_crs_admin','Administrator template for course admins',-1,'2004-09-02 09:49:43','2016-12-16 15:00:10','',NULL,NULL),(111,'rolt','il_crs_tutor','Tutor template for course tutors',-1,'2004-09-02 09:49:43','2016-12-16 15:03:56','',NULL,NULL),(112,'rolt','il_crs_member','Member template for course members',-1,'2004-09-02 09:49:43','2016-12-16 15:00:53','',NULL,NULL),(115,'typ','assf','AssessmentFolder object',-1,'2005-01-07 17:21:15','2005-01-07 17:21:15','',NULL,NULL),(116,'assf','__Test&Assessment','Test&Assessment Administration',-1,'2005-01-07 17:21:15','2005-01-07 17:21:15','',NULL,NULL),(117,'typ','stys','Style Settings',-1,'2005-03-02 08:59:01','2005-03-02 08:59:01','',NULL,NULL),(118,'stys','System Style Settings','Manage system skin and style settings here',-1,'2005-03-02 08:59:01','2005-03-02 08:59:01','',NULL,NULL),(121,'typ','crsg','Course grouping object',-1,'2005-03-02 08:59:02','2005-03-02 08:59:02','',NULL,NULL),(122,'typ','webr','Link resource object',-1,'2005-03-13 22:41:38','2005-03-13 22:41:38','',NULL,NULL),(123,'typ','seas','Search settings',-1,'2005-06-20 09:50:00','2005-06-20 09:50:00','',NULL,NULL),(124,'seas','Search settings','Search settings',-1,'2005-06-20 09:50:00','2005-06-20 09:50:00','',NULL,NULL),(125,'rolt','Local Administrator','Role template for local administrators.',6,'2005-07-20 15:33:13','2016-12-16 15:09:46','',NULL,NULL),(127,'typ','extt','external tools settings',-1,'2005-07-20 18:10:04','2005-07-20 18:10:04','',NULL,NULL),(128,'extt','External tools settings','Configuring external tools',-1,'2005-07-20 18:10:04','2005-07-20 18:10:04','',NULL,NULL),(131,'rolt','il_crs_non_member','Non-member template for course object',-1,'2005-11-07 12:41:21','2015-12-22 15:35:30','',NULL,NULL),(135,'typ','adve','Advanced editing object',-1,'2006-07-11 18:43:23','2006-07-11 18:43:23','',NULL,NULL),(136,'adve','__AdvancedEditing','Advanced Editing',-1,'2006-07-11 18:43:23','2006-07-11 18:43:23','',NULL,NULL),(137,'typ','ps','Privacy security settings',-1,'2007-02-26 17:58:49','2007-02-26 17:58:49','',NULL,NULL),(138,'ps','__PrivacySecurity','Privacy and Security',-1,'2007-02-26 17:58:49','2007-02-26 17:58:49','',NULL,NULL),(139,'typ','nwss','News settings',-1,'2007-02-26 17:58:50','2007-02-26 17:58:50','',NULL,NULL),(140,'nwss','__NewsSettings','News Settings',-1,'2007-02-26 17:58:50','2007-02-26 17:58:50','',NULL,NULL),(141,'typ','feed','External Feed',-1,'2007-02-26 17:58:50','2007-02-26 17:58:50','',NULL,NULL),(142,'typ','mcst','Media Cast',-1,'2007-04-03 13:43:46','2007-04-03 13:43:46','',NULL,NULL),(143,'typ','dshs','Dashboard Settings',-1,'2007-04-03 13:43:47','2007-04-03 13:43:47','',NULL,NULL),(144,'dshs','__DashboardSettings','Dashboard Settings',-1,'2007-04-03 13:43:47','2007-04-03 13:43:47','',NULL,NULL),(145,'typ','rcrs','Remote Course Object',-1,'2007-09-25 19:47:53','2007-09-25 19:47:53','',NULL,NULL),(146,'typ','mds','Meta Data settings',-1,'2007-09-25 19:47:53','2007-09-25 19:47:53','',NULL,NULL),(147,'mds','__MetaDataSettings','Meta Data Settings',-1,'2007-09-25 19:47:53','2007-09-25 19:47:53','',NULL,NULL),(148,'rolt','il_frm_moderator','Moderator template for forum moderators',-1,'2007-11-27 14:43:12','2007-11-27 14:43:12','',NULL,NULL),(149,'typ','cmps','Component settings',-1,'2008-06-02 16:08:54','2008-06-02 16:08:54','',NULL,NULL),(150,'cmps','__ComponentSettings','Component Settings',-1,'2008-06-02 16:08:54','2008-06-02 16:08:54','',NULL,NULL),(151,'typ','facs','File Access settings object',-1,'2008-06-02 16:08:55','2008-06-02 16:08:55','',NULL,NULL),(152,'facs','Files','Settings for files and file handling',-1,'2008-06-02 16:08:55','2016-12-16 15:43:54','',NULL,NULL),(153,'typ','svyf','Survey Settings',-1,'2008-06-02 16:08:55','2008-06-02 16:08:55','',NULL,NULL),(154,'svyf','__SurveySettings','Survey Settings',-1,'2008-06-02 16:08:55','2008-06-02 16:08:55','',NULL,NULL),(155,'typ','sess','Session object',-1,'2008-06-02 16:08:55','2008-06-02 16:08:55','',NULL,NULL),(156,'typ','mcts','Mediacast settings',-1,'2008-06-02 16:08:56','2008-06-02 16:08:56','',NULL,NULL),(157,'mcts','__MediacastSettings','Mediacast Settings',-1,'2008-06-02 16:08:56','2008-06-02 16:08:56','',NULL,NULL),(158,'typ','wiki','Wiki',-1,'2008-06-02 16:08:57','2008-06-02 16:08:57','',NULL,NULL),(159,'typ','crsr','Course Reference Object',-1,'2008-09-23 19:24:09','2008-09-23 19:24:09','',NULL,NULL),(160,'typ','catr','Category Reference Object',-1,'2008-09-23 19:24:09','2008-09-23 19:24:09','',NULL,NULL),(161,'typ','tags','Tagging settings',-1,'2008-09-23 19:24:09','2008-09-23 19:24:09','',NULL,NULL),(162,'tags','__TaggingSettings','Tagging Settings',-1,'2008-09-23 19:24:09','2008-09-23 19:24:09','',NULL,NULL),(163,'typ','cert','Certificate settings',-1,'2009-07-20 13:03:21','2009-07-20 13:03:21','',NULL,NULL),(164,'cert','__CertificateSettings','Certificate Settings',-1,'2009-07-20 13:03:21','2009-07-20 13:03:21','',NULL,NULL),(165,'typ','lrss','Learning resources settings',-1,'2009-07-20 13:03:21','2009-07-20 13:03:21','',NULL,NULL),(166,'lrss','__LearningResourcesSettings','Learning Resources Settings',-1,'2009-07-20 13:03:21','2009-07-20 13:03:21','',NULL,NULL),(167,'typ','accs','Accessibility settings',-1,'2009-07-20 13:07:28','2009-07-20 13:07:28','',NULL,NULL),(168,'accs','__AccessibilitySettings','Accessibility Settings',-1,'2009-07-20 13:07:28','2009-07-20 13:07:28','',NULL,NULL),(169,'typ','mobs','Media Object/Pool settings',-1,'2009-07-20 13:08:42','2009-07-20 13:08:42','',NULL,NULL),(170,'mobs','__MediaObjectSettings','Media Object/Pool Settings',-1,'2009-07-20 13:08:42','2009-07-20 13:08:42','',NULL,NULL),(171,'typ','frma','Forum administration',-1,'2010-07-19 16:42:55','2010-07-19 16:42:55','',NULL,NULL),(172,'frma','__ForumAdministration','Forum Administration',-1,'2010-07-19 16:42:55','2010-07-19 16:42:55','',NULL,NULL),(173,'typ','book','Booking Manager',-1,'2010-07-19 16:43:10','2010-07-19 16:43:10','',NULL,NULL),(174,'typ','skmg','Skill Management',-1,'2011-08-07 11:39:00','2011-08-07 11:39:00','',NULL,NULL),(175,'skmg','__SkillManagement','Skill Management',-1,'2011-08-07 11:39:00','2011-08-07 11:39:00','',NULL,NULL),(176,'typ','blga','Blog administration',-1,'2011-08-07 11:39:04','2011-08-07 11:39:04','',NULL,NULL),(177,'blga','__BlogAdministration','Blog Administration',-1,'2011-08-07 11:39:04','2011-08-07 11:39:04','',NULL,NULL),(178,'typ','prfa','Portfolio administration',-1,'2011-08-07 11:39:04','2011-08-07 11:39:04','',NULL,NULL),(179,'prfa','__PortfolioAdministration','Portfolio Administration',-1,'2011-08-07 11:39:04','2011-08-07 11:39:04','',NULL,NULL),(180,'typ','chtr','Chatroom Object',-1,'2011-08-07 11:39:06','2011-08-07 11:39:06','',NULL,NULL),(181,'chta','Chatroom Admin','Chatroom General Settings',-1,'2011-08-07 11:39:06','2011-08-07 11:39:06','',NULL,NULL),(182,'typ','chta','Chatroom Administration Type',-1,'2011-08-07 11:39:08','2011-08-07 11:39:08','',NULL,NULL),(183,'typ','otpl','Object Template administration',-1,'2011-10-04 16:53:24','2011-10-04 16:53:24','',NULL,NULL),(184,'otpl','__ObjectTemplateAdministration','Object Template Administration',-1,'2011-10-04 16:53:24','2011-10-04 16:53:24','',NULL,NULL),(185,'chtr','Public Chatroom','Public Chatroom',-1,'2011-10-04 16:53:25','2011-10-04 16:53:25','',0,NULL),(186,'rolf','185','(ref_id )',-1,'2011-10-04 16:53:25','2011-10-04 16:53:25','',NULL,NULL),(187,'role','il_chat_moderator_46','Moderator of chat obj_no.185',-1,'2011-10-04 16:53:25','2011-10-04 16:53:25','',NULL,NULL),(188,'rolt','il_chat_moderator','Moderator template for chat moderators',-1,'2011-10-04 16:53:25','2011-10-04 16:53:25','',NULL,NULL),(189,'typ','blog','Blog Object',-1,'2012-09-04 14:25:29','2012-09-04 14:25:29','',NULL,NULL),(190,'typ','dcl','Data Collection Object',-1,'2012-09-04 14:25:30','2012-09-04 14:25:30','',NULL,NULL),(191,'typ','poll','Poll Object',-1,'2012-09-04 14:25:41','2012-09-04 14:25:41','',NULL,NULL),(192,'typ','hlps','Help Settings',-1,'2012-09-04 14:25:48','2012-09-04 14:25:48','',NULL,NULL),(193,'hlps','HelpSettings','Help Settings',-1,'2012-09-04 14:25:48','2012-09-04 14:25:48','',NULL,NULL),(194,'typ','itgr','Item Group',-1,'2012-09-04 14:25:52','2012-09-04 14:25:52','',NULL,NULL),(195,'typ','rcat','Remote Category Object',-1,'2012-09-04 14:26:14','2012-09-04 14:26:14','',NULL,NULL),(196,'typ','rwik','Remote Wiki Object',-1,'2012-09-04 14:26:14','2012-09-04 14:26:14','',NULL,NULL),(197,'typ','rlm','Remote Learning Module Object',-1,'2012-09-04 14:26:15','2012-09-04 14:26:15','',NULL,NULL),(198,'typ','rglo','Remote Glossary Object',-1,'2012-09-04 14:26:15','2012-09-04 14:26:15','',NULL,NULL),(199,'typ','rfil','Remote File Object',-1,'2012-09-04 14:26:16','2012-09-04 14:26:16','',NULL,NULL),(200,'typ','rgrp','Remote Group Object',-1,'2012-09-04 14:26:16','2012-09-04 14:26:16','',NULL,NULL),(201,'typ','rtst','Remote Test Object',-1,'2012-09-04 14:26:17','2012-09-04 14:26:17','',NULL,NULL),(202,'rolt','il_blog_contributor','Contributor template for blogs',-1,'2012-10-27 19:30:37','2012-10-27 19:30:37','',NULL,NULL),(203,'typ','ecss','ECS Administration',-1,'2012-11-23 17:12:57','2012-11-23 17:12:57','',NULL,NULL),(204,'ecss','__ECSSettings','ECS Administration',-1,'2012-11-23 17:12:57','2012-11-23 17:12:57','',NULL,NULL),(205,'typ','tos','Terms of Service',-1,'2013-10-11 18:59:35','2013-10-11 18:59:35','',NULL,NULL),(206,'tos','Terms of Service','Terms of Service: Settings',-1,'2013-10-11 18:59:35','2013-10-11 18:59:35','',NULL,NULL),(207,'typ','bibl','Bibliographic Object',-1,'2013-10-11 18:59:37','2013-10-11 18:59:37','',NULL,NULL),(208,'typ','sysc','System Check',-1,'2013-10-11 18:59:40','2013-10-11 18:59:40','',NULL,NULL),(209,'sysc','System Check','System Check',-1,'2013-10-11 18:59:40','2013-10-11 18:59:40','',NULL,NULL),(210,'typ','cld','Cloud Folder',-1,'2013-10-11 18:59:40','2013-10-11 18:59:40','',NULL,NULL),(211,'typ','reps','Repository Settings',-1,'2013-10-11 18:59:42','2013-10-11 18:59:42','',NULL,NULL),(212,'reps','Repository Settings','Repository Settings',-1,'2013-10-11 18:59:42','2013-10-11 18:59:42','',NULL,NULL),(213,'typ','crss','Course Settings',-1,'2013-10-11 18:59:42','2013-10-11 18:59:42','',NULL,NULL),(214,'crss','Course Settings','Course Settings',-1,'2013-10-11 18:59:42','2013-10-11 18:59:42','',NULL,NULL),(215,'typ','grps','Group Settings',-1,'2013-10-11 18:59:42','2013-10-11 18:59:42','',NULL,NULL),(216,'grps','Group Settings','Group Settings',-1,'2013-10-11 18:59:42','2013-10-11 18:59:42','',NULL,NULL),(217,'typ','wbrs','WebResource Settings',-1,'2013-10-11 18:59:42','2013-10-11 18:59:42','',NULL,NULL),(218,'wbrs','WebResource Settings','WebResource Settings',-1,'2013-10-11 18:59:42','2013-10-11 18:59:42','',NULL,NULL),(219,'typ','prtt','Portfolio Template Object',-1,'2013-10-11 19:04:51','2013-10-11 19:04:51','',NULL,NULL),(220,'typ','orgu','Organisational Unit',-1,'2013-10-11 19:04:52','2013-10-11 19:04:52','',NULL,NULL),(221,'orgu','__OrgUnitAdministration','Organisationsal Units',-1,'2013-10-11 19:04:52','2013-10-11 19:04:52','',NULL,NULL),(222,'rolt','il_orgu_superior','OrgUnit Superior Role Template',-1,'2013-10-11 19:04:52','2013-10-11 19:04:52','',NULL,NULL),(223,'typ','wiks','Wiki Settings',-1,'2013-11-06 17:13:57','2013-11-06 17:13:57','',NULL,NULL),(224,'wiks','Wiki Settings','Wiki Settings',-1,'2013-11-06 17:13:57','2013-11-06 17:13:57','',NULL,NULL),(225,'typ','excs','Exercise Settings',-1,'2014-09-23 21:48:42','2014-09-23 21:48:42','',NULL,NULL),(226,'excs','Exercise Settings','Exercise Settings',-1,'2014-09-23 21:48:42','2014-09-23 21:48:42','',NULL,NULL),(227,'typ','taxs','Taxonomy Settings',-1,'2014-09-23 21:48:42','2014-09-23 21:48:42','',NULL,NULL),(228,'taxs','Taxonomy Settings','Taxonomy Settings',-1,'2014-09-23 21:48:42','2014-09-23 21:48:42','',NULL,NULL),(229,'typ','bibs','BibliographicAdmin',-1,'2014-09-23 21:48:55','2014-09-23 21:48:55','',NULL,NULL),(230,'bibs','BibliographicAdmin','BibliographicAdmin',-1,'2014-09-23 21:48:55','2014-09-23 21:48:55','',NULL,NULL),(231,'rolt','il_blog_editor','Editor template for blogs',-1,'2015-09-30 12:57:25','2015-12-22 15:28:30','',NULL,NULL),(232,'typ','awra','Awareness Tool Administration',-1,'2015-09-30 12:57:29','2015-09-30 12:57:29','',NULL,NULL),(233,'awra','__AwarenessToolAdministration','Awareness Tool Administration',-1,'2015-09-30 12:57:29','2015-09-30 12:57:29','',NULL,NULL),(234,'typ','logs','Logging Administration',-1,'2015-09-30 12:57:31','2015-09-30 12:57:31','',NULL,NULL),(235,'logs','__LoggingSettings','Logging Administration',-1,'2015-09-30 12:57:31','2015-09-30 12:57:31','',NULL,NULL),(236,'typ','prg','StudyProgramme',-1,'2015-09-30 12:57:34','2015-09-30 12:57:34','',NULL,NULL),(237,'typ','prgs','StudyProgrammeAdmin',-1,'2015-09-30 12:57:35','2015-09-30 12:57:35','',NULL,NULL),(238,'prgs','StudyProgrammeAdmin','StudyProgrammeAdmin',-1,'2015-09-30 12:57:35','2015-09-30 12:57:35','',NULL,NULL),(239,'typ','cadm','Contact',-1,'2015-11-17 15:20:05','2015-11-17 15:20:05','',NULL,NULL),(240,'cadm','Contact','Contact',-1,'2015-11-17 15:20:05','2015-11-17 15:20:05','',NULL,NULL),(241,'lng','ka','not_installed',6,'2015-12-22 14:32:40','2015-12-22 14:32:40','',NULL,NULL),(242,'lng','ar','not_installed',6,'2015-12-22 14:32:40','2015-12-22 14:32:40','',NULL,NULL),(243,'lng','bg','not_installed',6,'2015-12-22 14:32:40','2015-12-22 14:32:40','',NULL,NULL),(244,'lng','sq','not_installed',6,'2015-12-22 14:32:40','2015-12-22 14:32:40','',NULL,NULL),(245,'lng','ro','not_installed',6,'2015-12-22 14:32:40','2015-12-22 14:32:40','',NULL,NULL),(246,'lng','sk','not_installed',6,'2015-12-22 14:32:40','2015-12-22 14:32:40','',NULL,NULL),(247,'lng','da','not_installed',6,'2015-12-22 14:32:40','2015-12-22 14:32:40','',NULL,NULL),(248,'lng','hu','not_installed',6,'2015-12-22 14:32:40','2015-12-22 14:32:40','',NULL,NULL),(249,'lng','uk','not_installed',6,'2015-12-22 14:32:40','2015-12-22 14:32:40','',NULL,NULL),(250,'lng','fa','not_installed',6,'2015-12-22 14:32:40','2015-12-22 14:32:40','',NULL,NULL),(251,'lng','sr','not_installed',6,'2015-12-22 14:32:40','2015-12-22 14:32:40','',NULL,NULL),(252,'lng','pt','not_installed',6,'2015-12-22 14:32:40','2015-12-22 14:32:40','',NULL,NULL),(253,'lng','ja','not_installed',6,'2015-12-22 14:32:40','2015-12-22 14:32:40','',NULL,NULL),(254,'lng','vi','not_installed',6,'2015-12-22 14:32:40','2015-12-22 14:32:40','',NULL,NULL),(255,'lng','ru','not_installed',6,'2015-12-22 14:32:40','2015-12-22 14:32:40','',NULL,NULL),(256,'lng','et','not_installed',6,'2015-12-22 14:32:40','2015-12-22 14:32:40','',NULL,NULL),(257,'lng','lt','not_installed',6,'2015-12-22 14:32:40','2015-12-22 14:32:40','',NULL,NULL),(258,'lng','cs','not_installed',6,'2015-12-22 14:32:40','2015-12-22 14:32:40','',NULL,NULL),(259,'lng','tr','not_installed',6,'2015-12-22 14:32:40','2015-12-22 14:32:40','',NULL,NULL),(260,'lng','el','not_installed',6,'2015-12-22 14:32:40','2015-12-22 14:32:40','',NULL,NULL),(261,'typ','grpr','Group Reference Object',-1,'2016-09-02 13:26:19','2016-09-02 13:26:19','',NULL,NULL),(262,'typ','bdga','Badge Settings',-1,'2016-09-02 13:26:21','2016-09-02 13:26:21','',NULL,NULL),(263,'bdga','Badge Settings','Badge Settings',-1,'2016-09-02 13:26:21','2016-09-02 13:26:21','',NULL,NULL),(266,'typ','iass','Individual Assessment',-1,'2016-09-02 13:33:17','2016-09-02 13:33:17','',NULL,NULL),(267,'rolt','il_iass_member','Member of a manual assessment object',-1,'2016-09-02 13:33:17','2016-09-02 13:33:17','',NULL,NULL),(268,'rolt','il_sess_participant','Session participant template',-1,'2018-01-25 08:42:46','2018-01-25 08:42:46',NULL,NULL,NULL),(269,'rolt','il_sess_status_closed','Closed session template',0,'2018-01-25 08:42:46','2018-01-25 08:42:46',NULL,NULL,NULL),(272,'typ','ltis','LTI Settings',-1,'2018-01-25 08:42:57','2018-01-25 08:42:57',NULL,NULL,NULL),(273,'ltis','LTI Settings','LTI Settings',-1,'2018-01-25 08:42:57','2018-01-25 08:42:57',NULL,NULL,NULL),(274,'typ','copa','Content Page Object',-1,'2022-06-07 13:46:08','2022-06-07 13:46:08',NULL,NULL,NULL),(275,'typ','mme','Main Menu',-1,'2022-06-07 13:46:09','2022-06-07 13:46:09',NULL,NULL,NULL),(276,'mme','Main Menu','Main Menu',-1,'2022-06-07 13:46:09','2022-06-07 13:46:09',NULL,NULL,NULL),(277,'typ','lso','Learning Sequence',-1,'2022-06-07 13:46:09','2022-06-07 13:46:09',NULL,NULL,NULL),(278,'rolt','il_lso_admin','Admin template for learning sequences',-1,'2022-06-07 13:46:09','2022-06-07 13:46:09',NULL,NULL,NULL),(279,'rolt','il_lso_member','Member template for learning sequences',-1,'2022-06-07 13:46:09','2022-06-07 13:46:09',NULL,NULL,NULL),(280,'typ','lti','LTI Consumer Object',-1,'2022-06-07 13:46:11','2022-06-07 13:46:11',NULL,NULL,NULL),(281,'typ','cmix','cmi5/xAPI Object',-1,'2022-06-07 13:46:11','2022-06-07 13:46:11',NULL,NULL,NULL),(282,'typ','cmis','cmi5/xAPI Administration',-1,'2022-06-07 13:46:11','2022-06-07 13:46:11',NULL,NULL,NULL),(283,'cmis','cmi5/xAPI Administration','cmi5/xAPI Administration',-1,'2022-06-07 13:46:11','2022-06-07 13:46:11',NULL,NULL,NULL),(284,'typ','nots','Notes Settings',-1,'2022-06-07 13:46:11','2022-06-07 13:46:11',NULL,NULL,NULL),(285,'nots','Notes Settings','Notes Settings',-1,'2022-06-07 13:46:11','2022-06-07 13:46:11',NULL,NULL,NULL),(286,'typ','coms','Comments Settings',-1,'2022-06-07 13:46:11','2022-06-07 13:46:11',NULL,NULL,NULL),(287,'coms','Comments Settings','Comments Settings',-1,'2022-06-07 13:46:11','2022-06-07 13:46:11',NULL,NULL,NULL),(288,'typ','lhts','Learning History Settings',-1,'2022-06-07 13:46:11','2022-06-07 13:46:11',NULL,NULL,NULL),(289,'lhts','Learning History Settings','Learning History Settings',-1,'2022-06-07 13:46:11','2022-06-07 13:46:11',NULL,NULL,NULL),(290,'typ','prss','Personal Resources Settings',-1,'2022-06-07 13:46:11','2022-06-07 13:46:11',NULL,NULL,NULL),(291,'prss','Personal Resources Settings','Personal Resources Settings',-1,'2022-06-07 13:46:11','2022-06-07 13:46:11',NULL,NULL,NULL),(292,'typ','prgr','Study Programme Reference',-1,'2022-06-07 13:46:12','2022-06-07 13:46:12',NULL,NULL,NULL),(293,'typ','lsos','LearningSequenceAdmin',-1,'2022-06-07 13:46:12','2022-06-07 13:46:12',NULL,NULL,NULL),(294,'lsos','LearningSequenceAdmin','LearningSequenceAdmin',-1,'2022-06-07 13:46:12','2022-06-07 13:46:12',NULL,NULL,NULL),(295,'typ','cpad','ContentPageAdministration',-1,'2022-06-07 13:46:12','2022-06-07 13:46:12',NULL,NULL,NULL),(296,'cpad','ContentPageAdministration','ContentPageAdministration',-1,'2022-06-07 13:46:12','2022-06-07 13:46:12',NULL,NULL,NULL),(297,'typ','fils','File Services',-1,'2022-06-07 13:46:13','2022-06-07 13:46:13',NULL,NULL,NULL),(298,'fils','File Services','File Services',-1,'2022-06-07 13:46:13','2022-06-07 13:46:13',NULL,NULL,NULL),(299,'typ','wbdv','WebDAV',-1,'2022-06-07 13:46:13','2022-06-07 13:46:13',NULL,NULL,NULL),(300,'wbdv','WebDAV','WebDAV',-1,'2022-06-07 13:46:13','2022-06-07 13:46:13',NULL,NULL,NULL),(301,'typ','adn','Administrative Notifications',-1,'2022-06-07 13:46:13','2022-06-07 13:46:13',NULL,NULL,NULL),(302,'adn','Administrative Notifications','Administrative Notifications',-1,'2022-06-07 13:46:13','2022-06-07 13:46:13',NULL,NULL,NULL),(303,'typ','tala','__TalkTemplateAdministration',-1,'2023-12-12 16:39:37','2023-12-12 16:39:37',NULL,NULL,NULL),(304,'tala','__TalkTemplateAdministration','__TalkTemplateAdministration',-1,'2023-12-12 16:39:37','2023-12-12 16:39:37',NULL,NULL,NULL),(305,'typ','dpro','DataProtection',-1,'2023-12-12 16:39:38','2023-12-12 16:39:38',NULL,NULL,NULL),(306,'dpro','DataProtection','DataProtection',-1,'2023-12-12 16:39:38','2023-12-12 16:39:38',NULL,NULL,NULL),(307,'typ','impr','Legal Notice',-1,'2023-12-12 16:39:38','2023-12-12 16:39:38',NULL,NULL,NULL),(308,'impr','Legal Notice','Legal Notice',-1,'2023-12-12 16:39:38','2023-12-12 16:39:38',NULL,NULL,NULL),(309,'typ','nota','Notification Service Administration Object',-1,'2023-12-12 16:39:40','2023-12-12 16:39:40',NULL,NULL,NULL),(310,'nota','Notification Service Administration Object','Notification Service Administration Object',-1,'2023-12-12 16:39:40','2023-12-12 16:39:40',NULL,NULL,NULL),(311,'typ','skee','Skill Tree',-1,'2023-12-12 16:39:40','2023-12-12 16:39:40',NULL,NULL,NULL),(312,'skee','Default','',-1,'2023-12-12 16:39:40','2023-12-12 16:39:40',NULL,NULL,NULL);
/*!40000 ALTER TABLE `object_data` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `object_data_del`
--

DROP TABLE IF EXISTS `object_data_del`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `object_data_del` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `title` varchar(255) DEFAULT NULL,
  `tstamp` int(11) NOT NULL DEFAULT '0',
  `type` char(4) DEFAULT NULL,
  `description` longtext,
  PRIMARY KEY (`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `object_data_del`
--

LOCK TABLES `object_data_del` WRITE;
/*!40000 ALTER TABLE `object_data_del` DISABLE KEYS */;
/*!40000 ALTER TABLE `object_data_del` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `object_data_seq`
--

DROP TABLE IF EXISTS `object_data_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `object_data_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB AUTO_INCREMENT=313 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `object_data_seq`
--

LOCK TABLES `object_data_seq` WRITE;
/*!40000 ALTER TABLE `object_data_seq` DISABLE KEYS */;
INSERT INTO `object_data_seq` VALUES (312);
/*!40000 ALTER TABLE `object_data_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `object_description`
--

DROP TABLE IF EXISTS `object_description`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `object_description` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `description` longtext,
  PRIMARY KEY (`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `object_description`
--

LOCK TABLES `object_description` WRITE;
/*!40000 ALTER TABLE `object_description` DISABLE KEYS */;
INSERT INTO `object_description` VALUES (152,'Settings for files and file handling');
/*!40000 ALTER TABLE `object_description` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `object_reference`
--

DROP TABLE IF EXISTS `object_reference`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `object_reference` (
  `ref_id` int(11) NOT NULL DEFAULT '0',
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `deleted` datetime DEFAULT NULL,
  `deleted_by` int(11) DEFAULT '0',
  PRIMARY KEY (`ref_id`),
  KEY `i1_idx` (`obj_id`),
  KEY `i2_idx` (`deleted`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `object_reference`
--

LOCK TABLES `object_reference` WRITE;
/*!40000 ALTER TABLE `object_reference` DISABLE KEYS */;
INSERT INTO `object_reference` VALUES (1,1,NULL,0),(7,7,NULL,0),(8,8,NULL,0),(9,9,NULL,0),(10,10,NULL,0),(11,11,NULL,0),(12,12,NULL,0),(14,98,NULL,0),(15,100,NULL,0),(16,107,NULL,0),(17,109,NULL,0),(18,86,NULL,0),(20,116,NULL,0),(21,118,NULL,0),(22,124,NULL,0),(23,128,NULL,0),(26,136,NULL,0),(27,138,NULL,0),(28,140,NULL,0),(29,144,NULL,0),(30,147,NULL,0),(31,150,NULL,0),(32,152,NULL,0),(33,154,NULL,0),(34,157,NULL,0),(35,162,NULL,0),(36,164,NULL,0),(37,166,NULL,0),(38,168,NULL,0),(39,170,NULL,0),(40,172,NULL,0),(41,175,NULL,0),(42,177,NULL,0),(43,179,NULL,0),(44,181,NULL,0),(45,184,NULL,0),(46,185,NULL,0),(47,186,NULL,0),(48,193,NULL,0),(49,204,NULL,0),(50,206,NULL,0),(51,209,NULL,0),(52,212,NULL,0),(53,214,NULL,0),(54,216,NULL,0),(55,218,NULL,0),(56,221,NULL,0),(57,224,NULL,0),(58,226,NULL,0),(59,228,NULL,0),(60,230,NULL,0),(61,233,NULL,0),(62,235,NULL,0),(63,238,NULL,0),(64,240,NULL,0),(65,263,NULL,0),(67,271,NULL,0),(68,273,NULL,0),(69,276,NULL,0),(70,283,NULL,0),(71,285,NULL,0),(72,287,NULL,0),(73,289,NULL,0),(74,291,NULL,0),(75,294,NULL,0),(76,296,NULL,0),(77,298,NULL,0),(78,300,NULL,0),(79,302,NULL,0),(80,304,NULL,0),(81,306,NULL,0),(82,308,NULL,0),(83,310,NULL,0),(84,312,NULL,0);
/*!40000 ALTER TABLE `object_reference` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `object_reference_seq`
--

DROP TABLE IF EXISTS `object_reference_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `object_reference_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB AUTO_INCREMENT=85 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `object_reference_seq`
--

LOCK TABLES `object_reference_seq` WRITE;
/*!40000 ALTER TABLE `object_reference_seq` DISABLE KEYS */;
INSERT INTO `object_reference_seq` VALUES (84);
/*!40000 ALTER TABLE `object_reference_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `object_reference_ws`
--

DROP TABLE IF EXISTS `object_reference_ws`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `object_reference_ws` (
  `wsp_id` int(11) NOT NULL DEFAULT '0',
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `deleted` datetime DEFAULT NULL,
  PRIMARY KEY (`wsp_id`),
  KEY `i1_idx` (`obj_id`),
  KEY `i2_idx` (`deleted`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `object_reference_ws`
--

LOCK TABLES `object_reference_ws` WRITE;
/*!40000 ALTER TABLE `object_reference_ws` DISABLE KEYS */;
/*!40000 ALTER TABLE `object_reference_ws` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `object_reference_ws_seq`
--

DROP TABLE IF EXISTS `object_reference_ws_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `object_reference_ws_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `object_reference_ws_seq`
--

LOCK TABLES `object_reference_ws_seq` WRITE;
/*!40000 ALTER TABLE `object_reference_ws_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `object_reference_ws_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `object_translation`
--

DROP TABLE IF EXISTS `object_translation`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `object_translation` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `title` varchar(255) DEFAULT NULL,
  `description` varchar(4000) DEFAULT NULL,
  `lang_code` char(2) NOT NULL DEFAULT '',
  `lang_default` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`obj_id`,`lang_code`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `object_translation`
--

LOCK TABLES `object_translation` WRITE;
/*!40000 ALTER TABLE `object_translation` DISABLE KEYS */;
INSERT INTO `object_translation` VALUES (9,'Open Source eLearning','','en',1);
/*!40000 ALTER TABLE `object_translation` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `openid_provider`
--

DROP TABLE IF EXISTS `openid_provider`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `openid_provider` (
  `provider_id` int(11) NOT NULL DEFAULT '0',
  `enabled` tinyint(4) DEFAULT NULL,
  `name` varchar(128) DEFAULT NULL,
  `url` varchar(512) DEFAULT NULL,
  `image` smallint(6) DEFAULT NULL,
  PRIMARY KEY (`provider_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `openid_provider`
--

LOCK TABLES `openid_provider` WRITE;
/*!40000 ALTER TABLE `openid_provider` DISABLE KEYS */;
INSERT INTO `openid_provider` VALUES (1,1,'MyOpenID','http://%s.myopenid.com',1);
/*!40000 ALTER TABLE `openid_provider` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `openid_provider_seq`
--

DROP TABLE IF EXISTS `openid_provider_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `openid_provider_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `openid_provider_seq`
--

LOCK TABLES `openid_provider_seq` WRITE;
/*!40000 ALTER TABLE `openid_provider_seq` DISABLE KEYS */;
INSERT INTO `openid_provider_seq` VALUES (1);
/*!40000 ALTER TABLE `openid_provider_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `orgu_data`
--

DROP TABLE IF EXISTS `orgu_data`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `orgu_data` (
  `orgu_id` int(11) NOT NULL DEFAULT '0',
  `orgu_type_id` int(11) DEFAULT NULL,
  PRIMARY KEY (`orgu_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `orgu_data`
--

LOCK TABLES `orgu_data` WRITE;
/*!40000 ALTER TABLE `orgu_data` DISABLE KEYS */;
/*!40000 ALTER TABLE `orgu_data` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `orgu_obj_pos_settings`
--

DROP TABLE IF EXISTS `orgu_obj_pos_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `orgu_obj_pos_settings` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `active` tinyint(4) DEFAULT '0',
  PRIMARY KEY (`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `orgu_obj_pos_settings`
--

LOCK TABLES `orgu_obj_pos_settings` WRITE;
/*!40000 ALTER TABLE `orgu_obj_pos_settings` DISABLE KEYS */;
/*!40000 ALTER TABLE `orgu_obj_pos_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `orgu_obj_type_settings`
--

DROP TABLE IF EXISTS `orgu_obj_type_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `orgu_obj_type_settings` (
  `obj_type` varchar(10) NOT NULL,
  `active` tinyint(4) DEFAULT '0',
  `activation_default` tinyint(4) DEFAULT '0',
  `changeable` tinyint(4) DEFAULT '0',
  PRIMARY KEY (`obj_type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `orgu_obj_type_settings`
--

LOCK TABLES `orgu_obj_type_settings` WRITE;
/*!40000 ALTER TABLE `orgu_obj_type_settings` DISABLE KEYS */;
/*!40000 ALTER TABLE `orgu_obj_type_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `orgu_path_storage`
--

DROP TABLE IF EXISTS `orgu_path_storage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `orgu_path_storage` (
  `ref_id` bigint(20) NOT NULL DEFAULT '0',
  `obj_id` bigint(20) DEFAULT NULL,
  `path` longtext,
  PRIMARY KEY (`ref_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `orgu_path_storage`
--

LOCK TABLES `orgu_path_storage` WRITE;
/*!40000 ALTER TABLE `orgu_path_storage` DISABLE KEYS */;
/*!40000 ALTER TABLE `orgu_path_storage` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `orgu_types`
--

DROP TABLE IF EXISTS `orgu_types`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `orgu_types` (
  `id` int(11) NOT NULL DEFAULT '0',
  `default_lang` varchar(4) NOT NULL DEFAULT '',
  `icon` varchar(256) DEFAULT NULL,
  `owner` int(11) NOT NULL DEFAULT '0',
  `create_date` datetime DEFAULT NULL,
  `last_update` datetime DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `orgu_types`
--

LOCK TABLES `orgu_types` WRITE;
/*!40000 ALTER TABLE `orgu_types` DISABLE KEYS */;
/*!40000 ALTER TABLE `orgu_types` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `orgu_types_adv_md_rec`
--

DROP TABLE IF EXISTS `orgu_types_adv_md_rec`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `orgu_types_adv_md_rec` (
  `type_id` int(11) NOT NULL DEFAULT '0',
  `rec_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`type_id`,`rec_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `orgu_types_adv_md_rec`
--

LOCK TABLES `orgu_types_adv_md_rec` WRITE;
/*!40000 ALTER TABLE `orgu_types_adv_md_rec` DISABLE KEYS */;
/*!40000 ALTER TABLE `orgu_types_adv_md_rec` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `orgu_types_seq`
--

DROP TABLE IF EXISTS `orgu_types_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `orgu_types_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `orgu_types_seq`
--

LOCK TABLES `orgu_types_seq` WRITE;
/*!40000 ALTER TABLE `orgu_types_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `orgu_types_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `orgu_types_trans`
--

DROP TABLE IF EXISTS `orgu_types_trans`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `orgu_types_trans` (
  `orgu_type_id` int(11) NOT NULL DEFAULT '0',
  `lang` varchar(4) NOT NULL DEFAULT '',
  `member` varchar(32) NOT NULL DEFAULT '',
  `value` varchar(4000) DEFAULT NULL,
  PRIMARY KEY (`orgu_type_id`,`lang`,`member`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `orgu_types_trans`
--

LOCK TABLES `orgu_types_trans` WRITE;
/*!40000 ALTER TABLE `orgu_types_trans` DISABLE KEYS */;
/*!40000 ALTER TABLE `orgu_types_trans` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `osc_activity`
--

DROP TABLE IF EXISTS `osc_activity`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `osc_activity` (
  `conversation_id` varchar(255) NOT NULL DEFAULT '',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `timestamp` bigint(20) NOT NULL DEFAULT '0',
  `is_closed` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`conversation_id`,`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `osc_activity`
--

LOCK TABLES `osc_activity` WRITE;
/*!40000 ALTER TABLE `osc_activity` DISABLE KEYS */;
/*!40000 ALTER TABLE `osc_activity` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `osc_conversation`
--

DROP TABLE IF EXISTS `osc_conversation`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `osc_conversation` (
  `id` varchar(255) NOT NULL DEFAULT '',
  `is_group` tinyint(4) NOT NULL DEFAULT '0',
  `participants` varchar(4000) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `osc_conversation`
--

LOCK TABLES `osc_conversation` WRITE;
/*!40000 ALTER TABLE `osc_conversation` DISABLE KEYS */;
/*!40000 ALTER TABLE `osc_conversation` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `osc_messages`
--

DROP TABLE IF EXISTS `osc_messages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `osc_messages` (
  `id` varchar(255) NOT NULL DEFAULT '',
  `conversation_id` varchar(255) NOT NULL DEFAULT '',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `message` longtext,
  `timestamp` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `i1_idx` (`user_id`),
  KEY `i2_idx` (`conversation_id`),
  KEY `i3_idx` (`conversation_id`,`user_id`,`timestamp`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `osc_messages`
--

LOCK TABLES `osc_messages` WRITE;
/*!40000 ALTER TABLE `osc_messages` DISABLE KEYS */;
/*!40000 ALTER TABLE `osc_messages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `page_anchor`
--

DROP TABLE IF EXISTS `page_anchor`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `page_anchor` (
  `page_parent_type` varchar(10) NOT NULL DEFAULT ' ',
  `page_id` int(11) NOT NULL DEFAULT '0',
  `anchor_name` varchar(120) NOT NULL DEFAULT ' ',
  `page_lang` varchar(2) NOT NULL DEFAULT '-',
  PRIMARY KEY (`page_parent_type`,`page_id`,`page_lang`,`anchor_name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `page_anchor`
--

LOCK TABLES `page_anchor` WRITE;
/*!40000 ALTER TABLE `page_anchor` DISABLE KEYS */;
/*!40000 ALTER TABLE `page_anchor` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `page_editor_settings`
--

DROP TABLE IF EXISTS `page_editor_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `page_editor_settings` (
  `settings_grp` varchar(10) NOT NULL DEFAULT '',
  `name` varchar(30) NOT NULL DEFAULT '',
  `value` varchar(30) DEFAULT NULL,
  PRIMARY KEY (`settings_grp`,`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `page_editor_settings`
--

LOCK TABLES `page_editor_settings` WRITE;
/*!40000 ALTER TABLE `page_editor_settings` DISABLE KEYS */;
INSERT INTO `page_editor_settings` VALUES ('rep','active_acc','1'),('rep','active_code','1'),('rep','active_com','1'),('rep','active_emp','1'),('rep','active_fn','1'),('rep','active_imp','1'),('rep','active_quot','1'),('rep','active_str','1'),('rep','active_sub','1'),('rep','active_sup','1'),('rep','active_tex','1'),('rep','active_xln','1');
/*!40000 ALTER TABLE `page_editor_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `page_history`
--

DROP TABLE IF EXISTS `page_history`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `page_history` (
  `page_id` int(11) NOT NULL DEFAULT '0',
  `parent_type` varchar(4) NOT NULL DEFAULT ' ',
  `hdate` datetime NOT NULL DEFAULT '1970-01-01 00:00:00',
  `parent_id` int(11) DEFAULT NULL,
  `nr` int(11) DEFAULT NULL,
  `user_id` int(11) DEFAULT NULL,
  `content` longtext,
  `ilias_version` varchar(20) DEFAULT NULL,
  `lang` varchar(2) NOT NULL DEFAULT '-',
  PRIMARY KEY (`page_id`,`parent_type`,`hdate`,`lang`),
  KEY `i1_idx` (`page_id`),
  KEY `i2_idx` (`parent_id`,`parent_type`,`hdate`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `page_history`
--

LOCK TABLES `page_history` WRITE;
/*!40000 ALTER TABLE `page_history` DISABLE KEYS */;
/*!40000 ALTER TABLE `page_history` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `page_layout`
--

DROP TABLE IF EXISTS `page_layout`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `page_layout` (
  `layout_id` int(11) NOT NULL DEFAULT '0',
  `content` longtext,
  `title` varchar(128) DEFAULT NULL,
  `description` varchar(255) DEFAULT NULL,
  `active` tinyint(4) DEFAULT '0',
  `style_id` int(11) DEFAULT '0',
  `special_page` tinyint(4) DEFAULT '0',
  `mod_scorm` tinyint(4) DEFAULT '1',
  `mod_portfolio` tinyint(4) DEFAULT NULL,
  `mod_lm` tinyint(4) DEFAULT NULL,
  PRIMARY KEY (`layout_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `page_layout`
--

LOCK TABLES `page_layout` WRITE;
/*!40000 ALTER TABLE `page_layout` DISABLE KEYS */;
INSERT INTO `page_layout` VALUES (1,'','Text page with accompanying media','Example description',1,0,0,1,0,NULL),(2,'','Text page with accompanying media and test','',1,0,0,1,0,NULL),(3,'','Text page with accompanying media followed by test and text','',1,0,0,1,0,NULL),(4,'','Media page with accompanying text and test','',1,0,0,1,0,NULL),(5,'','Vertical component navigation page with media and text	','',1,0,0,1,0,NULL),(6,'','Leading image with text','',1,0,0,1,NULL,NULL);
/*!40000 ALTER TABLE `page_layout` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `page_layout_seq`
--

DROP TABLE IF EXISTS `page_layout_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `page_layout_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `page_layout_seq`
--

LOCK TABLES `page_layout_seq` WRITE;
/*!40000 ALTER TABLE `page_layout_seq` DISABLE KEYS */;
INSERT INTO `page_layout_seq` VALUES (6);
/*!40000 ALTER TABLE `page_layout_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `page_object`
--

DROP TABLE IF EXISTS `page_object`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `page_object` (
  `page_id` int(11) NOT NULL DEFAULT '0',
  `parent_id` int(11) DEFAULT NULL,
  `content` longtext,
  `parent_type` varchar(4) NOT NULL DEFAULT 'lm',
  `last_change_user` int(11) DEFAULT NULL,
  `view_cnt` int(11) DEFAULT '0',
  `last_change` datetime DEFAULT NULL,
  `created` datetime DEFAULT NULL,
  `create_user` int(11) DEFAULT NULL,
  `render_md5` varchar(32) DEFAULT NULL,
  `rendered_content` longtext,
  `rendered_time` datetime DEFAULT NULL,
  `activation_start` datetime DEFAULT NULL,
  `activation_end` datetime DEFAULT NULL,
  `active` tinyint(4) NOT NULL DEFAULT '1',
  `is_empty` tinyint(4) NOT NULL DEFAULT '0',
  `inactive_elements` tinyint(4) DEFAULT '0',
  `int_links` tinyint(4) DEFAULT '0',
  `show_activation_info` tinyint(4) NOT NULL DEFAULT '0',
  `lang` varchar(2) NOT NULL DEFAULT '-',
  `edit_lock_user` int(11) DEFAULT NULL,
  `edit_lock_ts` int(11) NOT NULL DEFAULT '0',
  `est_reading_time` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`page_id`,`parent_type`,`lang`),
  KEY `i3_idx` (`parent_id`,`parent_type`,`last_change`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `page_object`
--

LOCK TABLES `page_object` WRITE;
/*!40000 ALTER TABLE `page_object` DISABLE KEYS */;
INSERT INTO `page_object` VALUES (1,NULL,'<PageObject></PageObject>','impr',6,0,'2016-12-16 15:25:17','2016-12-16 15:25:17',6,'52bee1212f8a154aac268a0c20b77437','<a class=\"small\" id=\"ilPageShowAdvContent\" style=\"display:none; text-align:right;\" href=\"#\"><span>{{{{{LV_show_adv}}}}}</span><span>{{{{{LV_hide_adv}}}}}</span></a><h1 class=\"ilc_page_title_PageTitle\">Legal Notice</h1><!--COPage-PageTop-->\n<div xmlns:xhtml=\"http://www.w3.org/1999/xhtml\" style=\"clear:both;\"><!--Break--></div>\n','2016-12-16 15:25:17',NULL,NULL,1,0,0,0,0,'-',NULL,0,0),(1,0,'<PageObject><PageContent PCID=\"0568f23f59f828dd532cd77c66dcea97\"><Grid><GridCell WIDTH_XS=\"\" WIDTH_S=\"12\" WIDTH_M=\"7\" WIDTH_L=\"8\" WIDTH_XL=\"8\" PCID=\"2fe139a171c9276193832c2d64f5822b\"><PageContent PCID=\"1f77eb1d8a478497d69b99d938fda8f\"><PlaceHolder ContentClass=\"Text\" Height=\"500px\"/></PageContent></GridCell><GridCell WIDTH_XS=\"\" WIDTH_S=\"12\" WIDTH_M=\"5\" WIDTH_L=\"4\" WIDTH_XL=\"4\" PCID=\"010960eb5296c409d0b5070e186f033e\"><PageContent PCID=\"2e77eb1d8a478497d69b99d938fda8e\"><PlaceHolder ContentClass=\"Media\" Height=\"500px\"/></PageContent></GridCell></Grid></PageContent></PageObject>','stys',0,0,NULL,NULL,0,'','',NULL,NULL,NULL,1,0,0,0,0,'-',0,0,0),(2,0,'<PageObject><PageContent PCID=\"336db62153bc33b955c8eab6b4ba1331\"><Grid><GridCell WIDTH_XS=\"\" WIDTH_S=\"12\" WIDTH_M=\"7\" WIDTH_L=\"8\" WIDTH_XL=\"8\" PCID=\"18772b9425070318d27bb2fdaf6b6bdf\"><PageContent PCID=\"1f77eb1d8a478497d69b99d938fda8f\"><PlaceHolder ContentClass=\"Text\" Height=\"300px\"/></PageContent></GridCell><GridCell WIDTH_XS=\"\" WIDTH_S=\"12\" WIDTH_M=\"5\" WIDTH_L=\"4\" WIDTH_XL=\"4\" PCID=\"4309720c697857f55946691119fd7f10\"><PageContent PCID=\"2e77eb1d8a478497d69b99d938fda8e\"><PlaceHolder ContentClass=\"Media\" Height=\"300px\"/></PageContent></GridCell></Grid></PageContent><PageContent PCID=\"3f77eb1d8a478493d69b99d438fda8f\"><PlaceHolder ContentClass=\"Question\" Height=\"200px\"/></PageContent></PageObject>','stys',0,0,NULL,NULL,0,'','',NULL,NULL,NULL,1,0,0,0,0,'-',0,0,0),(3,0,'<PageObject><PageContent PCID=\"6239da5ab9497f14774a2cceb5525c3d\"><Grid><GridCell WIDTH_XS=\"\" WIDTH_S=\"12\" WIDTH_M=\"5\" WIDTH_L=\"4\" WIDTH_XL=\"4\" PCID=\"2f9835a738e7c83dbef27915816b0f5a\"><PageContent PCID=\"2e77eb1d8a478497d69b99d938fda8e\"><PlaceHolder ContentClass=\"Media\" Height=\"500px\"/></PageContent></GridCell><GridCell WIDTH_XS=\"\" WIDTH_S=\"12\" WIDTH_M=\"7\" WIDTH_L=\"8\" WIDTH_XL=\"8\" PCID=\"1d74da9bf94b63e8c85a451399b624d9\"><PageContent PCID=\"1f77eb1d8a478497d69b99d938fda8f\"><PlaceHolder ContentClass=\"Text\" Height=\"500px\"/></PageContent></GridCell></Grid></PageContent></PageObject>','stys',0,0,NULL,NULL,0,'','',NULL,NULL,NULL,1,0,0,0,0,'-',0,0,0),(4,0,'<PageObject><PageContent PCID=\"906a03fd9999c5c83a7166e9f9744fec\"><Grid><GridCell WIDTH_XS=\"\" WIDTH_S=\"12\" WIDTH_M=\"5\" WIDTH_L=\"4\" WIDTH_XL=\"4\" PCID=\"a27f25a9b1d8746d1cf3820759f37096\"><PageContent PCID=\"2e77eb1d8a478497d69b99d938fda8e\"><PlaceHolder ContentClass=\"Media\" Height=\"300px\"/></PageContent></GridCell><GridCell WIDTH_XS=\"\" WIDTH_S=\"12\" WIDTH_M=\"7\" WIDTH_L=\"8\" WIDTH_XL=\"8\" PCID=\"8e769877102068dca417222215defaa9\"><PageContent PCID=\"1f77eb1d8a478497d69b99d938fda8f\"><PlaceHolder ContentClass=\"Text\" Height=\"300px\"/></PageContent></GridCell></Grid></PageContent><PageContent PCID=\"3f77eb1d8a478493d69b99d438fda8f\"><PlaceHolder ContentClass=\"Question\" Height=\"200px\"/></PageContent></PageObject>','stys',0,0,NULL,NULL,0,'','',NULL,NULL,NULL,1,0,0,0,0,'-',0,0,0),(5,0,'<PageObject><PageContent PCID=\"0fb0511a01dcb9b83d9f21eb0d588a19\"><Grid><GridCell WIDTH_XS=\"\" WIDTH_S=\"12\" WIDTH_M=\"4\" WIDTH_L=\"4\" WIDTH_XL=\"4\" PCID=\"b241816c4270ec842782a664cbe72979\"><PageContent PCID=\"428c956f8035dc8ac59a9412bc19f955\"><PlaceHolder Height=\"250px\" ContentClass=\"Media\"/></PageContent><PageContent PCID=\"6d0291683f92aa84920755184b0da66c\"><PlaceHolder Height=\"250px\" ContentClass=\"Text\"/></PageContent></GridCell><GridCell WIDTH_XS=\"\" WIDTH_S=\"12\" WIDTH_M=\"4\" WIDTH_L=\"4\" WIDTH_XL=\"4\" PCID=\"375c6f40533390645bd1bb58259bec54\"><PageContent PCID=\"41f4e5a703244309231c2d6be0c49231\"><PlaceHolder Height=\"250px\" ContentClass=\"Media\"/></PageContent><PageContent PCID=\"325dac9e34424f129a4e4f9a0c4e37c4\"><PlaceHolder Height=\"250px\" ContentClass=\"Text\"/></PageContent></GridCell><GridCell WIDTH_XS=\"\" WIDTH_S=\"12\" WIDTH_M=\"4\" WIDTH_L=\"4\" WIDTH_XL=\"4\" PCID=\"d8379b454401c9b7071d32efb69cc028\"><PageContent PCID=\"5e744ec7c8784471e4668bcbc5e4b405\"><PlaceHolder Height=\"250px\" ContentClass=\"Media\"/></PageContent><PageContent PCID=\"0ba252ad3ab834e2c8fba58708dc1995\"><PlaceHolder Height=\"250px\" ContentClass=\"Text\"/></PageContent></GridCell></Grid></PageContent></PageObject>','stys',0,0,NULL,NULL,0,'','',NULL,NULL,NULL,1,0,0,0,0,'-',0,0,0),(6,NULL,'<PageObject><PageContent PCID=\"6b1a4e68d752380bf108afff7fa66595\"><PlaceHolder Height=\"300px\" ContentClass=\"Media\"/></PageContent><PageContent PCID=\"8535f59bec330f1cc30286898a36356f\"><PlaceHolder Height=\"200px\" ContentClass=\"Text\"/></PageContent></PageObject>','stys',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,0,0,0,'-',NULL,0,0);
/*!40000 ALTER TABLE `page_object` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `page_pc_usage`
--

DROP TABLE IF EXISTS `page_pc_usage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `page_pc_usage` (
  `pc_type` varchar(30) NOT NULL DEFAULT '',
  `pc_id` int(11) NOT NULL DEFAULT '0',
  `usage_type` varchar(30) NOT NULL DEFAULT '',
  `usage_id` int(11) NOT NULL DEFAULT '0',
  `usage_hist_nr` int(11) NOT NULL DEFAULT '0',
  `usage_lang` varchar(2) NOT NULL DEFAULT '-',
  PRIMARY KEY (`pc_type`,`pc_id`,`usage_type`,`usage_id`,`usage_hist_nr`,`usage_lang`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `page_pc_usage`
--

LOCK TABLES `page_pc_usage` WRITE;
/*!40000 ALTER TABLE `page_pc_usage` DISABLE KEYS */;
/*!40000 ALTER TABLE `page_pc_usage` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `page_qst_answer`
--

DROP TABLE IF EXISTS `page_qst_answer`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `page_qst_answer` (
  `qst_id` int(11) NOT NULL DEFAULT '0',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `try` tinyint(4) NOT NULL DEFAULT '0',
  `passed` tinyint(4) NOT NULL DEFAULT '0',
  `points` double NOT NULL DEFAULT '0',
  `unlocked` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`qst_id`,`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `page_qst_answer`
--

LOCK TABLES `page_qst_answer` WRITE;
/*!40000 ALTER TABLE `page_qst_answer` DISABLE KEYS */;
/*!40000 ALTER TABLE `page_qst_answer` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `page_question`
--

DROP TABLE IF EXISTS `page_question`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `page_question` (
  `page_parent_type` varchar(4) NOT NULL DEFAULT '',
  `page_id` int(11) NOT NULL DEFAULT '0',
  `question_id` int(11) NOT NULL DEFAULT '0',
  `page_lang` varchar(2) NOT NULL DEFAULT '-',
  PRIMARY KEY (`page_parent_type`,`page_id`,`question_id`,`page_lang`),
  KEY `i1_idx` (`page_parent_type`,`page_id`,`page_lang`),
  KEY `i2_idx` (`question_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `page_question`
--

LOCK TABLES `page_question` WRITE;
/*!40000 ALTER TABLE `page_question` DISABLE KEYS */;
/*!40000 ALTER TABLE `page_question` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `page_style_usage`
--

DROP TABLE IF EXISTS `page_style_usage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `page_style_usage` (
  `id` int(11) NOT NULL DEFAULT '0',
  `page_id` int(11) NOT NULL DEFAULT '0',
  `page_type` char(10) NOT NULL DEFAULT '',
  `page_nr` int(11) NOT NULL DEFAULT '0',
  `template` tinyint(4) NOT NULL DEFAULT '0',
  `stype` varchar(30) DEFAULT NULL,
  `sname` char(30) DEFAULT NULL,
  `page_lang` varchar(2) NOT NULL DEFAULT '-',
  PRIMARY KEY (`id`),
  KEY `i1_idx` (`page_id`,`page_type`,`page_lang`,`page_nr`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `page_style_usage`
--

LOCK TABLES `page_style_usage` WRITE;
/*!40000 ALTER TABLE `page_style_usage` DISABLE KEYS */;
/*!40000 ALTER TABLE `page_style_usage` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `page_style_usage_seq`
--

DROP TABLE IF EXISTS `page_style_usage_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `page_style_usage_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `page_style_usage_seq`
--

LOCK TABLES `page_style_usage_seq` WRITE;
/*!40000 ALTER TABLE `page_style_usage_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `page_style_usage_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `personal_clipboard`
--

DROP TABLE IF EXISTS `personal_clipboard`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `personal_clipboard` (
  `user_id` int(11) NOT NULL DEFAULT '0',
  `item_id` int(11) NOT NULL DEFAULT '0',
  `type` char(4) NOT NULL DEFAULT '',
  `title` char(70) DEFAULT NULL,
  `insert_time` datetime DEFAULT NULL,
  `parent` int(11) NOT NULL DEFAULT '0',
  `order_nr` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`user_id`,`item_id`,`type`),
  KEY `it_idx` (`item_id`,`type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `personal_clipboard`
--

LOCK TABLES `personal_clipboard` WRITE;
/*!40000 ALTER TABLE `personal_clipboard` DISABLE KEYS */;
/*!40000 ALTER TABLE `personal_clipboard` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `personal_pc_clipboard`
--

DROP TABLE IF EXISTS `personal_pc_clipboard`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `personal_pc_clipboard` (
  `user_id` int(11) NOT NULL DEFAULT '0',
  `content` longtext,
  `insert_time` datetime NOT NULL,
  `order_nr` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`user_id`,`insert_time`,`order_nr`),
  KEY `i1_idx` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `personal_pc_clipboard`
--

LOCK TABLES `personal_pc_clipboard` WRITE;
/*!40000 ALTER TABLE `personal_pc_clipboard` DISABLE KEYS */;
/*!40000 ALTER TABLE `personal_pc_clipboard` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `pg_amd_page_list`
--

DROP TABLE IF EXISTS `pg_amd_page_list`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `pg_amd_page_list` (
  `id` int(11) NOT NULL DEFAULT '0',
  `field_id` int(11) NOT NULL DEFAULT '0',
  `data` varchar(4000) DEFAULT NULL,
  `sdata` longtext,
  PRIMARY KEY (`id`,`field_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `pg_amd_page_list`
--

LOCK TABLES `pg_amd_page_list` WRITE;
/*!40000 ALTER TABLE `pg_amd_page_list` DISABLE KEYS */;
/*!40000 ALTER TABLE `pg_amd_page_list` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `pg_amd_page_list_seq`
--

DROP TABLE IF EXISTS `pg_amd_page_list_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `pg_amd_page_list_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `pg_amd_page_list_seq`
--

LOCK TABLES `pg_amd_page_list_seq` WRITE;
/*!40000 ALTER TABLE `pg_amd_page_list_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `pg_amd_page_list_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `post_conditions`
--

DROP TABLE IF EXISTS `post_conditions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `post_conditions` (
  `ref_id` int(11) NOT NULL,
  `value` varchar(255) DEFAULT NULL,
  `condition_operator` varchar(32) NOT NULL,
  PRIMARY KEY (`ref_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `post_conditions`
--

LOCK TABLES `post_conditions` WRITE;
/*!40000 ALTER TABLE `post_conditions` DISABLE KEYS */;
/*!40000 ALTER TABLE `post_conditions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `preview_data`
--

DROP TABLE IF EXISTS `preview_data`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `preview_data` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `render_date` datetime NOT NULL DEFAULT '1970-01-01 00:00:00',
  `render_status` varchar(20) NOT NULL DEFAULT '',
  PRIMARY KEY (`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `preview_data`
--

LOCK TABLES `preview_data` WRITE;
/*!40000 ALTER TABLE `preview_data` DISABLE KEYS */;
/*!40000 ALTER TABLE `preview_data` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `prg_auto_content`
--

DROP TABLE IF EXISTS `prg_auto_content`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `prg_auto_content` (
  `prg_obj_id` int(11) NOT NULL,
  `cat_ref_id` int(11) NOT NULL,
  `last_usr_id` int(11) NOT NULL,
  `last_edited` datetime DEFAULT NULL,
  PRIMARY KEY (`prg_obj_id`,`cat_ref_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `prg_auto_content`
--

LOCK TABLES `prg_auto_content` WRITE;
/*!40000 ALTER TABLE `prg_auto_content` DISABLE KEYS */;
/*!40000 ALTER TABLE `prg_auto_content` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `prg_auto_membership`
--

DROP TABLE IF EXISTS `prg_auto_membership`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `prg_auto_membership` (
  `prg_obj_id` int(11) NOT NULL,
  `source_type` varchar(8) NOT NULL,
  `source_id` int(11) NOT NULL,
  `enabled` tinyint(4) NOT NULL DEFAULT '0',
  `last_usr_id` int(11) NOT NULL,
  `last_edited` datetime DEFAULT NULL,
  PRIMARY KEY (`prg_obj_id`,`source_type`,`source_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `prg_auto_membership`
--

LOCK TABLES `prg_auto_membership` WRITE;
/*!40000 ALTER TABLE `prg_auto_membership` DISABLE KEYS */;
/*!40000 ALTER TABLE `prg_auto_membership` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `prg_settings`
--

DROP TABLE IF EXISTS `prg_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `prg_settings` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `last_change` datetime NOT NULL DEFAULT '1970-01-01 00:00:00',
  `subtype_id` int(11) NOT NULL DEFAULT '0',
  `points` int(11) NOT NULL DEFAULT '0',
  `lp_mode` tinyint(4) NOT NULL DEFAULT '0',
  `status` tinyint(4) NOT NULL DEFAULT '0',
  `deadline_period` int(11) NOT NULL DEFAULT '0',
  `deadline_date` datetime DEFAULT NULL,
  `vq_period` int(11) NOT NULL DEFAULT '-1',
  `vq_date` datetime DEFAULT NULL,
  `vq_restart_period` int(11) NOT NULL DEFAULT '-1',
  `rm_nr_by_usr_days` int(11) DEFAULT NULL,
  `proc_end_no_success` int(11) DEFAULT NULL,
  `send_re_assigned_mail` tinyint(4) DEFAULT '0',
  `send_info_to_re_assign_mail` tinyint(4) DEFAULT '0',
  `send_risky_to_fail_mail` tinyint(4) DEFAULT '0',
  `vq_restart_recheck` tinyint(4) DEFAULT '0',
  PRIMARY KEY (`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `prg_settings`
--

LOCK TABLES `prg_settings` WRITE;
/*!40000 ALTER TABLE `prg_settings` DISABLE KEYS */;
/*!40000 ALTER TABLE `prg_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `prg_settings_seq`
--

DROP TABLE IF EXISTS `prg_settings_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `prg_settings_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `prg_settings_seq`
--

LOCK TABLES `prg_settings_seq` WRITE;
/*!40000 ALTER TABLE `prg_settings_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `prg_settings_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `prg_translations`
--

DROP TABLE IF EXISTS `prg_translations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `prg_translations` (
  `id` int(11) NOT NULL DEFAULT '0',
  `prg_type_id` int(11) DEFAULT NULL,
  `lang` varchar(4) DEFAULT NULL,
  `member` varchar(32) DEFAULT NULL,
  `value` varchar(3500) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `prg_translations`
--

LOCK TABLES `prg_translations` WRITE;
/*!40000 ALTER TABLE `prg_translations` DISABLE KEYS */;
/*!40000 ALTER TABLE `prg_translations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `prg_translations_seq`
--

DROP TABLE IF EXISTS `prg_translations_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `prg_translations_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `prg_translations_seq`
--

LOCK TABLES `prg_translations_seq` WRITE;
/*!40000 ALTER TABLE `prg_translations_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `prg_translations_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `prg_type`
--

DROP TABLE IF EXISTS `prg_type`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `prg_type` (
  `id` int(11) NOT NULL DEFAULT '0',
  `default_lang` varchar(4) DEFAULT NULL,
  `owner` int(11) DEFAULT NULL,
  `create_date` datetime NOT NULL DEFAULT '1970-01-01 00:00:00',
  `last_update` datetime DEFAULT NULL,
  `icon` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `prg_type`
--

LOCK TABLES `prg_type` WRITE;
/*!40000 ALTER TABLE `prg_type` DISABLE KEYS */;
/*!40000 ALTER TABLE `prg_type` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `prg_type_adv_md_rec`
--

DROP TABLE IF EXISTS `prg_type_adv_md_rec`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `prg_type_adv_md_rec` (
  `id` int(11) NOT NULL DEFAULT '0',
  `type_id` int(11) DEFAULT NULL,
  `rec_id` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `prg_type_adv_md_rec`
--

LOCK TABLES `prg_type_adv_md_rec` WRITE;
/*!40000 ALTER TABLE `prg_type_adv_md_rec` DISABLE KEYS */;
/*!40000 ALTER TABLE `prg_type_adv_md_rec` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `prg_type_adv_md_rec_seq`
--

DROP TABLE IF EXISTS `prg_type_adv_md_rec_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `prg_type_adv_md_rec_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `prg_type_adv_md_rec_seq`
--

LOCK TABLES `prg_type_adv_md_rec_seq` WRITE;
/*!40000 ALTER TABLE `prg_type_adv_md_rec_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `prg_type_adv_md_rec_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `prg_type_seq`
--

DROP TABLE IF EXISTS `prg_type_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `prg_type_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `prg_type_seq`
--

LOCK TABLES `prg_type_seq` WRITE;
/*!40000 ALTER TABLE `prg_type_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `prg_type_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `prg_usr_assignments`
--

DROP TABLE IF EXISTS `prg_usr_assignments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `prg_usr_assignments` (
  `id` int(11) NOT NULL DEFAULT '0',
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `root_prg_id` int(11) NOT NULL DEFAULT '0',
  `last_change` datetime NOT NULL DEFAULT '1970-01-01 00:00:00',
  `last_change_by` int(11) NOT NULL DEFAULT '0',
  `restart_date` datetime DEFAULT NULL,
  `restarted_assignment_id` int(11) NOT NULL DEFAULT '-1',
  `restart_mail_send` datetime DEFAULT NULL,
  `assigned_manually` tinyint(4) DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `prg_usr_assignments`
--

LOCK TABLES `prg_usr_assignments` WRITE;
/*!40000 ALTER TABLE `prg_usr_assignments` DISABLE KEYS */;
/*!40000 ALTER TABLE `prg_usr_assignments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `prg_usr_assignments_seq`
--

DROP TABLE IF EXISTS `prg_usr_assignments_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `prg_usr_assignments_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `prg_usr_assignments_seq`
--

LOCK TABLES `prg_usr_assignments_seq` WRITE;
/*!40000 ALTER TABLE `prg_usr_assignments_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `prg_usr_assignments_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `prg_usr_progress`
--

DROP TABLE IF EXISTS `prg_usr_progress`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `prg_usr_progress` (
  `id` int(11) NOT NULL DEFAULT '0',
  `assignment_id` int(11) NOT NULL DEFAULT '0',
  `prg_id` int(11) NOT NULL DEFAULT '0',
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `points` int(11) NOT NULL DEFAULT '0',
  `points_cur` int(11) NOT NULL DEFAULT '0',
  `status` tinyint(4) NOT NULL DEFAULT '0',
  `completion_by` int(11) DEFAULT NULL,
  `last_change` datetime NOT NULL DEFAULT '1970-01-01 00:00:00',
  `last_change_by` int(11) DEFAULT NULL,
  `deadline` varchar(15) DEFAULT NULL,
  `assignment_date` datetime DEFAULT NULL,
  `completion_date` datetime DEFAULT NULL,
  `vq_date` datetime DEFAULT NULL,
  `invalidated` tinyint(4) DEFAULT NULL,
  `sent_mail_risky_to_fail` datetime DEFAULT NULL,
  `individual` tinyint(4) NOT NULL DEFAULT '0',
  `sent_mail_expires` datetime DEFAULT NULL,
  PRIMARY KEY (`assignment_id`,`prg_id`,`usr_id`),
  UNIQUE KEY `con_idx` (`assignment_id`,`prg_id`,`usr_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `prg_usr_progress`
--

LOCK TABLES `prg_usr_progress` WRITE;
/*!40000 ALTER TABLE `prg_usr_progress` DISABLE KEYS */;
/*!40000 ALTER TABLE `prg_usr_progress` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `prg_usr_progress_seq`
--

DROP TABLE IF EXISTS `prg_usr_progress_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `prg_usr_progress_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `prg_usr_progress_seq`
--

LOCK TABLES `prg_usr_progress_seq` WRITE;
/*!40000 ALTER TABLE `prg_usr_progress_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `prg_usr_progress_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `prtf_role_assignment`
--

DROP TABLE IF EXISTS `prtf_role_assignment`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `prtf_role_assignment` (
  `role_id` int(11) NOT NULL DEFAULT '0',
  `template_ref_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`role_id`,`template_ref_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `prtf_role_assignment`
--

LOCK TABLES `prtf_role_assignment` WRITE;
/*!40000 ALTER TABLE `prtf_role_assignment` DISABLE KEYS */;
/*!40000 ALTER TABLE `prtf_role_assignment` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_a_cloze`
--

DROP TABLE IF EXISTS `qpl_a_cloze`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_a_cloze` (
  `answer_id` int(11) NOT NULL DEFAULT '0',
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `shuffle` varchar(1) DEFAULT '1',
  `answertext` varchar(1000) DEFAULT NULL,
  `points` double NOT NULL DEFAULT '0',
  `aorder` smallint(6) NOT NULL DEFAULT '0',
  `gap_id` smallint(6) NOT NULL DEFAULT '0',
  `cloze_type` varchar(1) DEFAULT '0',
  `lowerlimit` varchar(20) DEFAULT '0',
  `upperlimit` varchar(20) DEFAULT '0',
  `tstamp` int(11) NOT NULL DEFAULT '0',
  `gap_size` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`answer_id`),
  KEY `i1_idx` (`question_fi`),
  KEY `i2_idx` (`gap_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_a_cloze`
--

LOCK TABLES `qpl_a_cloze` WRITE;
/*!40000 ALTER TABLE `qpl_a_cloze` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_a_cloze` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_a_cloze_combi_res`
--

DROP TABLE IF EXISTS `qpl_a_cloze_combi_res`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_a_cloze_combi_res` (
  `combination_id` int(11) NOT NULL DEFAULT '0',
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `gap_fi` int(11) NOT NULL DEFAULT '0',
  `answer` varchar(1000) DEFAULT NULL,
  `points` double DEFAULT NULL,
  `best_solution` tinyint(4) DEFAULT NULL,
  `row_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`combination_id`,`question_fi`,`gap_fi`,`row_id`),
  KEY `i1_idx` (`gap_fi`,`question_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_a_cloze_combi_res`
--

LOCK TABLES `qpl_a_cloze_combi_res` WRITE;
/*!40000 ALTER TABLE `qpl_a_cloze_combi_res` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_a_cloze_combi_res` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_a_cloze_seq`
--

DROP TABLE IF EXISTS `qpl_a_cloze_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_a_cloze_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_a_cloze_seq`
--

LOCK TABLES `qpl_a_cloze_seq` WRITE;
/*!40000 ALTER TABLE `qpl_a_cloze_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_a_cloze_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_a_errortext`
--

DROP TABLE IF EXISTS `qpl_a_errortext`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_a_errortext` (
  `answer_id` int(11) NOT NULL DEFAULT '0',
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `text_wrong` varchar(150) NOT NULL DEFAULT '',
  `text_correct` varchar(150) DEFAULT NULL,
  `points` double NOT NULL DEFAULT '0',
  `sequence` smallint(6) NOT NULL DEFAULT '0',
  `position` smallint(6) DEFAULT NULL,
  PRIMARY KEY (`answer_id`),
  KEY `i1_idx` (`question_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_a_errortext`
--

LOCK TABLES `qpl_a_errortext` WRITE;
/*!40000 ALTER TABLE `qpl_a_errortext` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_a_errortext` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_a_errortext_seq`
--

DROP TABLE IF EXISTS `qpl_a_errortext_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_a_errortext_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_a_errortext_seq`
--

LOCK TABLES `qpl_a_errortext_seq` WRITE;
/*!40000 ALTER TABLE `qpl_a_errortext_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_a_errortext_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_a_essay`
--

DROP TABLE IF EXISTS `qpl_a_essay`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_a_essay` (
  `answer_id` int(11) NOT NULL DEFAULT '0',
  `question_fi` int(11) DEFAULT NULL,
  `answertext` varchar(1000) DEFAULT NULL,
  `points` double DEFAULT NULL,
  PRIMARY KEY (`answer_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_a_essay`
--

LOCK TABLES `qpl_a_essay` WRITE;
/*!40000 ALTER TABLE `qpl_a_essay` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_a_essay` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_a_essay_seq`
--

DROP TABLE IF EXISTS `qpl_a_essay_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_a_essay_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_a_essay_seq`
--

LOCK TABLES `qpl_a_essay_seq` WRITE;
/*!40000 ALTER TABLE `qpl_a_essay_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_a_essay_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_a_imagemap`
--

DROP TABLE IF EXISTS `qpl_a_imagemap`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_a_imagemap` (
  `answer_id` int(11) NOT NULL DEFAULT '0',
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `answertext` varchar(4000) DEFAULT NULL,
  `points` double NOT NULL DEFAULT '0',
  `aorder` smallint(6) NOT NULL DEFAULT '0',
  `coords` varchar(4000) DEFAULT NULL,
  `area` varchar(20) DEFAULT NULL,
  `tstamp` int(11) NOT NULL DEFAULT '0',
  `points_unchecked` double NOT NULL DEFAULT '0',
  PRIMARY KEY (`answer_id`),
  KEY `i1_idx` (`question_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_a_imagemap`
--

LOCK TABLES `qpl_a_imagemap` WRITE;
/*!40000 ALTER TABLE `qpl_a_imagemap` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_a_imagemap` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_a_imagemap_seq`
--

DROP TABLE IF EXISTS `qpl_a_imagemap_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_a_imagemap_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_a_imagemap_seq`
--

LOCK TABLES `qpl_a_imagemap_seq` WRITE;
/*!40000 ALTER TABLE `qpl_a_imagemap_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_a_imagemap_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_a_kprim`
--

DROP TABLE IF EXISTS `qpl_a_kprim`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_a_kprim` (
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `position` int(11) NOT NULL DEFAULT '0',
  `answertext` varchar(1000) DEFAULT NULL,
  `imagefile` varchar(255) DEFAULT NULL,
  `correctness` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`question_fi`,`position`),
  KEY `i1_idx` (`question_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_a_kprim`
--

LOCK TABLES `qpl_a_kprim` WRITE;
/*!40000 ALTER TABLE `qpl_a_kprim` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_a_kprim` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_a_lome`
--

DROP TABLE IF EXISTS `qpl_a_lome`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_a_lome` (
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `gap_number` int(11) NOT NULL DEFAULT '0',
  `position` int(11) NOT NULL DEFAULT '0',
  `answer_text` varchar(1000) DEFAULT NULL,
  `points` double DEFAULT NULL,
  `type` int(11) DEFAULT NULL,
  PRIMARY KEY (`question_fi`,`gap_number`,`position`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_a_lome`
--

LOCK TABLES `qpl_a_lome` WRITE;
/*!40000 ALTER TABLE `qpl_a_lome` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_a_lome` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_a_matching`
--

DROP TABLE IF EXISTS `qpl_a_matching`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_a_matching` (
  `answer_id` int(11) NOT NULL DEFAULT '0',
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `term_fi` int(11) NOT NULL DEFAULT '0',
  `points` double NOT NULL DEFAULT '0',
  `definition_fi` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`answer_id`),
  KEY `i1_idx` (`question_fi`),
  KEY `i2_idx` (`term_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_a_matching`
--

LOCK TABLES `qpl_a_matching` WRITE;
/*!40000 ALTER TABLE `qpl_a_matching` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_a_matching` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_a_matching_seq`
--

DROP TABLE IF EXISTS `qpl_a_matching_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_a_matching_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_a_matching_seq`
--

LOCK TABLES `qpl_a_matching_seq` WRITE;
/*!40000 ALTER TABLE `qpl_a_matching_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_a_matching_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_a_mc`
--

DROP TABLE IF EXISTS `qpl_a_mc`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_a_mc` (
  `answer_id` int(11) NOT NULL DEFAULT '0',
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `answertext` varchar(1000) DEFAULT NULL,
  `imagefile` varchar(1000) DEFAULT NULL,
  `points` double NOT NULL DEFAULT '0',
  `points_unchecked` double NOT NULL DEFAULT '0',
  `aorder` smallint(6) NOT NULL DEFAULT '0',
  `tstamp` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`answer_id`),
  KEY `i1_idx` (`question_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_a_mc`
--

LOCK TABLES `qpl_a_mc` WRITE;
/*!40000 ALTER TABLE `qpl_a_mc` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_a_mc` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_a_mc_seq`
--

DROP TABLE IF EXISTS `qpl_a_mc_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_a_mc_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_a_mc_seq`
--

LOCK TABLES `qpl_a_mc_seq` WRITE;
/*!40000 ALTER TABLE `qpl_a_mc_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_a_mc_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_a_mdef`
--

DROP TABLE IF EXISTS `qpl_a_mdef`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_a_mdef` (
  `def_id` int(11) NOT NULL DEFAULT '0',
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `definition` varchar(1000) DEFAULT NULL,
  `ident` int(11) NOT NULL DEFAULT '0',
  `picture` varchar(1000) DEFAULT NULL,
  PRIMARY KEY (`def_id`),
  KEY `i1_idx` (`question_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_a_mdef`
--

LOCK TABLES `qpl_a_mdef` WRITE;
/*!40000 ALTER TABLE `qpl_a_mdef` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_a_mdef` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_a_mdef_seq`
--

DROP TABLE IF EXISTS `qpl_a_mdef_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_a_mdef_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_a_mdef_seq`
--

LOCK TABLES `qpl_a_mdef_seq` WRITE;
/*!40000 ALTER TABLE `qpl_a_mdef_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_a_mdef_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_a_mterm`
--

DROP TABLE IF EXISTS `qpl_a_mterm`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_a_mterm` (
  `term_id` int(11) NOT NULL DEFAULT '0',
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `term` varchar(1000) DEFAULT NULL,
  `picture` varchar(1000) DEFAULT NULL,
  `ident` int(11) DEFAULT NULL,
  PRIMARY KEY (`term_id`),
  KEY `i1_idx` (`question_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_a_mterm`
--

LOCK TABLES `qpl_a_mterm` WRITE;
/*!40000 ALTER TABLE `qpl_a_mterm` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_a_mterm` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_a_mterm_seq`
--

DROP TABLE IF EXISTS `qpl_a_mterm_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_a_mterm_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_a_mterm_seq`
--

LOCK TABLES `qpl_a_mterm_seq` WRITE;
/*!40000 ALTER TABLE `qpl_a_mterm_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_a_mterm_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_a_ordering`
--

DROP TABLE IF EXISTS `qpl_a_ordering`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_a_ordering` (
  `answer_id` int(11) NOT NULL DEFAULT '0',
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `answertext` varchar(1000) DEFAULT NULL,
  `solution_key` smallint(6) NOT NULL DEFAULT '0',
  `random_id` int(11) NOT NULL DEFAULT '0',
  `tstamp` int(11) NOT NULL DEFAULT '0',
  `depth` int(11) NOT NULL DEFAULT '0',
  `position` mediumint(9) DEFAULT NULL,
  PRIMARY KEY (`answer_id`),
  KEY `i1_idx` (`question_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_a_ordering`
--

LOCK TABLES `qpl_a_ordering` WRITE;
/*!40000 ALTER TABLE `qpl_a_ordering` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_a_ordering` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_a_ordering_seq`
--

DROP TABLE IF EXISTS `qpl_a_ordering_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_a_ordering_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_a_ordering_seq`
--

LOCK TABLES `qpl_a_ordering_seq` WRITE;
/*!40000 ALTER TABLE `qpl_a_ordering_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_a_ordering_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_a_sc`
--

DROP TABLE IF EXISTS `qpl_a_sc`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_a_sc` (
  `answer_id` int(11) NOT NULL DEFAULT '0',
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `answertext` varchar(1000) DEFAULT NULL,
  `imagefile` varchar(1000) DEFAULT NULL,
  `points` double NOT NULL DEFAULT '0',
  `aorder` smallint(6) NOT NULL DEFAULT '0',
  `tstamp` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`answer_id`),
  KEY `i1_idx` (`question_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_a_sc`
--

LOCK TABLES `qpl_a_sc` WRITE;
/*!40000 ALTER TABLE `qpl_a_sc` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_a_sc` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_a_sc_seq`
--

DROP TABLE IF EXISTS `qpl_a_sc_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_a_sc_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_a_sc_seq`
--

LOCK TABLES `qpl_a_sc_seq` WRITE;
/*!40000 ALTER TABLE `qpl_a_sc_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_a_sc_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_a_textsubset`
--

DROP TABLE IF EXISTS `qpl_a_textsubset`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_a_textsubset` (
  `answer_id` int(11) NOT NULL DEFAULT '0',
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `answertext` varchar(1000) DEFAULT NULL,
  `points` double NOT NULL DEFAULT '0',
  `aorder` smallint(6) NOT NULL DEFAULT '0',
  `tstamp` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`answer_id`),
  KEY `i1_idx` (`question_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_a_textsubset`
--

LOCK TABLES `qpl_a_textsubset` WRITE;
/*!40000 ALTER TABLE `qpl_a_textsubset` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_a_textsubset` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_a_textsubset_seq`
--

DROP TABLE IF EXISTS `qpl_a_textsubset_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_a_textsubset_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_a_textsubset_seq`
--

LOCK TABLES `qpl_a_textsubset_seq` WRITE;
/*!40000 ALTER TABLE `qpl_a_textsubset_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_a_textsubset_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_fb_generic`
--

DROP TABLE IF EXISTS `qpl_fb_generic`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_fb_generic` (
  `feedback_id` int(11) NOT NULL DEFAULT '0',
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `correctness` varchar(1) DEFAULT '0',
  `tstamp` int(11) NOT NULL DEFAULT '0',
  `feedback` longtext,
  PRIMARY KEY (`feedback_id`),
  KEY `i1_idx` (`question_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_fb_generic`
--

LOCK TABLES `qpl_fb_generic` WRITE;
/*!40000 ALTER TABLE `qpl_fb_generic` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_fb_generic` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_fb_generic_seq`
--

DROP TABLE IF EXISTS `qpl_fb_generic_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_fb_generic_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_fb_generic_seq`
--

LOCK TABLES `qpl_fb_generic_seq` WRITE;
/*!40000 ALTER TABLE `qpl_fb_generic_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_fb_generic_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_fb_specific`
--

DROP TABLE IF EXISTS `qpl_fb_specific`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_fb_specific` (
  `feedback_id` int(11) NOT NULL DEFAULT '0',
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `answer` int(11) NOT NULL DEFAULT '0',
  `tstamp` int(11) NOT NULL DEFAULT '0',
  `feedback` longtext,
  `question` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`feedback_id`),
  UNIQUE KEY `con_idx` (`question_fi`,`question`,`answer`),
  KEY `i1_idx` (`question_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_fb_specific`
--

LOCK TABLES `qpl_fb_specific` WRITE;
/*!40000 ALTER TABLE `qpl_fb_specific` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_fb_specific` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_fb_specific_seq`
--

DROP TABLE IF EXISTS `qpl_fb_specific_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_fb_specific_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_fb_specific_seq`
--

LOCK TABLES `qpl_fb_specific_seq` WRITE;
/*!40000 ALTER TABLE `qpl_fb_specific_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_fb_specific_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_hint_tracking`
--

DROP TABLE IF EXISTS `qpl_hint_tracking`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_hint_tracking` (
  `qhtr_track_id` int(11) NOT NULL DEFAULT '0',
  `qhtr_active_fi` int(11) NOT NULL DEFAULT '0',
  `qhtr_pass` int(11) NOT NULL DEFAULT '0',
  `qhtr_question_fi` int(11) NOT NULL DEFAULT '0',
  `qhtr_hint_fi` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`qhtr_track_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_hint_tracking`
--

LOCK TABLES `qpl_hint_tracking` WRITE;
/*!40000 ALTER TABLE `qpl_hint_tracking` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_hint_tracking` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_hint_tracking_seq`
--

DROP TABLE IF EXISTS `qpl_hint_tracking_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_hint_tracking_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_hint_tracking_seq`
--

LOCK TABLES `qpl_hint_tracking_seq` WRITE;
/*!40000 ALTER TABLE `qpl_hint_tracking_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_hint_tracking_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_hints`
--

DROP TABLE IF EXISTS `qpl_hints`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_hints` (
  `qht_hint_id` int(11) NOT NULL DEFAULT '0',
  `qht_question_fi` int(11) NOT NULL DEFAULT '0',
  `qht_hint_index` int(11) NOT NULL DEFAULT '0',
  `qht_hint_points` double NOT NULL DEFAULT '0',
  `qht_hint_text` longtext,
  PRIMARY KEY (`qht_hint_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_hints`
--

LOCK TABLES `qpl_hints` WRITE;
/*!40000 ALTER TABLE `qpl_hints` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_hints` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_hints_seq`
--

DROP TABLE IF EXISTS `qpl_hints_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_hints_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_hints_seq`
--

LOCK TABLES `qpl_hints_seq` WRITE;
/*!40000 ALTER TABLE `qpl_hints_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_hints_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_num_range`
--

DROP TABLE IF EXISTS `qpl_num_range`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_num_range` (
  `range_id` int(11) NOT NULL DEFAULT '0',
  `lowerlimit` varchar(20) DEFAULT '0',
  `upperlimit` varchar(20) DEFAULT '0',
  `points` double NOT NULL DEFAULT '0',
  `aorder` int(11) NOT NULL DEFAULT '0',
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `tstamp` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`range_id`),
  KEY `i6_idx` (`question_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_num_range`
--

LOCK TABLES `qpl_num_range` WRITE;
/*!40000 ALTER TABLE `qpl_num_range` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_num_range` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_num_range_seq`
--

DROP TABLE IF EXISTS `qpl_num_range_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_num_range_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_num_range_seq`
--

LOCK TABLES `qpl_num_range_seq` WRITE;
/*!40000 ALTER TABLE `qpl_num_range_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_num_range_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_qst_cloze`
--

DROP TABLE IF EXISTS `qpl_qst_cloze`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_qst_cloze` (
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `textgap_rating` varchar(2) DEFAULT NULL,
  `identical_scoring` varchar(1) DEFAULT '1',
  `fixed_textlen` int(11) DEFAULT NULL,
  `cloze_text` longtext,
  `feedback_mode` varchar(16) NOT NULL DEFAULT 'gapQuestion',
  PRIMARY KEY (`question_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_qst_cloze`
--

LOCK TABLES `qpl_qst_cloze` WRITE;
/*!40000 ALTER TABLE `qpl_qst_cloze` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_qst_cloze` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_qst_errortext`
--

DROP TABLE IF EXISTS `qpl_qst_errortext`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_qst_errortext` (
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `errortext` varchar(4000) NOT NULL DEFAULT '',
  `textsize` double NOT NULL DEFAULT '100',
  `points_wrong` double NOT NULL DEFAULT '-1',
  `parsed_errortext` longtext,
  PRIMARY KEY (`question_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_qst_errortext`
--

LOCK TABLES `qpl_qst_errortext` WRITE;
/*!40000 ALTER TABLE `qpl_qst_errortext` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_qst_errortext` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_qst_essay`
--

DROP TABLE IF EXISTS `qpl_qst_essay`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_qst_essay` (
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `maxnumofchars` int(11) NOT NULL DEFAULT '0',
  `keywords` varchar(4000) DEFAULT NULL,
  `textgap_rating` varchar(2) DEFAULT NULL,
  `matchcondition` smallint(6) NOT NULL DEFAULT '0',
  `keyword_relation` varchar(3) NOT NULL DEFAULT 'any',
  `word_cnt_enabled` tinyint(4) DEFAULT '0',
  PRIMARY KEY (`question_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_qst_essay`
--

LOCK TABLES `qpl_qst_essay` WRITE;
/*!40000 ALTER TABLE `qpl_qst_essay` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_qst_essay` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_qst_fileupload`
--

DROP TABLE IF EXISTS `qpl_qst_fileupload`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_qst_fileupload` (
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `allowedextensions` varchar(255) DEFAULT NULL,
  `maxsize` double DEFAULT NULL,
  `compl_by_submission` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`question_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_qst_fileupload`
--

LOCK TABLES `qpl_qst_fileupload` WRITE;
/*!40000 ALTER TABLE `qpl_qst_fileupload` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_qst_fileupload` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_qst_flash`
--

DROP TABLE IF EXISTS `qpl_qst_flash`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_qst_flash` (
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `params` varchar(4000) DEFAULT NULL,
  `applet` varchar(150) DEFAULT NULL,
  `width` int(11) NOT NULL DEFAULT '550',
  `height` int(11) NOT NULL DEFAULT '400',
  PRIMARY KEY (`question_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_qst_flash`
--

LOCK TABLES `qpl_qst_flash` WRITE;
/*!40000 ALTER TABLE `qpl_qst_flash` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_qst_flash` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_qst_horder`
--

DROP TABLE IF EXISTS `qpl_qst_horder`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_qst_horder` (
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `ordertext` varchar(2000) DEFAULT NULL,
  `textsize` double DEFAULT NULL,
  PRIMARY KEY (`question_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_qst_horder`
--

LOCK TABLES `qpl_qst_horder` WRITE;
/*!40000 ALTER TABLE `qpl_qst_horder` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_qst_horder` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_qst_imagemap`
--

DROP TABLE IF EXISTS `qpl_qst_imagemap`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_qst_imagemap` (
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `image_file` varchar(100) DEFAULT NULL,
  `is_multiple_choice` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`question_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_qst_imagemap`
--

LOCK TABLES `qpl_qst_imagemap` WRITE;
/*!40000 ALTER TABLE `qpl_qst_imagemap` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_qst_imagemap` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_qst_javaapplet`
--

DROP TABLE IF EXISTS `qpl_qst_javaapplet`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_qst_javaapplet` (
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `image_file` varchar(100) DEFAULT NULL,
  `params` varchar(4000) DEFAULT NULL,
  PRIMARY KEY (`question_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_qst_javaapplet`
--

LOCK TABLES `qpl_qst_javaapplet` WRITE;
/*!40000 ALTER TABLE `qpl_qst_javaapplet` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_qst_javaapplet` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_qst_kprim`
--

DROP TABLE IF EXISTS `qpl_qst_kprim`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_qst_kprim` (
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `shuffle_answers` tinyint(4) NOT NULL DEFAULT '0',
  `answer_type` varchar(16) NOT NULL DEFAULT 'singleLine',
  `thumb_size` int(11) DEFAULT NULL,
  `opt_label` varchar(32) NOT NULL DEFAULT 'right/wrong',
  `custom_true` varchar(255) DEFAULT NULL,
  `custom_false` varchar(255) DEFAULT NULL,
  `score_partsol` tinyint(4) NOT NULL DEFAULT '0',
  `feedback_setting` int(11) NOT NULL DEFAULT '1',
  PRIMARY KEY (`question_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_qst_kprim`
--

LOCK TABLES `qpl_qst_kprim` WRITE;
/*!40000 ALTER TABLE `qpl_qst_kprim` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_qst_kprim` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_qst_lome`
--

DROP TABLE IF EXISTS `qpl_qst_lome`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_qst_lome` (
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `shuffle_answers` tinyint(4) NOT NULL DEFAULT '0',
  `answer_type` varchar(16) NOT NULL DEFAULT 'singleLine',
  `feedback_setting` int(11) NOT NULL DEFAULT '1',
  `long_menu_text` longtext,
  `min_auto_complete` tinyint(4) DEFAULT '3',
  `identical_scoring` tinyint(4) DEFAULT '1',
  PRIMARY KEY (`question_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_qst_lome`
--

LOCK TABLES `qpl_qst_lome` WRITE;
/*!40000 ALTER TABLE `qpl_qst_lome` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_qst_lome` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_qst_matching`
--

DROP TABLE IF EXISTS `qpl_qst_matching`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_qst_matching` (
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `shuffle` varchar(1) DEFAULT '1',
  `matching_type` varchar(1) DEFAULT '1',
  `thumb_geometry` int(11) NOT NULL DEFAULT '100',
  `matching_mode` varchar(3) DEFAULT NULL,
  PRIMARY KEY (`question_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_qst_matching`
--

LOCK TABLES `qpl_qst_matching` WRITE;
/*!40000 ALTER TABLE `qpl_qst_matching` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_qst_matching` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_qst_mc`
--

DROP TABLE IF EXISTS `qpl_qst_mc`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_qst_mc` (
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `shuffle` varchar(1) DEFAULT '1',
  `allow_images` varchar(1) DEFAULT '0',
  `resize_images` varchar(1) DEFAULT '0',
  `thumb_size` smallint(6) DEFAULT NULL,
  `feedback_setting` tinyint(4) NOT NULL DEFAULT '1',
  `selection_limit` int(11) DEFAULT NULL,
  PRIMARY KEY (`question_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_qst_mc`
--

LOCK TABLES `qpl_qst_mc` WRITE;
/*!40000 ALTER TABLE `qpl_qst_mc` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_qst_mc` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_qst_numeric`
--

DROP TABLE IF EXISTS `qpl_qst_numeric`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_qst_numeric` (
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `maxnumofchars` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`question_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_qst_numeric`
--

LOCK TABLES `qpl_qst_numeric` WRITE;
/*!40000 ALTER TABLE `qpl_qst_numeric` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_qst_numeric` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_qst_ordering`
--

DROP TABLE IF EXISTS `qpl_qst_ordering`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_qst_ordering` (
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `ordering_type` varchar(1) DEFAULT '1',
  `thumb_geometry` int(11) NOT NULL DEFAULT '100',
  `element_height` int(11) DEFAULT NULL,
  `scoring_type` mediumint(9) NOT NULL DEFAULT '0',
  `reduced_points` double NOT NULL DEFAULT '0',
  PRIMARY KEY (`question_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_qst_ordering`
--

LOCK TABLES `qpl_qst_ordering` WRITE;
/*!40000 ALTER TABLE `qpl_qst_ordering` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_qst_ordering` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_qst_sc`
--

DROP TABLE IF EXISTS `qpl_qst_sc`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_qst_sc` (
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `shuffle` varchar(1) DEFAULT '1',
  `allow_images` varchar(1) DEFAULT '0',
  `resize_images` varchar(1) DEFAULT '0',
  `thumb_size` smallint(6) DEFAULT NULL,
  `feedback_setting` tinyint(4) DEFAULT '2',
  PRIMARY KEY (`question_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_qst_sc`
--

LOCK TABLES `qpl_qst_sc` WRITE;
/*!40000 ALTER TABLE `qpl_qst_sc` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_qst_sc` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_qst_skl_assigns`
--

DROP TABLE IF EXISTS `qpl_qst_skl_assigns`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_qst_skl_assigns` (
  `obj_fi` int(11) NOT NULL DEFAULT '0',
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `skill_base_fi` int(11) NOT NULL DEFAULT '0',
  `skill_tref_fi` int(11) NOT NULL DEFAULT '0',
  `skill_points` int(11) NOT NULL DEFAULT '0',
  `eval_mode` varchar(16) DEFAULT NULL,
  PRIMARY KEY (`obj_fi`,`question_fi`,`skill_base_fi`,`skill_tref_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_qst_skl_assigns`
--

LOCK TABLES `qpl_qst_skl_assigns` WRITE;
/*!40000 ALTER TABLE `qpl_qst_skl_assigns` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_qst_skl_assigns` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_qst_skl_sol_expr`
--

DROP TABLE IF EXISTS `qpl_qst_skl_sol_expr`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_qst_skl_sol_expr` (
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `skill_base_fi` int(11) NOT NULL DEFAULT '0',
  `skill_tref_fi` int(11) NOT NULL DEFAULT '0',
  `order_index` int(11) NOT NULL DEFAULT '0',
  `expression` varchar(255) NOT NULL DEFAULT ' ',
  `points` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`question_fi`,`skill_base_fi`,`skill_tref_fi`,`order_index`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_qst_skl_sol_expr`
--

LOCK TABLES `qpl_qst_skl_sol_expr` WRITE;
/*!40000 ALTER TABLE `qpl_qst_skl_sol_expr` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_qst_skl_sol_expr` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_qst_textsubset`
--

DROP TABLE IF EXISTS `qpl_qst_textsubset`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_qst_textsubset` (
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `textgap_rating` varchar(2) DEFAULT NULL,
  `correctanswers` int(11) DEFAULT '0',
  PRIMARY KEY (`question_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_qst_textsubset`
--

LOCK TABLES `qpl_qst_textsubset` WRITE;
/*!40000 ALTER TABLE `qpl_qst_textsubset` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_qst_textsubset` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_qst_type`
--

DROP TABLE IF EXISTS `qpl_qst_type`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_qst_type` (
  `question_type_id` int(11) NOT NULL DEFAULT '0',
  `type_tag` varchar(35) DEFAULT NULL,
  `plugin` tinyint(4) NOT NULL DEFAULT '0',
  `plugin_name` varchar(40) DEFAULT NULL,
  PRIMARY KEY (`question_type_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_qst_type`
--

LOCK TABLES `qpl_qst_type` WRITE;
/*!40000 ALTER TABLE `qpl_qst_type` DISABLE KEYS */;
INSERT INTO `qpl_qst_type` VALUES (1,'assSingleChoice',0,NULL),(2,'assMultipleChoice',0,NULL),(3,'assClozeTest',0,NULL),(4,'assMatchingQuestion',0,NULL),(5,'assOrderingQuestion',0,NULL),(6,'assImagemapQuestion',0,NULL),(8,'assTextQuestion',0,NULL),(9,'assNumeric',0,NULL),(10,'assTextSubset',0,NULL),(13,'assOrderingHorizontal',0,NULL),(14,'assFileUpload',0,NULL),(15,'assErrorText',0,NULL),(16,'assFormulaQuestion',0,NULL),(17,'assKprimChoice',0,NULL),(18,'assLongMenu',0,NULL);
/*!40000 ALTER TABLE `qpl_qst_type` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_questionpool`
--

DROP TABLE IF EXISTS `qpl_questionpool`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_questionpool` (
  `id_questionpool` int(11) NOT NULL DEFAULT '0',
  `obj_fi` int(11) NOT NULL DEFAULT '0',
  `questioncount` int(11) NOT NULL DEFAULT '0',
  `tstamp` int(11) NOT NULL DEFAULT '0',
  `show_taxonomies` tinyint(4) NOT NULL DEFAULT '0',
  `skill_service` tinyint(4) DEFAULT NULL,
  PRIMARY KEY (`id_questionpool`),
  KEY `i1_idx` (`obj_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_questionpool`
--

LOCK TABLES `qpl_questionpool` WRITE;
/*!40000 ALTER TABLE `qpl_questionpool` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_questionpool` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_questionpool_seq`
--

DROP TABLE IF EXISTS `qpl_questionpool_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_questionpool_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_questionpool_seq`
--

LOCK TABLES `qpl_questionpool_seq` WRITE;
/*!40000 ALTER TABLE `qpl_questionpool_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_questionpool_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_questions`
--

DROP TABLE IF EXISTS `qpl_questions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_questions` (
  `question_id` int(11) NOT NULL DEFAULT '0',
  `question_type_fi` int(11) NOT NULL DEFAULT '0',
  `obj_fi` int(11) NOT NULL DEFAULT '0',
  `title` varchar(100) DEFAULT NULL,
  `description` varchar(1000) DEFAULT NULL,
  `author` varchar(50) DEFAULT NULL,
  `owner` int(11) NOT NULL DEFAULT '0',
  `points` double DEFAULT NULL,
  `complete` varchar(1) DEFAULT '1',
  `original_id` int(11) DEFAULT NULL,
  `tstamp` int(11) NOT NULL DEFAULT '0',
  `created` int(11) NOT NULL DEFAULT '0',
  `nr_of_tries` int(11) NOT NULL DEFAULT '0',
  `question_text` longtext,
  `add_cont_edit_mode` varchar(16) DEFAULT NULL,
  `external_id` varchar(255) DEFAULT NULL,
  `lifecycle` varchar(16) DEFAULT 'draft',
  PRIMARY KEY (`question_id`),
  KEY `i1_idx` (`question_type_fi`),
  KEY `i2_idx` (`original_id`),
  KEY `i3_idx` (`obj_fi`),
  KEY `i4_idx` (`title`),
  KEY `i5_idx` (`owner`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_questions`
--

LOCK TABLES `qpl_questions` WRITE;
/*!40000 ALTER TABLE `qpl_questions` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_questions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_questions_seq`
--

DROP TABLE IF EXISTS `qpl_questions_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_questions_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_questions_seq`
--

LOCK TABLES `qpl_questions_seq` WRITE;
/*!40000 ALTER TABLE `qpl_questions_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_questions_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_sol_sug`
--

DROP TABLE IF EXISTS `qpl_sol_sug`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_sol_sug` (
  `suggested_solution_id` int(11) NOT NULL DEFAULT '0',
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `internal_link` varchar(50) DEFAULT NULL,
  `import_id` varchar(50) DEFAULT NULL,
  `subquestion_index` int(11) NOT NULL DEFAULT '0',
  `type` varchar(32) DEFAULT NULL,
  `tstamp` int(11) NOT NULL DEFAULT '0',
  `value` longtext,
  PRIMARY KEY (`suggested_solution_id`),
  KEY `i1_idx` (`question_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_sol_sug`
--

LOCK TABLES `qpl_sol_sug` WRITE;
/*!40000 ALTER TABLE `qpl_sol_sug` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_sol_sug` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qpl_sol_sug_seq`
--

DROP TABLE IF EXISTS `qpl_sol_sug_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `qpl_sol_sug_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qpl_sol_sug_seq`
--

LOCK TABLES `qpl_sol_sug_seq` WRITE;
/*!40000 ALTER TABLE `qpl_sol_sug_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `qpl_sol_sug_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `rbac_fa`
--

DROP TABLE IF EXISTS `rbac_fa`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `rbac_fa` (
  `rol_id` int(11) NOT NULL DEFAULT '0',
  `parent` int(11) NOT NULL DEFAULT '0',
  `assign` char(1) DEFAULT NULL,
  `protected` char(1) DEFAULT 'n',
  `blocked` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`rol_id`,`parent`),
  KEY `i1_idx` (`parent`),
  KEY `i2_idx` (`assign`,`rol_id`),
  KEY `i3_idx` (`assign`,`parent`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `rbac_fa`
--

LOCK TABLES `rbac_fa` WRITE;
/*!40000 ALTER TABLE `rbac_fa` DISABLE KEYS */;
INSERT INTO `rbac_fa` VALUES (2,8,'y','y',0),(3,8,'n','n',0),(4,8,'y','n',0),(5,8,'y','n',0),(14,8,'y','n',0),(80,8,'n','y',0),(81,8,'n','n',0),(82,8,'n','n',0),(83,8,'n','n',0),(110,8,'n','y',0),(111,8,'n','n',0),(112,8,'n','n',0),(125,8,'n','y',0),(131,8,'n','n',0),(148,8,'n','n',0),(187,46,'y','n',0),(188,8,'n','n',0),(202,8,'n','n',0),(222,8,'n','n',0),(231,8,'n','n',0),(267,8,'n','n',0),(268,8,'n','n',0),(269,8,'n','n',0),(278,8,'n','n',0),(279,8,'n','n',0);
/*!40000 ALTER TABLE `rbac_fa` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `rbac_log`
--

DROP TABLE IF EXISTS `rbac_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `rbac_log` (
  `log_id` int(11) NOT NULL DEFAULT '0',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `created` int(11) NOT NULL DEFAULT '0',
  `ref_id` int(11) NOT NULL DEFAULT '0',
  `action` tinyint(4) NOT NULL DEFAULT '0',
  `data` longtext,
  PRIMARY KEY (`log_id`),
  KEY `i1_idx` (`ref_id`),
  KEY `i2_idx` (`created`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `rbac_log`
--

LOCK TABLES `rbac_log` WRITE;
/*!40000 ALTER TABLE `rbac_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `rbac_log` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `rbac_log_seq`
--

DROP TABLE IF EXISTS `rbac_log_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `rbac_log_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `rbac_log_seq`
--

LOCK TABLES `rbac_log_seq` WRITE;
/*!40000 ALTER TABLE `rbac_log_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `rbac_log_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `rbac_operations`
--

DROP TABLE IF EXISTS `rbac_operations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `rbac_operations` (
  `ops_id` int(11) NOT NULL DEFAULT '0',
  `operation` char(32) DEFAULT NULL,
  `description` char(255) DEFAULT NULL,
  `class` char(16) DEFAULT NULL,
  `op_order` smallint(6) DEFAULT NULL,
  PRIMARY KEY (`ops_id`),
  KEY `i1_idx` (`operation`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `rbac_operations`
--

LOCK TABLES `rbac_operations` WRITE;
/*!40000 ALTER TABLE `rbac_operations` DISABLE KEYS */;
INSERT INTO `rbac_operations` VALUES (1,'edit_permission','edit permissions','rbac',9000),(2,'visible','view object','general',1000),(3,'read','access object','general',2000),(4,'write','modify object','general',6000),(6,'delete','remove object','general',8000),(7,'join','join/subscribe','object',1200),(8,'leave','leave/unsubscribe','object',1400),(9,'add_reply','Reply to forum articles','object',3050),(10,'moderate_frm','delete forum articles','object',3750),(11,'smtp_mail','send external mail','object',210),(13,'create_usr','create new user account','create',9999),(14,'create_role','create new role definition','create',9999),(15,'create_rolt','create new role definition template','create',9999),(16,'create_cat','create new category','create',9999),(17,'create_grp','create new group','create',9999),(18,'create_frm','create new forum','create',9999),(19,'create_crs','create new course','create',9999),(20,'create_lm','create new learning module','create',9999),(21,'create_sahs','create new SCORM/AICC learning module','create',9999),(22,'create_glo','create new glossary','create',9999),(24,'create_exc','create new exercise','create',9999),(25,'create_file','upload new file','create',9999),(26,'create_fold','create new folder','create',9999),(27,'create_tst','create new test','create',9999),(28,'create_qpl','create new question pool','create',9999),(30,'internal_mail','users can use mail system','object',200),(31,'create_mep','create new media pool','create',9999),(32,'create_htlm','create new html learning module','create',9999),(40,'edit_userassignment','change userassignment of roles','object',2500),(41,'edit_roleassignment','change roleassignments of user accounts','object',2500),(42,'create_svy','create new survey','create',9999),(43,'create_spl','create new question pool (Survey)','create',9999),(45,'invite','invite','object',2600),(47,'cat_administrate_users','Administrate local user','object',7050),(48,'read_users','read local users','object',7000),(49,'push_desktop_items','Allow pushing desktop items','object',2400),(50,'create_webr','create web resource','create',9999),(51,'search','Allow using search','object',300),(52,'moderate','Moderate objects','object',3700),(55,'edit_learning_progress','edit learning progress','object',3600),(56,'tst_statistics','view the statistics of a test','object',7100),(57,'export_member_data','Export member data','object',0),(58,'copy','Copy Object','general',4000),(59,'create_feed','create external feed','create',9999),(60,'create_mcst','create media cast','create',9999),(61,'create_rcrs','create remote course','create',9999),(62,'add_thread','Add Threads','object',3100),(63,'create_sess','create session','create',9999),(64,'edit_content','Edit content','object',3000),(65,'create_wiki','create wiki','create',9999),(66,'edit_event','Edit calendar event','object',3600),(67,'create_crsr','create course reference','create',9999),(68,'create_catr','create category reference','create',9999),(69,'mail_to_global_roles','User may send mails to global roles','object',230),(71,'create_book','create booking pool','create',9999),(72,'add_consultation_hours','Add Consultation Hours Calendar','object',300),(73,'create_chtr','create chatroom','create',9999),(74,'create_blog','Create Blog','create',9999),(75,'create_dcl','Create Data Collection','create',9999),(76,'create_poll','Create Poll','create',9999),(77,'add_entry','Add Entry','object',3200),(78,'create_itgr','Create Item Group','create',9999),(79,'contribute','Contribute','object',3205),(80,'lp_other_users','See LP Data Of Other Users','object',250),(81,'create_bibl','Create Bibliographic','create',9999),(82,'create_cld','Create Cloud Folder','create',9999),(83,'upload','Upload Items','object',3240),(84,'delete_files','Delete Files','object',3260),(85,'delete_folders','Delete Folders','object',3270),(86,'download','Download Items','object',3230),(87,'files_visible','Files are visible','object',3210),(88,'folders_visible','Folders are visible','object',3220),(89,'folders_create','Folders may be created','object',3250),(90,'create_prtt','Create Portfolio Template','create',9999),(91,'create_orgu','Create OrgUnit','create',9999),(92,'view_learning_progress','View learning progress from users in this orgu.','object',270),(93,'view_learning_progress_rec','View learning progress from users in this orgu and subsequent orgus.','object',280),(94,'statistics_read','Read Statistics','object',2200),(95,'read_learning_progress','Read Learning Progress','object',2300),(96,'redact','Redact','object',3900),(97,'edit_wiki_navigation','Edit Wiki Navigation','object',3220),(98,'delete_wiki_pages','Delete Wiki Pages','object',3300),(99,'activate_wiki_protection','Set Read-Only','object',3240),(100,'wiki_html_export','Wiki HTML Export','object',3242),(101,'create_prg','Create Study Programme','create',9999),(102,'manage_members','Manage Members','object',2400),(103,'sty_write_content','Edit Content Styles','object',6101),(104,'sty_write_system','Edit System Styles','object',6100),(105,'sty_write_page_layout','Edit Page Layouts','object',6102),(106,'create_grpr','Create Group Reference','create',9999),(107,'news_add_news','Add News','object',2100),(108,'create_iass','Create Individual Assessment','create',9999),(109,'edit_members','Manage members','object',2400),(110,'amend_grading','Amend grading','object',8200),(111,'grade','Grade','object',2410),(112,'edit_page_meta','Edit Page Metadata','object',3050),(113,'release_objects','Release objects','object',500),(114,'edit_submissions_grades','Edit Submissions Grades','object',3800),(115,'tst_results','view the results of test participants','object',7050),(116,'create_copa','Create Content Page Object','create',9999),(117,'manage_materials','Manage Materials','object',6500),(118,'edit_metadata','Edit Metadata','object',5800),(119,'create_lso','Create Learning Sequence','create',9999),(120,'participate','Participate to Learning Sequence','object',1010),(121,'unparticipate','Unparticipate from Learning Sequence','object',1020),(122,'read_results','Access Results','object',2500),(123,'change_presentation','change presentation of a view','object',200),(124,'upload_blacklisted_files','Upload Blacklisted Files','object',1),(125,'read_outcomes','Access Outcomes','object',2250),(126,'create_lti','Create LTI Consumer Object','create',9999),(127,'create_cmix','Create cmi5/xAPI Object','create',9999),(128,'add_consume_provider','Allow Add Own Provider','object',3510),(129,'create_prgr','Create Study Programme Reference','create',9999),(130,'add_pages','Create Pages','object',3070),(131,'edit_file','Edit File','object',5990),(132,'read_comp','Read Competences','object',6500),(133,'read_profiles','Read Competence Profiles','object',6510),(134,'manage_comp','Manage Competences','object',8500),(135,'manage_comp_temp','Manage Competence Templates','object',8510),(136,'manage_profiles','Manage Competence Profiles','object',8520),(137,'create_skee','Create Skill Tree','create',9999);
/*!40000 ALTER TABLE `rbac_operations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `rbac_operations_seq`
--

DROP TABLE IF EXISTS `rbac_operations_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `rbac_operations_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB AUTO_INCREMENT=138 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `rbac_operations_seq`
--

LOCK TABLES `rbac_operations_seq` WRITE;
/*!40000 ALTER TABLE `rbac_operations_seq` DISABLE KEYS */;
INSERT INTO `rbac_operations_seq` VALUES (137);
/*!40000 ALTER TABLE `rbac_operations_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `rbac_pa`
--

DROP TABLE IF EXISTS `rbac_pa`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `rbac_pa` (
  `rol_id` int(11) NOT NULL DEFAULT '0',
  `ops_id` varchar(4000) DEFAULT NULL,
  `ref_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`rol_id`,`ref_id`),
  KEY `i1_idx` (`ref_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `rbac_pa`
--

LOCK TABLES `rbac_pa` WRITE;
/*!40000 ALTER TABLE `rbac_pa` DISABLE KEYS */;
INSERT INTO `rbac_pa` VALUES (2,'a:1:{i:0;s:2:\"51\";}',22),(3,'a:1:{i:0;s:2:\"51\";}',22),(4,'a:2:{i:0;i:3;i:1;i:2;}',1),(4,'a:1:{i:0;i:30;}',12),(4,'a:1:{i:0;i:51;}',22),(4,'a:2:{i:0;i:2;i:1;i:3;}',24),(4,'a:2:{i:0;i:2;i:1;i:3;}',46),(5,'a:2:{i:0;i:3;i:1;i:2;}',1),(5,'a:2:{i:0;i:30;i:1;i:69;}',12),(5,'a:1:{i:0;s:2:\"51\";}',22),(14,'a:2:{i:0;i:3;i:1;i:2;}',1),(14,'a:1:{i:0;i:69;}',12),(14,'a:1:{i:0;s:2:\"51\";}',22),(80,'a:1:{i:0;s:2:\"51\";}',22),(81,'a:1:{i:0;s:2:\"51\";}',22),(82,'a:1:{i:0;s:2:\"51\";}',22),(83,'a:1:{i:0;s:2:\"51\";}',22),(110,'a:1:{i:0;s:2:\"51\";}',22),(111,'a:1:{i:0;s:2:\"51\";}',22),(112,'a:1:{i:0;s:2:\"51\";}',22),(187,'a:3:{i:0;i:52;i:1;i:3;i:2;i:2;}',46);
/*!40000 ALTER TABLE `rbac_pa` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `rbac_ta`
--

DROP TABLE IF EXISTS `rbac_ta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `rbac_ta` (
  `typ_id` int(11) NOT NULL DEFAULT '0',
  `ops_id` smallint(6) NOT NULL DEFAULT '0',
  PRIMARY KEY (`typ_id`,`ops_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `rbac_ta`
--

LOCK TABLES `rbac_ta` WRITE;
/*!40000 ALTER TABLE `rbac_ta` DISABLE KEYS */;
INSERT INTO `rbac_ta` VALUES (15,1),(15,2),(15,3),(15,4),(15,6),(15,7),(15,8),(15,17),(15,18),(15,20),(15,21),(15,22),(15,24),(15,25),(15,26),(15,27),(15,28),(15,31),(15,32),(15,42),(15,43),(15,50),(15,55),(15,58),(15,59),(15,60),(15,63),(15,65),(15,66),(15,67),(15,68),(15,71),(15,73),(15,74),(15,75),(15,76),(15,78),(15,81),(15,82),(15,90),(15,95),(15,102),(15,106),(15,107),(15,111),(15,116),(15,119),(15,126),(15,127),(16,1),(16,2),(16,3),(16,4),(16,6),(16,16),(16,17),(16,18),(16,19),(16,20),(16,21),(16,22),(16,24),(16,25),(16,27),(16,28),(16,31),(16,32),(16,42),(16,43),(16,47),(16,48),(16,50),(16,58),(16,59),(16,60),(16,61),(16,65),(16,67),(16,68),(16,71),(16,73),(16,74),(16,75),(16,76),(16,78),(16,81),(16,82),(16,90),(16,101),(16,106),(16,108),(16,116),(16,119),(16,126),(16,127),(17,1),(17,2),(17,3),(17,4),(17,6),(17,7),(17,8),(17,17),(17,18),(17,20),(17,21),(17,22),(17,24),(17,25),(17,26),(17,27),(17,28),(17,31),(17,32),(17,42),(17,43),(17,50),(17,55),(17,58),(17,59),(17,60),(17,63),(17,65),(17,66),(17,67),(17,68),(17,71),(17,73),(17,74),(17,75),(17,76),(17,78),(17,81),(17,82),(17,90),(17,95),(17,102),(17,106),(17,107),(17,108),(17,111),(17,116),(17,119),(17,126),(17,127),(19,1),(19,2),(19,3),(19,4),(19,11),(19,30),(19,69),(20,1),(20,2),(20,3),(20,4),(20,6),(20,55),(20,58),(20,95),(21,1),(21,2),(21,3),(21,4),(22,1),(22,2),(22,3),(22,4),(22,6),(22,13),(22,41),(22,49),(23,1),(23,2),(23,3),(23,4),(23,6),(23,14),(23,15),(23,40),(24,1),(24,2),(24,3),(24,4),(28,1),(28,2),(28,3),(28,4),(32,1),(32,2),(32,3),(32,4),(32,6),(32,58),(32,64),(33,1),(33,2),(33,3),(33,4),(33,16),(33,17),(33,18),(33,19),(33,20),(33,21),(33,22),(33,24),(33,25),(33,27),(33,28),(33,31),(33,32),(33,42),(33,43),(33,50),(33,59),(33,60),(33,61),(33,65),(33,67),(33,68),(33,71),(33,73),(33,74),(33,75),(33,76),(33,78),(33,81),(33,82),(33,90),(33,91),(33,101),(33,106),(33,108),(33,116),(33,119),(33,126),(33,127),(34,1),(34,2),(34,3),(34,4),(34,6),(34,55),(34,58),(34,95),(37,1),(37,2),(37,3),(37,4),(37,6),(37,9),(37,10),(37,55),(37,58),(37,62),(37,95),(84,1),(84,2),(84,3),(84,4),(84,6),(84,55),(84,58),(84,95),(84,114),(85,1),(85,2),(85,3),(85,4),(87,1),(87,2),(87,3),(87,4),(87,6),(87,17),(87,18),(87,20),(87,21),(87,22),(87,24),(87,25),(87,26),(87,27),(87,28),(87,31),(87,32),(87,42),(87,43),(87,50),(87,55),(87,58),(87,60),(87,63),(87,65),(87,71),(87,73),(87,74),(87,75),(87,76),(87,78),(87,81),(87,82),(87,90),(87,95),(87,106),(87,116),(87,119),(87,126),(87,127),(88,1),(88,2),(88,3),(88,4),(88,6),(88,55),(88,58),(88,95),(88,131),(94,1),(94,2),(94,3),(94,4),(94,6),(94,55),(94,56),(94,58),(94,95),(94,115),(95,1),(95,2),(95,3),(95,4),(95,6),(95,58),(96,1),(96,2),(96,3),(96,4),(96,6),(96,52),(96,58),(97,1),(97,2),(97,3),(97,4),(99,1),(99,2),(99,3),(99,4),(101,1),(101,2),(101,3),(101,4),(101,6),(101,58),(102,1),(102,2),(102,3),(102,4),(102,6),(102,55),(102,58),(102,95),(103,1),(103,2),(103,3),(103,4),(103,6),(103,45),(103,55),(103,58),(103,95),(103,122),(104,1),(104,2),(104,3),(104,4),(104,6),(104,58),(106,1),(106,2),(106,3),(106,4),(106,66),(106,70),(106,72),(108,1),(108,2),(108,3),(108,4),(108,6),(108,80),(115,1),(115,2),(115,3),(115,4),(117,1),(117,2),(117,3),(117,103),(117,104),(117,105),(122,1),(122,2),(122,3),(122,4),(122,6),(122,58),(123,1),(123,2),(123,3),(123,4),(123,51),(127,1),(127,2),(127,3),(127,4),(135,1),(135,2),(135,3),(135,4),(137,1),(137,2),(137,3),(137,4),(137,57),(139,1),(139,2),(139,3),(139,4),(141,1),(141,3),(141,4),(141,6),(141,58),(142,1),(142,2),(142,3),(142,4),(142,6),(142,55),(142,58),(142,95),(143,1),(143,2),(143,3),(143,4),(143,123),(145,1),(145,2),(145,3),(145,4),(145,6),(146,1),(146,2),(146,3),(146,4),(149,1),(149,2),(149,3),(149,4),(151,1),(151,2),(151,3),(151,4),(151,124),(153,1),(153,2),(153,3),(153,4),(155,1),(155,2),(155,3),(155,4),(155,6),(155,55),(155,58),(155,95),(155,102),(155,117),(155,118),(156,1),(156,2),(156,3),(156,4),(158,1),(158,2),(158,3),(158,4),(158,6),(158,58),(158,64),(158,94),(158,97),(158,98),(158,99),(158,100),(158,112),(158,130),(159,1),(159,2),(159,4),(159,6),(159,55),(159,58),(159,95),(160,1),(160,2),(160,4),(160,6),(160,58),(161,1),(161,2),(161,3),(161,4),(163,1),(163,2),(163,3),(163,4),(165,1),(165,2),(165,3),(165,4),(167,1),(167,2),(167,3),(167,4),(169,1),(169,2),(169,3),(169,4),(171,1),(171,2),(171,3),(171,4),(173,1),(173,2),(173,3),(173,4),(173,6),(173,58),(174,1),(174,2),(174,3),(174,4),(174,137),(176,1),(176,2),(176,3),(176,4),(178,1),(178,2),(178,3),(178,4),(180,1),(180,2),(180,3),(180,4),(180,6),(180,52),(180,58),(182,1),(182,2),(182,3),(182,4),(183,1),(183,2),(183,3),(183,4),(189,1),(189,2),(189,3),(189,4),(189,6),(189,58),(189,79),(189,96),(190,1),(190,2),(190,3),(190,4),(190,6),(190,58),(190,64),(190,77),(191,1),(191,3),(191,4),(191,6),(191,58),(192,1),(192,2),(192,3),(192,4),(194,1),(194,2),(194,3),(194,4),(194,6),(194,58),(195,1),(195,2),(195,3),(195,4),(195,6),(196,1),(196,2),(196,3),(196,4),(196,6),(197,1),(197,2),(197,3),(197,4),(197,6),(198,1),(198,2),(198,3),(198,4),(198,6),(199,1),(199,2),(199,3),(199,4),(199,6),(200,1),(200,2),(200,3),(200,4),(200,6),(201,1),(201,2),(201,3),(201,4),(201,6),(203,1),(203,2),(203,3),(203,4),(205,1),(205,2),(205,3),(205,4),(207,1),(207,2),(207,3),(207,4),(207,6),(207,58),(208,1),(208,2),(208,3),(208,4),(210,1),(210,2),(210,3),(210,4),(210,6),(210,83),(210,84),(210,85),(210,86),(210,87),(210,88),(210,89),(211,1),(211,2),(211,3),(211,4),(213,1),(213,2),(213,3),(213,4),(215,1),(215,2),(215,3),(215,4),(217,1),(217,2),(217,3),(217,4),(219,1),(219,2),(219,3),(219,4),(219,6),(219,58),(220,1),(220,2),(220,3),(220,4),(220,6),(220,47),(220,48),(220,58),(220,91),(220,92),(220,93),(223,1),(223,2),(223,3),(223,4),(225,1),(225,2),(225,3),(225,4),(227,1),(227,2),(227,3),(227,4),(229,1),(229,2),(229,3),(229,4),(232,1),(232,2),(232,3),(232,4),(234,1),(234,2),(234,3),(234,4),(236,1),(236,2),(236,3),(236,4),(236,6),(236,58),(236,101),(236,102),(236,129),(237,1),(237,2),(237,3),(237,4),(239,1),(239,2),(239,3),(239,4),(261,1),(261,2),(261,4),(261,6),(261,58),(262,1),(262,2),(262,3),(262,4),(266,1),(266,2),(266,3),(266,4),(266,6),(266,55),(266,58),(266,95),(266,109),(266,110),(272,1),(272,2),(272,3),(272,4),(272,113),(272,128),(274,1),(274,2),(274,3),(274,4),(274,6),(274,55),(274,58),(274,95),(275,1),(275,2),(275,3),(275,4),(277,1),(277,2),(277,3),(277,4),(277,6),(277,55),(277,58),(277,95),(277,102),(277,120),(277,121),(280,1),(280,2),(280,3),(280,4),(280,6),(280,55),(280,58),(280,95),(280,125),(281,1),(281,2),(281,3),(281,4),(281,6),(281,55),(281,58),(281,95),(281,125),(282,1),(282,2),(282,3),(282,4),(284,1),(284,2),(284,3),(284,4),(286,1),(286,2),(286,3),(286,4),(288,1),(288,2),(288,3),(288,4),(290,1),(290,2),(290,3),(290,4),(292,1),(292,2),(292,4),(292,6),(292,58),(293,1),(293,2),(293,3),(293,4),(295,1),(295,2),(295,3),(295,4),(297,1),(297,2),(297,3),(297,4),(299,1),(299,2),(299,3),(299,4),(301,1),(301,2),(301,3),(301,4),(303,1),(303,2),(303,3),(303,4),(305,1),(305,2),(305,3),(305,4),(307,1),(307,2),(307,3),(307,4),(309,1),(309,2),(309,3),(309,4),(311,1),(311,2),(311,3),(311,4),(311,6),(311,58),(311,132),(311,133),(311,134),(311,135),(311,136);
/*!40000 ALTER TABLE `rbac_ta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `rbac_templates`
--

DROP TABLE IF EXISTS `rbac_templates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `rbac_templates` (
  `rol_id` int(11) NOT NULL DEFAULT '0',
  `type` char(5) NOT NULL DEFAULT '',
  `ops_id` int(11) NOT NULL DEFAULT '0',
  `parent` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`rol_id`,`parent`,`type`,`ops_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `rbac_templates`
--

LOCK TABLES `rbac_templates` WRITE;
/*!40000 ALTER TABLE `rbac_templates` DISABLE KEYS */;
INSERT INTO `rbac_templates` VALUES (3,'bibl',1,8),(3,'bibl',2,8),(3,'bibl',3,8),(3,'bibl',4,8),(3,'bibl',6,8),(3,'bibl',58,8),(3,'blog',1,8),(3,'blog',2,8),(3,'blog',3,8),(3,'blog',4,8),(3,'blog',6,8),(3,'blog',58,8),(3,'blog',79,8),(3,'blog',96,8),(3,'book',1,8),(3,'book',2,8),(3,'book',3,8),(3,'book',4,8),(3,'book',6,8),(3,'book',58,8),(3,'cat',2,8),(3,'cat',3,8),(3,'cat',4,8),(3,'cat',6,8),(3,'cat',16,8),(3,'cat',17,8),(3,'cat',18,8),(3,'cat',19,8),(3,'cat',20,8),(3,'cat',21,8),(3,'cat',22,8),(3,'cat',24,8),(3,'cat',25,8),(3,'cat',27,8),(3,'cat',28,8),(3,'cat',31,8),(3,'cat',32,8),(3,'cat',42,8),(3,'cat',43,8),(3,'cat',50,8),(3,'cat',58,8),(3,'cat',59,8),(3,'cat',60,8),(3,'cat',65,8),(3,'cat',67,8),(3,'cat',68,8),(3,'cat',71,8),(3,'cat',73,8),(3,'cat',74,8),(3,'cat',75,8),(3,'cat',76,8),(3,'cat',78,8),(3,'cat',81,8),(3,'cat',82,8),(3,'cat',90,8),(3,'cat',101,8),(3,'cat',106,8),(3,'cat',108,8),(3,'cat',116,8),(3,'cat',119,8),(3,'cat',126,8),(3,'cat',127,8),(3,'catr',1,8),(3,'catr',2,8),(3,'catr',4,8),(3,'catr',6,8),(3,'catr',58,8),(3,'chtr',1,8),(3,'chtr',2,8),(3,'chtr',3,8),(3,'chtr',4,8),(3,'chtr',6,8),(3,'chtr',52,8),(3,'chtr',58,8),(3,'cld',1,8),(3,'cld',2,8),(3,'cld',3,8),(3,'cld',4,8),(3,'cld',6,8),(3,'cld',83,8),(3,'cld',84,8),(3,'cld',85,8),(3,'cld',86,8),(3,'cld',87,8),(3,'cld',88,8),(3,'cld',89,8),(3,'cmix',1,8),(3,'cmix',2,8),(3,'cmix',3,8),(3,'cmix',4,8),(3,'cmix',6,8),(3,'cmix',55,8),(3,'cmix',58,8),(3,'cmix',95,8),(3,'cmix',125,8),(3,'copa',1,8),(3,'copa',2,8),(3,'copa',3,8),(3,'copa',4,8),(3,'copa',6,8),(3,'copa',55,8),(3,'copa',58,8),(3,'copa',95,8),(3,'crs',1,8),(3,'crs',2,8),(3,'crs',3,8),(3,'crs',4,8),(3,'crs',6,8),(3,'crs',7,8),(3,'crs',8,8),(3,'crs',17,8),(3,'crs',18,8),(3,'crs',20,8),(3,'crs',21,8),(3,'crs',22,8),(3,'crs',24,8),(3,'crs',25,8),(3,'crs',26,8),(3,'crs',27,8),(3,'crs',28,8),(3,'crs',31,8),(3,'crs',32,8),(3,'crs',42,8),(3,'crs',43,8),(3,'crs',50,8),(3,'crs',55,8),(3,'crs',58,8),(3,'crs',59,8),(3,'crs',60,8),(3,'crs',63,8),(3,'crs',65,8),(3,'crs',66,8),(3,'crs',67,8),(3,'crs',68,8),(3,'crs',71,8),(3,'crs',73,8),(3,'crs',74,8),(3,'crs',75,8),(3,'crs',76,8),(3,'crs',78,8),(3,'crs',81,8),(3,'crs',82,8),(3,'crs',90,8),(3,'crs',95,8),(3,'crs',102,8),(3,'crs',106,8),(3,'crs',107,8),(3,'crs',108,8),(3,'crs',111,8),(3,'crs',116,8),(3,'crs',119,8),(3,'crs',126,8),(3,'crs',127,8),(3,'crsr',1,8),(3,'crsr',2,8),(3,'crsr',4,8),(3,'crsr',6,8),(3,'crsr',55,8),(3,'crsr',58,8),(3,'crsr',95,8),(3,'dcl',1,8),(3,'dcl',2,8),(3,'dcl',3,8),(3,'dcl',4,8),(3,'dcl',6,8),(3,'dcl',58,8),(3,'dcl',64,8),(3,'dcl',77,8),(3,'exc',1,8),(3,'exc',2,8),(3,'exc',3,8),(3,'exc',4,8),(3,'exc',6,8),(3,'exc',55,8),(3,'exc',58,8),(3,'exc',95,8),(3,'exc',114,8),(3,'feed',1,8),(3,'feed',3,8),(3,'feed',4,8),(3,'feed',6,8),(3,'feed',58,8),(3,'file',1,8),(3,'file',2,8),(3,'file',3,8),(3,'file',4,8),(3,'file',6,8),(3,'file',55,8),(3,'file',58,8),(3,'file',95,8),(3,'file',131,8),(3,'fold',1,8),(3,'fold',2,8),(3,'fold',3,8),(3,'fold',4,8),(3,'fold',6,8),(3,'fold',17,8),(3,'fold',18,8),(3,'fold',20,8),(3,'fold',21,8),(3,'fold',22,8),(3,'fold',24,8),(3,'fold',25,8),(3,'fold',26,8),(3,'fold',27,8),(3,'fold',28,8),(3,'fold',31,8),(3,'fold',32,8),(3,'fold',42,8),(3,'fold',43,8),(3,'fold',50,8),(3,'fold',55,8),(3,'fold',58,8),(3,'fold',60,8),(3,'fold',63,8),(3,'fold',65,8),(3,'fold',71,8),(3,'fold',73,8),(3,'fold',74,8),(3,'fold',75,8),(3,'fold',76,8),(3,'fold',78,8),(3,'fold',81,8),(3,'fold',82,8),(3,'fold',90,8),(3,'fold',95,8),(3,'fold',106,8),(3,'fold',108,8),(3,'fold',116,8),(3,'fold',119,8),(3,'fold',126,8),(3,'fold',127,8),(3,'frm',1,8),(3,'frm',2,8),(3,'frm',3,8),(3,'frm',4,8),(3,'frm',6,8),(3,'frm',9,8),(3,'frm',10,8),(3,'frm',55,8),(3,'frm',58,8),(3,'frm',62,8),(3,'frm',95,8),(3,'glo',1,8),(3,'glo',2,8),(3,'glo',3,8),(3,'glo',4,8),(3,'glo',6,8),(3,'glo',58,8),(3,'glo',64,8),(3,'grp',1,8),(3,'grp',2,8),(3,'grp',3,8),(3,'grp',4,8),(3,'grp',6,8),(3,'grp',7,8),(3,'grp',17,8),(3,'grp',18,8),(3,'grp',20,8),(3,'grp',21,8),(3,'grp',22,8),(3,'grp',24,8),(3,'grp',25,8),(3,'grp',26,8),(3,'grp',27,8),(3,'grp',28,8),(3,'grp',31,8),(3,'grp',32,8),(3,'grp',42,8),(3,'grp',43,8),(3,'grp',50,8),(3,'grp',55,8),(3,'grp',58,8),(3,'grp',59,8),(3,'grp',60,8),(3,'grp',63,8),(3,'grp',65,8),(3,'grp',66,8),(3,'grp',67,8),(3,'grp',68,8),(3,'grp',71,8),(3,'grp',73,8),(3,'grp',74,8),(3,'grp',75,8),(3,'grp',76,8),(3,'grp',78,8),(3,'grp',81,8),(3,'grp',82,8),(3,'grp',90,8),(3,'grp',95,8),(3,'grp',102,8),(3,'grp',106,8),(3,'grp',107,8),(3,'grp',108,8),(3,'grp',111,8),(3,'grp',116,8),(3,'grp',119,8),(3,'grp',126,8),(3,'grp',127,8),(3,'grpr',1,8),(3,'grpr',2,8),(3,'grpr',4,8),(3,'grpr',6,8),(3,'grpr',58,8),(3,'htlm',1,8),(3,'htlm',2,8),(3,'htlm',3,8),(3,'htlm',4,8),(3,'htlm',6,8),(3,'htlm',55,8),(3,'htlm',58,8),(3,'htlm',95,8),(3,'iass',1,8),(3,'iass',2,8),(3,'iass',3,8),(3,'iass',4,8),(3,'iass',6,8),(3,'iass',55,8),(3,'iass',58,8),(3,'iass',95,8),(3,'iass',109,8),(3,'itgr',1,8),(3,'itgr',2,8),(3,'itgr',3,8),(3,'itgr',4,8),(3,'itgr',6,8),(3,'itgr',58,8),(3,'lm',1,8),(3,'lm',2,8),(3,'lm',3,8),(3,'lm',4,8),(3,'lm',6,8),(3,'lm',55,8),(3,'lm',58,8),(3,'lm',95,8),(3,'lso',1,8),(3,'lso',2,8),(3,'lso',3,8),(3,'lso',4,8),(3,'lso',6,8),(3,'lso',55,8),(3,'lso',58,8),(3,'lso',95,8),(3,'lti',1,8),(3,'lti',2,8),(3,'lti',3,8),(3,'lti',4,8),(3,'lti',6,8),(3,'lti',55,8),(3,'lti',58,8),(3,'lti',95,8),(3,'lti',125,8),(3,'mcst',1,8),(3,'mcst',2,8),(3,'mcst',3,8),(3,'mcst',4,8),(3,'mcst',6,8),(3,'mcst',55,8),(3,'mcst',58,8),(3,'mcst',95,8),(3,'mep',1,8),(3,'mep',2,8),(3,'mep',3,8),(3,'mep',4,8),(3,'mep',6,8),(3,'mep',58,8),(3,'poll',1,8),(3,'poll',3,8),(3,'poll',4,8),(3,'poll',6,8),(3,'poll',58,8),(3,'prg',1,8),(3,'prg',2,8),(3,'prg',3,8),(3,'prg',4,8),(3,'prg',6,8),(3,'prg',58,8),(3,'prg',101,8),(3,'prg',102,8),(3,'prtt',1,8),(3,'prtt',2,8),(3,'prtt',3,8),(3,'prtt',4,8),(3,'prtt',6,8),(3,'prtt',58,8),(3,'qpl',1,8),(3,'qpl',2,8),(3,'qpl',3,8),(3,'qpl',4,8),(3,'qpl',6,8),(3,'qpl',58,8),(3,'root',2,8),(3,'root',3,8),(3,'sahs',1,8),(3,'sahs',2,8),(3,'sahs',3,8),(3,'sahs',4,8),(3,'sahs',6,8),(3,'sahs',55,8),(3,'sahs',58,8),(3,'sahs',95,8),(3,'sess',1,8),(3,'sess',2,8),(3,'sess',3,8),(3,'sess',4,8),(3,'sess',6,8),(3,'sess',55,8),(3,'sess',58,8),(3,'sess',95,8),(3,'sess',102,8),(3,'sess',117,8),(3,'sess',118,8),(3,'spl',1,8),(3,'spl',2,8),(3,'spl',3,8),(3,'spl',4,8),(3,'spl',6,8),(3,'spl',58,8),(3,'svy',1,8),(3,'svy',2,8),(3,'svy',3,8),(3,'svy',4,8),(3,'svy',6,8),(3,'svy',45,8),(3,'svy',55,8),(3,'svy',58,8),(3,'svy',95,8),(3,'svy',122,8),(3,'tst',1,8),(3,'tst',2,8),(3,'tst',3,8),(3,'tst',4,8),(3,'tst',6,8),(3,'tst',55,8),(3,'tst',56,8),(3,'tst',58,8),(3,'tst',95,8),(3,'tst',115,8),(3,'webr',1,8),(3,'webr',2,8),(3,'webr',3,8),(3,'webr',4,8),(3,'webr',6,8),(3,'webr',58,8),(3,'wiki',1,8),(3,'wiki',2,8),(3,'wiki',3,8),(3,'wiki',4,8),(3,'wiki',6,8),(3,'wiki',58,8),(3,'wiki',64,8),(3,'wiki',94,8),(3,'wiki',97,8),(3,'wiki',98,8),(3,'wiki',99,8),(3,'wiki',100,8),(3,'wiki',112,8),(3,'wiki',130,8),(4,'bibl',2,8),(4,'bibl',3,8),(4,'blog',2,8),(4,'blog',3,8),(4,'book',2,8),(4,'book',3,8),(4,'cat',2,8),(4,'cat',3,8),(4,'catr',2,8),(4,'chtr',2,8),(4,'chtr',3,8),(4,'cmix',2,8),(4,'cmix',3,8),(4,'copa',2,8),(4,'copa',3,8),(4,'crs',2,8),(4,'crs',7,8),(4,'crsr',2,8),(4,'dcl',2,8),(4,'dcl',3,8),(4,'exc',2,8),(4,'exc',3,8),(4,'feed',3,8),(4,'file',2,8),(4,'file',3,8),(4,'fold',2,8),(4,'fold',3,8),(4,'frm',2,8),(4,'frm',3,8),(4,'frm',9,8),(4,'frm',62,8),(4,'glo',2,8),(4,'glo',3,8),(4,'grp',2,8),(4,'grp',7,8),(4,'grpr',2,8),(4,'htlm',2,8),(4,'htlm',3,8),(4,'iass',2,8),(4,'iass',3,8),(4,'itgr',2,8),(4,'itgr',3,8),(4,'lm',2,8),(4,'lm',3,8),(4,'lso',2,8),(4,'lso',3,8),(4,'lti',2,8),(4,'lti',3,8),(4,'mail',30,8),(4,'mcst',2,8),(4,'mcst',3,8),(4,'poll',3,8),(4,'prg',2,8),(4,'prg',3,8),(4,'root',2,8),(4,'root',3,8),(4,'sahs',2,8),(4,'sahs',3,8),(4,'seas',51,8),(4,'sess',2,8),(4,'sess',3,8),(4,'svy',2,8),(4,'svy',3,8),(4,'tst',2,8),(4,'tst',3,8),(4,'webr',2,8),(4,'webr',3,8),(4,'wiki',2,8),(4,'wiki',3,8),(4,'wiki',64,8),(4,'wiki',130,8),(5,'bibl',2,8),(5,'blog',2,8),(5,'book',2,8),(5,'cat',2,8),(5,'catr',2,8),(5,'chtr',2,8),(5,'crs',2,8),(5,'crsr',2,8),(5,'dcl',2,8),(5,'exc',2,8),(5,'feed',3,8),(5,'file',2,8),(5,'frm',2,8),(5,'glo',2,8),(5,'grp',2,8),(5,'grpr',2,8),(5,'htlm',2,8),(5,'itgr',2,8),(5,'itgr',3,8),(5,'lm',2,8),(5,'mcst',2,8),(5,'prg',2,8),(5,'root',2,8),(5,'root',3,8),(5,'sahs',2,8),(5,'seas',51,8),(5,'svy',2,8),(5,'tst',2,8),(5,'webr',2,8),(5,'wiki',2,8),(14,'cat',2,8),(14,'root',2,8),(14,'root',3,8),(14,'seas',51,8),(80,'bibl',1,8),(80,'bibl',2,8),(80,'bibl',3,8),(80,'bibl',4,8),(80,'bibl',6,8),(80,'bibl',58,8),(80,'blog',1,8),(80,'blog',2,8),(80,'blog',3,8),(80,'blog',4,8),(80,'blog',6,8),(80,'blog',58,8),(80,'blog',79,8),(80,'book',1,8),(80,'book',2,8),(80,'book',3,8),(80,'book',4,8),(80,'book',6,8),(80,'book',58,8),(80,'catr',1,8),(80,'catr',2,8),(80,'catr',4,8),(80,'catr',6,8),(80,'catr',58,8),(80,'chtr',1,8),(80,'chtr',2,8),(80,'chtr',3,8),(80,'chtr',4,8),(80,'chtr',6,8),(80,'chtr',52,8),(80,'chtr',58,8),(80,'cmix',1,8),(80,'cmix',2,8),(80,'cmix',3,8),(80,'cmix',4,8),(80,'cmix',6,8),(80,'cmix',55,8),(80,'cmix',58,8),(80,'cmix',95,8),(80,'cmix',125,8),(80,'copa',1,8),(80,'copa',2,8),(80,'copa',3,8),(80,'copa',4,8),(80,'copa',6,8),(80,'copa',55,8),(80,'copa',58,8),(80,'copa',95,8),(80,'crsr',1,8),(80,'crsr',2,8),(80,'crsr',4,8),(80,'crsr',6,8),(80,'crsr',55,8),(80,'crsr',58,8),(80,'crsr',95,8),(80,'dcl',1,8),(80,'dcl',2,8),(80,'dcl',3,8),(80,'dcl',4,8),(80,'dcl',6,8),(80,'dcl',58,8),(80,'dcl',64,8),(80,'dcl',77,8),(80,'exc',1,8),(80,'exc',2,8),(80,'exc',3,8),(80,'exc',4,8),(80,'exc',6,8),(80,'exc',55,8),(80,'exc',58,8),(80,'exc',95,8),(80,'exc',114,8),(80,'feed',1,8),(80,'feed',3,8),(80,'feed',4,8),(80,'feed',6,8),(80,'feed',58,8),(80,'file',1,8),(80,'file',2,8),(80,'file',3,8),(80,'file',4,8),(80,'file',6,8),(80,'file',55,8),(80,'file',58,8),(80,'file',95,8),(80,'file',131,8),(80,'fold',1,8),(80,'fold',2,8),(80,'fold',3,8),(80,'fold',4,8),(80,'fold',6,8),(80,'fold',17,8),(80,'fold',18,8),(80,'fold',20,8),(80,'fold',21,8),(80,'fold',22,8),(80,'fold',24,8),(80,'fold',25,8),(80,'fold',26,8),(80,'fold',27,8),(80,'fold',28,8),(80,'fold',31,8),(80,'fold',32,8),(80,'fold',42,8),(80,'fold',43,8),(80,'fold',50,8),(80,'fold',55,8),(80,'fold',58,8),(80,'fold',60,8),(80,'fold',63,8),(80,'fold',65,8),(80,'fold',71,8),(80,'fold',73,8),(80,'fold',74,8),(80,'fold',75,8),(80,'fold',76,8),(80,'fold',78,8),(80,'fold',81,8),(80,'fold',82,8),(80,'fold',90,8),(80,'fold',95,8),(80,'fold',106,8),(80,'fold',108,8),(80,'fold',116,8),(80,'fold',119,8),(80,'fold',126,8),(80,'fold',127,8),(80,'frm',1,8),(80,'frm',2,8),(80,'frm',3,8),(80,'frm',4,8),(80,'frm',6,8),(80,'frm',9,8),(80,'frm',10,8),(80,'frm',55,8),(80,'frm',58,8),(80,'frm',62,8),(80,'frm',95,8),(80,'glo',1,8),(80,'glo',2,8),(80,'glo',3,8),(80,'glo',4,8),(80,'glo',6,8),(80,'glo',58,8),(80,'glo',64,8),(80,'grp',1,8),(80,'grp',2,8),(80,'grp',3,8),(80,'grp',4,8),(80,'grp',6,8),(80,'grp',7,8),(80,'grp',8,8),(80,'grp',17,8),(80,'grp',18,8),(80,'grp',20,8),(80,'grp',21,8),(80,'grp',22,8),(80,'grp',24,8),(80,'grp',25,8),(80,'grp',26,8),(80,'grp',27,8),(80,'grp',28,8),(80,'grp',31,8),(80,'grp',32,8),(80,'grp',42,8),(80,'grp',43,8),(80,'grp',50,8),(80,'grp',55,8),(80,'grp',58,8),(80,'grp',59,8),(80,'grp',60,8),(80,'grp',63,8),(80,'grp',65,8),(80,'grp',66,8),(80,'grp',67,8),(80,'grp',68,8),(80,'grp',71,8),(80,'grp',73,8),(80,'grp',74,8),(80,'grp',75,8),(80,'grp',76,8),(80,'grp',78,8),(80,'grp',81,8),(80,'grp',82,8),(80,'grp',90,8),(80,'grp',95,8),(80,'grp',102,8),(80,'grp',106,8),(80,'grp',107,8),(80,'grp',108,8),(80,'grp',111,8),(80,'grp',116,8),(80,'grp',119,8),(80,'grp',126,8),(80,'grp',127,8),(80,'grpr',1,8),(80,'grpr',2,8),(80,'grpr',4,8),(80,'grpr',6,8),(80,'grpr',58,8),(80,'htlm',1,8),(80,'htlm',2,8),(80,'htlm',3,8),(80,'htlm',4,8),(80,'htlm',6,8),(80,'htlm',55,8),(80,'htlm',58,8),(80,'htlm',95,8),(80,'iass',1,8),(80,'iass',2,8),(80,'iass',3,8),(80,'iass',4,8),(80,'iass',6,8),(80,'iass',55,8),(80,'iass',58,8),(80,'iass',95,8),(80,'iass',109,8),(80,'itgr',1,8),(80,'itgr',2,8),(80,'itgr',3,8),(80,'itgr',4,8),(80,'itgr',6,8),(80,'itgr',58,8),(80,'lm',1,8),(80,'lm',2,8),(80,'lm',3,8),(80,'lm',4,8),(80,'lm',6,8),(80,'lm',55,8),(80,'lm',58,8),(80,'lm',95,8),(80,'lso',1,8),(80,'lso',2,8),(80,'lso',3,8),(80,'lso',4,8),(80,'lso',6,8),(80,'lso',20,8),(80,'lso',21,8),(80,'lso',24,8),(80,'lso',25,8),(80,'lso',27,8),(80,'lso',32,8),(80,'lso',42,8),(80,'lso',55,8),(80,'lso',58,8),(80,'lso',95,8),(80,'lso',102,8),(80,'lso',108,8),(80,'lso',116,8),(80,'lso',120,8),(80,'lso',121,8),(80,'lti',1,8),(80,'lti',2,8),(80,'lti',3,8),(80,'lti',4,8),(80,'lti',6,8),(80,'lti',55,8),(80,'lti',58,8),(80,'lti',95,8),(80,'lti',125,8),(80,'mcst',1,8),(80,'mcst',2,8),(80,'mcst',3,8),(80,'mcst',4,8),(80,'mcst',6,8),(80,'mcst',55,8),(80,'mcst',58,8),(80,'mcst',95,8),(80,'mep',1,8),(80,'mep',2,8),(80,'mep',3,8),(80,'mep',4,8),(80,'mep',6,8),(80,'mep',58,8),(80,'poll',1,8),(80,'poll',3,8),(80,'poll',4,8),(80,'poll',6,8),(80,'poll',58,8),(80,'prtt',1,8),(80,'prtt',2,8),(80,'prtt',3,8),(80,'prtt',4,8),(80,'prtt',6,8),(80,'prtt',58,8),(80,'qpl',1,8),(80,'qpl',2,8),(80,'qpl',3,8),(80,'qpl',4,8),(80,'qpl',6,8),(80,'qpl',58,8),(80,'sahs',1,8),(80,'sahs',2,8),(80,'sahs',3,8),(80,'sahs',4,8),(80,'sahs',6,8),(80,'sahs',55,8),(80,'sahs',58,8),(80,'sahs',95,8),(80,'sess',1,8),(80,'sess',2,8),(80,'sess',3,8),(80,'sess',4,8),(80,'sess',6,8),(80,'sess',55,8),(80,'sess',58,8),(80,'sess',95,8),(80,'sess',102,8),(80,'sess',117,8),(80,'sess',118,8),(80,'spl',1,8),(80,'spl',2,8),(80,'spl',3,8),(80,'spl',4,8),(80,'spl',6,8),(80,'spl',58,8),(80,'svy',1,8),(80,'svy',2,8),(80,'svy',3,8),(80,'svy',4,8),(80,'svy',6,8),(80,'svy',45,8),(80,'svy',55,8),(80,'svy',58,8),(80,'svy',95,8),(80,'svy',122,8),(80,'tst',1,8),(80,'tst',2,8),(80,'tst',3,8),(80,'tst',4,8),(80,'tst',6,8),(80,'tst',55,8),(80,'tst',56,8),(80,'tst',58,8),(80,'tst',95,8),(80,'tst',115,8),(80,'webr',1,8),(80,'webr',2,8),(80,'webr',3,8),(80,'webr',4,8),(80,'webr',6,8),(80,'webr',58,8),(80,'wiki',1,8),(80,'wiki',2,8),(80,'wiki',3,8),(80,'wiki',4,8),(80,'wiki',6,8),(80,'wiki',58,8),(80,'wiki',64,8),(80,'wiki',94,8),(80,'wiki',97,8),(80,'wiki',98,8),(80,'wiki',99,8),(80,'wiki',100,8),(80,'wiki',112,8),(80,'wiki',130,8),(81,'bibl',2,8),(81,'bibl',3,8),(81,'blog',2,8),(81,'blog',3,8),(81,'book',2,8),(81,'book',3,8),(81,'catr',2,8),(81,'chtr',2,8),(81,'chtr',3,8),(81,'cmix',2,8),(81,'cmix',3,8),(81,'copa',2,8),(81,'copa',3,8),(81,'crsr',2,8),(81,'dcl',2,8),(81,'dcl',3,8),(81,'exc',2,8),(81,'exc',3,8),(81,'feed',3,8),(81,'file',2,8),(81,'file',3,8),(81,'fold',2,8),(81,'fold',3,8),(81,'frm',2,8),(81,'frm',3,8),(81,'frm',9,8),(81,'frm',62,8),(81,'glo',2,8),(81,'glo',3,8),(81,'grp',2,8),(81,'grp',3,8),(81,'grp',7,8),(81,'grp',8,8),(81,'grpr',2,8),(81,'htlm',2,8),(81,'htlm',3,8),(81,'iass',2,8),(81,'iass',3,8),(81,'itgr',2,8),(81,'itgr',3,8),(81,'lm',2,8),(81,'lm',3,8),(81,'lso',2,8),(81,'lso',3,8),(81,'lso',120,8),(81,'lti',2,8),(81,'lti',3,8),(81,'mcst',2,8),(81,'mcst',3,8),(81,'poll',3,8),(81,'prtt',2,8),(81,'prtt',3,8),(81,'sahs',2,8),(81,'sahs',3,8),(81,'sess',2,8),(81,'sess',3,8),(81,'svy',2,8),(81,'svy',3,8),(81,'tst',2,8),(81,'tst',3,8),(81,'webr',2,8),(81,'webr',3,8),(81,'wiki',2,8),(81,'wiki',3,8),(81,'wiki',64,8),(81,'wiki',130,8),(83,'grp',2,8),(83,'grp',7,8),(110,'bibl',1,8),(110,'bibl',2,8),(110,'bibl',3,8),(110,'bibl',4,8),(110,'bibl',6,8),(110,'bibl',58,8),(110,'blog',1,8),(110,'blog',2,8),(110,'blog',3,8),(110,'blog',4,8),(110,'blog',6,8),(110,'blog',58,8),(110,'blog',79,8),(110,'blog',96,8),(110,'book',1,8),(110,'book',2,8),(110,'book',3,8),(110,'book',4,8),(110,'book',6,8),(110,'book',58,8),(110,'catr',1,8),(110,'catr',2,8),(110,'catr',4,8),(110,'catr',6,8),(110,'catr',58,8),(110,'chtr',1,8),(110,'chtr',2,8),(110,'chtr',3,8),(110,'chtr',4,8),(110,'chtr',6,8),(110,'chtr',52,8),(110,'chtr',58,8),(110,'cmix',1,8),(110,'cmix',2,8),(110,'cmix',3,8),(110,'cmix',4,8),(110,'cmix',6,8),(110,'cmix',55,8),(110,'cmix',58,8),(110,'cmix',95,8),(110,'cmix',125,8),(110,'copa',1,8),(110,'copa',2,8),(110,'copa',3,8),(110,'copa',4,8),(110,'copa',6,8),(110,'copa',55,8),(110,'copa',58,8),(110,'copa',95,8),(110,'crs',1,8),(110,'crs',2,8),(110,'crs',3,8),(110,'crs',4,8),(110,'crs',6,8),(110,'crs',7,8),(110,'crs',8,8),(110,'crs',17,8),(110,'crs',18,8),(110,'crs',20,8),(110,'crs',21,8),(110,'crs',22,8),(110,'crs',24,8),(110,'crs',25,8),(110,'crs',26,8),(110,'crs',27,8),(110,'crs',28,8),(110,'crs',31,8),(110,'crs',32,8),(110,'crs',42,8),(110,'crs',43,8),(110,'crs',50,8),(110,'crs',55,8),(110,'crs',58,8),(110,'crs',59,8),(110,'crs',60,8),(110,'crs',63,8),(110,'crs',65,8),(110,'crs',66,8),(110,'crs',67,8),(110,'crs',68,8),(110,'crs',71,8),(110,'crs',73,8),(110,'crs',74,8),(110,'crs',75,8),(110,'crs',76,8),(110,'crs',78,8),(110,'crs',81,8),(110,'crs',82,8),(110,'crs',90,8),(110,'crs',95,8),(110,'crs',102,8),(110,'crs',106,8),(110,'crs',107,8),(110,'crs',108,8),(110,'crs',111,8),(110,'crs',116,8),(110,'crs',119,8),(110,'crs',126,8),(110,'crs',127,8),(110,'crsr',1,8),(110,'crsr',2,8),(110,'crsr',4,8),(110,'crsr',6,8),(110,'crsr',55,8),(110,'crsr',58,8),(110,'crsr',95,8),(110,'dcl',1,8),(110,'dcl',2,8),(110,'dcl',3,8),(110,'dcl',4,8),(110,'dcl',6,8),(110,'dcl',58,8),(110,'dcl',64,8),(110,'dcl',77,8),(110,'exc',1,8),(110,'exc',2,8),(110,'exc',3,8),(110,'exc',4,8),(110,'exc',6,8),(110,'exc',55,8),(110,'exc',58,8),(110,'exc',95,8),(110,'exc',114,8),(110,'feed',1,8),(110,'feed',3,8),(110,'feed',4,8),(110,'feed',6,8),(110,'feed',58,8),(110,'file',1,8),(110,'file',2,8),(110,'file',3,8),(110,'file',4,8),(110,'file',6,8),(110,'file',55,8),(110,'file',58,8),(110,'file',95,8),(110,'file',131,8),(110,'fold',1,8),(110,'fold',2,8),(110,'fold',3,8),(110,'fold',4,8),(110,'fold',6,8),(110,'fold',17,8),(110,'fold',18,8),(110,'fold',20,8),(110,'fold',21,8),(110,'fold',22,8),(110,'fold',24,8),(110,'fold',25,8),(110,'fold',26,8),(110,'fold',27,8),(110,'fold',28,8),(110,'fold',31,8),(110,'fold',32,8),(110,'fold',42,8),(110,'fold',43,8),(110,'fold',50,8),(110,'fold',55,8),(110,'fold',58,8),(110,'fold',60,8),(110,'fold',63,8),(110,'fold',65,8),(110,'fold',71,8),(110,'fold',73,8),(110,'fold',74,8),(110,'fold',75,8),(110,'fold',76,8),(110,'fold',78,8),(110,'fold',81,8),(110,'fold',82,8),(110,'fold',90,8),(110,'fold',95,8),(110,'fold',106,8),(110,'fold',108,8),(110,'fold',116,8),(110,'fold',119,8),(110,'fold',126,8),(110,'fold',127,8),(110,'frm',1,8),(110,'frm',2,8),(110,'frm',3,8),(110,'frm',4,8),(110,'frm',6,8),(110,'frm',9,8),(110,'frm',10,8),(110,'frm',55,8),(110,'frm',58,8),(110,'frm',62,8),(110,'frm',95,8),(110,'glo',1,8),(110,'glo',2,8),(110,'glo',3,8),(110,'glo',4,8),(110,'glo',6,8),(110,'glo',58,8),(110,'glo',64,8),(110,'grp',1,8),(110,'grp',2,8),(110,'grp',3,8),(110,'grp',4,8),(110,'grp',6,8),(110,'grp',7,8),(110,'grp',8,8),(110,'grp',17,8),(110,'grp',18,8),(110,'grp',20,8),(110,'grp',21,8),(110,'grp',22,8),(110,'grp',24,8),(110,'grp',25,8),(110,'grp',26,8),(110,'grp',27,8),(110,'grp',28,8),(110,'grp',31,8),(110,'grp',32,8),(110,'grp',42,8),(110,'grp',43,8),(110,'grp',50,8),(110,'grp',55,8),(110,'grp',58,8),(110,'grp',59,8),(110,'grp',60,8),(110,'grp',63,8),(110,'grp',65,8),(110,'grp',66,8),(110,'grp',67,8),(110,'grp',68,8),(110,'grp',71,8),(110,'grp',73,8),(110,'grp',74,8),(110,'grp',75,8),(110,'grp',76,8),(110,'grp',78,8),(110,'grp',81,8),(110,'grp',82,8),(110,'grp',90,8),(110,'grp',95,8),(110,'grp',102,8),(110,'grp',106,8),(110,'grp',107,8),(110,'grp',108,8),(110,'grp',111,8),(110,'grp',116,8),(110,'grp',119,8),(110,'grp',126,8),(110,'grp',127,8),(110,'grpr',1,8),(110,'grpr',2,8),(110,'grpr',4,8),(110,'grpr',6,8),(110,'grpr',58,8),(110,'htlm',1,8),(110,'htlm',2,8),(110,'htlm',3,8),(110,'htlm',4,8),(110,'htlm',6,8),(110,'htlm',55,8),(110,'htlm',58,8),(110,'htlm',95,8),(110,'iass',1,8),(110,'iass',2,8),(110,'iass',3,8),(110,'iass',4,8),(110,'iass',6,8),(110,'iass',55,8),(110,'iass',58,8),(110,'iass',95,8),(110,'iass',109,8),(110,'itgr',1,8),(110,'itgr',2,8),(110,'itgr',3,8),(110,'itgr',4,8),(110,'itgr',6,8),(110,'itgr',58,8),(110,'lm',1,8),(110,'lm',2,8),(110,'lm',3,8),(110,'lm',4,8),(110,'lm',6,8),(110,'lm',55,8),(110,'lm',58,8),(110,'lm',95,8),(110,'lso',1,8),(110,'lso',2,8),(110,'lso',3,8),(110,'lso',4,8),(110,'lso',6,8),(110,'lso',20,8),(110,'lso',21,8),(110,'lso',24,8),(110,'lso',25,8),(110,'lso',27,8),(110,'lso',32,8),(110,'lso',42,8),(110,'lso',55,8),(110,'lso',58,8),(110,'lso',95,8),(110,'lso',102,8),(110,'lso',108,8),(110,'lso',116,8),(110,'lso',120,8),(110,'lso',121,8),(110,'lti',1,8),(110,'lti',2,8),(110,'lti',3,8),(110,'lti',4,8),(110,'lti',6,8),(110,'lti',55,8),(110,'lti',58,8),(110,'lti',95,8),(110,'lti',125,8),(110,'mcst',1,8),(110,'mcst',2,8),(110,'mcst',3,8),(110,'mcst',4,8),(110,'mcst',6,8),(110,'mcst',55,8),(110,'mcst',58,8),(110,'mcst',95,8),(110,'mep',1,8),(110,'mep',2,8),(110,'mep',3,8),(110,'mep',4,8),(110,'mep',6,8),(110,'mep',58,8),(110,'poll',1,8),(110,'poll',3,8),(110,'poll',4,8),(110,'poll',6,8),(110,'poll',58,8),(110,'prtt',1,8),(110,'prtt',2,8),(110,'prtt',3,8),(110,'prtt',4,8),(110,'prtt',6,8),(110,'prtt',58,8),(110,'qpl',1,8),(110,'qpl',2,8),(110,'qpl',3,8),(110,'qpl',4,8),(110,'qpl',6,8),(110,'qpl',58,8),(110,'sahs',1,8),(110,'sahs',2,8),(110,'sahs',3,8),(110,'sahs',4,8),(110,'sahs',6,8),(110,'sahs',55,8),(110,'sahs',58,8),(110,'sahs',95,8),(110,'sess',1,8),(110,'sess',2,8),(110,'sess',3,8),(110,'sess',4,8),(110,'sess',6,8),(110,'sess',55,8),(110,'sess',58,8),(110,'sess',95,8),(110,'sess',102,8),(110,'sess',117,8),(110,'sess',118,8),(110,'spl',1,8),(110,'spl',2,8),(110,'spl',3,8),(110,'spl',4,8),(110,'spl',6,8),(110,'spl',58,8),(110,'svy',1,8),(110,'svy',2,8),(110,'svy',3,8),(110,'svy',4,8),(110,'svy',6,8),(110,'svy',45,8),(110,'svy',55,8),(110,'svy',58,8),(110,'svy',95,8),(110,'svy',122,8),(110,'tst',1,8),(110,'tst',2,8),(110,'tst',3,8),(110,'tst',4,8),(110,'tst',6,8),(110,'tst',55,8),(110,'tst',56,8),(110,'tst',58,8),(110,'tst',95,8),(110,'tst',115,8),(110,'webr',1,8),(110,'webr',2,8),(110,'webr',3,8),(110,'webr',4,8),(110,'webr',6,8),(110,'webr',58,8),(110,'wiki',1,8),(110,'wiki',2,8),(110,'wiki',3,8),(110,'wiki',4,8),(110,'wiki',6,8),(110,'wiki',58,8),(110,'wiki',64,8),(110,'wiki',94,8),(110,'wiki',97,8),(110,'wiki',98,8),(110,'wiki',99,8),(110,'wiki',100,8),(110,'wiki',112,8),(110,'wiki',130,8),(111,'bibl',2,8),(111,'bibl',3,8),(111,'bibl',4,8),(111,'bibl',58,8),(111,'blog',2,8),(111,'blog',3,8),(111,'blog',4,8),(111,'blog',58,8),(111,'blog',79,8),(111,'book',2,8),(111,'book',3,8),(111,'book',4,8),(111,'book',58,8),(111,'catr',2,8),(111,'catr',4,8),(111,'catr',58,8),(111,'chtr',2,8),(111,'chtr',3,8),(111,'chtr',4,8),(111,'chtr',52,8),(111,'chtr',58,8),(111,'cmix',2,8),(111,'cmix',3,8),(111,'cmix',4,8),(111,'cmix',58,8),(111,'copa',2,8),(111,'copa',3,8),(111,'copa',4,8),(111,'copa',58,8),(111,'crs',2,8),(111,'crs',3,8),(111,'crs',4,8),(111,'crs',7,8),(111,'crs',8,8),(111,'crs',17,8),(111,'crs',18,8),(111,'crs',20,8),(111,'crs',21,8),(111,'crs',22,8),(111,'crs',24,8),(111,'crs',25,8),(111,'crs',26,8),(111,'crs',27,8),(111,'crs',28,8),(111,'crs',31,8),(111,'crs',32,8),(111,'crs',42,8),(111,'crs',43,8),(111,'crs',50,8),(111,'crs',55,8),(111,'crs',58,8),(111,'crs',59,8),(111,'crs',60,8),(111,'crs',63,8),(111,'crs',65,8),(111,'crs',66,8),(111,'crs',67,8),(111,'crs',68,8),(111,'crs',71,8),(111,'crs',73,8),(111,'crs',74,8),(111,'crs',75,8),(111,'crs',76,8),(111,'crs',78,8),(111,'crs',81,8),(111,'crs',82,8),(111,'crs',90,8),(111,'crs',95,8),(111,'crs',102,8),(111,'crs',106,8),(111,'crs',107,8),(111,'crs',108,8),(111,'crs',111,8),(111,'crs',116,8),(111,'crs',119,8),(111,'crs',126,8),(111,'crs',127,8),(111,'crsr',2,8),(111,'crsr',4,8),(111,'crsr',55,8),(111,'crsr',58,8),(111,'crsr',95,8),(111,'dcl',2,8),(111,'dcl',3,8),(111,'dcl',4,8),(111,'dcl',58,8),(111,'dcl',64,8),(111,'dcl',77,8),(111,'exc',2,8),(111,'exc',3,8),(111,'exc',4,8),(111,'exc',55,8),(111,'exc',58,8),(111,'exc',95,8),(111,'exc',114,8),(111,'feed',3,8),(111,'feed',4,8),(111,'feed',58,8),(111,'file',2,8),(111,'file',3,8),(111,'file',4,8),(111,'file',55,8),(111,'file',58,8),(111,'file',95,8),(111,'file',131,8),(111,'fold',2,8),(111,'fold',3,8),(111,'fold',4,8),(111,'fold',17,8),(111,'fold',18,8),(111,'fold',20,8),(111,'fold',21,8),(111,'fold',22,8),(111,'fold',24,8),(111,'fold',25,8),(111,'fold',26,8),(111,'fold',27,8),(111,'fold',28,8),(111,'fold',31,8),(111,'fold',32,8),(111,'fold',42,8),(111,'fold',43,8),(111,'fold',50,8),(111,'fold',55,8),(111,'fold',58,8),(111,'fold',60,8),(111,'fold',63,8),(111,'fold',65,8),(111,'fold',71,8),(111,'fold',73,8),(111,'fold',74,8),(111,'fold',75,8),(111,'fold',76,8),(111,'fold',78,8),(111,'fold',81,8),(111,'fold',82,8),(111,'fold',90,8),(111,'fold',95,8),(111,'fold',106,8),(111,'fold',108,8),(111,'fold',116,8),(111,'fold',119,8),(111,'fold',126,8),(111,'fold',127,8),(111,'frm',2,8),(111,'frm',3,8),(111,'frm',4,8),(111,'frm',9,8),(111,'frm',10,8),(111,'frm',55,8),(111,'frm',58,8),(111,'frm',62,8),(111,'frm',95,8),(111,'glo',2,8),(111,'glo',3,8),(111,'glo',4,8),(111,'glo',58,8),(111,'glo',64,8),(111,'grp',2,8),(111,'grp',3,8),(111,'grp',7,8),(111,'grp',8,8),(111,'grpr',2,8),(111,'grpr',4,8),(111,'grpr',58,8),(111,'htlm',2,8),(111,'htlm',3,8),(111,'htlm',55,8),(111,'htlm',95,8),(111,'iass',2,8),(111,'iass',3,8),(111,'iass',4,8),(111,'iass',55,8),(111,'iass',58,8),(111,'iass',95,8),(111,'iass',109,8),(111,'itgr',2,8),(111,'itgr',3,8),(111,'itgr',4,8),(111,'itgr',58,8),(111,'lm',2,8),(111,'lm',3,8),(111,'lm',55,8),(111,'lm',95,8),(111,'lso',2,8),(111,'lso',3,8),(111,'lso',4,8),(111,'lso',20,8),(111,'lso',21,8),(111,'lso',24,8),(111,'lso',25,8),(111,'lso',27,8),(111,'lso',32,8),(111,'lso',42,8),(111,'lso',55,8),(111,'lso',58,8),(111,'lso',102,8),(111,'lso',108,8),(111,'lso',116,8),(111,'lso',120,8),(111,'lso',121,8),(111,'lti',2,8),(111,'lti',3,8),(111,'lti',4,8),(111,'lti',58,8),(111,'mcst',2,8),(111,'mcst',3,8),(111,'mcst',4,8),(111,'mcst',55,8),(111,'mcst',58,8),(111,'mcst',95,8),(111,'mep',2,8),(111,'mep',3,8),(111,'mep',4,8),(111,'mep',58,8),(111,'poll',3,8),(111,'poll',4,8),(111,'poll',58,8),(111,'prtt',2,8),(111,'prtt',3,8),(111,'qpl',2,8),(111,'qpl',3,8),(111,'qpl',4,8),(111,'sahs',2,8),(111,'sahs',3,8),(111,'sahs',55,8),(111,'sahs',95,8),(111,'sess',2,8),(111,'sess',3,8),(111,'sess',4,8),(111,'sess',6,8),(111,'sess',55,8),(111,'sess',58,8),(111,'sess',95,8),(111,'sess',102,8),(111,'sess',117,8),(111,'sess',118,8),(111,'spl',2,8),(111,'spl',3,8),(111,'spl',4,8),(111,'svy',2,8),(111,'svy',3,8),(111,'svy',4,8),(111,'svy',45,8),(111,'svy',55,8),(111,'svy',58,8),(111,'svy',95,8),(111,'svy',122,8),(111,'tst',2,8),(111,'tst',3,8),(111,'tst',4,8),(111,'tst',55,8),(111,'tst',58,8),(111,'tst',95,8),(111,'tst',115,8),(111,'webr',2,8),(111,'webr',3,8),(111,'webr',4,8),(111,'webr',58,8),(111,'wiki',2,8),(111,'wiki',3,8),(111,'wiki',4,8),(111,'wiki',58,8),(111,'wiki',64,8),(111,'wiki',94,8),(111,'wiki',97,8),(111,'wiki',98,8),(111,'wiki',99,8),(111,'wiki',100,8),(111,'wiki',112,8),(111,'wiki',130,8),(112,'bibl',2,8),(112,'bibl',3,8),(112,'blog',2,8),(112,'blog',3,8),(112,'book',2,8),(112,'book',3,8),(112,'catr',2,8),(112,'chtr',2,8),(112,'chtr',3,8),(112,'cmix',2,8),(112,'cmix',3,8),(112,'copa',2,8),(112,'copa',3,8),(112,'crs',2,8),(112,'crs',3,8),(112,'crs',8,8),(112,'crsr',2,8),(112,'dcl',2,8),(112,'dcl',3,8),(112,'exc',2,8),(112,'exc',3,8),(112,'feed',3,8),(112,'file',2,8),(112,'file',3,8),(112,'fold',2,8),(112,'fold',3,8),(112,'frm',2,8),(112,'frm',3,8),(112,'frm',9,8),(112,'frm',62,8),(112,'glo',2,8),(112,'glo',3,8),(112,'grp',2,8),(112,'grp',3,8),(112,'grp',7,8),(112,'grp',8,8),(112,'grpr',2,8),(112,'htlm',2,8),(112,'htlm',3,8),(112,'iass',2,8),(112,'iass',3,8),(112,'itgr',2,8),(112,'itgr',3,8),(112,'lm',2,8),(112,'lm',3,8),(112,'lso',2,8),(112,'lso',3,8),(112,'lso',120,8),(112,'lti',2,8),(112,'lti',3,8),(112,'mcst',2,8),(112,'mcst',3,8),(112,'poll',3,8),(112,'prtt',2,8),(112,'prtt',3,8),(112,'sahs',2,8),(112,'sahs',3,8),(112,'sess',2,8),(112,'sess',3,8),(112,'svy',2,8),(112,'svy',3,8),(112,'tst',2,8),(112,'tst',3,8),(112,'webr',2,8),(112,'webr',3,8),(112,'wiki',2,8),(112,'wiki',3,8),(112,'wiki',64,8),(112,'wiki',130,8),(125,'bibl',1,8),(125,'bibl',2,8),(125,'bibl',3,8),(125,'bibl',6,8),(125,'bibl',58,8),(125,'blog',1,8),(125,'blog',2,8),(125,'blog',3,8),(125,'blog',6,8),(125,'book',1,8),(125,'book',2,8),(125,'book',3,8),(125,'book',6,8),(125,'cat',1,8),(125,'cat',2,8),(125,'cat',3,8),(125,'cat',4,8),(125,'cat',6,8),(125,'cat',16,8),(125,'cat',17,8),(125,'cat',18,8),(125,'cat',19,8),(125,'cat',20,8),(125,'cat',21,8),(125,'cat',22,8),(125,'cat',24,8),(125,'cat',25,8),(125,'cat',27,8),(125,'cat',28,8),(125,'cat',31,8),(125,'cat',32,8),(125,'cat',42,8),(125,'cat',43,8),(125,'cat',47,8),(125,'cat',48,8),(125,'cat',50,8),(125,'cat',58,8),(125,'cat',59,8),(125,'cat',60,8),(125,'cat',65,8),(125,'cat',67,8),(125,'cat',68,8),(125,'cat',71,8),(125,'cat',73,8),(125,'cat',74,8),(125,'cat',75,8),(125,'cat',76,8),(125,'cat',78,8),(125,'cat',81,8),(125,'cat',82,8),(125,'cat',90,8),(125,'cat',101,8),(125,'cat',106,8),(125,'cat',108,8),(125,'cat',116,8),(125,'cat',119,8),(125,'cat',126,8),(125,'cat',127,8),(125,'catr',1,8),(125,'catr',2,8),(125,'catr',6,8),(125,'catr',58,8),(125,'chtr',1,8),(125,'chtr',2,8),(125,'chtr',6,8),(125,'cld',1,8),(125,'cld',2,8),(125,'cld',3,8),(125,'cld',6,8),(125,'cmix',1,8),(125,'cmix',2,8),(125,'cmix',6,8),(125,'copa',1,8),(125,'copa',2,8),(125,'copa',6,8),(125,'crs',1,8),(125,'crs',2,8),(125,'crs',3,8),(125,'crs',6,8),(125,'crs',55,8),(125,'crs',95,8),(125,'crs',102,8),(125,'crs',111,8),(125,'crsr',1,8),(125,'crsr',2,8),(125,'crsr',6,8),(125,'dcl',1,8),(125,'dcl',2,8),(125,'dcl',3,8),(125,'dcl',6,8),(125,'exc',1,8),(125,'exc',2,8),(125,'exc',6,8),(125,'exc',55,8),(125,'exc',95,8),(125,'feed',1,8),(125,'feed',3,8),(125,'feed',6,8),(125,'file',1,8),(125,'file',2,8),(125,'file',6,8),(125,'fold',1,8),(125,'fold',2,8),(125,'fold',3,8),(125,'fold',6,8),(125,'fold',55,8),(125,'fold',95,8),(125,'frm',1,8),(125,'frm',2,8),(125,'frm',6,8),(125,'glo',1,8),(125,'glo',2,8),(125,'glo',6,8),(125,'grp',1,8),(125,'grp',2,8),(125,'grp',6,8),(125,'grp',55,8),(125,'grp',95,8),(125,'grpr',1,8),(125,'grpr',2,8),(125,'grpr',6,8),(125,'htlm',1,8),(125,'htlm',2,8),(125,'htlm',3,8),(125,'htlm',6,8),(125,'htlm',55,8),(125,'htlm',95,8),(125,'iass',1,8),(125,'iass',2,8),(125,'iass',6,8),(125,'itgr',1,8),(125,'itgr',2,8),(125,'itgr',3,8),(125,'itgr',6,8),(125,'lm',1,8),(125,'lm',2,8),(125,'lm',3,8),(125,'lm',6,8),(125,'lm',55,8),(125,'lm',95,8),(125,'lso',1,8),(125,'lso',2,8),(125,'lso',6,8),(125,'lti',1,8),(125,'lti',2,8),(125,'lti',6,8),(125,'mcst',1,8),(125,'mcst',2,8),(125,'mcst',3,8),(125,'mcst',6,8),(125,'mep',1,8),(125,'mep',2,8),(125,'mep',3,8),(125,'mep',6,8),(125,'poll',1,8),(125,'poll',3,8),(125,'poll',6,8),(125,'prg',1,8),(125,'prg',2,8),(125,'prg',3,8),(125,'prg',101,8),(125,'prtt',1,8),(125,'prtt',2,8),(125,'prtt',3,8),(125,'prtt',6,8),(125,'qpl',1,8),(125,'qpl',2,8),(125,'qpl',3,8),(125,'qpl',6,8),(125,'root',2,8),(125,'root',3,8),(125,'sahs',1,8),(125,'sahs',2,8),(125,'sahs',3,8),(125,'sahs',6,8),(125,'sahs',55,8),(125,'sahs',95,8),(125,'sess',1,8),(125,'sess',2,8),(125,'sess',3,8),(125,'spl',1,8),(125,'spl',2,8),(125,'spl',3,8),(125,'spl',6,8),(125,'svy',1,8),(125,'svy',2,8),(125,'svy',6,8),(125,'tst',1,8),(125,'tst',2,8),(125,'tst',6,8),(125,'tst',55,8),(125,'tst',95,8),(125,'webr',1,8),(125,'webr',2,8),(125,'webr',3,8),(125,'webr',6,8),(125,'wiki',1,8),(125,'wiki',2,8),(125,'wiki',3,8),(125,'wiki',6,8),(131,'crs',2,8),(131,'crs',7,8),(148,'frm',1,8),(148,'frm',2,8),(148,'frm',3,8),(148,'frm',4,8),(148,'frm',6,8),(148,'frm',9,8),(148,'frm',10,8),(148,'frm',55,8),(148,'frm',58,8),(148,'frm',62,8),(148,'frm',95,8),(188,'chtr',2,8),(188,'chtr',3,8),(188,'chtr',4,8),(188,'chtr',52,8),(202,'blog',2,8),(202,'blog',3,8),(202,'blog',79,8),(222,'orgu',2,8),(222,'orgu',3,8),(222,'orgu',92,8),(231,'blog',2,8),(231,'blog',3,8),(231,'blog',4,8),(231,'blog',79,8),(231,'blog',96,8),(267,'iass',2,8),(267,'iass',3,8),(268,'sess',2,8),(268,'sess',3,8),(277,'lso',55,8),(277,'lso',102,8),(277,'lso',120,8),(277,'lso',121,8),(278,'copa',2,8),(278,'copa',3,8),(278,'copa',55,8),(278,'copa',95,8),(278,'exc',2,8),(278,'exc',3,8),(278,'exc',55,8),(278,'exc',95,8),(278,'exc',114,8),(278,'file',2,8),(278,'file',3,8),(278,'file',55,8),(278,'file',95,8),(278,'htlm',2,8),(278,'htlm',3,8),(278,'htlm',55,8),(278,'htlm',95,8),(278,'iass',2,8),(278,'iass',3,8),(278,'iass',55,8),(278,'iass',95,8),(278,'iass',102,8),(278,'iass',109,8),(278,'lm',2,8),(278,'lm',3,8),(278,'lm',55,8),(278,'lm',95,8),(278,'lso',1,8),(278,'lso',2,8),(278,'lso',3,8),(278,'lso',4,8),(278,'lso',6,8),(278,'lso',20,8),(278,'lso',21,8),(278,'lso',24,8),(278,'lso',25,8),(278,'lso',27,8),(278,'lso',32,8),(278,'lso',42,8),(278,'lso',55,8),(278,'lso',58,8),(278,'lso',99,8),(278,'lso',102,8),(278,'lso',108,8),(278,'lso',116,8),(278,'lso',120,8),(278,'lso',121,8),(278,'lso',277,8),(278,'sahs',2,8),(278,'sahs',3,8),(278,'sahs',55,8),(278,'sahs',95,8),(278,'svy',2,8),(278,'svy',3,8),(278,'svy',45,8),(278,'svy',55,8),(278,'svy',95,8),(278,'svy',122,8),(278,'tst',2,8),(278,'tst',3,8),(278,'tst',55,8),(278,'tst',56,8),(278,'tst',95,8),(278,'tst',115,8),(279,'copa',2,8),(279,'copa',3,8),(279,'exc',2,8),(279,'exc',3,8),(279,'file',2,8),(279,'file',3,8),(279,'htlm',2,8),(279,'htlm',3,8),(279,'lm',2,8),(279,'lm',3,8),(279,'lso',2,8),(279,'lso',3,8),(279,'lso',121,8),(279,'lso',277,8),(279,'sahs',2,8),(279,'sahs',3,8),(279,'svy',2,8),(279,'svy',3,8),(279,'tst',2,8),(279,'tst',3,8);
/*!40000 ALTER TABLE `rbac_templates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `rbac_ua`
--

DROP TABLE IF EXISTS `rbac_ua`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `rbac_ua` (
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `rol_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`usr_id`,`rol_id`),
  KEY `i1_idx` (`usr_id`),
  KEY `i2_idx` (`rol_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `rbac_ua`
--

LOCK TABLES `rbac_ua` WRITE;
/*!40000 ALTER TABLE `rbac_ua` DISABLE KEYS */;
INSERT INTO `rbac_ua` VALUES (6,2),(13,14);
/*!40000 ALTER TABLE `rbac_ua` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `rcat_settings`
--

DROP TABLE IF EXISTS `rcat_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `rcat_settings` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `mid` int(11) NOT NULL DEFAULT '0',
  `organization` varchar(400) DEFAULT NULL,
  `local_information` varchar(4000) DEFAULT NULL,
  `remote_link` varchar(400) DEFAULT NULL,
  PRIMARY KEY (`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `rcat_settings`
--

LOCK TABLES `rcat_settings` WRITE;
/*!40000 ALTER TABLE `rcat_settings` DISABLE KEYS */;
/*!40000 ALTER TABLE `rcat_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `read_event`
--

DROP TABLE IF EXISTS `read_event`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `read_event` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `last_access` int(11) DEFAULT NULL,
  `read_count` int(11) NOT NULL DEFAULT '0',
  `spent_seconds` int(11) NOT NULL DEFAULT '0',
  `first_access` datetime DEFAULT NULL,
  `childs_read_count` int(11) NOT NULL DEFAULT '0',
  `childs_spent_seconds` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`obj_id`,`usr_id`),
  KEY `i1_idx` (`usr_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `read_event`
--

LOCK TABLES `read_event` WRITE;
/*!40000 ALTER TABLE `read_event` DISABLE KEYS */;
/*!40000 ALTER TABLE `read_event` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `reg_access_limit`
--

DROP TABLE IF EXISTS `reg_access_limit`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `reg_access_limit` (
  `role_id` int(11) NOT NULL DEFAULT '0',
  `limit_absolute` int(11) DEFAULT NULL,
  `limit_relative_d` int(11) DEFAULT NULL,
  `limit_relative_m` int(11) DEFAULT NULL,
  `limit_mode` char(16) DEFAULT 'absolute',
  PRIMARY KEY (`role_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `reg_access_limit`
--

LOCK TABLES `reg_access_limit` WRITE;
/*!40000 ALTER TABLE `reg_access_limit` DISABLE KEYS */;
/*!40000 ALTER TABLE `reg_access_limit` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `reg_er_assignments`
--

DROP TABLE IF EXISTS `reg_er_assignments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `reg_er_assignments` (
  `assignment_id` int(11) NOT NULL DEFAULT '0',
  `domain` varchar(128) DEFAULT NULL,
  `role` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`assignment_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `reg_er_assignments`
--

LOCK TABLES `reg_er_assignments` WRITE;
/*!40000 ALTER TABLE `reg_er_assignments` DISABLE KEYS */;
INSERT INTO `reg_er_assignments` VALUES (1,'',0);
/*!40000 ALTER TABLE `reg_er_assignments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `reg_er_assignments_seq`
--

DROP TABLE IF EXISTS `reg_er_assignments_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `reg_er_assignments_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `reg_er_assignments_seq`
--

LOCK TABLES `reg_er_assignments_seq` WRITE;
/*!40000 ALTER TABLE `reg_er_assignments_seq` DISABLE KEYS */;
INSERT INTO `reg_er_assignments_seq` VALUES (1);
/*!40000 ALTER TABLE `reg_er_assignments_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `reg_registration_codes`
--

DROP TABLE IF EXISTS `reg_registration_codes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `reg_registration_codes` (
  `code_id` int(11) NOT NULL DEFAULT '0',
  `code` varchar(50) DEFAULT NULL,
  `role` int(11) DEFAULT '0',
  `generated_on` int(11) DEFAULT '0',
  `used` int(11) NOT NULL DEFAULT '0',
  `role_local` varchar(255) DEFAULT NULL,
  `alimit` varchar(50) DEFAULT NULL,
  `alimitdt` varchar(255) DEFAULT NULL,
  `reg_enabled` tinyint(4) NOT NULL DEFAULT '1',
  `ext_enabled` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`code_id`),
  KEY `i1_idx` (`code`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `reg_registration_codes`
--

LOCK TABLES `reg_registration_codes` WRITE;
/*!40000 ALTER TABLE `reg_registration_codes` DISABLE KEYS */;
/*!40000 ALTER TABLE `reg_registration_codes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `reg_registration_codes_seq`
--

DROP TABLE IF EXISTS `reg_registration_codes_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `reg_registration_codes_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `reg_registration_codes_seq`
--

LOCK TABLES `reg_registration_codes_seq` WRITE;
/*!40000 ALTER TABLE `reg_registration_codes_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `reg_registration_codes_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `remote_course_settings`
--

DROP TABLE IF EXISTS `remote_course_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `remote_course_settings` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `local_information` varchar(4000) DEFAULT NULL,
  `availability_type` tinyint(4) NOT NULL DEFAULT '0',
  `r_start` int(11) NOT NULL DEFAULT '0',
  `r_end` int(11) NOT NULL DEFAULT '0',
  `remote_link` varchar(4000) DEFAULT NULL,
  `mid` int(11) NOT NULL DEFAULT '0',
  `organization` varchar(4000) DEFAULT NULL,
  PRIMARY KEY (`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `remote_course_settings`
--

LOCK TABLES `remote_course_settings` WRITE;
/*!40000 ALTER TABLE `remote_course_settings` DISABLE KEYS */;
/*!40000 ALTER TABLE `remote_course_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `rep_rec_content_obj`
--

DROP TABLE IF EXISTS `rep_rec_content_obj`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `rep_rec_content_obj` (
  `user_id` int(11) NOT NULL DEFAULT '0',
  `ref_id` int(11) NOT NULL DEFAULT '0',
  `declined` tinyint(4) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `rep_rec_content_obj`
--

LOCK TABLES `rep_rec_content_obj` WRITE;
/*!40000 ALTER TABLE `rep_rec_content_obj` DISABLE KEYS */;
/*!40000 ALTER TABLE `rep_rec_content_obj` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `rep_rec_content_role`
--

DROP TABLE IF EXISTS `rep_rec_content_role`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `rep_rec_content_role` (
  `role_id` int(11) NOT NULL DEFAULT '0',
  `ref_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`role_id`,`ref_id`),
  KEY `i1_idx` (`role_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `rep_rec_content_role`
--

LOCK TABLES `rep_rec_content_role` WRITE;
/*!40000 ALTER TABLE `rep_rec_content_role` DISABLE KEYS */;
/*!40000 ALTER TABLE `rep_rec_content_role` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `rep_rec_content_role_seq`
--

DROP TABLE IF EXISTS `rep_rec_content_role_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `rep_rec_content_role_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `rep_rec_content_role_seq`
--

LOCK TABLES `rep_rec_content_role_seq` WRITE;
/*!40000 ALTER TABLE `rep_rec_content_role_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `rep_rec_content_role_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `rfil_settings`
--

DROP TABLE IF EXISTS `rfil_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `rfil_settings` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `mid` int(11) NOT NULL DEFAULT '0',
  `organization` varchar(400) DEFAULT NULL,
  `local_information` varchar(4000) DEFAULT NULL,
  `remote_link` varchar(400) DEFAULT NULL,
  `version` smallint(6) NOT NULL DEFAULT '1',
  `version_tstamp` int(11) DEFAULT NULL,
  PRIMARY KEY (`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `rfil_settings`
--

LOCK TABLES `rfil_settings` WRITE;
/*!40000 ALTER TABLE `rfil_settings` DISABLE KEYS */;
/*!40000 ALTER TABLE `rfil_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `rglo_settings`
--

DROP TABLE IF EXISTS `rglo_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `rglo_settings` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `mid` int(11) NOT NULL DEFAULT '0',
  `organization` varchar(400) DEFAULT NULL,
  `local_information` varchar(4000) DEFAULT NULL,
  `remote_link` varchar(400) DEFAULT NULL,
  `availability_type` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `rglo_settings`
--

LOCK TABLES `rglo_settings` WRITE;
/*!40000 ALTER TABLE `rglo_settings` DISABLE KEYS */;
/*!40000 ALTER TABLE `rglo_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `rgrp_settings`
--

DROP TABLE IF EXISTS `rgrp_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `rgrp_settings` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `mid` int(11) NOT NULL DEFAULT '0',
  `organization` varchar(400) DEFAULT NULL,
  `local_information` varchar(4000) DEFAULT NULL,
  `remote_link` varchar(400) DEFAULT NULL,
  `availability_type` tinyint(4) NOT NULL DEFAULT '0',
  `availability_start` int(11) DEFAULT NULL,
  `availability_end` int(11) DEFAULT NULL,
  PRIMARY KEY (`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `rgrp_settings`
--

LOCK TABLES `rgrp_settings` WRITE;
/*!40000 ALTER TABLE `rgrp_settings` DISABLE KEYS */;
/*!40000 ALTER TABLE `rgrp_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `rlm_settings`
--

DROP TABLE IF EXISTS `rlm_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `rlm_settings` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `mid` int(11) NOT NULL DEFAULT '0',
  `organization` varchar(400) DEFAULT NULL,
  `local_information` varchar(4000) DEFAULT NULL,
  `remote_link` varchar(400) DEFAULT NULL,
  `availability_type` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `rlm_settings`
--

LOCK TABLES `rlm_settings` WRITE;
/*!40000 ALTER TABLE `rlm_settings` DISABLE KEYS */;
/*!40000 ALTER TABLE `rlm_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `role_data`
--

DROP TABLE IF EXISTS `role_data`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `role_data` (
  `role_id` int(11) NOT NULL DEFAULT '0',
  `allow_register` tinyint(4) NOT NULL DEFAULT '0',
  `assign_users` tinyint(4) DEFAULT '0',
  `auth_mode` char(16) DEFAULT 'default',
  PRIMARY KEY (`role_id`),
  KEY `i1_idx` (`auth_mode`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `role_data`
--

LOCK TABLES `role_data` WRITE;
/*!40000 ALTER TABLE `role_data` DISABLE KEYS */;
INSERT INTO `role_data` VALUES (2,0,0,'default'),(3,0,0,'default'),(4,0,0,'default'),(5,1,0,'default'),(14,0,0,'default'),(134,0,0,'default'),(187,0,0,'default');
/*!40000 ALTER TABLE `role_data` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `rtst_settings`
--

DROP TABLE IF EXISTS `rtst_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `rtst_settings` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `mid` int(11) NOT NULL DEFAULT '0',
  `organization` varchar(400) DEFAULT NULL,
  `local_information` varchar(4000) DEFAULT NULL,
  `remote_link` varchar(400) DEFAULT NULL,
  `availability_type` tinyint(4) NOT NULL DEFAULT '0',
  `availability_start` int(11) DEFAULT NULL,
  `availability_end` int(11) DEFAULT NULL,
  PRIMARY KEY (`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `rtst_settings`
--

LOCK TABLES `rtst_settings` WRITE;
/*!40000 ALTER TABLE `rtst_settings` DISABLE KEYS */;
/*!40000 ALTER TABLE `rtst_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `rwik_settings`
--

DROP TABLE IF EXISTS `rwik_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `rwik_settings` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `mid` int(11) NOT NULL DEFAULT '0',
  `organization` varchar(400) DEFAULT NULL,
  `local_information` varchar(4000) DEFAULT NULL,
  `remote_link` varchar(400) DEFAULT NULL,
  `availability_type` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `rwik_settings`
--

LOCK TABLES `rwik_settings` WRITE;
/*!40000 ALTER TABLE `rwik_settings` DISABLE KEYS */;
/*!40000 ALTER TABLE `rwik_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sahs_lm`
--

DROP TABLE IF EXISTS `sahs_lm`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sahs_lm` (
  `id` int(11) NOT NULL DEFAULT '0',
  `c_online` varchar(3) DEFAULT 'n',
  `api_adapter` varchar(80) DEFAULT 'API',
  `api_func_prefix` varchar(20) DEFAULT 'LMS',
  `credit` varchar(10) DEFAULT 'credit',
  `default_lesson_mode` varchar(8) DEFAULT 'normal',
  `auto_review` varchar(3) DEFAULT 'n',
  `c_type` varchar(10) DEFAULT NULL,
  `max_attempt` int(11) DEFAULT '0',
  `module_version` int(11) DEFAULT '1',
  `editable` int(11) NOT NULL DEFAULT '0',
  `stylesheet` int(11) NOT NULL DEFAULT '0',
  `glossary` int(11) NOT NULL DEFAULT '0',
  `question_tries` int(11) DEFAULT '3',
  `unlimited_session` varchar(1) NOT NULL DEFAULT 'n',
  `no_menu` varchar(1) NOT NULL DEFAULT 'n',
  `hide_navig` varchar(1) NOT NULL DEFAULT 'n',
  `debug` varchar(1) NOT NULL DEFAULT 'n',
  `debugpw` varchar(50) DEFAULT 'n',
  `entry_page` int(11) NOT NULL DEFAULT '0',
  `seq_exp_mode` tinyint(4) DEFAULT '0',
  `localization` varchar(2) DEFAULT NULL,
  `open_mode` tinyint(4) NOT NULL DEFAULT '0',
  `width` smallint(6) NOT NULL DEFAULT '950',
  `height` smallint(6) NOT NULL DEFAULT '650',
  `auto_continue` varchar(1) NOT NULL DEFAULT 'n',
  `sequencing` varchar(1) NOT NULL DEFAULT 'y',
  `interactions` varchar(1) NOT NULL DEFAULT 'y',
  `objectives` varchar(1) NOT NULL DEFAULT 'y',
  `time_from_lms` varchar(1) NOT NULL DEFAULT 'n',
  `comments` varchar(1) NOT NULL DEFAULT 'y',
  `auto_last_visited` varchar(1) NOT NULL DEFAULT 'y',
  `check_values` varchar(1) NOT NULL DEFAULT 'y',
  `offline_mode` varchar(1) NOT NULL DEFAULT 'n',
  `offline_zip_created` datetime DEFAULT NULL,
  `auto_suspend` varchar(1) NOT NULL DEFAULT 'n',
  `fourth_edition` varchar(1) NOT NULL DEFAULT 'n',
  `ie_compatibility` varchar(1) DEFAULT NULL,
  `ie_force_render` varchar(1) NOT NULL DEFAULT 'n',
  `mastery_score` tinyint(4) DEFAULT NULL,
  `id_setting` tinyint(4) NOT NULL DEFAULT '0',
  `name_setting` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `sahs_lm`
--

LOCK TABLES `sahs_lm` WRITE;
/*!40000 ALTER TABLE `sahs_lm` DISABLE KEYS */;
/*!40000 ALTER TABLE `sahs_lm` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sahs_sc13_sco`
--

DROP TABLE IF EXISTS `sahs_sc13_sco`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sahs_sc13_sco` (
  `id` int(11) NOT NULL DEFAULT '0',
  `hide_obj_page` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `sahs_sc13_sco`
--

LOCK TABLES `sahs_sc13_sco` WRITE;
/*!40000 ALTER TABLE `sahs_sc13_sco` DISABLE KEYS */;
/*!40000 ALTER TABLE `sahs_sc13_sco` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sahs_sc13_seq_assign`
--

DROP TABLE IF EXISTS `sahs_sc13_seq_assign`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sahs_sc13_seq_assign` (
  `identifier` varchar(50) DEFAULT NULL,
  `sahs_sc13_tree_node_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`sahs_sc13_tree_node_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `sahs_sc13_seq_assign`
--

LOCK TABLES `sahs_sc13_seq_assign` WRITE;
/*!40000 ALTER TABLE `sahs_sc13_seq_assign` DISABLE KEYS */;
/*!40000 ALTER TABLE `sahs_sc13_seq_assign` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sahs_sc13_seq_cond`
--

DROP TABLE IF EXISTS `sahs_sc13_seq_cond`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sahs_sc13_seq_cond` (
  `cond` varchar(50) DEFAULT NULL,
  `seqnodeid` int(11) NOT NULL DEFAULT '0',
  `measurethreshold` varchar(50) DEFAULT NULL,
  `operator` varchar(50) DEFAULT NULL,
  `referencedobjective` varchar(50) DEFAULT NULL,
  PRIMARY KEY (`seqnodeid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `sahs_sc13_seq_cond`
--

LOCK TABLES `sahs_sc13_seq_cond` WRITE;
/*!40000 ALTER TABLE `sahs_sc13_seq_cond` DISABLE KEYS */;
/*!40000 ALTER TABLE `sahs_sc13_seq_cond` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sahs_sc13_seq_course`
--

DROP TABLE IF EXISTS `sahs_sc13_seq_course`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sahs_sc13_seq_course` (
  `flow` tinyint(4) DEFAULT '0',
  `choice` tinyint(4) DEFAULT '1',
  `forwardonly` tinyint(4) DEFAULT '0',
  `obj_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `sahs_sc13_seq_course`
--

LOCK TABLES `sahs_sc13_seq_course` WRITE;
/*!40000 ALTER TABLE `sahs_sc13_seq_course` DISABLE KEYS */;
/*!40000 ALTER TABLE `sahs_sc13_seq_course` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sahs_sc13_seq_item`
--

DROP TABLE IF EXISTS `sahs_sc13_seq_item`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sahs_sc13_seq_item` (
  `importid` varchar(32) DEFAULT NULL,
  `seqnodeid` int(11) NOT NULL DEFAULT '0',
  `sahs_sc13_tree_node_id` int(11) NOT NULL DEFAULT '0',
  `sequencingid` varchar(50) DEFAULT NULL,
  `nocopy` tinyint(4) DEFAULT NULL,
  `nodelete` tinyint(4) DEFAULT NULL,
  `nomove` tinyint(4) DEFAULT NULL,
  `seqxml` longtext,
  `rootlevel` tinyint(4) NOT NULL DEFAULT '0',
  `importseqxml` longtext,
  PRIMARY KEY (`sahs_sc13_tree_node_id`,`rootlevel`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `sahs_sc13_seq_item`
--

LOCK TABLES `sahs_sc13_seq_item` WRITE;
/*!40000 ALTER TABLE `sahs_sc13_seq_item` DISABLE KEYS */;
/*!40000 ALTER TABLE `sahs_sc13_seq_item` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sahs_sc13_seq_mapinfo`
--

DROP TABLE IF EXISTS `sahs_sc13_seq_mapinfo`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sahs_sc13_seq_mapinfo` (
  `seqnodeid` int(11) NOT NULL DEFAULT '0',
  `readnormalizedmeasure` tinyint(4) DEFAULT NULL,
  `readsatisfiedstatus` tinyint(4) DEFAULT NULL,
  `targetobjectiveid` varchar(50) DEFAULT NULL,
  `writenormalizedmeasure` tinyint(4) DEFAULT NULL,
  `writesatisfiedstatus` tinyint(4) DEFAULT NULL,
  PRIMARY KEY (`seqnodeid`),
  KEY `i1_idx` (`targetobjectiveid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `sahs_sc13_seq_mapinfo`
--

LOCK TABLES `sahs_sc13_seq_mapinfo` WRITE;
/*!40000 ALTER TABLE `sahs_sc13_seq_mapinfo` DISABLE KEYS */;
/*!40000 ALTER TABLE `sahs_sc13_seq_mapinfo` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sahs_sc13_seq_node`
--

DROP TABLE IF EXISTS `sahs_sc13_seq_node`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sahs_sc13_seq_node` (
  `seqnodeid` int(11) NOT NULL DEFAULT '0',
  `nodename` varchar(50) DEFAULT NULL,
  `tree_node_id` int(11) DEFAULT NULL,
  PRIMARY KEY (`seqnodeid`),
  KEY `i2_idx` (`tree_node_id`),
  KEY `i3_idx` (`nodename`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `sahs_sc13_seq_node`
--

LOCK TABLES `sahs_sc13_seq_node` WRITE;
/*!40000 ALTER TABLE `sahs_sc13_seq_node` DISABLE KEYS */;
/*!40000 ALTER TABLE `sahs_sc13_seq_node` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sahs_sc13_seq_node_seq`
--

DROP TABLE IF EXISTS `sahs_sc13_seq_node_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sahs_sc13_seq_node_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `sahs_sc13_seq_node_seq`
--

LOCK TABLES `sahs_sc13_seq_node_seq` WRITE;
/*!40000 ALTER TABLE `sahs_sc13_seq_node_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `sahs_sc13_seq_node_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sahs_sc13_seq_obj`
--

DROP TABLE IF EXISTS `sahs_sc13_seq_obj`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sahs_sc13_seq_obj` (
  `seqnodeid` int(11) NOT NULL DEFAULT '0',
  `minnormalizedmeasure` varchar(50) DEFAULT NULL,
  `objectiveid` varchar(200) DEFAULT NULL,
  `primary_obj` tinyint(4) DEFAULT NULL,
  `satisfiedbymeasure` tinyint(4) DEFAULT NULL,
  `import_objective_id` varchar(200) DEFAULT NULL,
  PRIMARY KEY (`seqnodeid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `sahs_sc13_seq_obj`
--

LOCK TABLES `sahs_sc13_seq_obj` WRITE;
/*!40000 ALTER TABLE `sahs_sc13_seq_obj` DISABLE KEYS */;
/*!40000 ALTER TABLE `sahs_sc13_seq_obj` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sahs_sc13_seq_rule`
--

DROP TABLE IF EXISTS `sahs_sc13_seq_rule`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sahs_sc13_seq_rule` (
  `action` varchar(50) DEFAULT NULL,
  `childactivityset` varchar(50) DEFAULT NULL,
  `conditioncombination` varchar(50) DEFAULT NULL,
  `seqnodeid` int(11) NOT NULL DEFAULT '0',
  `minimumcount` int(11) DEFAULT NULL,
  `minimumpercent` varchar(50) DEFAULT NULL,
  `type` varchar(50) DEFAULT NULL,
  PRIMARY KEY (`seqnodeid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `sahs_sc13_seq_rule`
--

LOCK TABLES `sahs_sc13_seq_rule` WRITE;
/*!40000 ALTER TABLE `sahs_sc13_seq_rule` DISABLE KEYS */;
/*!40000 ALTER TABLE `sahs_sc13_seq_rule` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sahs_sc13_seq_templ`
--

DROP TABLE IF EXISTS `sahs_sc13_seq_templ`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sahs_sc13_seq_templ` (
  `seqnodeid` int(11) NOT NULL DEFAULT '0',
  `id` varchar(50) NOT NULL DEFAULT '',
  PRIMARY KEY (`seqnodeid`,`id`),
  KEY `i1_idx` (`seqnodeid`,`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `sahs_sc13_seq_templ`
--

LOCK TABLES `sahs_sc13_seq_templ` WRITE;
/*!40000 ALTER TABLE `sahs_sc13_seq_templ` DISABLE KEYS */;
/*!40000 ALTER TABLE `sahs_sc13_seq_templ` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sahs_sc13_seq_templts`
--

DROP TABLE IF EXISTS `sahs_sc13_seq_templts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sahs_sc13_seq_templts` (
  `identifier` varchar(50) DEFAULT NULL,
  `filename` varchar(50) DEFAULT NULL,
  `id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `sahs_sc13_seq_templts`
--

LOCK TABLES `sahs_sc13_seq_templts` WRITE;
/*!40000 ALTER TABLE `sahs_sc13_seq_templts` DISABLE KEYS */;
INSERT INTO `sahs_sc13_seq_templts` VALUES ('pretestpost','pretest_posttest.xml',1),('linearpath','linear_path.xml',2),('linearpathforward','linear_path_forward.xml',3),('mandatoryoptions','mandatory_options.xml',4);
/*!40000 ALTER TABLE `sahs_sc13_seq_templts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sahs_sc13_seq_templts_seq`
--

DROP TABLE IF EXISTS `sahs_sc13_seq_templts_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sahs_sc13_seq_templts_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `sahs_sc13_seq_templts_seq`
--

LOCK TABLES `sahs_sc13_seq_templts_seq` WRITE;
/*!40000 ALTER TABLE `sahs_sc13_seq_templts_seq` DISABLE KEYS */;
INSERT INTO `sahs_sc13_seq_templts_seq` VALUES (4);
/*!40000 ALTER TABLE `sahs_sc13_seq_templts_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sahs_sc13_seq_tree`
--

DROP TABLE IF EXISTS `sahs_sc13_seq_tree`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sahs_sc13_seq_tree` (
  `child` int(11) NOT NULL DEFAULT '0',
  `depth` smallint(6) DEFAULT NULL,
  `lft` int(11) DEFAULT NULL,
  `importid` varchar(32) NOT NULL DEFAULT '',
  `parent` int(11) NOT NULL DEFAULT '0',
  `rgt` int(11) DEFAULT NULL,
  PRIMARY KEY (`child`,`importid`,`parent`),
  KEY `i1_idx` (`child`),
  KEY `i2_idx` (`importid`),
  KEY `i3_idx` (`parent`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `sahs_sc13_seq_tree`
--

LOCK TABLES `sahs_sc13_seq_tree` WRITE;
/*!40000 ALTER TABLE `sahs_sc13_seq_tree` DISABLE KEYS */;
/*!40000 ALTER TABLE `sahs_sc13_seq_tree` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sahs_sc13_tree`
--

DROP TABLE IF EXISTS `sahs_sc13_tree`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sahs_sc13_tree` (
  `slm_id` int(11) NOT NULL DEFAULT '0',
  `child` int(11) NOT NULL DEFAULT '0',
  `parent` int(11) NOT NULL DEFAULT '0',
  `lft` int(11) NOT NULL DEFAULT '0',
  `rgt` int(11) NOT NULL DEFAULT '0',
  `depth` smallint(6) NOT NULL DEFAULT '0',
  PRIMARY KEY (`child`,`parent`,`slm_id`),
  KEY `i1_idx` (`child`),
  KEY `i2_idx` (`parent`),
  KEY `i3_idx` (`slm_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `sahs_sc13_tree`
--

LOCK TABLES `sahs_sc13_tree` WRITE;
/*!40000 ALTER TABLE `sahs_sc13_tree` DISABLE KEYS */;
/*!40000 ALTER TABLE `sahs_sc13_tree` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sahs_sc13_tree_node`
--

DROP TABLE IF EXISTS `sahs_sc13_tree_node`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sahs_sc13_tree_node` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `title` varchar(200) DEFAULT NULL,
  `type` char(4) DEFAULT NULL,
  `slm_id` int(11) NOT NULL DEFAULT '0',
  `import_id` varchar(50) DEFAULT NULL,
  `create_date` datetime DEFAULT NULL,
  `last_update` datetime DEFAULT NULL,
  PRIMARY KEY (`obj_id`),
  KEY `i1_idx` (`slm_id`),
  KEY `i2_idx` (`type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `sahs_sc13_tree_node`
--

LOCK TABLES `sahs_sc13_tree_node` WRITE;
/*!40000 ALTER TABLE `sahs_sc13_tree_node` DISABLE KEYS */;
INSERT INTO `sahs_sc13_tree_node` VALUES (1,'Dummy top node for all trees.','',0,'',NULL,NULL);
/*!40000 ALTER TABLE `sahs_sc13_tree_node` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sahs_sc13_tree_node_seq`
--

DROP TABLE IF EXISTS `sahs_sc13_tree_node_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sahs_sc13_tree_node_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `sahs_sc13_tree_node_seq`
--

LOCK TABLES `sahs_sc13_tree_node_seq` WRITE;
/*!40000 ALTER TABLE `sahs_sc13_tree_node_seq` DISABLE KEYS */;
INSERT INTO `sahs_sc13_tree_node_seq` VALUES (1);
/*!40000 ALTER TABLE `sahs_sc13_tree_node_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sahs_user`
--

DROP TABLE IF EXISTS `sahs_user`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sahs_user` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `package_attempts` smallint(6) DEFAULT NULL,
  `module_version` smallint(6) DEFAULT NULL,
  `last_visited` varchar(255) DEFAULT NULL,
  `hash` varchar(20) DEFAULT NULL,
  `hash_end` datetime DEFAULT NULL,
  `offline_mode` varchar(8) DEFAULT NULL,
  `last_access` datetime DEFAULT NULL,
  `total_time_sec` int(11) DEFAULT NULL,
  `sco_total_time_sec` int(11) DEFAULT NULL,
  `status` tinyint(4) DEFAULT NULL,
  `percentage_completed` tinyint(4) DEFAULT NULL,
  `first_access` datetime DEFAULT NULL,
  `last_status_change` datetime DEFAULT NULL,
  PRIMARY KEY (`obj_id`,`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `sahs_user`
--

LOCK TABLES `sahs_user` WRITE;
/*!40000 ALTER TABLE `sahs_user` DISABLE KEYS */;
/*!40000 ALTER TABLE `sahs_user` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `saml_idp_settings`
--

DROP TABLE IF EXISTS `saml_idp_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `saml_idp_settings` (
  `idp_id` int(11) NOT NULL,
  `is_active` tinyint(4) NOT NULL,
  `allow_local_auth` tinyint(4) NOT NULL DEFAULT '0',
  `default_role_id` int(11) NOT NULL DEFAULT '0',
  `uid_claim` varchar(1000) DEFAULT NULL,
  `login_claim` varchar(1000) DEFAULT NULL,
  `sync_status` tinyint(4) NOT NULL DEFAULT '0',
  `account_migr_status` tinyint(4) NOT NULL DEFAULT '0',
  `entity_id` varchar(1000) DEFAULT NULL,
  PRIMARY KEY (`idp_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `saml_idp_settings`
--

LOCK TABLES `saml_idp_settings` WRITE;
/*!40000 ALTER TABLE `saml_idp_settings` DISABLE KEYS */;
/*!40000 ALTER TABLE `saml_idp_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `saml_idp_settings_seq`
--

DROP TABLE IF EXISTS `saml_idp_settings_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `saml_idp_settings_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `saml_idp_settings_seq`
--

LOCK TABLES `saml_idp_settings_seq` WRITE;
/*!40000 ALTER TABLE `saml_idp_settings_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `saml_idp_settings_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sc_item`
--

DROP TABLE IF EXISTS `sc_item`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sc_item` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `import_id` varchar(200) DEFAULT NULL,
  `identifierref` varchar(200) DEFAULT NULL,
  `isvisible` varchar(6) DEFAULT NULL,
  `parameters` varchar(4000) DEFAULT NULL,
  `prereq_type` varchar(200) DEFAULT NULL,
  `prerequisites` varchar(4000) DEFAULT NULL,
  `maxtimeallowed` varchar(30) DEFAULT NULL,
  `timelimitaction` varchar(30) DEFAULT NULL,
  `datafromlms` longtext,
  `masteryscore` varchar(200) DEFAULT NULL,
  PRIMARY KEY (`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `sc_item`
--

LOCK TABLES `sc_item` WRITE;
/*!40000 ALTER TABLE `sc_item` DISABLE KEYS */;
/*!40000 ALTER TABLE `sc_item` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sc_manifest`
--

DROP TABLE IF EXISTS `sc_manifest`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sc_manifest` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `import_id` varchar(200) DEFAULT NULL,
  `version` varchar(200) DEFAULT NULL,
  `xml_base` varchar(200) DEFAULT NULL,
  PRIMARY KEY (`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `sc_manifest`
--

LOCK TABLES `sc_manifest` WRITE;
/*!40000 ALTER TABLE `sc_manifest` DISABLE KEYS */;
/*!40000 ALTER TABLE `sc_manifest` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sc_organization`
--

DROP TABLE IF EXISTS `sc_organization`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sc_organization` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `import_id` varchar(200) DEFAULT NULL,
  `structure` varchar(200) DEFAULT NULL,
  PRIMARY KEY (`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `sc_organization`
--

LOCK TABLES `sc_organization` WRITE;
/*!40000 ALTER TABLE `sc_organization` DISABLE KEYS */;
/*!40000 ALTER TABLE `sc_organization` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sc_organizations`
--

DROP TABLE IF EXISTS `sc_organizations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sc_organizations` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `default_organization` varchar(200) DEFAULT NULL,
  PRIMARY KEY (`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `sc_organizations`
--

LOCK TABLES `sc_organizations` WRITE;
/*!40000 ALTER TABLE `sc_organizations` DISABLE KEYS */;
/*!40000 ALTER TABLE `sc_organizations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sc_resource`
--

DROP TABLE IF EXISTS `sc_resource`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sc_resource` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `import_id` varchar(200) DEFAULT NULL,
  `resourcetype` varchar(30) DEFAULT NULL,
  `scormtype` varchar(6) DEFAULT NULL,
  `href` varchar(250) DEFAULT NULL,
  `xml_base` varchar(200) DEFAULT NULL,
  PRIMARY KEY (`obj_id`),
  KEY `i1_idx` (`import_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `sc_resource`
--

LOCK TABLES `sc_resource` WRITE;
/*!40000 ALTER TABLE `sc_resource` DISABLE KEYS */;
/*!40000 ALTER TABLE `sc_resource` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sc_resource_dependen`
--

DROP TABLE IF EXISTS `sc_resource_dependen`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sc_resource_dependen` (
  `id` int(11) NOT NULL DEFAULT '0',
  `res_id` int(11) DEFAULT NULL,
  `identifierref` varchar(200) DEFAULT NULL,
  `nr` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `sc_resource_dependen`
--

LOCK TABLES `sc_resource_dependen` WRITE;
/*!40000 ALTER TABLE `sc_resource_dependen` DISABLE KEYS */;
/*!40000 ALTER TABLE `sc_resource_dependen` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sc_resource_dependen_seq`
--

DROP TABLE IF EXISTS `sc_resource_dependen_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sc_resource_dependen_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `sc_resource_dependen_seq`
--

LOCK TABLES `sc_resource_dependen_seq` WRITE;
/*!40000 ALTER TABLE `sc_resource_dependen_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `sc_resource_dependen_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sc_resource_file`
--

DROP TABLE IF EXISTS `sc_resource_file`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sc_resource_file` (
  `id` int(11) NOT NULL DEFAULT '0',
  `res_id` int(11) DEFAULT NULL,
  `href` varchar(4000) DEFAULT NULL,
  `nr` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `sc_resource_file`
--

LOCK TABLES `sc_resource_file` WRITE;
/*!40000 ALTER TABLE `sc_resource_file` DISABLE KEYS */;
/*!40000 ALTER TABLE `sc_resource_file` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sc_resource_file_seq`
--

DROP TABLE IF EXISTS `sc_resource_file_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sc_resource_file_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `sc_resource_file_seq`
--

LOCK TABLES `sc_resource_file_seq` WRITE;
/*!40000 ALTER TABLE `sc_resource_file_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `sc_resource_file_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sc_resources`
--

DROP TABLE IF EXISTS `sc_resources`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sc_resources` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `xml_base` varchar(200) DEFAULT NULL,
  PRIMARY KEY (`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `sc_resources`
--

LOCK TABLES `sc_resources` WRITE;
/*!40000 ALTER TABLE `sc_resources` DISABLE KEYS */;
/*!40000 ALTER TABLE `sc_resources` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `scorm_object`
--

DROP TABLE IF EXISTS `scorm_object`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `scorm_object` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `title` varchar(200) DEFAULT NULL,
  `c_type` char(3) DEFAULT NULL,
  `slm_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `scorm_object`
--

LOCK TABLES `scorm_object` WRITE;
/*!40000 ALTER TABLE `scorm_object` DISABLE KEYS */;
/*!40000 ALTER TABLE `scorm_object` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `scorm_object_seq`
--

DROP TABLE IF EXISTS `scorm_object_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `scorm_object_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `scorm_object_seq`
--

LOCK TABLES `scorm_object_seq` WRITE;
/*!40000 ALTER TABLE `scorm_object_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `scorm_object_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `scorm_tracking`
--

DROP TABLE IF EXISTS `scorm_tracking`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `scorm_tracking` (
  `user_id` int(11) NOT NULL DEFAULT '0',
  `sco_id` int(11) NOT NULL DEFAULT '0',
  `lvalue` varchar(64) NOT NULL DEFAULT ' ',
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `c_timestamp` datetime DEFAULT NULL,
  `rvalue` longtext,
  PRIMARY KEY (`user_id`,`sco_id`,`lvalue`,`obj_id`),
  KEY `i2_idx` (`obj_id`,`sco_id`,`lvalue`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `scorm_tracking`
--

LOCK TABLES `scorm_tracking` WRITE;
/*!40000 ALTER TABLE `scorm_tracking` DISABLE KEYS */;
/*!40000 ALTER TABLE `scorm_tracking` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `scorm_tree`
--

DROP TABLE IF EXISTS `scorm_tree`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `scorm_tree` (
  `slm_id` int(11) NOT NULL DEFAULT '0',
  `child` int(11) NOT NULL DEFAULT '0',
  `parent` int(11) DEFAULT NULL,
  `lft` int(11) NOT NULL DEFAULT '0',
  `rgt` int(11) NOT NULL DEFAULT '0',
  `depth` smallint(6) NOT NULL DEFAULT '0',
  PRIMARY KEY (`slm_id`,`child`),
  KEY `i1_idx` (`child`),
  KEY `i2_idx` (`parent`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `scorm_tree`
--

LOCK TABLES `scorm_tree` WRITE;
/*!40000 ALTER TABLE `scorm_tree` DISABLE KEYS */;
/*!40000 ALTER TABLE `scorm_tree` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `search_command_queue`
--

DROP TABLE IF EXISTS `search_command_queue`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `search_command_queue` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `obj_type` char(4) NOT NULL DEFAULT '',
  `sub_id` int(11) NOT NULL DEFAULT '0',
  `sub_type` char(4) DEFAULT NULL,
  `command` char(16) DEFAULT NULL,
  `last_update` datetime DEFAULT NULL,
  `finished` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`obj_id`,`obj_type`,`sub_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `search_command_queue`
--

LOCK TABLES `search_command_queue` WRITE;
/*!40000 ALTER TABLE `search_command_queue` DISABLE KEYS */;
/*!40000 ALTER TABLE `search_command_queue` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `search_data`
--

DROP TABLE IF EXISTS `search_data`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `search_data` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `title` varchar(200) DEFAULT NULL,
  `target` varchar(4000) DEFAULT NULL,
  `type` varchar(4) DEFAULT NULL,
  PRIMARY KEY (`obj_id`,`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `search_data`
--

LOCK TABLES `search_data` WRITE;
/*!40000 ALTER TABLE `search_data` DISABLE KEYS */;
/*!40000 ALTER TABLE `search_data` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `search_data_seq`
--

DROP TABLE IF EXISTS `search_data_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `search_data_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `search_data_seq`
--

LOCK TABLES `search_data_seq` WRITE;
/*!40000 ALTER TABLE `search_data_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `search_data_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `settings`
--

DROP TABLE IF EXISTS `settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `settings` (
  `module` varchar(50) NOT NULL DEFAULT 'common',
  `keyword` varchar(50) NOT NULL DEFAULT ' ',
  `value` varchar(4000) DEFAULT NULL,
  PRIMARY KEY (`module`,`keyword`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `settings`
--

LOCK TABLES `settings` WRITE;
/*!40000 ALTER TABLE `settings` DISABLE KEYS */;
INSERT INTO `settings` VALUES ('adve','autosave','30'),('adve','auto_url_linking','1'),('adve','block_mode_minutes','0'),('adve','use_physical',''),('assessment','assessment_manual_scoring','8,14'),('assessment','ass_process_lock_mode','db'),('assessment','quest_process_lock_mode_autoinit_done','1'),('assessment','use_javascript','1'),('awrn','awrn_enabled','1'),('awrn','caching_period','20'),('awrn','max_nr_entries','50'),('awrn','up_act_adm_contacts','2'),('awrn','up_act_contact_approved','2'),('awrn','up_act_contact_requests','1'),('awrn','up_act_crs_contacts','1'),('awrn','up_act_crs_current','0'),('awrn','up_act_mmbr_user_grpcrs','0'),('awrn','up_act_user_all','0'),('awrn','use_osd','1'),('bdga','active','1'),('bdga','components','a:2:{i:0;s:3:\"crs\";i:1;s:4:\"user\";}'),('bdga','obi_active',''),('bdga','obi_contact',''),('bdga','obi_organisation',''),('bdga','obi_salt',''),('buddysystem','enabled','1'),('calendar','cache_enabled','0'),('calendar','cache_minutes','0'),('calendar','cg_registration','1'),('calendar','consultation_hours','0'),('calendar','course_cal','1'),('calendar','default_date_format','1'),('calendar','default_day_end','19'),('calendar','default_day_start','8'),('calendar','default_timezone','Europe/Berlin'),('calendar','default_time_format','1'),('calendar','default_week_start','1'),('calendar','enabled','1'),('calendar','group_cal','1'),('calendar','notification','0'),('calendar','notification_user','0'),('calendar','sync_cache_enabled','0'),('calendar','sync_cache_minutes','10'),('calendar','webcal_sync','1'),('calendar','webcal_sync_hours','1'),('certificate','persisting_cers_introduced_ts','1654602369'),('chatroom','conversation_idle_state_in_minutes','1'),('chatroom','public_room_ref','46'),('cmix','ilias_uuid','20a27720-3338-4b46-8b3f-669d61110a30'),('common','admin_city',''),('common','admin_country',''),('common','admin_email','[[admin_email]]'),('common','admin_firstname','[[admin_fname]]'),('common','admin_institution',''),('common','admin_lastname','[[admin_lname]]'),('common','admin_phone',''),('common','admin_position',''),('common','admin_street',''),('common','admin_title',''),('common','admin_zipcode',''),('common','allow_change_loginname','0'),('common','anonymous_role_id','14'),('common','anonymous_user_id','13'),('common','approve_recipient','a:0:{}'),('common','auth_mode','1'),('common','auto_complete_length','10'),('common','auto_registration','1'),('common','bench_max_records','10000'),('common','block_activated_pdtag','1'),('common','block_activated_pdusers','1'),('common','chat_export_period','1'),('common','chat_export_status','0'),('common','comments_del_tutor','1'),('common','comments_del_user','0'),('common','comments_noti_recip',''),('common','convert_path',''),('common','create_history_loginname','0'),('common','custom_icon_big_height','32'),('common','custom_icon_big_width','32'),('common','custom_icon_small_height','22'),('common','custom_icon_small_width','22'),('common','custom_icon_tiny_height','16'),('common','custom_icon_tiny_width','16'),('common','dbupdate_randtest_pooldef_migration_fix','2'),('common','dbupwarn_tos_migr_54x','1'),('common','dbupwarn_tstfixqstseq','1'),('common','dbup_tst_skl_thres_mig_done','1'),('common','db_hotfixes_5_3','18'),('common','db_update_running','0'),('common','db_version','5808'),('common','default_repository_view','flat'),('common','disable_bookmarks','0'),('common','disable_comments','0'),('common','disable_contacts','0'),('common','disable_contacts_require_mail','1'),('common','disable_learning_sequences','0'),('common','disable_my_memberships','0'),('common','disable_my_offers','0'),('common','disable_notes','0'),('common','disable_recommended_content','0'),('common','disable_study_programmes','0'),('common','dummy','dummy'),('common','enable_anonymous_fora',''),('common','enable_bench','0'),('common','enable_calendar','1'),('common','enable_cat_page_edit','1'),('common','enable_fora_statistics',''),('common','enable_js_edit','1'),('common','enable_registration','1'),('common','enable_sahs_pd','1'),('common','enable_tracking','0'),('common','enable_trash','1'),('common','error_recipient',''),('common','feedback_recipient',''),('common','forum_notification','1'),('common','hide_adv_search','0'),('common','hits_per_page','50'),('common','https','0'),('common','icon_position_in_lists','item_rows'),('common','ilchtrbacfix','1'),('common','ilchtrperms','1'),('common','ilfrmnoti1','1'),('common','ilfrmreadidx1','1'),('common','ilfrmthri2','1'),('common','ilGlobalTstPoolUsageSettingInitilisation','1'),('common','ilias_version','9.4.0'),('common','ilinc_akclassvalues_required','1'),('common','ilmpathix','1'),('common','iloscmsgidx1','1'),('common','iloscmsgidx2','1'),('common','iloscmsgidx3','1'),('common','ilpghi2','1'),('common','ilpgi3','1'),('common','ilrqtix','1'),('common','iltosobjinstall','1'),('common','inst_id','0'),('common','inst_info',''),('common','inst_institution',''),('common','inst_name',''),('common','java_path',''),('common','language','en'),('common','ldap_basedn',''),('common','ldap_port',''),('common','ldap_server',''),('common','letter_avatars','1'),('common','lm_qst_imap_migr_run','1'),('common','loginname_change_blocking_time','3600'),('common','lp_desktop','1'),('common','lp_extended_data',''),('common','lp_learner','1'),('common','lp_list_gui','0'),('common','lucene_default_operator','1'),('common','lucene_fragment_count','3'),('common','lucene_fragment_size','50'),('common','lucene_item_filter','a:0:{}'),('common','lucene_item_filter_enabled','0'),('common','lucene_last_index_time','1230807600'),('common','lucene_max_subitems','5'),('common','lucene_mime_filter','a:0:{}'),('common','lucene_mime_filter_enabled','0'),('common','lucene_offline_filter','0'),('common','lucene_prefix_wildcard',''),('common','lucene_show_relevance','1'),('common','lucene_sub_relevance',''),('common','lucene_user_search','1'),('common','mail_allow_external','1'),('common','mail_incoming_mail','0'),('common','mail_notification','1'),('common','mail_send_html','1'),('common','mail_subject_prefix','[ILIAS]'),('common','mail_system_sys_env_from_addr',''),('common','mail_system_sys_from_addr',''),('common','mail_system_sys_from_name',''),('common','mail_system_sys_reply_to_addr',''),('common','mail_system_sys_signature','\n\n* * * * *\n{{INSTALLATION_NAME}}\n{{INSTALLATION_DESC}}\n{{ILIAS_URL}}\n'),('common','mail_system_usr_env_from_addr',''),('common','mail_system_usr_from_addr',''),('common','mail_system_usr_from_name',''),('common','main_tree_impl','mp'),('common','new_registration_type','4'),('common','nic_key','d9f35b4eab4947c1557ce5a533c3f0cf'),('common','object_statistics','1'),('common','obj_add_new_pos_bibl','99990170'),('common','obj_add_new_pos_blog','99990130'),('common','obj_add_new_pos_book','99990220'),('common','obj_add_new_pos_cat','99990010'),('common','obj_add_new_pos_catr','99990020'),('common','obj_add_new_pos_chtr','99990120'),('common','obj_add_new_pos_cld','99990160'),('common','obj_add_new_pos_crs','99990040'),('common','obj_add_new_pos_crsr','99990050'),('common','obj_add_new_pos_dcl','99990210'),('common','obj_add_new_pos_exc','99990280'),('common','obj_add_new_pos_feed','99990140'),('common','obj_add_new_pos_file','99990150'),('common','obj_add_new_pos_fold','99990080'),('common','obj_add_new_pos_frm','99990110'),('common','obj_add_new_pos_glo','99990260'),('common','obj_add_new_pos_grp','99990060'),('common','obj_add_new_pos_grpr','99990070'),('common','obj_add_new_pos_grp_bibl','0'),('common','obj_add_new_pos_grp_blog','0'),('common','obj_add_new_pos_grp_book','0'),('common','obj_add_new_pos_grp_cat','0'),('common','obj_add_new_pos_grp_catr','0'),('common','obj_add_new_pos_grp_chtr','0'),('common','obj_add_new_pos_grp_cld','0'),('common','obj_add_new_pos_grp_crs','0'),('common','obj_add_new_pos_grp_crsr','0'),('common','obj_add_new_pos_grp_dcl','0'),('common','obj_add_new_pos_grp_exc','0'),('common','obj_add_new_pos_grp_feed','0'),('common','obj_add_new_pos_grp_file','0'),('common','obj_add_new_pos_grp_fold','0'),('common','obj_add_new_pos_grp_frm','0'),('common','obj_add_new_pos_grp_glo','0'),('common','obj_add_new_pos_grp_grp','0'),('common','obj_add_new_pos_grp_grpr','0'),('common','obj_add_new_pos_grp_htlm','0'),('common','obj_add_new_pos_grp_iass','0'),('common','obj_add_new_pos_grp_itgr','0'),('common','obj_add_new_pos_grp_lm','0'),('common','obj_add_new_pos_grp_mcst','0'),('common','obj_add_new_pos_grp_mep','0'),('common','obj_add_new_pos_grp_orgu','0'),('common','obj_add_new_pos_grp_poll','0'),('common','obj_add_new_pos_grp_prg','0'),('common','obj_add_new_pos_grp_prtt','0'),('common','obj_add_new_pos_grp_qpl','0'),('common','obj_add_new_pos_grp_sahs','0'),('common','obj_add_new_pos_grp_sess','0'),('common','obj_add_new_pos_grp_spl','0'),('common','obj_add_new_pos_grp_svy','0'),('common','obj_add_new_pos_grp_tst','0'),('common','obj_add_new_pos_grp_webr','0'),('common','obj_add_new_pos_grp_wiki','0'),('common','obj_add_new_pos_htlm','99990240'),('common','obj_add_new_pos_iass','99990300'),('common','obj_add_new_pos_itgr','99990090'),('common','obj_add_new_pos_lm','99990230'),('common','obj_add_new_pos_mcst','99990190'),('common','obj_add_new_pos_mep','99990330'),('common','obj_add_new_pos_orgu','99990360'),('common','obj_add_new_pos_poll','99990320'),('common','obj_add_new_pos_prg','99990030'),('common','obj_add_new_pos_prtt','99990270'),('common','obj_add_new_pos_qpl','99990340'),('common','obj_add_new_pos_sahs','99990250'),('common','obj_add_new_pos_sess','99990100'),('common','obj_add_new_pos_spl','99990350'),('common','obj_add_new_pos_svy','99990310'),('common','obj_add_new_pos_tst','99990290'),('common','obj_add_new_pos_webr','99990180'),('common','obj_add_new_pos_wiki','99990200'),('common','obj_dis_creation_bibl',''),('common','obj_dis_creation_blog',''),('common','obj_dis_creation_book',''),('common','obj_dis_creation_cat',''),('common','obj_dis_creation_catr',''),('common','obj_dis_creation_chtr',''),('common','obj_dis_creation_cld','1'),('common','obj_dis_creation_crs',''),('common','obj_dis_creation_crsr',''),('common','obj_dis_creation_dbk','1'),('common','obj_dis_creation_dcl',''),('common','obj_dis_creation_exc',''),('common','obj_dis_creation_feed',''),('common','obj_dis_creation_file',''),('common','obj_dis_creation_fold',''),('common','obj_dis_creation_frm',''),('common','obj_dis_creation_glo',''),('common','obj_dis_creation_grp',''),('common','obj_dis_creation_grpr',''),('common','obj_dis_creation_htlm',''),('common','obj_dis_creation_iass',''),('common','obj_dis_creation_itgr',''),('common','obj_dis_creation_lm',''),('common','obj_dis_creation_mcst',''),('common','obj_dis_creation_mep',''),('common','obj_dis_creation_orgu',''),('common','obj_dis_creation_poll',''),('common','obj_dis_creation_prg',''),('common','obj_dis_creation_prtt',''),('common','obj_dis_creation_qpl',''),('common','obj_dis_creation_sahs',''),('common','obj_dis_creation_sess',''),('common','obj_dis_creation_spl',''),('common','obj_dis_creation_svy',''),('common','obj_dis_creation_tst',''),('common','obj_dis_creation_webr',''),('common','obj_dis_creation_wiki',''),('common','password_assistance','1'),('common','pd_active_pres_view_0','a:2:{i:0;s:4:\"list\";i:1;s:4:\"tile\";}'),('common','pd_active_pres_view_1','a:2:{i:0;s:4:\"list\";i:1;s:4:\"tile\";}'),('common','pd_active_pres_view_2','a:2:{i:0;s:4:\"list\";i:1;s:4:\"tile\";}'),('common','pd_active_pres_view_3','a:2:{i:0;s:4:\"list\";i:1;s:4:\"tile\";}'),('common','pd_active_pres_view_4','a:2:{i:0;s:4:\"list\";i:1;s:4:\"tile\";}'),('common','pd_active_sort_view_0','a:2:{i:0;s:8:\"location\";i:1;s:4:\"type\";}'),('common','pd_active_sort_view_1','a:3:{i:0;s:8:\"location\";i:1;s:4:\"type\";i:2;s:10:\"start_date\";}'),('common','pd_active_sort_view_3','a:2:{i:0;s:8:\"location\";i:1;s:8:\"alphabet\";}'),('common','pd_active_sort_view_4','a:2:{i:0;s:8:\"location\";i:1;s:8:\"alphabet\";}'),('common','pd_def_pres_view_0','list'),('common','pd_def_pres_view_1','list'),('common','pd_def_pres_view_2','list'),('common','pd_def_pres_view_3','list'),('common','pd_def_pres_view_4','list'),('common','pd_def_sort_view_1','location'),('common','pd_def_sort_view_3','location'),('common','pd_def_sort_view_4','location'),('common','personal_items_default_view','0'),('common','preview_learner','1'),('common','proxy_host',''),('common','proxy_port',''),('common','proxy_status',''),('common','ps_access_times',''),('common','ps_account_security_mode','2'),('common','ps_crs_access_times',''),('common','ps_export_confirm',''),('common','ps_export_confirm_group',''),('common','ps_export_course',''),('common','ps_export_group',''),('common','ps_export_scorm','1'),('common','ps_login_max_attempts','0'),('common','ps_password_change_on_first_login_enabled','1'),('common','ps_password_chars_and_numbers_enabled',''),('common','ps_password_lowercase_chars_num','0'),('common','ps_password_max_age','0'),('common','ps_password_max_length','0'),('common','ps_password_min_length','6'),('common','ps_password_must_not_contain_loginame','1'),('common','ps_password_special_chars_enabled',''),('common','ps_password_uppercase_chars_num','0'),('common','ps_prevent_simultaneous_logins','0'),('common','ps_protect_admin','1'),('common','pub_section',''),('common','rbac_log','1'),('common','rbac_log_age','6'),('common','recovery_folder_id','15'),('common','reg_hash_life_time','600'),('common','rep_shorten_description','1'),('common','rep_shorten_description_length','128'),('common','rep_tree_limit_grp_crs',''),('common','rep_tree_synchronize','1'),('common','require_city',''),('common','require_country',''),('common','require_default_role','1'),('common','require_department',''),('common','require_email','1'),('common','require_fax',''),('common','require_firstname','1'),('common','require_gender','1'),('common','require_hobby',''),('common','require_institution',''),('common','require_lastname','1'),('common','require_login','1'),('common','require_passwd','1'),('common','require_passwd2','1'),('common','require_phone_home',''),('common','require_phone_mobile',''),('common','require_phone_office',''),('common','require_referral_comment',''),('common','require_street',''),('common','require_zipcode',''),('common','reuse_of_loginnames','1'),('common','rpc_server_host',''),('common','rpc_server_port','0'),('common','save_user_related_data','0'),('common','search_date_filter',''),('common','search_enabled_firstname','0'),('common','search_enabled_gender','0'),('common','search_enabled_hobby','0'),('common','search_enabled_institution','0'),('common','search_enabled_interests_general','0'),('common','search_enabled_interests_help_looking','0'),('common','search_enabled_interests_help_offered','0'),('common','search_enabled_lastname','0'),('common','search_enabled_matriculation','0'),('common','search_enabled_title','0'),('common','search_index','0'),('common','search_lucene','0'),('common','search_max_hits','10'),('common','search_show_inactiv_user','1'),('common','search_show_limited_user','1'),('common','session_allow_client_maintenance','1'),('common','session_handling_type','0'),('common','session_max_count','0'),('common','session_max_idle','30'),('common','session_max_idle_after_first_request','1'),('common','session_min_idle','15'),('common','session_reminder_enabled',''),('common','session_statistics','1'),('common','setup_ok','1'),('common','shib_federation_name','Shibboleth'),('common','shib_hos_type','external_wayf'),('common','shib_idp_list',''),('common','show_user_activity','1'),('common','soap_connect_timeout','10'),('common','soap_response_timeout','5'),('common','soap_user_administration','0'),('common','soap_wsdl_path',''),('common','sty_media_cont_mig','1'),('common','system_role_id','2'),('common','system_user_id','6'),('common','sys_advanced_editing_id','26'),('common','sys_assessment_folder_id','20'),('common','sys_user_tracking_id','17'),('common','tos_status','0'),('common','tracking_time_span','300'),('common','tst_score_rep_consts_cleaned','1'),('common','unzip_path',''),('common','user_activity_time','5'),('common','user_delete_own_account','0'),('common','user_delete_own_account_email',''),('common','user_portfolios','1'),('common','user_reactivate_code','0'),('common','usr_settings_changeable_lua_birthday','1'),('common','usr_settings_changeable_lua_bs_allow_to_contact_me','1'),('common','usr_settings_changeable_lua_city','1'),('common','usr_settings_changeable_lua_country','1'),('common','usr_settings_changeable_lua_delicious','0'),('common','usr_settings_changeable_lua_department','1'),('common','usr_settings_changeable_lua_email','1'),('common','usr_settings_changeable_lua_fax','1'),('common','usr_settings_changeable_lua_firstname','1'),('common','usr_settings_changeable_lua_gender','1'),('common','usr_settings_changeable_lua_hide_own_online_status','1'),('common','usr_settings_changeable_lua_hits_per_page','1'),('common','usr_settings_changeable_lua_hobby','0'),('common','usr_settings_changeable_lua_institution','1'),('common','usr_settings_changeable_lua_interests_general','1'),('common','usr_settings_changeable_lua_interests_help_looking','1'),('common','usr_settings_changeable_lua_interests_help_offered','1'),('common','usr_settings_changeable_lua_language','1'),('common','usr_settings_changeable_lua_lastname','1'),('common','usr_settings_changeable_lua_mail_incoming_mail','1'),('common','usr_settings_changeable_lua_matriculation','1'),('common','usr_settings_changeable_lua_password','1'),('common','usr_settings_changeable_lua_phone_home','1'),('common','usr_settings_changeable_lua_phone_mobile','1'),('common','usr_settings_changeable_lua_phone_office','1'),('common','usr_settings_changeable_lua_preferences','1'),('common','usr_settings_changeable_lua_referral_comment','0'),('common','usr_settings_changeable_lua_roles','1'),('common','usr_settings_changeable_lua_sel_country','0'),('common','usr_settings_changeable_lua_skin_style','1'),('common','usr_settings_changeable_lua_street','1'),('common','usr_settings_changeable_lua_title','1'),('common','usr_settings_changeable_lua_upload','1'),('common','usr_settings_changeable_lua_zipcode','1'),('common','usr_settings_disable_delicious','1'),('common','usr_settings_disable_hobby','1'),('common','usr_settings_disable_preferences','1'),('common','usr_settings_disable_referral_comment','1'),('common','usr_settings_disable_sel_country','1'),('common','usr_settings_hide_delicious','1'),('common','usr_settings_hide_hide_own_online_status','1'),('common','usr_settings_hide_hobby','1'),('common','usr_settings_hide_preferences','1'),('common','usr_settings_hide_sel_country','1'),('common','usr_settings_visib_lua_birthday','1'),('common','usr_settings_visib_lua_bs_allow_to_contact_me','1'),('common','usr_settings_visib_lua_city','1'),('common','usr_settings_visib_lua_country','1'),('common','usr_settings_visib_lua_delicious','0'),('common','usr_settings_visib_lua_department','1'),('common','usr_settings_visib_lua_email','1'),('common','usr_settings_visib_lua_fax','1'),('common','usr_settings_visib_lua_firstname','0'),('common','usr_settings_visib_lua_gender','1'),('common','usr_settings_visib_lua_hide_own_online_status','1'),('common','usr_settings_visib_lua_hits_per_page','1'),('common','usr_settings_visib_lua_hobby','0'),('common','usr_settings_visib_lua_instant_messengers','0'),('common','usr_settings_visib_lua_institution','1'),('common','usr_settings_visib_lua_interests_general','1'),('common','usr_settings_visib_lua_interests_help_looking','1'),('common','usr_settings_visib_lua_interests_help_offered','1'),('common','usr_settings_visib_lua_language','1'),('common','usr_settings_visib_lua_lastname','0'),('common','usr_settings_visib_lua_mail_incoming_mail','1'),('common','usr_settings_visib_lua_matriculation','1'),('common','usr_settings_visib_lua_password','0'),('common','usr_settings_visib_lua_phone_home','1'),('common','usr_settings_visib_lua_phone_mobile','1'),('common','usr_settings_visib_lua_phone_office','1'),('common','usr_settings_visib_lua_preferences','1'),('common','usr_settings_visib_lua_referral_comment','0'),('common','usr_settings_visib_lua_roles','1'),('common','usr_settings_visib_lua_sel_country','0'),('common','usr_settings_visib_lua_skin_style','1'),('common','usr_settings_visib_lua_street','1'),('common','usr_settings_visib_lua_title','1'),('common','usr_settings_visib_lua_upload','1'),('common','usr_settings_visib_lua_zipcode','1'),('common','usr_settings_visib_reg_birthday','1'),('common','usr_settings_visib_reg_bs_allow_to_contact_me','0'),('common','usr_settings_visib_reg_city','1'),('common','usr_settings_visib_reg_country','1'),('common','usr_settings_visib_reg_delicious','0'),('common','usr_settings_visib_reg_department','1'),('common','usr_settings_visib_reg_email','1'),('common','usr_settings_visib_reg_firstname','0'),('common','usr_settings_visib_reg_gender','1'),('common','usr_settings_visib_reg_hits_per_page','0'),('common','usr_settings_visib_reg_hobby','0'),('common','usr_settings_visib_reg_institution','1'),('common','usr_settings_visib_reg_interests_general','1'),('common','usr_settings_visib_reg_interests_help_looking','1'),('common','usr_settings_visib_reg_interests_help_offered','1'),('common','usr_settings_visib_reg_language','0'),('common','usr_settings_visib_reg_lastname','0'),('common','usr_settings_visib_reg_mail_incoming_mail','0'),('common','usr_settings_visib_reg_matriculation','1'),('common','usr_settings_visib_reg_password','0'),('common','usr_settings_visib_reg_phone_office','1'),('common','usr_settings_visib_reg_preferences','0'),('common','usr_settings_visib_reg_referral_comment','0'),('common','usr_settings_visib_reg_roles','0'),('common','usr_settings_visib_reg_sel_country','0'),('common','usr_settings_visib_reg_skin_style','0'),('common','usr_settings_visib_reg_street','1'),('common','usr_settings_visib_reg_title','1'),('common','usr_settings_visib_reg_upload','0'),('common','usr_settings_visib_reg_zipcode','1'),('common','usr_starting_point','1'),('common','zip_path',''),('file_access','inline_file_extensions','gif jpg jpeg mp3 pdf png'),('file_access','show_amount_of_downloads','1'),('fold','bgtask_download',''),('fold','enable_download_folder',''),('fold','enable_multi_download',''),('lm','cont_upload_dir',''),('lm','html_export_ids',''),('lm','page_history','1'),('lm','replace_mob_feature',''),('lm','scormdebug_disable_cache',''),('lm','scormdebug_global_activate',''),('lm','scorm_login_as_learner_id',''),('lm','scorm_lp_auto_activate','1'),('lm','scorm_without_session','1'),('lm','time_scheduled_page_activation','1'),('lucene_adv_search','lom_browser','0'),('lucene_adv_search','lom_content','0'),('lucene_adv_search','lom_context','0'),('lucene_adv_search','lom_contribute','0'),('lucene_adv_search','lom_copyright','0'),('lucene_adv_search','lom_costs','0'),('lucene_adv_search','lom_coverage','0'),('lucene_adv_search','lom_density','0'),('lucene_adv_search','lom_difficulty','0'),('lucene_adv_search','lom_format','0'),('lucene_adv_search','lom_interactivity','0'),('lucene_adv_search','lom_keyword','0'),('lucene_adv_search','lom_language','0'),('lucene_adv_search','lom_level','0'),('lucene_adv_search','lom_operating_system','0'),('lucene_adv_search','lom_purpose','0'),('lucene_adv_search','lom_resource','0'),('lucene_adv_search','lom_status','0'),('lucene_adv_search','lom_structure','0'),('lucene_adv_search','lom_taxon','0'),('lucene_adv_search','lom_user_role','0'),('lucene_adv_search','lom_version','0'),('MathJax','dummy','dummy'),('MathJax','enable',''),('MathJax','enable_server',''),('MathJax','limiter','0'),('MathJax','path_to_mathjax','https://cdn.jsdelivr.net/npm/mathjax@2.7.9/MathJax.js?config=TeX-AMS-MML_HTMLorMML,Safe'),('MathJax','path_to_polyfill',''),('MathJax','server_address',''),('MathJax','server_for_browser',''),('MathJax','server_for_export',''),('MathJax','server_for_pdf',''),('MathJax','server_timeout','5'),('mcst','video_threshold','80'),('mobs','black_list_file_types','text/html'),('mobs','file_manager_always',''),('mobs','mep_activate_pages','1'),('mobs','restricted_file_types',''),('mobs','upload_dir',''),('news','acc_cache_mins','10'),('notifications','enable_mail','1'),('notifications','enable_osd','1'),('notifications','osd_delay','500'),('notifications','osd_vanish','5000'),('pd','user_activity_time','0'),('preview','max_previews_per_object','5'),('preview','preview_enabled','1'),('prfa','banner','1'),('prfa','banner_height','100'),('prfa','banner_width','1370'),('prfa','mask','0'),('prfa','mycrs','1'),('prfa','pd_block','1'),('survey','unlimited_invitation','1'),('tags','enable','1'),('user_account','lua_access_restricted',''),('user_account','lua_enabled',''),('webdav','custom_webfolder_instructions',''),('webdav','custom_webfolder_instructions_enabled','0'),('webdav','webdav_enabled','0'),('wiki','copied_perm_edit_content_add_pages','1');
/*!40000 ALTER TABLE `settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `settings_deactivated_s`
--

DROP TABLE IF EXISTS `settings_deactivated_s`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `settings_deactivated_s` (
  `skin` varchar(100) NOT NULL DEFAULT ' ',
  `style` varchar(100) NOT NULL DEFAULT ' ',
  PRIMARY KEY (`skin`,`style`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `settings_deactivated_s`
--

LOCK TABLES `settings_deactivated_s` WRITE;
/*!40000 ALTER TABLE `settings_deactivated_s` DISABLE KEYS */;
/*!40000 ALTER TABLE `settings_deactivated_s` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `shib_role_assignment`
--

DROP TABLE IF EXISTS `shib_role_assignment`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `shib_role_assignment` (
  `rule_id` int(11) NOT NULL DEFAULT '0',
  `role_id` int(11) NOT NULL DEFAULT '0',
  `name` char(255) DEFAULT NULL,
  `value` char(255) DEFAULT NULL,
  `plugin` tinyint(4) NOT NULL DEFAULT '0',
  `plugin_id` int(11) NOT NULL DEFAULT '0',
  `add_on_update` tinyint(4) NOT NULL DEFAULT '0',
  `remove_on_update` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`rule_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `shib_role_assignment`
--

LOCK TABLES `shib_role_assignment` WRITE;
/*!40000 ALTER TABLE `shib_role_assignment` DISABLE KEYS */;
/*!40000 ALTER TABLE `shib_role_assignment` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `shib_role_assignment_seq`
--

DROP TABLE IF EXISTS `shib_role_assignment_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `shib_role_assignment_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `shib_role_assignment_seq`
--

LOCK TABLES `shib_role_assignment_seq` WRITE;
/*!40000 ALTER TABLE `shib_role_assignment_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `shib_role_assignment_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `skl_assigned_material`
--

DROP TABLE IF EXISTS `skl_assigned_material`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `skl_assigned_material` (
  `user_id` int(11) NOT NULL DEFAULT '0',
  `top_skill_id` int(11) NOT NULL DEFAULT '0',
  `skill_id` int(11) NOT NULL DEFAULT '0',
  `level_id` int(11) NOT NULL DEFAULT '0',
  `wsp_id` int(11) NOT NULL DEFAULT '0',
  `tref_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`user_id`,`top_skill_id`,`tref_id`,`skill_id`,`level_id`,`wsp_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `skl_assigned_material`
--

LOCK TABLES `skl_assigned_material` WRITE;
/*!40000 ALTER TABLE `skl_assigned_material` DISABLE KEYS */;
/*!40000 ALTER TABLE `skl_assigned_material` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `skl_level`
--

DROP TABLE IF EXISTS `skl_level`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `skl_level` (
  `id` int(11) NOT NULL DEFAULT '0',
  `skill_id` int(11) NOT NULL DEFAULT '0',
  `nr` smallint(6) NOT NULL DEFAULT '0',
  `title` varchar(200) DEFAULT NULL,
  `description` longtext,
  `trigger_ref_id` int(11) NOT NULL DEFAULT '0',
  `trigger_obj_id` int(11) NOT NULL DEFAULT '0',
  `creation_date` datetime DEFAULT NULL,
  `import_id` varchar(50) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `skl_level`
--

LOCK TABLES `skl_level` WRITE;
/*!40000 ALTER TABLE `skl_level` DISABLE KEYS */;
/*!40000 ALTER TABLE `skl_level` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `skl_level_seq`
--

DROP TABLE IF EXISTS `skl_level_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `skl_level_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `skl_level_seq`
--

LOCK TABLES `skl_level_seq` WRITE;
/*!40000 ALTER TABLE `skl_level_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `skl_level_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `skl_personal_skill`
--

DROP TABLE IF EXISTS `skl_personal_skill`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `skl_personal_skill` (
  `user_id` int(11) NOT NULL DEFAULT '0',
  `skill_node_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`user_id`,`skill_node_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `skl_personal_skill`
--

LOCK TABLES `skl_personal_skill` WRITE;
/*!40000 ALTER TABLE `skl_personal_skill` DISABLE KEYS */;
/*!40000 ALTER TABLE `skl_personal_skill` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `skl_profile`
--

DROP TABLE IF EXISTS `skl_profile`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `skl_profile` (
  `id` int(11) NOT NULL DEFAULT '0',
  `title` varchar(200) DEFAULT NULL,
  `description` varchar(4000) DEFAULT NULL,
  `ref_id` int(11) NOT NULL DEFAULT '0',
  `skill_tree_id` int(11) NOT NULL DEFAULT '0',
  `image_id` varchar(4000) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `skl_profile`
--

LOCK TABLES `skl_profile` WRITE;
/*!40000 ALTER TABLE `skl_profile` DISABLE KEYS */;
/*!40000 ALTER TABLE `skl_profile` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `skl_profile_completion`
--

DROP TABLE IF EXISTS `skl_profile_completion`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `skl_profile_completion` (
  `profile_id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `date` datetime NOT NULL,
  `fulfilled` tinyint(4) NOT NULL,
  PRIMARY KEY (`profile_id`,`user_id`,`date`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `skl_profile_completion`
--

LOCK TABLES `skl_profile_completion` WRITE;
/*!40000 ALTER TABLE `skl_profile_completion` DISABLE KEYS */;
/*!40000 ALTER TABLE `skl_profile_completion` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `skl_profile_level`
--

DROP TABLE IF EXISTS `skl_profile_level`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `skl_profile_level` (
  `profile_id` int(11) NOT NULL DEFAULT '0',
  `base_skill_id` int(11) NOT NULL DEFAULT '0',
  `tref_id` int(11) NOT NULL DEFAULT '0',
  `level_id` int(11) NOT NULL DEFAULT '0',
  `order_nr` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`profile_id`,`tref_id`,`base_skill_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `skl_profile_level`
--

LOCK TABLES `skl_profile_level` WRITE;
/*!40000 ALTER TABLE `skl_profile_level` DISABLE KEYS */;
/*!40000 ALTER TABLE `skl_profile_level` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `skl_profile_role`
--

DROP TABLE IF EXISTS `skl_profile_role`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `skl_profile_role` (
  `profile_id` int(11) NOT NULL,
  `role_id` int(11) NOT NULL,
  PRIMARY KEY (`profile_id`,`role_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `skl_profile_role`
--

LOCK TABLES `skl_profile_role` WRITE;
/*!40000 ALTER TABLE `skl_profile_role` DISABLE KEYS */;
/*!40000 ALTER TABLE `skl_profile_role` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `skl_profile_seq`
--

DROP TABLE IF EXISTS `skl_profile_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `skl_profile_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `skl_profile_seq`
--

LOCK TABLES `skl_profile_seq` WRITE;
/*!40000 ALTER TABLE `skl_profile_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `skl_profile_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `skl_profile_user`
--

DROP TABLE IF EXISTS `skl_profile_user`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `skl_profile_user` (
  `profile_id` int(11) NOT NULL DEFAULT '0',
  `user_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`profile_id`,`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `skl_profile_user`
--

LOCK TABLES `skl_profile_user` WRITE;
/*!40000 ALTER TABLE `skl_profile_user` DISABLE KEYS */;
/*!40000 ALTER TABLE `skl_profile_user` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `skl_skill_resource`
--

DROP TABLE IF EXISTS `skl_skill_resource`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `skl_skill_resource` (
  `base_skill_id` int(11) NOT NULL DEFAULT '0',
  `tref_id` int(11) NOT NULL DEFAULT '0',
  `level_id` int(11) NOT NULL DEFAULT '0',
  `rep_ref_id` int(11) NOT NULL DEFAULT '0',
  `imparting` tinyint(4) NOT NULL DEFAULT '0',
  `ltrigger` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`base_skill_id`,`tref_id`,`level_id`,`rep_ref_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `skl_skill_resource`
--

LOCK TABLES `skl_skill_resource` WRITE;
/*!40000 ALTER TABLE `skl_skill_resource` DISABLE KEYS */;
/*!40000 ALTER TABLE `skl_skill_resource` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `skl_templ_ref`
--

DROP TABLE IF EXISTS `skl_templ_ref`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `skl_templ_ref` (
  `skl_node_id` int(11) NOT NULL DEFAULT '0',
  `templ_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`skl_node_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `skl_templ_ref`
--

LOCK TABLES `skl_templ_ref` WRITE;
/*!40000 ALTER TABLE `skl_templ_ref` DISABLE KEYS */;
/*!40000 ALTER TABLE `skl_templ_ref` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `skl_tree`
--

DROP TABLE IF EXISTS `skl_tree`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `skl_tree` (
  `skl_tree_id` int(11) NOT NULL DEFAULT '0',
  `child` int(11) NOT NULL DEFAULT '0',
  `parent` int(11) DEFAULT NULL,
  `lft` int(11) NOT NULL DEFAULT '0',
  `rgt` int(11) NOT NULL DEFAULT '0',
  `depth` smallint(6) NOT NULL DEFAULT '0',
  PRIMARY KEY (`skl_tree_id`,`child`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `skl_tree`
--

LOCK TABLES `skl_tree` WRITE;
/*!40000 ALTER TABLE `skl_tree` DISABLE KEYS */;
INSERT INTO `skl_tree` VALUES (312,1,0,1,2,1);
/*!40000 ALTER TABLE `skl_tree` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `skl_tree_node`
--

DROP TABLE IF EXISTS `skl_tree_node`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `skl_tree_node` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `title` varchar(200) DEFAULT NULL,
  `type` char(4) DEFAULT NULL,
  `create_date` datetime DEFAULT NULL,
  `last_update` datetime DEFAULT NULL,
  `self_eval` tinyint(4) NOT NULL DEFAULT '0',
  `order_nr` int(11) NOT NULL DEFAULT '0',
  `status` tinyint(4) NOT NULL DEFAULT '0',
  `creation_date` datetime DEFAULT NULL,
  `import_id` varchar(50) DEFAULT NULL,
  `description` longtext,
  PRIMARY KEY (`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `skl_tree_node`
--

LOCK TABLES `skl_tree_node` WRITE;
/*!40000 ALTER TABLE `skl_tree_node` DISABLE KEYS */;
INSERT INTO `skl_tree_node` VALUES (1,'Skill Tree Root Node','skrt','2011-08-07 11:39:00',NULL,0,0,0,NULL,'',NULL);
/*!40000 ALTER TABLE `skl_tree_node` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `skl_tree_node_seq`
--

DROP TABLE IF EXISTS `skl_tree_node_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `skl_tree_node_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `skl_tree_node_seq`
--

LOCK TABLES `skl_tree_node_seq` WRITE;
/*!40000 ALTER TABLE `skl_tree_node_seq` DISABLE KEYS */;
INSERT INTO `skl_tree_node_seq` VALUES (1);
/*!40000 ALTER TABLE `skl_tree_node_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `skl_usage`
--

DROP TABLE IF EXISTS `skl_usage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `skl_usage` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `skill_id` int(11) NOT NULL DEFAULT '0',
  `tref_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`obj_id`,`skill_id`,`tref_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `skl_usage`
--

LOCK TABLES `skl_usage` WRITE;
/*!40000 ALTER TABLE `skl_usage` DISABLE KEYS */;
/*!40000 ALTER TABLE `skl_usage` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `skl_user_has_level`
--

DROP TABLE IF EXISTS `skl_user_has_level`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `skl_user_has_level` (
  `level_id` int(11) NOT NULL DEFAULT '0',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `status_date` datetime NOT NULL DEFAULT '1970-01-01 00:00:00',
  `skill_id` int(11) NOT NULL DEFAULT '0',
  `trigger_ref_id` int(11) NOT NULL DEFAULT '0',
  `trigger_obj_id` int(11) NOT NULL DEFAULT '0',
  `trigger_title` varchar(200) DEFAULT NULL,
  `tref_id` int(11) NOT NULL DEFAULT '0',
  `trigger_obj_type` varchar(4) DEFAULT 'crs',
  `self_eval` tinyint(4) NOT NULL DEFAULT '0',
  `next_level_fulfilment` double NOT NULL DEFAULT '0',
  `trigger_user_id` varchar(20) NOT NULL DEFAULT '-',
  PRIMARY KEY (`level_id`,`user_id`,`trigger_obj_id`,`tref_id`,`self_eval`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `skl_user_has_level`
--

LOCK TABLES `skl_user_has_level` WRITE;
/*!40000 ALTER TABLE `skl_user_has_level` DISABLE KEYS */;
/*!40000 ALTER TABLE `skl_user_has_level` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `skl_user_skill_level`
--

DROP TABLE IF EXISTS `skl_user_skill_level`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `skl_user_skill_level` (
  `level_id` int(11) NOT NULL DEFAULT '0',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `status_date` datetime NOT NULL DEFAULT '1970-01-01 00:00:00',
  `skill_id` int(11) NOT NULL DEFAULT '0',
  `status` tinyint(4) NOT NULL DEFAULT '0',
  `valid` tinyint(4) NOT NULL DEFAULT '0',
  `trigger_ref_id` int(11) NOT NULL DEFAULT '0',
  `trigger_obj_id` int(11) NOT NULL DEFAULT '0',
  `trigger_title` varchar(200) DEFAULT NULL,
  `tref_id` int(11) NOT NULL DEFAULT '0',
  `trigger_obj_type` varchar(4) DEFAULT 'crs',
  `self_eval` tinyint(4) NOT NULL DEFAULT '0',
  `unique_identifier` varchar(80) DEFAULT NULL,
  `next_level_fulfilment` double NOT NULL DEFAULT '0',
  `trigger_user_id` varchar(20) NOT NULL DEFAULT '-',
  PRIMARY KEY (`skill_id`,`tref_id`,`user_id`,`status_date`,`status`,`trigger_obj_id`,`self_eval`),
  KEY `isk_idx` (`skill_id`),
  KEY `ilv_idx` (`level_id`),
  KEY `ius_idx` (`user_id`),
  KEY `isd_idx` (`status_date`),
  KEY `ist_idx` (`status`),
  KEY `ivl_idx` (`valid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `skl_user_skill_level`
--

LOCK TABLES `skl_user_skill_level` WRITE;
/*!40000 ALTER TABLE `skl_user_skill_level` DISABLE KEYS */;
/*!40000 ALTER TABLE `skl_user_skill_level` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sty_media_query`
--

DROP TABLE IF EXISTS `sty_media_query`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sty_media_query` (
  `id` int(11) NOT NULL DEFAULT '0',
  `style_id` int(11) NOT NULL DEFAULT '0',
  `order_nr` int(11) NOT NULL DEFAULT '0',
  `mquery` varchar(2000) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `sty_media_query`
--

LOCK TABLES `sty_media_query` WRITE;
/*!40000 ALTER TABLE `sty_media_query` DISABLE KEYS */;
/*!40000 ALTER TABLE `sty_media_query` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sty_media_query_seq`
--

DROP TABLE IF EXISTS `sty_media_query_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sty_media_query_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `sty_media_query_seq`
--

LOCK TABLES `sty_media_query_seq` WRITE;
/*!40000 ALTER TABLE `sty_media_query_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `sty_media_query_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sty_rep_container`
--

DROP TABLE IF EXISTS `sty_rep_container`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sty_rep_container` (
  `ref_id` int(11) NOT NULL DEFAULT '0',
  `reuse` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`ref_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `sty_rep_container`
--

LOCK TABLES `sty_rep_container` WRITE;
/*!40000 ALTER TABLE `sty_rep_container` DISABLE KEYS */;
/*!40000 ALTER TABLE `sty_rep_container` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `style_char`
--

DROP TABLE IF EXISTS `style_char`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `style_char` (
  `style_id` int(11) NOT NULL DEFAULT '0',
  `type` varchar(30) NOT NULL DEFAULT ' ',
  `characteristic` varchar(30) NOT NULL DEFAULT ' ',
  `hide` tinyint(4) NOT NULL DEFAULT '0',
  `order_nr` int(11) NOT NULL DEFAULT '0',
  `outdated` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`style_id`,`type`,`characteristic`),
  KEY `i1_idx` (`style_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `style_char`
--

LOCK TABLES `style_char` WRITE;
/*!40000 ALTER TABLE `style_char` DISABLE KEYS */;
/*!40000 ALTER TABLE `style_char` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `style_char_title`
--

DROP TABLE IF EXISTS `style_char_title`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `style_char_title` (
  `type` varchar(30) NOT NULL,
  `characteristic` varchar(30) NOT NULL,
  `lang` varchar(2) NOT NULL,
  `title` varchar(200) DEFAULT NULL,
  `style_id` int(11) NOT NULL,
  PRIMARY KEY (`style_id`,`type`,`characteristic`,`lang`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `style_char_title`
--

LOCK TABLES `style_char_title` WRITE;
/*!40000 ALTER TABLE `style_char_title` DISABLE KEYS */;
/*!40000 ALTER TABLE `style_char_title` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `style_color`
--

DROP TABLE IF EXISTS `style_color`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `style_color` (
  `style_id` int(11) NOT NULL DEFAULT '0',
  `color_name` varchar(30) NOT NULL DEFAULT '.',
  `color_code` char(10) DEFAULT NULL,
  PRIMARY KEY (`style_id`,`color_name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `style_color`
--

LOCK TABLES `style_color` WRITE;
/*!40000 ALTER TABLE `style_color` DISABLE KEYS */;
/*!40000 ALTER TABLE `style_color` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `style_data`
--

DROP TABLE IF EXISTS `style_data`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `style_data` (
  `id` int(11) NOT NULL DEFAULT '0',
  `uptodate` tinyint(4) DEFAULT '0',
  `standard` tinyint(4) DEFAULT '0',
  `category` int(11) DEFAULT NULL,
  `active` tinyint(4) DEFAULT '1',
  `owner_obj` int(11) DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `style_data`
--

LOCK TABLES `style_data` WRITE;
/*!40000 ALTER TABLE `style_data` DISABLE KEYS */;
/*!40000 ALTER TABLE `style_data` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `style_folder_styles`
--

DROP TABLE IF EXISTS `style_folder_styles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `style_folder_styles` (
  `folder_id` int(11) NOT NULL DEFAULT '0',
  `style_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`folder_id`,`style_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `style_folder_styles`
--

LOCK TABLES `style_folder_styles` WRITE;
/*!40000 ALTER TABLE `style_folder_styles` DISABLE KEYS */;
/*!40000 ALTER TABLE `style_folder_styles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `style_parameter`
--

DROP TABLE IF EXISTS `style_parameter`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `style_parameter` (
  `id` int(11) NOT NULL DEFAULT '0',
  `style_id` int(11) NOT NULL DEFAULT '0',
  `tag` varchar(100) DEFAULT NULL,
  `class` varchar(100) DEFAULT NULL,
  `parameter` varchar(100) DEFAULT NULL,
  `value` varchar(200) DEFAULT NULL,
  `type` varchar(30) DEFAULT NULL,
  `mq_id` int(11) NOT NULL DEFAULT '0',
  `custom` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `i1_idx` (`style_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `style_parameter`
--

LOCK TABLES `style_parameter` WRITE;
/*!40000 ALTER TABLE `style_parameter` DISABLE KEYS */;
/*!40000 ALTER TABLE `style_parameter` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `style_parameter_seq`
--

DROP TABLE IF EXISTS `style_parameter_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `style_parameter_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `style_parameter_seq`
--

LOCK TABLES `style_parameter_seq` WRITE;
/*!40000 ALTER TABLE `style_parameter_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `style_parameter_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `style_setting`
--

DROP TABLE IF EXISTS `style_setting`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `style_setting` (
  `style_id` int(11) NOT NULL DEFAULT '0',
  `name` varchar(30) NOT NULL DEFAULT '',
  `value` varchar(30) DEFAULT NULL,
  PRIMARY KEY (`style_id`,`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `style_setting`
--

LOCK TABLES `style_setting` WRITE;
/*!40000 ALTER TABLE `style_setting` DISABLE KEYS */;
/*!40000 ALTER TABLE `style_setting` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `style_template`
--

DROP TABLE IF EXISTS `style_template`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `style_template` (
  `id` int(11) NOT NULL DEFAULT '0',
  `style_id` int(11) NOT NULL DEFAULT '0',
  `name` varchar(30) NOT NULL DEFAULT '',
  `preview` varchar(4000) DEFAULT NULL,
  `temp_type` varchar(30) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `i1_idx` (`style_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `style_template`
--

LOCK TABLES `style_template` WRITE;
/*!40000 ALTER TABLE `style_template` DISABLE KEYS */;
/*!40000 ALTER TABLE `style_template` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `style_template_class`
--

DROP TABLE IF EXISTS `style_template_class`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `style_template_class` (
  `template_id` int(11) NOT NULL DEFAULT '0',
  `class_type` char(30) NOT NULL DEFAULT '',
  `class` char(30) NOT NULL DEFAULT '',
  PRIMARY KEY (`template_id`,`class_type`,`class`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `style_template_class`
--

LOCK TABLES `style_template_class` WRITE;
/*!40000 ALTER TABLE `style_template_class` DISABLE KEYS */;
/*!40000 ALTER TABLE `style_template_class` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `style_template_seq`
--

DROP TABLE IF EXISTS `style_template_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `style_template_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `style_template_seq`
--

LOCK TABLES `style_template_seq` WRITE;
/*!40000 ALTER TABLE `style_template_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `style_template_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `style_usage`
--

DROP TABLE IF EXISTS `style_usage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `style_usage` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `style_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`obj_id`),
  KEY `i1_idx` (`style_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `style_usage`
--

LOCK TABLES `style_usage` WRITE;
/*!40000 ALTER TABLE `style_usage` DISABLE KEYS */;
/*!40000 ALTER TABLE `style_usage` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `svy_360_appr`
--

DROP TABLE IF EXISTS `svy_360_appr`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `svy_360_appr` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `has_closed` int(11) DEFAULT '0',
  PRIMARY KEY (`obj_id`,`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `svy_360_appr`
--

LOCK TABLES `svy_360_appr` WRITE;
/*!40000 ALTER TABLE `svy_360_appr` DISABLE KEYS */;
/*!40000 ALTER TABLE `svy_360_appr` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `svy_360_rater`
--

DROP TABLE IF EXISTS `svy_360_rater`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `svy_360_rater` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `appr_id` int(11) NOT NULL DEFAULT '0',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `anonymous_id` int(11) NOT NULL DEFAULT '0',
  `mail_sent` int(11) DEFAULT '0',
  PRIMARY KEY (`obj_id`,`appr_id`,`user_id`,`anonymous_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `svy_360_rater`
--

LOCK TABLES `svy_360_rater` WRITE;
/*!40000 ALTER TABLE `svy_360_rater` DISABLE KEYS */;
/*!40000 ALTER TABLE `svy_360_rater` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `svy_anonymous`
--

DROP TABLE IF EXISTS `svy_anonymous`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `svy_anonymous` (
  `anonymous_id` int(11) NOT NULL DEFAULT '0',
  `survey_key` varchar(32) DEFAULT NULL,
  `survey_fi` int(11) NOT NULL DEFAULT '0',
  `user_key` varchar(40) DEFAULT NULL,
  `tstamp` int(11) NOT NULL DEFAULT '0',
  `externaldata` varchar(4000) DEFAULT NULL,
  `sent` smallint(6) NOT NULL DEFAULT '0',
  PRIMARY KEY (`anonymous_id`),
  KEY `i1_idx` (`survey_key`,`survey_fi`),
  KEY `i2_idx` (`survey_fi`),
  KEY `i3_idx` (`sent`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `svy_anonymous`
--

LOCK TABLES `svy_anonymous` WRITE;
/*!40000 ALTER TABLE `svy_anonymous` DISABLE KEYS */;
/*!40000 ALTER TABLE `svy_anonymous` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `svy_anonymous_seq`
--

DROP TABLE IF EXISTS `svy_anonymous_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `svy_anonymous_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `svy_anonymous_seq`
--

LOCK TABLES `svy_anonymous_seq` WRITE;
/*!40000 ALTER TABLE `svy_anonymous_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `svy_anonymous_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `svy_answer`
--

DROP TABLE IF EXISTS `svy_answer`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `svy_answer` (
  `answer_id` int(11) NOT NULL DEFAULT '0',
  `active_fi` int(11) NOT NULL DEFAULT '0',
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `value` double DEFAULT NULL,
  `textanswer` text,
  `rowvalue` int(11) NOT NULL DEFAULT '0',
  `tstamp` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`answer_id`),
  KEY `i1_idx` (`question_fi`),
  KEY `i2_idx` (`active_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `svy_answer`
--

LOCK TABLES `svy_answer` WRITE;
/*!40000 ALTER TABLE `svy_answer` DISABLE KEYS */;
/*!40000 ALTER TABLE `svy_answer` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `svy_answer_seq`
--

DROP TABLE IF EXISTS `svy_answer_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `svy_answer_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `svy_answer_seq`
--

LOCK TABLES `svy_answer_seq` WRITE;
/*!40000 ALTER TABLE `svy_answer_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `svy_answer_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `svy_category`
--

DROP TABLE IF EXISTS `svy_category`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `svy_category` (
  `category_id` int(11) NOT NULL DEFAULT '0',
  `title` varchar(1000) DEFAULT NULL,
  `defaultvalue` varchar(1) DEFAULT '0',
  `owner_fi` int(11) NOT NULL DEFAULT '0',
  `neutral` varchar(1) DEFAULT '0',
  `tstamp` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`category_id`),
  KEY `i1_idx` (`owner_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `svy_category`
--

LOCK TABLES `svy_category` WRITE;
/*!40000 ALTER TABLE `svy_category` DISABLE KEYS */;
INSERT INTO `svy_category` VALUES (1,'dc_desired','1',0,'0',1085190181),(2,'dc_undesired','1',0,'0',1085190181),(3,'dc_agree','1',0,'0',1085190181),(4,'dc_disagree','1',0,'0',1085190181),(5,'dc_good','1',0,'0',1085190181),(6,'dc_notacceptable','1',0,'0',1085190181),(7,'dc_should','1',0,'0',1085190181),(8,'dc_shouldnot','1',0,'0',1085190181),(9,'dc_true','1',0,'0',1085190181),(10,'dc_false','1',0,'0',1085190181),(11,'dc_always','1',0,'0',1085190181),(12,'dc_never','1',0,'0',1085190181),(13,'dc_yes','1',0,'0',1085190181),(14,'dc_no','1',0,'0',1085190181),(15,'dc_neutral','1',0,'0',1085190181),(16,'dc_undecided','1',0,'0',1085190181),(17,'dc_fair','1',0,'0',1085190181),(18,'dc_sometimes','1',0,'0',1085190181),(19,'dc_stronglydesired','1',0,'0',1085190181),(20,'dc_stronglyundesired','1',0,'0',1085190181),(21,'dc_stronglyagree','1',0,'0',1085190181),(22,'dc_stronglydisagree','1',0,'0',1085190181),(23,'dc_verygood','1',0,'0',1085190181),(24,'dc_poor','1',0,'0',1085190181),(25,'dc_must','1',0,'0',1085190181),(26,'dc_mustnot','1',0,'0',1085190181),(27,'dc_definitelytrue','1',0,'0',1085190181),(28,'dc_definitelyfalse','1',0,'0',1085190181),(29,'dc_manytimes','1',0,'0',1085190181),(30,'dc_varying','1',0,'0',1085190181),(31,'dc_rarely','1',0,'0',1085190181),(32,'dc_mostcertainly','1',0,'0',1085190181),(33,'dc_morepositive','1',0,'0',1085190181),(34,'dc_morenegative','1',0,'0',1085190181),(35,'dc_mostcertainlynot','1',0,'0',1085190181);
/*!40000 ALTER TABLE `svy_category` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `svy_category_seq`
--

DROP TABLE IF EXISTS `svy_category_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `svy_category_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB AUTO_INCREMENT=36 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `svy_category_seq`
--

LOCK TABLES `svy_category_seq` WRITE;
/*!40000 ALTER TABLE `svy_category_seq` DISABLE KEYS */;
INSERT INTO `svy_category_seq` VALUES (35);
/*!40000 ALTER TABLE `svy_category_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `svy_constraint`
--

DROP TABLE IF EXISTS `svy_constraint`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `svy_constraint` (
  `constraint_id` int(11) NOT NULL DEFAULT '0',
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `relation_fi` int(11) NOT NULL DEFAULT '0',
  `value` double NOT NULL DEFAULT '0',
  `conjunction` smallint(6) NOT NULL DEFAULT '0',
  PRIMARY KEY (`constraint_id`),
  KEY `i1_idx` (`question_fi`),
  KEY `i2_idx` (`relation_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `svy_constraint`
--

LOCK TABLES `svy_constraint` WRITE;
/*!40000 ALTER TABLE `svy_constraint` DISABLE KEYS */;
/*!40000 ALTER TABLE `svy_constraint` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `svy_constraint_seq`
--

DROP TABLE IF EXISTS `svy_constraint_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `svy_constraint_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `svy_constraint_seq`
--

LOCK TABLES `svy_constraint_seq` WRITE;
/*!40000 ALTER TABLE `svy_constraint_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `svy_constraint_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `svy_finished`
--

DROP TABLE IF EXISTS `svy_finished`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `svy_finished` (
  `finished_id` int(11) NOT NULL DEFAULT '0',
  `survey_fi` int(11) NOT NULL DEFAULT '0',
  `user_fi` int(11) NOT NULL DEFAULT '0',
  `anonymous_id` varchar(32) DEFAULT NULL,
  `state` varchar(1) DEFAULT '0',
  `tstamp` int(11) NOT NULL DEFAULT '0',
  `lastpage` int(11) NOT NULL DEFAULT '0',
  `appr_id` int(11) DEFAULT '0',
  PRIMARY KEY (`finished_id`),
  KEY `i1_idx` (`survey_fi`),
  KEY `i2_idx` (`user_fi`),
  KEY `i3_idx` (`anonymous_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `svy_finished`
--

LOCK TABLES `svy_finished` WRITE;
/*!40000 ALTER TABLE `svy_finished` DISABLE KEYS */;
/*!40000 ALTER TABLE `svy_finished` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `svy_finished_seq`
--

DROP TABLE IF EXISTS `svy_finished_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `svy_finished_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `svy_finished_seq`
--

LOCK TABLES `svy_finished_seq` WRITE;
/*!40000 ALTER TABLE `svy_finished_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `svy_finished_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `svy_invitation`
--

DROP TABLE IF EXISTS `svy_invitation`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `svy_invitation` (
  `user_id` int(11) NOT NULL DEFAULT '0',
  `survey_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`user_id`,`survey_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `svy_invitation`
--

LOCK TABLES `svy_invitation` WRITE;
/*!40000 ALTER TABLE `svy_invitation` DISABLE KEYS */;
/*!40000 ALTER TABLE `svy_invitation` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `svy_material`
--

DROP TABLE IF EXISTS `svy_material`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `svy_material` (
  `material_id` int(11) NOT NULL DEFAULT '0',
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `internal_link` varchar(50) DEFAULT NULL,
  `import_id` varchar(50) DEFAULT NULL,
  `material_title` varchar(255) DEFAULT NULL,
  `tstamp` int(11) NOT NULL DEFAULT '0',
  `text_material` varchar(4000) DEFAULT NULL,
  `external_link` varchar(500) DEFAULT NULL,
  `file_material` varchar(200) DEFAULT NULL,
  `material_type` int(11) DEFAULT '0',
  PRIMARY KEY (`material_id`),
  KEY `i1_idx` (`question_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `svy_material`
--

LOCK TABLES `svy_material` WRITE;
/*!40000 ALTER TABLE `svy_material` DISABLE KEYS */;
/*!40000 ALTER TABLE `svy_material` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `svy_material_seq`
--

DROP TABLE IF EXISTS `svy_material_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `svy_material_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `svy_material_seq`
--

LOCK TABLES `svy_material_seq` WRITE;
/*!40000 ALTER TABLE `svy_material_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `svy_material_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `svy_phrase`
--

DROP TABLE IF EXISTS `svy_phrase`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `svy_phrase` (
  `phrase_id` int(11) NOT NULL DEFAULT '0',
  `title` varchar(100) DEFAULT NULL,
  `defaultvalue` varchar(1) DEFAULT '0',
  `owner_fi` int(11) NOT NULL DEFAULT '0',
  `tstamp` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`phrase_id`),
  KEY `i1_idx` (`owner_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `svy_phrase`
--

LOCK TABLES `svy_phrase` WRITE;
/*!40000 ALTER TABLE `svy_phrase` DISABLE KEYS */;
INSERT INTO `svy_phrase` VALUES (1,'dp_standard_attitude_desired_undesired','1',0,1085190871),(2,'dp_standard_attitude_agree_disagree','1',0,1085190898),(3,'dp_standard_attitude_good_notacceptable','1',0,1085190918),(4,'dp_standard_attitude_shold_shouldnot','1',0,1085190946),(5,'dp_standard_beliefs_true_false','1',0,1085190973),(6,'dp_standard_beliefs_always_never','1',0,1085191547),(7,'dp_standard_behaviour_yes_no','1',0,1085191547),(8,'dp_standard_attitude_desired_neutral_undesired','1',0,1085191547),(9,'dp_standard_attitude_agree_undecided_disagree','1',0,1085191547),(10,'dp_standard_attitude_good_fair_notacceptable','1',0,1085191547),(11,'dp_standard_attitude_should_undecided_shouldnot','1',0,1085191547),(12,'dp_standard_beliefs_true_undecided_false','1',0,1085191547),(13,'dp_standard_beliefs_always_sometimes_never','1',0,1085191547),(14,'dp_standard_behaviour_yes_undecided_no','1',0,1085191547),(15,'dp_standard_attitude_desired5','1',0,1085195222),(16,'dp_standard_attitude_agree5','1',0,1085195237),(17,'dp_standard_attitude_good5','1',0,1085195249),(18,'dp_standard_attitude_must5','1',0,1085195264),(19,'dp_standard_beliefs_true5','1',0,1085195274),(20,'dp_standard_beliefs_always5','1',0,1085195292),(21,'dp_standard_behaviour_certainly5','1',0,1085195308),(22,'dp_standard_numbers','1',0,1087738039);
/*!40000 ALTER TABLE `svy_phrase` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `svy_phrase_cat`
--

DROP TABLE IF EXISTS `svy_phrase_cat`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `svy_phrase_cat` (
  `phrase_category_id` int(11) NOT NULL DEFAULT '0',
  `phrase_fi` int(11) NOT NULL DEFAULT '0',
  `category_fi` int(11) NOT NULL DEFAULT '0',
  `sequence` int(11) NOT NULL DEFAULT '0',
  `other` smallint(6) NOT NULL DEFAULT '0',
  `scale` int(11) DEFAULT NULL,
  PRIMARY KEY (`phrase_category_id`),
  KEY `i1_idx` (`phrase_fi`),
  KEY `i2_idx` (`category_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `svy_phrase_cat`
--

LOCK TABLES `svy_phrase_cat` WRITE;
/*!40000 ALTER TABLE `svy_phrase_cat` DISABLE KEYS */;
INSERT INTO `svy_phrase_cat` VALUES (1,1,1,1,0,0),(2,1,2,2,0,0),(3,2,3,1,0,0),(4,2,4,2,0,0),(5,3,5,1,0,0),(6,3,6,2,0,0),(7,4,7,1,0,0),(8,4,8,2,0,0),(9,5,9,1,0,0),(10,5,10,2,0,0),(11,6,11,1,0,0),(12,6,12,2,0,0),(13,7,13,1,0,0),(14,7,14,2,0,0),(15,8,1,1,0,0),(16,8,15,2,0,0),(17,8,2,3,0,0),(18,9,3,1,0,0),(19,9,16,2,0,0),(20,9,4,3,0,0),(21,10,5,1,0,0),(22,10,17,2,0,0),(23,10,6,3,0,0),(24,11,7,1,0,0),(25,11,16,2,0,0),(26,11,8,3,0,0),(27,12,9,1,0,0),(28,12,16,2,0,0),(29,12,10,3,0,0),(30,13,11,1,0,0),(31,13,18,2,0,0),(32,13,12,3,0,0),(33,14,13,1,0,0),(34,14,16,2,0,0),(35,14,14,3,0,0),(36,15,19,1,0,0),(37,15,1,2,0,0),(38,15,15,3,0,0),(39,15,2,4,0,0),(40,15,20,5,0,0),(41,16,21,1,0,0),(42,16,3,2,0,0),(43,16,16,3,0,0),(44,16,4,4,0,0),(45,16,22,5,0,0),(46,17,23,1,0,0),(47,17,5,2,0,0),(48,17,17,3,0,0),(49,17,24,4,0,0),(50,17,6,5,0,0),(51,18,25,1,0,0),(52,18,7,2,0,0),(53,18,16,3,0,0),(54,18,8,4,0,0),(55,18,26,5,0,0),(56,19,27,1,0,0),(57,19,9,2,0,0),(58,19,16,3,0,0),(59,19,10,4,0,0),(60,19,28,5,0,0),(61,20,11,1,0,0),(62,20,29,2,0,0),(63,20,30,3,0,0),(64,20,31,4,0,0),(65,20,12,5,0,0),(66,21,32,1,0,0),(67,21,33,2,0,0),(68,21,16,3,0,0),(69,21,34,4,0,0),(70,21,35,5,0,0);
/*!40000 ALTER TABLE `svy_phrase_cat` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `svy_phrase_cat_seq`
--

DROP TABLE IF EXISTS `svy_phrase_cat_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `svy_phrase_cat_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB AUTO_INCREMENT=71 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `svy_phrase_cat_seq`
--

LOCK TABLES `svy_phrase_cat_seq` WRITE;
/*!40000 ALTER TABLE `svy_phrase_cat_seq` DISABLE KEYS */;
INSERT INTO `svy_phrase_cat_seq` VALUES (70);
/*!40000 ALTER TABLE `svy_phrase_cat_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `svy_phrase_seq`
--

DROP TABLE IF EXISTS `svy_phrase_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `svy_phrase_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `svy_phrase_seq`
--

LOCK TABLES `svy_phrase_seq` WRITE;
/*!40000 ALTER TABLE `svy_phrase_seq` DISABLE KEYS */;
INSERT INTO `svy_phrase_seq` VALUES (22);
/*!40000 ALTER TABLE `svy_phrase_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `svy_qblk`
--

DROP TABLE IF EXISTS `svy_qblk`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `svy_qblk` (
  `questionblock_id` int(11) NOT NULL DEFAULT '0',
  `title` varchar(4000) DEFAULT NULL,
  `show_questiontext` varchar(1) DEFAULT '1',
  `owner_fi` int(11) NOT NULL DEFAULT '0',
  `tstamp` int(11) NOT NULL DEFAULT '0',
  `show_blocktitle` varchar(1) DEFAULT NULL,
  `compress_view` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`questionblock_id`),
  KEY `i1_idx` (`owner_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `svy_qblk`
--

LOCK TABLES `svy_qblk` WRITE;
/*!40000 ALTER TABLE `svy_qblk` DISABLE KEYS */;
/*!40000 ALTER TABLE `svy_qblk` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `svy_qblk_qst`
--

DROP TABLE IF EXISTS `svy_qblk_qst`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `svy_qblk_qst` (
  `qblk_qst_id` int(11) NOT NULL DEFAULT '0',
  `survey_fi` int(11) NOT NULL DEFAULT '0',
  `questionblock_fi` int(11) NOT NULL DEFAULT '0',
  `question_fi` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`qblk_qst_id`),
  KEY `i1_idx` (`survey_fi`),
  KEY `i2_idx` (`questionblock_fi`),
  KEY `i3_idx` (`question_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `svy_qblk_qst`
--

LOCK TABLES `svy_qblk_qst` WRITE;
/*!40000 ALTER TABLE `svy_qblk_qst` DISABLE KEYS */;
/*!40000 ALTER TABLE `svy_qblk_qst` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `svy_qblk_qst_seq`
--

DROP TABLE IF EXISTS `svy_qblk_qst_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `svy_qblk_qst_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `svy_qblk_qst_seq`
--

LOCK TABLES `svy_qblk_qst_seq` WRITE;
/*!40000 ALTER TABLE `svy_qblk_qst_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `svy_qblk_qst_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `svy_qblk_seq`
--

DROP TABLE IF EXISTS `svy_qblk_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `svy_qblk_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `svy_qblk_seq`
--

LOCK TABLES `svy_qblk_seq` WRITE;
/*!40000 ALTER TABLE `svy_qblk_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `svy_qblk_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `svy_qpl`
--

DROP TABLE IF EXISTS `svy_qpl`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `svy_qpl` (
  `id_questionpool` int(11) NOT NULL DEFAULT '0',
  `obj_fi` int(11) NOT NULL DEFAULT '0',
  `isonline` varchar(1) DEFAULT '0',
  `tstamp` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id_questionpool`),
  KEY `i1_idx` (`obj_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `svy_qpl`
--

LOCK TABLES `svy_qpl` WRITE;
/*!40000 ALTER TABLE `svy_qpl` DISABLE KEYS */;
/*!40000 ALTER TABLE `svy_qpl` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `svy_qpl_seq`
--

DROP TABLE IF EXISTS `svy_qpl_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `svy_qpl_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `svy_qpl_seq`
--

LOCK TABLES `svy_qpl_seq` WRITE;
/*!40000 ALTER TABLE `svy_qpl_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `svy_qpl_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `svy_qst_constraint`
--

DROP TABLE IF EXISTS `svy_qst_constraint`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `svy_qst_constraint` (
  `question_constraint_id` int(11) NOT NULL DEFAULT '0',
  `survey_fi` int(11) NOT NULL DEFAULT '0',
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `constraint_fi` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`question_constraint_id`),
  KEY `i1_idx` (`survey_fi`),
  KEY `i2_idx` (`question_fi`),
  KEY `i3_idx` (`constraint_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `svy_qst_constraint`
--

LOCK TABLES `svy_qst_constraint` WRITE;
/*!40000 ALTER TABLE `svy_qst_constraint` DISABLE KEYS */;
/*!40000 ALTER TABLE `svy_qst_constraint` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `svy_qst_constraint_seq`
--

DROP TABLE IF EXISTS `svy_qst_constraint_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `svy_qst_constraint_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `svy_qst_constraint_seq`
--

LOCK TABLES `svy_qst_constraint_seq` WRITE;
/*!40000 ALTER TABLE `svy_qst_constraint_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `svy_qst_constraint_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `svy_qst_matrix`
--

DROP TABLE IF EXISTS `svy_qst_matrix`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `svy_qst_matrix` (
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `subtype` int(11) NOT NULL DEFAULT '0',
  `column_separators` varchar(1) DEFAULT '0',
  `row_separators` varchar(1) DEFAULT '0',
  `neutral_column_separator` varchar(1) DEFAULT '1',
  `column_placeholders` int(11) NOT NULL DEFAULT '0',
  `legend` varchar(1) DEFAULT '0',
  `singleline_row_caption` varchar(1) DEFAULT '0',
  `repeat_column_header` varchar(1) DEFAULT '0',
  `column_header_position` varchar(1) DEFAULT '0',
  `random_rows` varchar(1) DEFAULT '0',
  `column_order` varchar(1) DEFAULT '0',
  `column_images` varchar(1) DEFAULT '0',
  `row_images` varchar(1) DEFAULT '0',
  `bipolar_adjective1` varchar(255) DEFAULT NULL,
  `bipolar_adjective2` varchar(255) DEFAULT NULL,
  `layout` varchar(4000) DEFAULT NULL,
  `tstamp` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`question_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `svy_qst_matrix`
--

LOCK TABLES `svy_qst_matrix` WRITE;
/*!40000 ALTER TABLE `svy_qst_matrix` DISABLE KEYS */;
/*!40000 ALTER TABLE `svy_qst_matrix` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `svy_qst_matrixrows`
--

DROP TABLE IF EXISTS `svy_qst_matrixrows`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `svy_qst_matrixrows` (
  `id_svy_qst_matrixrows` int(11) NOT NULL DEFAULT '0',
  `title` varchar(1000) DEFAULT NULL,
  `sequence` int(11) NOT NULL DEFAULT '0',
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `other` tinyint(4) NOT NULL DEFAULT '0',
  `label` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id_svy_qst_matrixrows`),
  KEY `i1_idx` (`question_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `svy_qst_matrixrows`
--

LOCK TABLES `svy_qst_matrixrows` WRITE;
/*!40000 ALTER TABLE `svy_qst_matrixrows` DISABLE KEYS */;
/*!40000 ALTER TABLE `svy_qst_matrixrows` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `svy_qst_matrixrows_seq`
--

DROP TABLE IF EXISTS `svy_qst_matrixrows_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `svy_qst_matrixrows_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `svy_qst_matrixrows_seq`
--

LOCK TABLES `svy_qst_matrixrows_seq` WRITE;
/*!40000 ALTER TABLE `svy_qst_matrixrows_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `svy_qst_matrixrows_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `svy_qst_mc`
--

DROP TABLE IF EXISTS `svy_qst_mc`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `svy_qst_mc` (
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `orientation` varchar(1) DEFAULT '0',
  `use_min_answers` tinyint(4) NOT NULL DEFAULT '0',
  `nr_min_answers` smallint(6) DEFAULT NULL,
  `nr_max_answers` smallint(6) DEFAULT NULL,
  PRIMARY KEY (`question_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `svy_qst_mc`
--

LOCK TABLES `svy_qst_mc` WRITE;
/*!40000 ALTER TABLE `svy_qst_mc` DISABLE KEYS */;
/*!40000 ALTER TABLE `svy_qst_mc` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `svy_qst_metric`
--

DROP TABLE IF EXISTS `svy_qst_metric`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `svy_qst_metric` (
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `subtype` varchar(1) DEFAULT '3',
  PRIMARY KEY (`question_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `svy_qst_metric`
--

LOCK TABLES `svy_qst_metric` WRITE;
/*!40000 ALTER TABLE `svy_qst_metric` DISABLE KEYS */;
/*!40000 ALTER TABLE `svy_qst_metric` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `svy_qst_oblig`
--

DROP TABLE IF EXISTS `svy_qst_oblig`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `svy_qst_oblig` (
  `question_obligatory_id` int(11) NOT NULL DEFAULT '0',
  `survey_fi` int(11) NOT NULL DEFAULT '0',
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `obligatory` varchar(1) DEFAULT '1',
  `tstamp` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`question_obligatory_id`),
  KEY `i1_idx` (`survey_fi`,`question_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `svy_qst_oblig`
--

LOCK TABLES `svy_qst_oblig` WRITE;
/*!40000 ALTER TABLE `svy_qst_oblig` DISABLE KEYS */;
/*!40000 ALTER TABLE `svy_qst_oblig` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `svy_qst_oblig_seq`
--

DROP TABLE IF EXISTS `svy_qst_oblig_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `svy_qst_oblig_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `svy_qst_oblig_seq`
--

LOCK TABLES `svy_qst_oblig_seq` WRITE;
/*!40000 ALTER TABLE `svy_qst_oblig_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `svy_qst_oblig_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `svy_qst_sc`
--

DROP TABLE IF EXISTS `svy_qst_sc`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `svy_qst_sc` (
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `orientation` varchar(1) DEFAULT '0',
  PRIMARY KEY (`question_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `svy_qst_sc`
--

LOCK TABLES `svy_qst_sc` WRITE;
/*!40000 ALTER TABLE `svy_qst_sc` DISABLE KEYS */;
/*!40000 ALTER TABLE `svy_qst_sc` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `svy_qst_text`
--

DROP TABLE IF EXISTS `svy_qst_text`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `svy_qst_text` (
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `maxchars` int(11) DEFAULT NULL,
  `width` int(11) NOT NULL DEFAULT '50',
  `height` int(11) NOT NULL DEFAULT '5',
  PRIMARY KEY (`question_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `svy_qst_text`
--

LOCK TABLES `svy_qst_text` WRITE;
/*!40000 ALTER TABLE `svy_qst_text` DISABLE KEYS */;
/*!40000 ALTER TABLE `svy_qst_text` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `svy_qtype`
--

DROP TABLE IF EXISTS `svy_qtype`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `svy_qtype` (
  `questiontype_id` int(11) NOT NULL DEFAULT '0',
  `type_tag` varchar(30) DEFAULT NULL,
  `plugin` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`questiontype_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `svy_qtype`
--

LOCK TABLES `svy_qtype` WRITE;
/*!40000 ALTER TABLE `svy_qtype` DISABLE KEYS */;
INSERT INTO `svy_qtype` VALUES (1,'SurveyMultipleChoiceQuestion',0),(2,'SurveySingleChoiceQuestion',0),(3,'SurveyMetricQuestion',0),(4,'SurveyTextQuestion',0),(5,'SurveyMatrixQuestion',0);
/*!40000 ALTER TABLE `svy_qtype` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `svy_qtype_seq`
--

DROP TABLE IF EXISTS `svy_qtype_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `svy_qtype_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `svy_qtype_seq`
--

LOCK TABLES `svy_qtype_seq` WRITE;
/*!40000 ALTER TABLE `svy_qtype_seq` DISABLE KEYS */;
INSERT INTO `svy_qtype_seq` VALUES (5);
/*!40000 ALTER TABLE `svy_qtype_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `svy_quest_skill`
--

DROP TABLE IF EXISTS `svy_quest_skill`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `svy_quest_skill` (
  `q_id` int(11) NOT NULL DEFAULT '0',
  `survey_id` int(11) NOT NULL DEFAULT '0',
  `base_skill_id` int(11) NOT NULL DEFAULT '0',
  `tref_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`q_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `svy_quest_skill`
--

LOCK TABLES `svy_quest_skill` WRITE;
/*!40000 ALTER TABLE `svy_quest_skill` DISABLE KEYS */;
/*!40000 ALTER TABLE `svy_quest_skill` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `svy_question`
--

DROP TABLE IF EXISTS `svy_question`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `svy_question` (
  `question_id` int(11) NOT NULL DEFAULT '0',
  `questiontype_fi` int(11) NOT NULL DEFAULT '0',
  `obj_fi` int(11) NOT NULL DEFAULT '0',
  `owner_fi` int(11) NOT NULL DEFAULT '0',
  `title` varchar(200) DEFAULT NULL,
  `description` varchar(200) DEFAULT NULL,
  `author` varchar(100) DEFAULT NULL,
  `obligatory` varchar(1) DEFAULT '1',
  `complete` varchar(1) DEFAULT '0',
  `created` varchar(14) DEFAULT NULL,
  `original_id` int(11) DEFAULT NULL,
  `tstamp` int(11) NOT NULL DEFAULT '0',
  `questiontext` longtext,
  `label` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`question_id`),
  KEY `i1_idx` (`obj_fi`),
  KEY `i2_idx` (`owner_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `svy_question`
--

LOCK TABLES `svy_question` WRITE;
/*!40000 ALTER TABLE `svy_question` DISABLE KEYS */;
/*!40000 ALTER TABLE `svy_question` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `svy_question_seq`
--

DROP TABLE IF EXISTS `svy_question_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `svy_question_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `svy_question_seq`
--

LOCK TABLES `svy_question_seq` WRITE;
/*!40000 ALTER TABLE `svy_question_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `svy_question_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `svy_relation`
--

DROP TABLE IF EXISTS `svy_relation`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `svy_relation` (
  `relation_id` int(11) NOT NULL DEFAULT '0',
  `longname` varchar(20) DEFAULT NULL,
  `shortname` varchar(2) DEFAULT NULL,
  `tstamp` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`relation_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `svy_relation`
--

LOCK TABLES `svy_relation` WRITE;
/*!40000 ALTER TABLE `svy_relation` DISABLE KEYS */;
INSERT INTO `svy_relation` VALUES (1,'less','<',1084867073),(2,'less_or_equal','<=',1084867088),(3,'equal','=',1084867096),(4,'not_equal','<>',1084867119),(5,'more_or_equal','>=',1084867132),(6,'more','>',1084867143);
/*!40000 ALTER TABLE `svy_relation` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `svy_relation_seq`
--

DROP TABLE IF EXISTS `svy_relation_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `svy_relation_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `svy_relation_seq`
--

LOCK TABLES `svy_relation_seq` WRITE;
/*!40000 ALTER TABLE `svy_relation_seq` DISABLE KEYS */;
INSERT INTO `svy_relation_seq` VALUES (6);
/*!40000 ALTER TABLE `svy_relation_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `svy_settings`
--

DROP TABLE IF EXISTS `svy_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `svy_settings` (
  `settings_id` int(11) NOT NULL DEFAULT '0',
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `keyword` varchar(40) NOT NULL DEFAULT '',
  `title` varchar(400) DEFAULT NULL,
  `value` longtext,
  PRIMARY KEY (`settings_id`),
  KEY `i1_idx` (`usr_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `svy_settings`
--

LOCK TABLES `svy_settings` WRITE;
/*!40000 ALTER TABLE `svy_settings` DISABLE KEYS */;
/*!40000 ALTER TABLE `svy_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `svy_settings_seq`
--

DROP TABLE IF EXISTS `svy_settings_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `svy_settings_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `svy_settings_seq`
--

LOCK TABLES `svy_settings_seq` WRITE;
/*!40000 ALTER TABLE `svy_settings_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `svy_settings_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `svy_skill_threshold`
--

DROP TABLE IF EXISTS `svy_skill_threshold`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `svy_skill_threshold` (
  `survey_id` int(11) NOT NULL DEFAULT '0',
  `base_skill_id` int(11) NOT NULL DEFAULT '0',
  `tref_id` int(11) NOT NULL DEFAULT '0',
  `level_id` int(11) NOT NULL DEFAULT '0',
  `threshold` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`survey_id`,`base_skill_id`,`tref_id`,`level_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `svy_skill_threshold`
--

LOCK TABLES `svy_skill_threshold` WRITE;
/*!40000 ALTER TABLE `svy_skill_threshold` DISABLE KEYS */;
/*!40000 ALTER TABLE `svy_skill_threshold` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `svy_svy`
--

DROP TABLE IF EXISTS `svy_svy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `svy_svy` (
  `survey_id` int(11) NOT NULL DEFAULT '0',
  `obj_fi` int(11) NOT NULL DEFAULT '0',
  `author` varchar(50) DEFAULT NULL,
  `introduction` longtext,
  `outro` longtext,
  `status` varchar(1) DEFAULT '1',
  `evaluation_access` varchar(1) DEFAULT '0',
  `invitation` varchar(1) DEFAULT '0',
  `invitation_mode` varchar(1) DEFAULT '1',
  `complete` varchar(1) DEFAULT '0',
  `anonymize` varchar(1) DEFAULT '0',
  `show_question_titles` varchar(1) DEFAULT '1',
  `tstamp` int(11) NOT NULL DEFAULT '0',
  `created` int(11) NOT NULL DEFAULT '0',
  `mailnotification` tinyint(4) DEFAULT NULL,
  `startdate` varchar(14) DEFAULT NULL,
  `enddate` varchar(14) DEFAULT NULL,
  `mailaddresses` varchar(2000) DEFAULT NULL,
  `mailparticipantdata` varchar(4000) DEFAULT NULL,
  `template_id` int(11) DEFAULT NULL,
  `pool_usage` tinyint(4) DEFAULT NULL,
  `mode` tinyint(4) NOT NULL DEFAULT '0',
  `mode_360_self_eval` tinyint(4) NOT NULL DEFAULT '0',
  `mode_360_self_rate` tinyint(4) NOT NULL DEFAULT '0',
  `mode_360_self_appr` tinyint(4) NOT NULL DEFAULT '0',
  `mode_360_results` tinyint(4) NOT NULL DEFAULT '0',
  `mode_skill_service` tinyint(4) NOT NULL DEFAULT '0',
  `reminder_status` tinyint(4) NOT NULL DEFAULT '0',
  `reminder_start` datetime DEFAULT NULL,
  `reminder_end` datetime DEFAULT NULL,
  `reminder_frequency` smallint(6) NOT NULL DEFAULT '0',
  `reminder_target` tinyint(4) NOT NULL DEFAULT '0',
  `tutor_ntf_status` tinyint(4) NOT NULL DEFAULT '0',
  `tutor_ntf_reci` varchar(2000) DEFAULT NULL,
  `tutor_ntf_target` tinyint(4) NOT NULL DEFAULT '0',
  `reminder_last_sent` datetime DEFAULT NULL,
  `own_results_view` tinyint(4) DEFAULT '0',
  `own_results_mail` tinyint(4) DEFAULT '0',
  `confirmation_mail` tinyint(4) DEFAULT NULL,
  `anon_user_list` tinyint(4) DEFAULT '0',
  `reminder_tmpl` int(11) DEFAULT NULL,
  `mode_self_eval_results` tinyint(4) DEFAULT '0',
  `tutor_res_status` tinyint(4) DEFAULT NULL,
  `tutor_res_reci` varchar(2000) DEFAULT NULL,
  `tutor_res_cron` tinyint(4) DEFAULT NULL,
  `calculate_sum_score` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`survey_id`),
  KEY `i1_idx` (`obj_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `svy_svy`
--

LOCK TABLES `svy_svy` WRITE;
/*!40000 ALTER TABLE `svy_svy` DISABLE KEYS */;
/*!40000 ALTER TABLE `svy_svy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `svy_svy_qst`
--

DROP TABLE IF EXISTS `svy_svy_qst`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `svy_svy_qst` (
  `survey_question_id` int(11) NOT NULL DEFAULT '0',
  `survey_fi` int(11) NOT NULL DEFAULT '0',
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `sequence` int(11) NOT NULL DEFAULT '0',
  `heading` varchar(4000) DEFAULT NULL,
  `tstamp` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`survey_question_id`),
  KEY `i1_idx` (`survey_fi`),
  KEY `i2_idx` (`question_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `svy_svy_qst`
--

LOCK TABLES `svy_svy_qst` WRITE;
/*!40000 ALTER TABLE `svy_svy_qst` DISABLE KEYS */;
/*!40000 ALTER TABLE `svy_svy_qst` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `svy_svy_qst_seq`
--

DROP TABLE IF EXISTS `svy_svy_qst_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `svy_svy_qst_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `svy_svy_qst_seq`
--

LOCK TABLES `svy_svy_qst_seq` WRITE;
/*!40000 ALTER TABLE `svy_svy_qst_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `svy_svy_qst_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `svy_svy_seq`
--

DROP TABLE IF EXISTS `svy_svy_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `svy_svy_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `svy_svy_seq`
--

LOCK TABLES `svy_svy_seq` WRITE;
/*!40000 ALTER TABLE `svy_svy_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `svy_svy_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `svy_times`
--

DROP TABLE IF EXISTS `svy_times`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `svy_times` (
  `id` int(11) NOT NULL DEFAULT '0',
  `finished_fi` int(11) NOT NULL DEFAULT '0',
  `entered_page` int(11) DEFAULT NULL,
  `left_page` int(11) DEFAULT NULL,
  `first_question` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `i1_idx` (`finished_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `svy_times`
--

LOCK TABLES `svy_times` WRITE;
/*!40000 ALTER TABLE `svy_times` DISABLE KEYS */;
/*!40000 ALTER TABLE `svy_times` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `svy_times_seq`
--

DROP TABLE IF EXISTS `svy_times_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `svy_times_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `svy_times_seq`
--

LOCK TABLES `svy_times_seq` WRITE;
/*!40000 ALTER TABLE `svy_times_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `svy_times_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `svy_variable`
--

DROP TABLE IF EXISTS `svy_variable`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `svy_variable` (
  `variable_id` int(11) NOT NULL DEFAULT '0',
  `category_fi` int(11) NOT NULL DEFAULT '0',
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `value1` double DEFAULT NULL,
  `value2` double DEFAULT NULL,
  `sequence` int(11) NOT NULL DEFAULT '0',
  `tstamp` int(11) NOT NULL DEFAULT '0',
  `other` smallint(6) NOT NULL DEFAULT '0',
  `scale` mediumint(9) DEFAULT NULL,
  PRIMARY KEY (`variable_id`),
  KEY `i1_idx` (`category_fi`),
  KEY `i2_idx` (`question_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `svy_variable`
--

LOCK TABLES `svy_variable` WRITE;
/*!40000 ALTER TABLE `svy_variable` DISABLE KEYS */;
/*!40000 ALTER TABLE `svy_variable` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `svy_variable_seq`
--

DROP TABLE IF EXISTS `svy_variable_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `svy_variable_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `svy_variable_seq`
--

LOCK TABLES `svy_variable_seq` WRITE;
/*!40000 ALTER TABLE `svy_variable_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `svy_variable_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sysc_groups`
--

DROP TABLE IF EXISTS `sysc_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sysc_groups` (
  `id` int(11) NOT NULL DEFAULT '0',
  `component` char(16) DEFAULT NULL,
  `last_update` datetime DEFAULT NULL,
  `status` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `sysc_groups`
--

LOCK TABLES `sysc_groups` WRITE;
/*!40000 ALTER TABLE `sysc_groups` DISABLE KEYS */;
INSERT INTO `sysc_groups` VALUES (1,'tree',NULL,0);
/*!40000 ALTER TABLE `sysc_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sysc_groups_seq`
--

DROP TABLE IF EXISTS `sysc_groups_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sysc_groups_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `sysc_groups_seq`
--

LOCK TABLES `sysc_groups_seq` WRITE;
/*!40000 ALTER TABLE `sysc_groups_seq` DISABLE KEYS */;
INSERT INTO `sysc_groups_seq` VALUES (1);
/*!40000 ALTER TABLE `sysc_groups_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sysc_tasks`
--

DROP TABLE IF EXISTS `sysc_tasks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sysc_tasks` (
  `id` int(11) NOT NULL DEFAULT '0',
  `grp_id` int(11) NOT NULL DEFAULT '0',
  `last_update` datetime DEFAULT NULL,
  `status` tinyint(4) NOT NULL DEFAULT '0',
  `identifier` varchar(64) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `sysc_tasks`
--

LOCK TABLES `sysc_tasks` WRITE;
/*!40000 ALTER TABLE `sysc_tasks` DISABLE KEYS */;
INSERT INTO `sysc_tasks` VALUES (1,1,NULL,0,'dump'),(2,1,NULL,0,'structure'),(3,1,NULL,0,'missing_tree'),(4,1,NULL,0,'missing_reference'),(5,1,NULL,0,'duplicates');
/*!40000 ALTER TABLE `sysc_tasks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sysc_tasks_seq`
--

DROP TABLE IF EXISTS `sysc_tasks_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sysc_tasks_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `sysc_tasks_seq`
--

LOCK TABLES `sysc_tasks_seq` WRITE;
/*!40000 ALTER TABLE `sysc_tasks_seq` DISABLE KEYS */;
INSERT INTO `sysc_tasks_seq` VALUES (5);
/*!40000 ALTER TABLE `sysc_tasks_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `syst_style_cat`
--

DROP TABLE IF EXISTS `syst_style_cat`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `syst_style_cat` (
  `skin_id` varchar(50) NOT NULL DEFAULT '',
  `style_id` varchar(50) NOT NULL DEFAULT '',
  `substyle` varchar(50) NOT NULL DEFAULT '',
  `category_ref_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`skin_id`,`style_id`,`substyle`,`category_ref_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `syst_style_cat`
--

LOCK TABLES `syst_style_cat` WRITE;
/*!40000 ALTER TABLE `syst_style_cat` DISABLE KEYS */;
/*!40000 ALTER TABLE `syst_style_cat` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `table_properties`
--

DROP TABLE IF EXISTS `table_properties`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `table_properties` (
  `table_id` varchar(30) NOT NULL DEFAULT '',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `property` varchar(20) NOT NULL DEFAULT '',
  `value` varchar(4000) NOT NULL DEFAULT ' ',
  PRIMARY KEY (`table_id`,`user_id`,`property`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `table_properties`
--

LOCK TABLES `table_properties` WRITE;
/*!40000 ALTER TABLE `table_properties` DISABLE KEYS */;
/*!40000 ALTER TABLE `table_properties` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `table_templates`
--

DROP TABLE IF EXISTS `table_templates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `table_templates` (
  `name` varchar(64) NOT NULL DEFAULT '',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `context` varchar(128) NOT NULL DEFAULT '',
  `value` longtext,
  PRIMARY KEY (`name`,`user_id`,`context`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `table_templates`
--

LOCK TABLES `table_templates` WRITE;
/*!40000 ALTER TABLE `table_templates` DISABLE KEYS */;
/*!40000 ALTER TABLE `table_templates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tax_data`
--

DROP TABLE IF EXISTS `tax_data`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tax_data` (
  `id` int(11) NOT NULL DEFAULT '0',
  `sorting_mode` int(11) NOT NULL DEFAULT '0',
  `item_sorting` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tax_data`
--

LOCK TABLES `tax_data` WRITE;
/*!40000 ALTER TABLE `tax_data` DISABLE KEYS */;
/*!40000 ALTER TABLE `tax_data` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tax_node`
--

DROP TABLE IF EXISTS `tax_node`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tax_node` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `title` varchar(200) DEFAULT NULL,
  `type` char(4) DEFAULT NULL,
  `create_date` datetime DEFAULT NULL,
  `last_update` datetime DEFAULT NULL,
  `tax_id` int(11) NOT NULL DEFAULT '0',
  `order_nr` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tax_node`
--

LOCK TABLES `tax_node` WRITE;
/*!40000 ALTER TABLE `tax_node` DISABLE KEYS */;
INSERT INTO `tax_node` VALUES (1,'Dummy top node for all tax trees.','','2012-09-04 14:25:23','2012-09-04 14:25:23',0,0);
/*!40000 ALTER TABLE `tax_node` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tax_node_assignment`
--

DROP TABLE IF EXISTS `tax_node_assignment`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tax_node_assignment` (
  `node_id` int(11) NOT NULL DEFAULT '0',
  `component` varchar(10) NOT NULL DEFAULT '',
  `item_type` varchar(20) NOT NULL DEFAULT '',
  `item_id` int(11) NOT NULL DEFAULT '0',
  `tax_id` int(11) NOT NULL DEFAULT '0',
  `order_nr` int(11) NOT NULL DEFAULT '0',
  `obj_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`node_id`,`component`,`obj_id`,`item_type`,`item_id`),
  KEY `i1_idx` (`component`,`item_type`,`item_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tax_node_assignment`
--

LOCK TABLES `tax_node_assignment` WRITE;
/*!40000 ALTER TABLE `tax_node_assignment` DISABLE KEYS */;
/*!40000 ALTER TABLE `tax_node_assignment` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tax_node_seq`
--

DROP TABLE IF EXISTS `tax_node_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tax_node_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tax_node_seq`
--

LOCK TABLES `tax_node_seq` WRITE;
/*!40000 ALTER TABLE `tax_node_seq` DISABLE KEYS */;
INSERT INTO `tax_node_seq` VALUES (1);
/*!40000 ALTER TABLE `tax_node_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tax_tree`
--

DROP TABLE IF EXISTS `tax_tree`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tax_tree` (
  `tax_tree_id` int(11) NOT NULL DEFAULT '0',
  `child` int(11) NOT NULL DEFAULT '0',
  `parent` int(11) DEFAULT NULL,
  `lft` int(11) NOT NULL DEFAULT '0',
  `rgt` int(11) NOT NULL DEFAULT '0',
  `depth` smallint(6) NOT NULL DEFAULT '0',
  PRIMARY KEY (`tax_tree_id`,`child`),
  KEY `i1_idx` (`child`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tax_tree`
--

LOCK TABLES `tax_tree` WRITE;
/*!40000 ALTER TABLE `tax_tree` DISABLE KEYS */;
/*!40000 ALTER TABLE `tax_tree` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tax_usage`
--

DROP TABLE IF EXISTS `tax_usage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tax_usage` (
  `tax_id` int(11) NOT NULL DEFAULT '0',
  `obj_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`tax_id`,`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tax_usage`
--

LOCK TABLES `tax_usage` WRITE;
/*!40000 ALTER TABLE `tax_usage` DISABLE KEYS */;
/*!40000 ALTER TABLE `tax_usage` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tree`
--

DROP TABLE IF EXISTS `tree`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tree` (
  `tree` int(11) NOT NULL DEFAULT '0',
  `child` int(11) NOT NULL DEFAULT '0',
  `parent` int(11) DEFAULT NULL,
  `lft` int(11) NOT NULL DEFAULT '0',
  `rgt` int(11) NOT NULL DEFAULT '0',
  `depth` smallint(6) NOT NULL DEFAULT '0',
  `path` varchar(4000) DEFAULT NULL,
  PRIMARY KEY (`child`),
  KEY `i2_idx` (`parent`),
  KEY `i3_idx` (`tree`),
  KEY `i4_idx` (`path`(255))
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tree`
--

LOCK TABLES `tree` WRITE;
/*!40000 ALTER TABLE `tree` DISABLE KEYS */;
INSERT INTO `tree` VALUES (1,1,0,1,344,1,'1'),(1,7,9,5,6,3,'1.9.7'),(1,8,9,7,8,3,'1.9.8'),(1,9,1,2,343,2,'1.9'),(1,10,9,9,10,3,'1.9.10'),(1,11,9,11,12,3,'1.9.11'),(1,12,9,3,4,3,'1.9.12'),(1,14,9,13,18,3,'1.9.14'),(1,15,9,19,20,3,'1.9.15'),(1,16,9,21,22,3,'1.9.16'),(1,17,9,23,24,3,'1.9.17'),(1,18,9,25,26,3,'1.9.18'),(1,20,9,29,30,3,'1.9.20'),(1,21,9,31,32,3,'1.9.21'),(1,22,9,33,34,3,'1.9.22'),(1,23,9,35,36,3,'1.9.23'),(1,26,9,37,38,3,'1.9.26'),(1,27,9,39,40,3,'1.9.27'),(1,28,9,41,42,3,'1.9.28'),(1,29,9,43,44,3,'1.9.29'),(1,30,9,45,46,3,'1.9.30'),(1,31,9,47,48,3,'1.9.31'),(1,32,9,49,50,3,'1.9.32'),(1,33,9,51,52,3,'1.9.33'),(1,34,9,53,54,3,'1.9.34'),(1,35,9,55,56,3,'1.9.35'),(1,36,9,57,58,3,'1.9.36'),(1,37,9,59,60,3,'1.9.37'),(1,38,9,61,62,3,'1.9.38'),(1,39,9,63,64,3,'1.9.39'),(1,40,9,65,66,3,'1.9.40'),(1,41,9,67,68,3,'1.9.41'),(1,42,9,69,70,3,'1.9.42'),(1,43,9,71,72,3,'1.9.43'),(1,44,9,73,278,3,'1.9.44'),(1,45,9,279,280,3,'1.9.45'),(1,46,44,74,177,4,'1.9.44.46'),(1,47,46,75,76,5,'1.9.44.46.47'),(1,48,9,281,282,3,'1.9.48'),(1,49,9,283,284,3,'1.9.49'),(1,50,9,285,286,3,'1.9.50'),(1,51,9,287,288,3,'1.9.51'),(1,52,9,289,290,3,'1.9.52'),(1,53,9,291,292,3,'1.9.53'),(1,54,9,293,294,3,'1.9.54'),(1,55,9,295,296,3,'1.9.55'),(1,56,9,297,298,3,'1.9.56'),(1,57,9,299,300,3,'1.9.57'),(1,58,9,301,302,3,'1.9.58'),(1,59,9,303,304,3,'1.9.59'),(1,60,9,305,306,3,'1.9.60'),(1,61,9,307,308,3,'1.9.61'),(1,62,9,309,310,3,'1.9.62'),(1,63,9,311,312,3,'1.9.63'),(1,64,9,313,314,3,'1.9.64'),(1,65,9,315,316,3,'1.9.65'),(1,67,9,0,0,3,'1.9.67'),(1,68,9,0,0,3,'1.9.68'),(1,69,9,0,0,3,'1.9.69'),(1,70,9,0,0,3,'1.9.70'),(1,71,9,0,0,3,'1.9.71'),(1,72,9,0,0,3,'1.9.72'),(1,73,9,0,0,3,'1.9.73'),(1,74,9,0,0,3,'1.9.74'),(1,75,9,0,0,3,'1.9.75'),(1,76,9,0,0,3,'1.9.76'),(1,77,9,0,0,3,'1.9.77'),(1,78,9,0,0,3,'1.9.78'),(1,79,9,0,0,3,'1.9.79'),(1,80,9,0,0,3,'1.9.80'),(1,81,9,0,0,3,'1.9.81'),(1,82,9,0,0,3,'1.9.82'),(1,83,9,0,0,3,'1.9.83'),(1,84,41,0,0,4,'1.9.41.84');
/*!40000 ALTER TABLE `tree` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tree_workspace`
--

DROP TABLE IF EXISTS `tree_workspace`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tree_workspace` (
  `tree` int(11) NOT NULL DEFAULT '0',
  `child` int(11) NOT NULL DEFAULT '0',
  `parent` int(11) NOT NULL DEFAULT '0',
  `lft` int(11) NOT NULL DEFAULT '0',
  `rgt` int(11) NOT NULL DEFAULT '0',
  `depth` smallint(6) NOT NULL DEFAULT '0',
  PRIMARY KEY (`child`),
  KEY `i2_idx` (`parent`),
  KEY `i3_idx` (`tree`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tree_workspace`
--

LOCK TABLES `tree_workspace` WRITE;
/*!40000 ALTER TABLE `tree_workspace` DISABLE KEYS */;
/*!40000 ALTER TABLE `tree_workspace` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tst_active`
--

DROP TABLE IF EXISTS `tst_active`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tst_active` (
  `active_id` int(11) NOT NULL DEFAULT '0',
  `user_fi` int(11) NOT NULL DEFAULT '0',
  `anonymous_id` varchar(5) DEFAULT NULL,
  `test_fi` int(11) NOT NULL DEFAULT '0',
  `tries` int(11) NOT NULL DEFAULT '0',
  `submitted` tinyint(4) NOT NULL DEFAULT '0',
  `submittimestamp` datetime DEFAULT NULL,
  `tstamp` int(11) NOT NULL DEFAULT '0',
  `importname` varchar(400) DEFAULT NULL,
  `taxfilter` varchar(1024) DEFAULT NULL,
  `lastindex` int(11) NOT NULL DEFAULT '0',
  `last_finished_pass` int(11) DEFAULT NULL,
  `answerstatusfilter` varchar(16) DEFAULT NULL,
  `objective_container` int(11) DEFAULT NULL,
  `start_lock` varchar(128) DEFAULT NULL,
  `last_pmode` varchar(16) DEFAULT NULL,
  `last_started_pass` int(11) DEFAULT NULL,
  PRIMARY KEY (`active_id`),
  UNIQUE KEY `uc1_idx` (`user_fi`,`test_fi`,`anonymous_id`),
  KEY `i1_idx` (`user_fi`),
  KEY `i2_idx` (`test_fi`),
  KEY `i3_idx` (`anonymous_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tst_active`
--

LOCK TABLES `tst_active` WRITE;
/*!40000 ALTER TABLE `tst_active` DISABLE KEYS */;
/*!40000 ALTER TABLE `tst_active` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tst_active_seq`
--

DROP TABLE IF EXISTS `tst_active_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tst_active_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tst_active_seq`
--

LOCK TABLES `tst_active_seq` WRITE;
/*!40000 ALTER TABLE `tst_active_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `tst_active_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tst_addtime`
--

DROP TABLE IF EXISTS `tst_addtime`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tst_addtime` (
  `active_fi` bigint(20) NOT NULL DEFAULT '0',
  `additionaltime` bigint(20) NOT NULL DEFAULT '0',
  `tstamp` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`active_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tst_addtime`
--

LOCK TABLES `tst_addtime` WRITE;
/*!40000 ALTER TABLE `tst_addtime` DISABLE KEYS */;
/*!40000 ALTER TABLE `tst_addtime` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tst_invited_user`
--

DROP TABLE IF EXISTS `tst_invited_user`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tst_invited_user` (
  `test_fi` int(11) NOT NULL DEFAULT '0',
  `user_fi` int(11) NOT NULL DEFAULT '0',
  `clientip` varchar(255) DEFAULT NULL,
  `tstamp` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`test_fi`,`user_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tst_invited_user`
--

LOCK TABLES `tst_invited_user` WRITE;
/*!40000 ALTER TABLE `tst_invited_user` DISABLE KEYS */;
/*!40000 ALTER TABLE `tst_invited_user` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tst_manual_fb`
--

DROP TABLE IF EXISTS `tst_manual_fb`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tst_manual_fb` (
  `manual_feedback_id` int(11) NOT NULL DEFAULT '0',
  `active_fi` int(11) NOT NULL DEFAULT '0',
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `pass` int(11) NOT NULL DEFAULT '0',
  `tstamp` int(11) NOT NULL DEFAULT '0',
  `feedback` longtext,
  `finalized_tstamp` bigint(20) DEFAULT NULL,
  `finalized_evaluation` tinyint(4) DEFAULT NULL,
  `finalized_by_usr_id` bigint(20) DEFAULT NULL,
  PRIMARY KEY (`manual_feedback_id`),
  KEY `i1_idx` (`active_fi`),
  KEY `i2_idx` (`question_fi`),
  KEY `i3_idx` (`pass`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tst_manual_fb`
--

LOCK TABLES `tst_manual_fb` WRITE;
/*!40000 ALTER TABLE `tst_manual_fb` DISABLE KEYS */;
/*!40000 ALTER TABLE `tst_manual_fb` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tst_manual_fb_seq`
--

DROP TABLE IF EXISTS `tst_manual_fb_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tst_manual_fb_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tst_manual_fb_seq`
--

LOCK TABLES `tst_manual_fb_seq` WRITE;
/*!40000 ALTER TABLE `tst_manual_fb_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `tst_manual_fb_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tst_mark`
--

DROP TABLE IF EXISTS `tst_mark`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tst_mark` (
  `mark_id` int(11) NOT NULL DEFAULT '0',
  `test_fi` int(11) NOT NULL DEFAULT '0',
  `short_name` varchar(15) DEFAULT NULL,
  `official_name` varchar(50) DEFAULT NULL,
  `minimum_level` double NOT NULL DEFAULT '0',
  `passed` varchar(1) DEFAULT '0',
  `tstamp` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`mark_id`),
  KEY `i1_idx` (`test_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tst_mark`
--

LOCK TABLES `tst_mark` WRITE;
/*!40000 ALTER TABLE `tst_mark` DISABLE KEYS */;
/*!40000 ALTER TABLE `tst_mark` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tst_mark_seq`
--

DROP TABLE IF EXISTS `tst_mark_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tst_mark_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tst_mark_seq`
--

LOCK TABLES `tst_mark_seq` WRITE;
/*!40000 ALTER TABLE `tst_mark_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `tst_mark_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tst_pass_result`
--

DROP TABLE IF EXISTS `tst_pass_result`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tst_pass_result` (
  `active_fi` int(11) NOT NULL DEFAULT '0',
  `pass` int(11) NOT NULL DEFAULT '0',
  `points` double NOT NULL DEFAULT '0',
  `maxpoints` double NOT NULL DEFAULT '0',
  `questioncount` int(11) NOT NULL DEFAULT '0',
  `answeredquestions` int(11) NOT NULL DEFAULT '0',
  `workingtime` int(11) NOT NULL DEFAULT '0',
  `tstamp` int(11) NOT NULL DEFAULT '0',
  `hint_count` int(11) DEFAULT '0',
  `hint_points` double DEFAULT '0',
  `obligations_answered` tinyint(4) NOT NULL DEFAULT '1',
  `exam_id` varchar(128) DEFAULT NULL,
  PRIMARY KEY (`active_fi`,`pass`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tst_pass_result`
--

LOCK TABLES `tst_pass_result` WRITE;
/*!40000 ALTER TABLE `tst_pass_result` DISABLE KEYS */;
/*!40000 ALTER TABLE `tst_pass_result` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tst_qst_solved`
--

DROP TABLE IF EXISTS `tst_qst_solved`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tst_qst_solved` (
  `active_fi` int(11) NOT NULL DEFAULT '0',
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `solved` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`active_fi`,`question_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tst_qst_solved`
--

LOCK TABLES `tst_qst_solved` WRITE;
/*!40000 ALTER TABLE `tst_qst_solved` DISABLE KEYS */;
/*!40000 ALTER TABLE `tst_qst_solved` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tst_qst_var_presented`
--

DROP TABLE IF EXISTS `tst_qst_var_presented`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tst_qst_var_presented` (
  `question_id` bigint(20) NOT NULL,
  `active_id` bigint(20) NOT NULL,
  `pass` bigint(20) NOT NULL,
  `variable` varchar(32) NOT NULL,
  `value` varchar(64) NOT NULL,
  PRIMARY KEY (`question_id`,`active_id`,`pass`,`variable`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tst_qst_var_presented`
--

LOCK TABLES `tst_qst_var_presented` WRITE;
/*!40000 ALTER TABLE `tst_qst_var_presented` DISABLE KEYS */;
/*!40000 ALTER TABLE `tst_qst_var_presented` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tst_result_cache`
--

DROP TABLE IF EXISTS `tst_result_cache`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tst_result_cache` (
  `active_fi` int(11) NOT NULL DEFAULT '0',
  `pass` int(11) NOT NULL DEFAULT '0',
  `max_points` double NOT NULL DEFAULT '0',
  `reached_points` double NOT NULL DEFAULT '0',
  `mark_short` varchar(256) NOT NULL DEFAULT '',
  `mark_official` varchar(256) NOT NULL DEFAULT '',
  `passed` int(11) NOT NULL DEFAULT '0',
  `failed` int(11) NOT NULL DEFAULT '0',
  `tstamp` int(11) NOT NULL DEFAULT '0',
  `hint_count` int(11) DEFAULT '0',
  `hint_points` double DEFAULT '0',
  `obligations_answered` tinyint(4) NOT NULL DEFAULT '1',
  `passed_once` tinyint(4) DEFAULT '0',
  PRIMARY KEY (`active_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tst_result_cache`
--

LOCK TABLES `tst_result_cache` WRITE;
/*!40000 ALTER TABLE `tst_result_cache` DISABLE KEYS */;
/*!40000 ALTER TABLE `tst_result_cache` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tst_rnd_cpy`
--

DROP TABLE IF EXISTS `tst_rnd_cpy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tst_rnd_cpy` (
  `copy_id` int(11) NOT NULL DEFAULT '0',
  `tst_fi` int(11) NOT NULL DEFAULT '0',
  `qst_fi` int(11) NOT NULL DEFAULT '0',
  `qpl_fi` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`copy_id`),
  KEY `i1_idx` (`qst_fi`),
  KEY `i2_idx` (`qpl_fi`),
  KEY `i3_idx` (`tst_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tst_rnd_cpy`
--

LOCK TABLES `tst_rnd_cpy` WRITE;
/*!40000 ALTER TABLE `tst_rnd_cpy` DISABLE KEYS */;
/*!40000 ALTER TABLE `tst_rnd_cpy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tst_rnd_cpy_seq`
--

DROP TABLE IF EXISTS `tst_rnd_cpy_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tst_rnd_cpy_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tst_rnd_cpy_seq`
--

LOCK TABLES `tst_rnd_cpy_seq` WRITE;
/*!40000 ALTER TABLE `tst_rnd_cpy_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `tst_rnd_cpy_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tst_rnd_qpl_title`
--

DROP TABLE IF EXISTS `tst_rnd_qpl_title`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tst_rnd_qpl_title` (
  `title_id` int(11) NOT NULL DEFAULT '0',
  `qpl_fi` int(11) NOT NULL DEFAULT '0',
  `tst_fi` int(11) NOT NULL DEFAULT '0',
  `qpl_title` varchar(1000) NOT NULL DEFAULT '',
  PRIMARY KEY (`title_id`),
  KEY `i1_idx` (`qpl_fi`),
  KEY `i2_idx` (`tst_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tst_rnd_qpl_title`
--

LOCK TABLES `tst_rnd_qpl_title` WRITE;
/*!40000 ALTER TABLE `tst_rnd_qpl_title` DISABLE KEYS */;
/*!40000 ALTER TABLE `tst_rnd_qpl_title` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tst_rnd_qpl_title_seq`
--

DROP TABLE IF EXISTS `tst_rnd_qpl_title_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tst_rnd_qpl_title_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tst_rnd_qpl_title_seq`
--

LOCK TABLES `tst_rnd_qpl_title_seq` WRITE;
/*!40000 ALTER TABLE `tst_rnd_qpl_title_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `tst_rnd_qpl_title_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tst_rnd_quest_set_cfg`
--

DROP TABLE IF EXISTS `tst_rnd_quest_set_cfg`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tst_rnd_quest_set_cfg` (
  `test_fi` int(11) NOT NULL DEFAULT '0',
  `req_pools_homo_scored` tinyint(4) NOT NULL DEFAULT '0',
  `quest_amount_cfg_mode` varchar(16) DEFAULT NULL,
  `quest_amount_per_test` int(11) DEFAULT NULL,
  `quest_sync_timestamp` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`test_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tst_rnd_quest_set_cfg`
--

LOCK TABLES `tst_rnd_quest_set_cfg` WRITE;
/*!40000 ALTER TABLE `tst_rnd_quest_set_cfg` DISABLE KEYS */;
/*!40000 ALTER TABLE `tst_rnd_quest_set_cfg` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tst_rnd_quest_set_qpls`
--

DROP TABLE IF EXISTS `tst_rnd_quest_set_qpls`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tst_rnd_quest_set_qpls` (
  `def_id` int(11) NOT NULL DEFAULT '0',
  `test_fi` int(11) NOT NULL DEFAULT '0',
  `pool_fi` int(11) NOT NULL DEFAULT '0',
  `pool_title` varchar(128) DEFAULT NULL,
  `pool_path` varchar(512) DEFAULT NULL,
  `pool_quest_count` int(11) DEFAULT NULL,
  `origin_tax_fi` int(11) DEFAULT NULL,
  `origin_node_fi` int(11) DEFAULT NULL,
  `mapped_tax_fi` int(11) DEFAULT NULL,
  `mapped_node_fi` int(11) DEFAULT NULL,
  `quest_amount` int(11) DEFAULT NULL,
  `sequence_pos` int(11) DEFAULT NULL,
  `origin_tax_filter` varchar(4000) DEFAULT NULL,
  `mapped_tax_filter` varchar(4000) DEFAULT NULL,
  `type_filter` varchar(250) DEFAULT NULL,
  `lifecycle_filter` varchar(250) DEFAULT NULL,
  `pool_ref_id` bigint(20) DEFAULT NULL,
  PRIMARY KEY (`def_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tst_rnd_quest_set_qpls`
--

LOCK TABLES `tst_rnd_quest_set_qpls` WRITE;
/*!40000 ALTER TABLE `tst_rnd_quest_set_qpls` DISABLE KEYS */;
/*!40000 ALTER TABLE `tst_rnd_quest_set_qpls` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tst_rnd_quest_set_qpls_seq`
--

DROP TABLE IF EXISTS `tst_rnd_quest_set_qpls_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tst_rnd_quest_set_qpls_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tst_rnd_quest_set_qpls_seq`
--

LOCK TABLES `tst_rnd_quest_set_qpls_seq` WRITE;
/*!40000 ALTER TABLE `tst_rnd_quest_set_qpls_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `tst_rnd_quest_set_qpls_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tst_seq_qst_checked`
--

DROP TABLE IF EXISTS `tst_seq_qst_checked`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tst_seq_qst_checked` (
  `active_fi` int(11) NOT NULL DEFAULT '0',
  `pass` int(11) NOT NULL DEFAULT '0',
  `question_fi` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`active_fi`,`pass`,`question_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tst_seq_qst_checked`
--

LOCK TABLES `tst_seq_qst_checked` WRITE;
/*!40000 ALTER TABLE `tst_seq_qst_checked` DISABLE KEYS */;
/*!40000 ALTER TABLE `tst_seq_qst_checked` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tst_seq_qst_optional`
--

DROP TABLE IF EXISTS `tst_seq_qst_optional`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tst_seq_qst_optional` (
  `active_fi` int(11) NOT NULL DEFAULT '0',
  `pass` int(11) NOT NULL DEFAULT '0',
  `question_fi` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`active_fi`,`pass`,`question_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tst_seq_qst_optional`
--

LOCK TABLES `tst_seq_qst_optional` WRITE;
/*!40000 ALTER TABLE `tst_seq_qst_optional` DISABLE KEYS */;
/*!40000 ALTER TABLE `tst_seq_qst_optional` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tst_seq_qst_presented`
--

DROP TABLE IF EXISTS `tst_seq_qst_presented`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tst_seq_qst_presented` (
  `active_fi` int(11) NOT NULL DEFAULT '0',
  `pass` int(11) NOT NULL DEFAULT '0',
  `question_fi` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`active_fi`,`pass`,`question_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tst_seq_qst_presented`
--

LOCK TABLES `tst_seq_qst_presented` WRITE;
/*!40000 ALTER TABLE `tst_seq_qst_presented` DISABLE KEYS */;
/*!40000 ALTER TABLE `tst_seq_qst_presented` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tst_sequence`
--

DROP TABLE IF EXISTS `tst_sequence`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tst_sequence` (
  `active_fi` int(11) NOT NULL DEFAULT '0',
  `pass` int(11) NOT NULL DEFAULT '0',
  `sequence` longtext,
  `postponed` varchar(4000) DEFAULT NULL,
  `hidden` varchar(4000) DEFAULT NULL,
  `tstamp` int(11) NOT NULL DEFAULT '0',
  `ans_opt_confirmed` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`active_fi`,`pass`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tst_sequence`
--

LOCK TABLES `tst_sequence` WRITE;
/*!40000 ALTER TABLE `tst_sequence` DISABLE KEYS */;
/*!40000 ALTER TABLE `tst_sequence` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tst_skl_thresholds`
--

DROP TABLE IF EXISTS `tst_skl_thresholds`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tst_skl_thresholds` (
  `test_fi` int(11) NOT NULL DEFAULT '0',
  `skill_base_fi` int(11) NOT NULL DEFAULT '0',
  `skill_tref_fi` int(11) NOT NULL DEFAULT '0',
  `skill_level_fi` int(11) NOT NULL DEFAULT '0',
  `threshold` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`test_fi`,`skill_base_fi`,`skill_tref_fi`,`skill_level_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tst_skl_thresholds`
--

LOCK TABLES `tst_skl_thresholds` WRITE;
/*!40000 ALTER TABLE `tst_skl_thresholds` DISABLE KEYS */;
/*!40000 ALTER TABLE `tst_skl_thresholds` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tst_solutions`
--

DROP TABLE IF EXISTS `tst_solutions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tst_solutions` (
  `solution_id` int(11) NOT NULL DEFAULT '0',
  `active_fi` int(11) NOT NULL DEFAULT '0',
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `points` double DEFAULT NULL,
  `pass` int(11) NOT NULL DEFAULT '0',
  `tstamp` int(11) NOT NULL DEFAULT '0',
  `value1` longtext,
  `value2` longtext,
  `step` int(11) DEFAULT NULL,
  `authorized` tinyint(4) DEFAULT '1',
  PRIMARY KEY (`solution_id`),
  KEY `i1_idx` (`question_fi`),
  KEY `i2_idx` (`active_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tst_solutions`
--

LOCK TABLES `tst_solutions` WRITE;
/*!40000 ALTER TABLE `tst_solutions` DISABLE KEYS */;
/*!40000 ALTER TABLE `tst_solutions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tst_solutions_seq`
--

DROP TABLE IF EXISTS `tst_solutions_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tst_solutions_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tst_solutions_seq`
--

LOCK TABLES `tst_solutions_seq` WRITE;
/*!40000 ALTER TABLE `tst_solutions_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `tst_solutions_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tst_test_defaults`
--

DROP TABLE IF EXISTS `tst_test_defaults`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tst_test_defaults` (
  `test_defaults_id` int(11) NOT NULL DEFAULT '0',
  `user_fi` int(11) NOT NULL DEFAULT '0',
  `name` varchar(255) DEFAULT NULL,
  `tstamp` int(11) NOT NULL DEFAULT '0',
  `marks` longtext,
  `defaults` longtext,
  PRIMARY KEY (`test_defaults_id`),
  KEY `i1_idx` (`user_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tst_test_defaults`
--

LOCK TABLES `tst_test_defaults` WRITE;
/*!40000 ALTER TABLE `tst_test_defaults` DISABLE KEYS */;
/*!40000 ALTER TABLE `tst_test_defaults` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tst_test_defaults_seq`
--

DROP TABLE IF EXISTS `tst_test_defaults_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tst_test_defaults_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tst_test_defaults_seq`
--

LOCK TABLES `tst_test_defaults_seq` WRITE;
/*!40000 ALTER TABLE `tst_test_defaults_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `tst_test_defaults_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tst_test_question`
--

DROP TABLE IF EXISTS `tst_test_question`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tst_test_question` (
  `test_question_id` int(11) NOT NULL DEFAULT '0',
  `test_fi` int(11) NOT NULL DEFAULT '0',
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `sequence` smallint(6) NOT NULL DEFAULT '0',
  `tstamp` int(11) NOT NULL DEFAULT '0',
  `obligatory` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`test_question_id`),
  KEY `i1_idx` (`test_fi`),
  KEY `i2_idx` (`question_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tst_test_question`
--

LOCK TABLES `tst_test_question` WRITE;
/*!40000 ALTER TABLE `tst_test_question` DISABLE KEYS */;
/*!40000 ALTER TABLE `tst_test_question` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tst_test_question_seq`
--

DROP TABLE IF EXISTS `tst_test_question_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tst_test_question_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tst_test_question_seq`
--

LOCK TABLES `tst_test_question_seq` WRITE;
/*!40000 ALTER TABLE `tst_test_question_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `tst_test_question_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tst_test_result`
--

DROP TABLE IF EXISTS `tst_test_result`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tst_test_result` (
  `test_result_id` int(11) NOT NULL DEFAULT '0',
  `active_fi` int(11) NOT NULL DEFAULT '0',
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `points` double NOT NULL DEFAULT '0',
  `pass` int(11) NOT NULL DEFAULT '0',
  `manual` tinyint(4) NOT NULL DEFAULT '0',
  `tstamp` int(11) NOT NULL DEFAULT '0',
  `hint_count` int(11) DEFAULT '0',
  `hint_points` double DEFAULT '0',
  `answered` tinyint(4) NOT NULL DEFAULT '1',
  `step` int(11) DEFAULT NULL,
  PRIMARY KEY (`test_result_id`),
  KEY `i1_idx` (`active_fi`),
  KEY `i2_idx` (`question_fi`),
  KEY `i3_idx` (`pass`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tst_test_result`
--

LOCK TABLES `tst_test_result` WRITE;
/*!40000 ALTER TABLE `tst_test_result` DISABLE KEYS */;
/*!40000 ALTER TABLE `tst_test_result` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tst_test_result_seq`
--

DROP TABLE IF EXISTS `tst_test_result_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tst_test_result_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tst_test_result_seq`
--

LOCK TABLES `tst_test_result_seq` WRITE;
/*!40000 ALTER TABLE `tst_test_result_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `tst_test_result_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tst_test_rnd_qst`
--

DROP TABLE IF EXISTS `tst_test_rnd_qst`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tst_test_rnd_qst` (
  `test_random_question_id` int(11) NOT NULL DEFAULT '0',
  `active_fi` int(11) NOT NULL DEFAULT '0',
  `question_fi` int(11) NOT NULL DEFAULT '0',
  `sequence` smallint(6) NOT NULL DEFAULT '0',
  `pass` int(11) NOT NULL DEFAULT '0',
  `tstamp` int(11) NOT NULL DEFAULT '0',
  `src_pool_def_fi` int(11) DEFAULT NULL,
  PRIMARY KEY (`test_random_question_id`),
  KEY `i1_idx` (`question_fi`),
  KEY `i2_idx` (`active_fi`),
  KEY `i3_idx` (`pass`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tst_test_rnd_qst`
--

LOCK TABLES `tst_test_rnd_qst` WRITE;
/*!40000 ALTER TABLE `tst_test_rnd_qst` DISABLE KEYS */;
/*!40000 ALTER TABLE `tst_test_rnd_qst` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tst_test_rnd_qst_seq`
--

DROP TABLE IF EXISTS `tst_test_rnd_qst_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tst_test_rnd_qst_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tst_test_rnd_qst_seq`
--

LOCK TABLES `tst_test_rnd_qst_seq` WRITE;
/*!40000 ALTER TABLE `tst_test_rnd_qst_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `tst_test_rnd_qst_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tst_tests`
--

DROP TABLE IF EXISTS `tst_tests`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tst_tests` (
  `test_id` int(11) NOT NULL DEFAULT '0',
  `obj_fi` int(11) NOT NULL DEFAULT '0',
  `author` varchar(50) DEFAULT NULL,
  `introduction` varchar(4000) DEFAULT NULL,
  `sequence_settings` tinyint(4) NOT NULL DEFAULT '0',
  `score_reporting` tinyint(4) NOT NULL DEFAULT '0',
  `instant_verification` varchar(1) DEFAULT '0',
  `answer_feedback` varchar(1) DEFAULT '0',
  `answer_feedback_points` varchar(1) DEFAULT '0',
  `fixed_participants` varchar(1) DEFAULT '0',
  `suspend_test_allowed` varchar(1) DEFAULT '0',
  `anonymity` varchar(1) DEFAULT '0',
  `nr_of_tries` smallint(6) NOT NULL DEFAULT '0',
  `use_previous_answers` varchar(1) DEFAULT '0',
  `title_output` varchar(1) DEFAULT '0',
  `processing_time` varchar(8) DEFAULT NULL,
  `enable_processing_time` varchar(1) DEFAULT '0',
  `reset_processing_time` tinyint(4) NOT NULL DEFAULT '0',
  `reporting_date` varchar(14) DEFAULT NULL,
  `shuffle_questions` varchar(1) DEFAULT '0',
  `ects_output` varchar(1) DEFAULT '0',
  `ects_fx` double DEFAULT NULL,
  `complete` varchar(1) DEFAULT '1',
  `ects_a` double NOT NULL DEFAULT '90',
  `ects_b` double NOT NULL DEFAULT '65',
  `ects_c` double NOT NULL DEFAULT '35',
  `ects_d` double NOT NULL DEFAULT '10',
  `ects_e` double NOT NULL DEFAULT '0',
  `keep_questions` tinyint(4) NOT NULL DEFAULT '0',
  `count_system` varchar(1) DEFAULT '0',
  `mc_scoring` varchar(1) DEFAULT '0',
  `score_cutting` varchar(1) DEFAULT '0',
  `pass_scoring` varchar(1) DEFAULT '0',
  `password` varchar(20) DEFAULT NULL,
  `results_presentation` int(11) NOT NULL DEFAULT '3',
  `usr_pass_overview_mode` int(11) NOT NULL DEFAULT '0',
  `show_question_titles` varchar(1) DEFAULT '1',
  `certificate_visibility` varchar(1) DEFAULT '0',
  `show_marker` tinyint(4) NOT NULL DEFAULT '0',
  `kiosk` int(11) NOT NULL DEFAULT '0',
  `resultoutput` int(11) NOT NULL DEFAULT '0',
  `finalstatement` varchar(4000) DEFAULT NULL,
  `showfinalstatement` int(11) NOT NULL DEFAULT '0',
  `tstamp` int(11) NOT NULL DEFAULT '0',
  `created` int(11) NOT NULL DEFAULT '0',
  `mailnotification` tinyint(4) DEFAULT '0',
  `mailnottype` smallint(6) NOT NULL DEFAULT '0',
  `exportsettings` int(11) NOT NULL DEFAULT '0',
  `template_id` int(11) DEFAULT NULL,
  `pool_usage` tinyint(4) DEFAULT NULL,
  `online_status` tinyint(4) NOT NULL DEFAULT '0',
  `print_bs_with_res` tinyint(4) NOT NULL DEFAULT '1',
  `offer_question_hints` tinyint(4) NOT NULL DEFAULT '0',
  `highscore_enabled` int(11) DEFAULT '0',
  `highscore_anon` int(11) DEFAULT '0',
  `highscore_achieved_ts` int(11) DEFAULT '0',
  `highscore_score` int(11) DEFAULT '0',
  `highscore_percentage` int(11) DEFAULT '0',
  `highscore_hints` int(11) DEFAULT '0',
  `highscore_wtime` int(11) DEFAULT '0',
  `highscore_own_table` int(11) DEFAULT '0',
  `highscore_top_table` int(11) DEFAULT '0',
  `highscore_top_num` int(11) DEFAULT '0',
  `specific_feedback` int(11) DEFAULT '0',
  `obligations_enabled` tinyint(4) NOT NULL DEFAULT '0',
  `autosave` tinyint(4) NOT NULL DEFAULT '0',
  `autosave_ival` int(11) NOT NULL DEFAULT '0',
  `pass_deletion_allowed` int(11) NOT NULL DEFAULT '0',
  `redirection_mode` int(11) NOT NULL DEFAULT '0',
  `redirection_url` varchar(4000) DEFAULT NULL,
  `examid_in_test_pass` int(11) NOT NULL DEFAULT '0',
  `examid_in_test_res` int(11) NOT NULL DEFAULT '0',
  `enable_examview` tinyint(4) DEFAULT NULL,
  `question_set_type` varchar(32) NOT NULL DEFAULT 'FIXED_QUEST_SET',
  `skill_service` tinyint(4) DEFAULT NULL,
  `show_grading_status` tinyint(4) DEFAULT '0',
  `show_grading_mark` tinyint(4) DEFAULT '0',
  `inst_fb_answer_fixation` tinyint(4) DEFAULT NULL,
  `intro_enabled` tinyint(4) DEFAULT NULL,
  `starting_time_enabled` tinyint(4) DEFAULT NULL,
  `ending_time_enabled` tinyint(4) DEFAULT NULL,
  `password_enabled` tinyint(4) DEFAULT NULL,
  `broken` tinyint(4) DEFAULT NULL,
  `force_inst_fb` tinyint(4) DEFAULT '0',
  `starting_time` int(11) NOT NULL DEFAULT '0',
  `ending_time` int(11) NOT NULL DEFAULT '0',
  `pass_waiting` varchar(15) DEFAULT NULL,
  `follow_qst_answer_fixation` tinyint(4) DEFAULT '0',
  `block_after_passed` tinyint(4) DEFAULT '0',
  `info_screen` tinyint(4) DEFAULT NULL,
  `introduction_page_id` bigint(20) DEFAULT NULL,
  `concluding_remarks_page_id` bigint(20) DEFAULT NULL,
  `show_questionlist` tinyint(4) DEFAULT NULL,
  `hide_info_tab` tinyint(4) NOT NULL DEFAULT '0',
  `conditions_checkbox_enabled` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`test_id`),
  KEY `i1_idx` (`obj_fi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tst_tests`
--

LOCK TABLES `tst_tests` WRITE;
/*!40000 ALTER TABLE `tst_tests` DISABLE KEYS */;
/*!40000 ALTER TABLE `tst_tests` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tst_tests_seq`
--

DROP TABLE IF EXISTS `tst_tests_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tst_tests_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tst_tests_seq`
--

LOCK TABLES `tst_tests_seq` WRITE;
/*!40000 ALTER TABLE `tst_tests_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `tst_tests_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tst_times`
--

DROP TABLE IF EXISTS `tst_times`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tst_times` (
  `times_id` int(11) NOT NULL DEFAULT '0',
  `active_fi` int(11) NOT NULL DEFAULT '0',
  `started` datetime DEFAULT NULL,
  `finished` datetime DEFAULT NULL,
  `pass` smallint(6) NOT NULL DEFAULT '0',
  `tstamp` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`times_id`),
  KEY `i1_idx` (`active_fi`),
  KEY `i2_idx` (`pass`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tst_times`
--

LOCK TABLES `tst_times` WRITE;
/*!40000 ALTER TABLE `tst_times` DISABLE KEYS */;
/*!40000 ALTER TABLE `tst_times` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tst_times_seq`
--

DROP TABLE IF EXISTS `tst_times_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tst_times_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tst_times_seq`
--

LOCK TABLES `tst_times_seq` WRITE;
/*!40000 ALTER TABLE `tst_times_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `tst_times_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `udf_clob`
--

DROP TABLE IF EXISTS `udf_clob`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `udf_clob` (
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `field_id` int(11) NOT NULL DEFAULT '0',
  `value` longtext,
  PRIMARY KEY (`usr_id`,`field_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `udf_clob`
--

LOCK TABLES `udf_clob` WRITE;
/*!40000 ALTER TABLE `udf_clob` DISABLE KEYS */;
/*!40000 ALTER TABLE `udf_clob` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `udf_data`
--

DROP TABLE IF EXISTS `udf_data`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `udf_data` (
  `usr_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`usr_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `udf_data`
--

LOCK TABLES `udf_data` WRITE;
/*!40000 ALTER TABLE `udf_data` DISABLE KEYS */;
INSERT INTO `udf_data` VALUES (6),(13);
/*!40000 ALTER TABLE `udf_data` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `udf_definition`
--

DROP TABLE IF EXISTS `udf_definition`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `udf_definition` (
  `field_id` int(11) NOT NULL DEFAULT '0',
  `field_name` char(255) DEFAULT NULL,
  `field_type` tinyint(4) NOT NULL DEFAULT '0',
  `field_values` longtext,
  `visible` tinyint(4) NOT NULL DEFAULT '0',
  `changeable` tinyint(4) NOT NULL DEFAULT '0',
  `required` tinyint(4) NOT NULL DEFAULT '0',
  `searchable` tinyint(4) NOT NULL DEFAULT '0',
  `export` tinyint(4) NOT NULL DEFAULT '0',
  `course_export` tinyint(4) NOT NULL DEFAULT '0',
  `registration_visible` tinyint(4) DEFAULT '0',
  `visible_lua` tinyint(4) NOT NULL DEFAULT '0',
  `changeable_lua` tinyint(4) NOT NULL DEFAULT '0',
  `group_export` tinyint(4) DEFAULT '0',
  `certificate` tinyint(4) NOT NULL DEFAULT '0',
  `prg_export` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`field_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `udf_definition`
--

LOCK TABLES `udf_definition` WRITE;
/*!40000 ALTER TABLE `udf_definition` DISABLE KEYS */;
/*!40000 ALTER TABLE `udf_definition` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `udf_definition_seq`
--

DROP TABLE IF EXISTS `udf_definition_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `udf_definition_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `udf_definition_seq`
--

LOCK TABLES `udf_definition_seq` WRITE;
/*!40000 ALTER TABLE `udf_definition_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `udf_definition_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `udf_text`
--

DROP TABLE IF EXISTS `udf_text`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `udf_text` (
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `field_id` int(11) NOT NULL DEFAULT '0',
  `value` varchar(4000) DEFAULT NULL,
  PRIMARY KEY (`usr_id`,`field_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `udf_text`
--

LOCK TABLES `udf_text` WRITE;
/*!40000 ALTER TABLE `udf_text` DISABLE KEYS */;
/*!40000 ALTER TABLE `udf_text` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `user_action_activation`
--

DROP TABLE IF EXISTS `user_action_activation`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `user_action_activation` (
  `context_comp` varchar(30) NOT NULL DEFAULT '',
  `context_id` varchar(30) NOT NULL DEFAULT '',
  `action_comp` varchar(30) NOT NULL DEFAULT '',
  `action_type` varchar(30) NOT NULL DEFAULT '',
  `active` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`context_comp`,`context_id`,`action_comp`,`action_type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user_action_activation`
--

LOCK TABLES `user_action_activation` WRITE;
/*!40000 ALTER TABLE `user_action_activation` DISABLE KEYS */;
INSERT INTO `user_action_activation` VALUES ('awrn','toplist','chtr','invite',1),('awrn','toplist','chtr','invite_osd',1),('awrn','toplist','contact','handle_req',1),('awrn','toplist','mail','compose',1),('awrn','toplist','pwsp','shared_res',1),('awrn','toplist','user','profile',1);
/*!40000 ALTER TABLE `user_action_activation` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `usr_account_codes`
--

DROP TABLE IF EXISTS `usr_account_codes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `usr_account_codes` (
  `code_id` int(11) NOT NULL DEFAULT '0',
  `code` varchar(50) DEFAULT NULL,
  `valid_until` varchar(10) DEFAULT NULL,
  `generated` int(11) DEFAULT '0',
  `used` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`code_id`),
  KEY `i1_idx` (`code`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `usr_account_codes`
--

LOCK TABLES `usr_account_codes` WRITE;
/*!40000 ALTER TABLE `usr_account_codes` DISABLE KEYS */;
/*!40000 ALTER TABLE `usr_account_codes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `usr_account_codes_seq`
--

DROP TABLE IF EXISTS `usr_account_codes_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `usr_account_codes_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `usr_account_codes_seq`
--

LOCK TABLES `usr_account_codes_seq` WRITE;
/*!40000 ALTER TABLE `usr_account_codes_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `usr_account_codes_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `usr_change_email_token`
--

DROP TABLE IF EXISTS `usr_change_email_token`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `usr_change_email_token` (
  `token` varchar(32) NOT NULL,
  `new_email` varchar(256) DEFAULT NULL,
  `valid_until` bigint(20) DEFAULT NULL,
  PRIMARY KEY (`token`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `usr_change_email_token`
--

LOCK TABLES `usr_change_email_token` WRITE;
/*!40000 ALTER TABLE `usr_change_email_token` DISABLE KEYS */;
/*!40000 ALTER TABLE `usr_change_email_token` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `usr_cron_mail_reminder`
--

DROP TABLE IF EXISTS `usr_cron_mail_reminder`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `usr_cron_mail_reminder` (
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `ts` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`usr_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `usr_cron_mail_reminder`
--

LOCK TABLES `usr_cron_mail_reminder` WRITE;
/*!40000 ALTER TABLE `usr_cron_mail_reminder` DISABLE KEYS */;
/*!40000 ALTER TABLE `usr_cron_mail_reminder` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `usr_data`
--

DROP TABLE IF EXISTS `usr_data`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `usr_data` (
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `login` varchar(190) DEFAULT NULL,
  `passwd` varchar(100) DEFAULT NULL,
  `firstname` varchar(128) DEFAULT NULL,
  `lastname` varchar(128) DEFAULT NULL,
  `title` varchar(32) DEFAULT NULL,
  `gender` char(1) DEFAULT 'm',
  `email` varchar(128) DEFAULT NULL,
  `institution` varchar(80) DEFAULT NULL,
  `street` varchar(512) DEFAULT NULL,
  `city` varchar(40) DEFAULT NULL,
  `zipcode` varchar(10) DEFAULT NULL,
  `country` varchar(40) DEFAULT NULL,
  `phone_office` varchar(40) DEFAULT NULL,
  `last_login` datetime DEFAULT NULL,
  `last_update` datetime DEFAULT NULL,
  `create_date` datetime DEFAULT NULL,
  `hobby` varchar(4000) DEFAULT NULL,
  `department` varchar(80) DEFAULT NULL,
  `phone_home` varchar(40) DEFAULT NULL,
  `phone_mobile` varchar(40) DEFAULT NULL,
  `fax` varchar(40) DEFAULT NULL,
  `time_limit_owner` int(11) DEFAULT '0',
  `time_limit_unlimited` int(11) DEFAULT '0',
  `time_limit_from` bigint(20) DEFAULT '0',
  `time_limit_until` bigint(20) DEFAULT '0',
  `time_limit_message` int(11) DEFAULT '0',
  `referral_comment` varchar(250) DEFAULT NULL,
  `matriculation` varchar(40) DEFAULT NULL,
  `active` int(11) NOT NULL DEFAULT '0',
  `approve_date` datetime DEFAULT NULL,
  `agree_date` datetime DEFAULT NULL,
  `client_ip` varchar(255) DEFAULT NULL,
  `auth_mode` char(10) DEFAULT 'default',
  `profile_incomplete` int(11) DEFAULT '0',
  `ext_account` varchar(250) DEFAULT NULL,
  `feed_hash` varchar(32) DEFAULT NULL,
  `latitude` varchar(30) DEFAULT NULL,
  `longitude` varchar(30) DEFAULT NULL,
  `loc_zoom` int(11) NOT NULL DEFAULT '0',
  `login_attempts` tinyint(4) NOT NULL DEFAULT '0',
  `last_password_change` int(11) NOT NULL DEFAULT '0',
  `reg_hash` char(32) DEFAULT NULL,
  `birthday` date DEFAULT NULL,
  `sel_country` varchar(2) DEFAULT NULL,
  `last_visited` longtext,
  `inactivation_date` datetime DEFAULT NULL,
  `is_self_registered` tinyint(4) NOT NULL DEFAULT '0',
  `passwd_enc_type` varchar(10) DEFAULT NULL,
  `passwd_salt` varchar(32) DEFAULT NULL,
  `second_email` varchar(80) DEFAULT NULL,
  `first_login` datetime DEFAULT NULL,
  `last_profile_prompt` datetime DEFAULT NULL,
  `passwd_policy_reset` tinyint(4) NOT NULL DEFAULT '0',
  `rid` varchar(64) DEFAULT NULL,
  PRIMARY KEY (`usr_id`),
  UNIQUE KEY `uc1_idx` (`login`),
  KEY `i1_idx` (`login`,`passwd`),
  KEY `i2_idx` (`ext_account`,`auth_mode`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `usr_data`
--

LOCK TABLES `usr_data` WRITE;
/*!40000 ALTER TABLE `usr_data` DISABLE KEYS */;
INSERT INTO `usr_data` VALUES (6,'root','[[admin_pass]]','[[admin_fname]]','[[admin_lname]]','','m','[[admin_email]]','','','','','','','2016-12-21 13:55:17','2016-12-14 14:44:49',NULL,'','','','','',7,1,1450795200,1450795200,0,'','',1,NULL,NULL,'','local',0,NULL,'',NULL,NULL,0,0,1481723089,'',NULL,'','',NULL,0,'bcryptphp',NULL,NULL,'2016-12-21 13:55:17',NULL,0,NULL),(13,'anonymous','294de3557d9d00b3d2d8a1e6aab028cf','anonymous','anonymous','','m','nomail','','','','','','','2003-08-15 11:03:36','2003-08-15 10:07:30','2003-08-15 10:07:30','','','','','',7,1,0,0,0,'','',1,NULL,NULL,'','local',0,'','','','',0,0,1217068076,'',NULL,'','',NULL,0,'md5','',NULL,'2003-08-15 11:03:36',NULL,0,NULL);
/*!40000 ALTER TABLE `usr_data` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `usr_data_multi`
--

DROP TABLE IF EXISTS `usr_data_multi`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `usr_data_multi` (
  `id` int(11) NOT NULL DEFAULT '0',
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `field_id` varchar(255) NOT NULL DEFAULT '',
  `value` varchar(1000) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `i1_idx` (`usr_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `usr_data_multi`
--

LOCK TABLES `usr_data_multi` WRITE;
/*!40000 ALTER TABLE `usr_data_multi` DISABLE KEYS */;
/*!40000 ALTER TABLE `usr_data_multi` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `usr_data_multi_seq`
--

DROP TABLE IF EXISTS `usr_data_multi_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `usr_data_multi_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `usr_data_multi_seq`
--

LOCK TABLES `usr_data_multi_seq` WRITE;
/*!40000 ALTER TABLE `usr_data_multi_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `usr_data_multi_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `usr_ext_profile_page`
--

DROP TABLE IF EXISTS `usr_ext_profile_page`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `usr_ext_profile_page` (
  `id` int(11) NOT NULL DEFAULT '0',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `order_nr` int(11) NOT NULL DEFAULT '0',
  `title` varchar(200) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `usr_ext_profile_page`
--

LOCK TABLES `usr_ext_profile_page` WRITE;
/*!40000 ALTER TABLE `usr_ext_profile_page` DISABLE KEYS */;
/*!40000 ALTER TABLE `usr_ext_profile_page` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `usr_ext_profile_page_seq`
--

DROP TABLE IF EXISTS `usr_ext_profile_page_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `usr_ext_profile_page_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `usr_ext_profile_page_seq`
--

LOCK TABLES `usr_ext_profile_page_seq` WRITE;
/*!40000 ALTER TABLE `usr_ext_profile_page_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `usr_ext_profile_page_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `usr_form_settings`
--

DROP TABLE IF EXISTS `usr_form_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `usr_form_settings` (
  `user_id` int(11) NOT NULL DEFAULT '0',
  `id` varchar(50) NOT NULL DEFAULT '',
  `settings` varchar(4000) NOT NULL DEFAULT '',
  PRIMARY KEY (`user_id`,`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `usr_form_settings`
--

LOCK TABLES `usr_form_settings` WRITE;
/*!40000 ALTER TABLE `usr_form_settings` DISABLE KEYS */;
/*!40000 ALTER TABLE `usr_form_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `usr_portf_acl`
--

DROP TABLE IF EXISTS `usr_portf_acl`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `usr_portf_acl` (
  `node_id` int(11) NOT NULL DEFAULT '0',
  `object_id` int(11) NOT NULL DEFAULT '0',
  `extended_data` varchar(200) DEFAULT NULL,
  `tstamp` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`node_id`,`object_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `usr_portf_acl`
--

LOCK TABLES `usr_portf_acl` WRITE;
/*!40000 ALTER TABLE `usr_portf_acl` DISABLE KEYS */;
/*!40000 ALTER TABLE `usr_portf_acl` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `usr_portfolio`
--

DROP TABLE IF EXISTS `usr_portfolio`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `usr_portfolio` (
  `id` int(11) NOT NULL DEFAULT '0',
  `is_online` tinyint(4) DEFAULT NULL,
  `is_default` tinyint(4) DEFAULT NULL,
  `bg_color` char(6) DEFAULT NULL,
  `font_color` char(6) DEFAULT NULL,
  `img` varchar(255) DEFAULT NULL,
  `ppic` tinyint(4) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `usr_portfolio`
--

LOCK TABLES `usr_portfolio` WRITE;
/*!40000 ALTER TABLE `usr_portfolio` DISABLE KEYS */;
/*!40000 ALTER TABLE `usr_portfolio` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `usr_portfolio_page`
--

DROP TABLE IF EXISTS `usr_portfolio_page`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `usr_portfolio_page` (
  `id` int(11) NOT NULL DEFAULT '0',
  `portfolio_id` int(11) NOT NULL DEFAULT '0',
  `title` varchar(250) NOT NULL DEFAULT '',
  `order_nr` int(11) NOT NULL DEFAULT '0',
  `type` tinyint(4) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `usr_portfolio_page`
--

LOCK TABLES `usr_portfolio_page` WRITE;
/*!40000 ALTER TABLE `usr_portfolio_page` DISABLE KEYS */;
/*!40000 ALTER TABLE `usr_portfolio_page` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `usr_portfolio_page_seq`
--

DROP TABLE IF EXISTS `usr_portfolio_page_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `usr_portfolio_page_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `usr_portfolio_page_seq`
--

LOCK TABLES `usr_portfolio_page_seq` WRITE;
/*!40000 ALTER TABLE `usr_portfolio_page_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `usr_portfolio_page_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `usr_pref`
--

DROP TABLE IF EXISTS `usr_pref`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `usr_pref` (
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `keyword` char(40) NOT NULL DEFAULT '',
  `value` varchar(4000) DEFAULT NULL,
  PRIMARY KEY (`usr_id`,`keyword`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `usr_pref`
--

LOCK TABLES `usr_pref` WRITE;
/*!40000 ALTER TABLE `usr_pref` DISABLE KEYS */;
INSERT INTO `usr_pref` VALUES (6,'bs_allow_to_contact_me','y'),(6,'calendar_selection_type','1'),(6,'chat_osc_accept_msg','n'),(6,'date_format','1'),(6,'day_end','19'),(6,'day_start','8'),(6,'export_tz_type','1'),(6,'hide_own_online_status','n'),(6,'hits_per_page','50'),(6,'language','en'),(6,'public_city','n'),(6,'public_country','n'),(6,'public_email','n'),(6,'public_hobby','n'),(6,'public_institution','n'),(6,'public_phone','n'),(6,'public_profile','n'),(6,'public_street','n'),(6,'public_upload','n'),(6,'public_zip','n'),(6,'screen_reader_optimization',''),(6,'send_info_mails','n'),(6,'show_users_online','y'),(6,'skin','default'),(6,'store_last_visited','0'),(6,'style','delos'),(6,'time_format','1'),(6,'user_tz','Europe/Berlin'),(6,'weekstart','1'),(13,'show_users_online','y');
/*!40000 ALTER TABLE `usr_pref` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `usr_pwassist`
--

DROP TABLE IF EXISTS `usr_pwassist`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `usr_pwassist` (
  `pwassist_id` char(180) NOT NULL DEFAULT '',
  `expires` int(11) NOT NULL DEFAULT '0',
  `ctime` int(11) NOT NULL DEFAULT '0',
  `user_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`pwassist_id`),
  UNIQUE KEY `c1_idx` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `usr_pwassist`
--

LOCK TABLES `usr_pwassist` WRITE;
/*!40000 ALTER TABLE `usr_pwassist` DISABLE KEYS */;
/*!40000 ALTER TABLE `usr_pwassist` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `usr_search`
--

DROP TABLE IF EXISTS `usr_search`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `usr_search` (
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `search_result` longtext,
  `checked` longtext,
  `failed` longtext,
  `page` tinyint(4) NOT NULL DEFAULT '0',
  `search_type` tinyint(4) NOT NULL DEFAULT '0',
  `query` longtext,
  `root` int(11) DEFAULT '1',
  `item_filter` varchar(1000) DEFAULT NULL,
  `mime_filter` varchar(1000) DEFAULT NULL,
  `creation_filter` varchar(1000) DEFAULT NULL,
  PRIMARY KEY (`usr_id`,`search_type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `usr_search`
--

LOCK TABLES `usr_search` WRITE;
/*!40000 ALTER TABLE `usr_search` DISABLE KEYS */;
/*!40000 ALTER TABLE `usr_search` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `usr_sess_istorage`
--

DROP TABLE IF EXISTS `usr_sess_istorage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `usr_sess_istorage` (
  `session_id` varchar(256) NOT NULL DEFAULT '',
  `component_id` varchar(30) NOT NULL DEFAULT '',
  `vkey` varchar(50) NOT NULL DEFAULT '',
  `value` varchar(1000) DEFAULT NULL,
  PRIMARY KEY (`session_id`,`component_id`,`vkey`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `usr_sess_istorage`
--

LOCK TABLES `usr_sess_istorage` WRITE;
/*!40000 ALTER TABLE `usr_sess_istorage` DISABLE KEYS */;
/*!40000 ALTER TABLE `usr_sess_istorage` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `usr_session`
--

DROP TABLE IF EXISTS `usr_session`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `usr_session` (
  `session_id` varchar(256) NOT NULL DEFAULT ' ',
  `expires` int(11) NOT NULL DEFAULT '0',
  `data` longtext,
  `ctime` int(11) NOT NULL DEFAULT '0',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `last_remind_ts` int(11) NOT NULL DEFAULT '0',
  `type` int(11) DEFAULT NULL,
  `createtime` int(11) DEFAULT NULL,
  `remote_addr` varchar(50) DEFAULT NULL,
  `context` varchar(80) DEFAULT NULL,
  PRIMARY KEY (`session_id`),
  KEY `i1_idx` (`expires`),
  KEY `i2_idx` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `usr_session`
--

LOCK TABLES `usr_session` WRITE;
/*!40000 ALTER TABLE `usr_session` DISABLE KEYS */;
/*!40000 ALTER TABLE `usr_session` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `usr_session_log`
--

DROP TABLE IF EXISTS `usr_session_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `usr_session_log` (
  `tstamp` int(11) NOT NULL DEFAULT '0',
  `maxval` mediumint(9) NOT NULL DEFAULT '0',
  `user_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`tstamp`,`maxval`,`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `usr_session_log`
--

LOCK TABLES `usr_session_log` WRITE;
/*!40000 ALTER TABLE `usr_session_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `usr_session_log` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `usr_session_stats`
--

DROP TABLE IF EXISTS `usr_session_stats`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `usr_session_stats` (
  `slot_begin` int(11) NOT NULL DEFAULT '0',
  `slot_end` int(11) NOT NULL DEFAULT '0',
  `active_min` int(11) DEFAULT NULL,
  `active_max` int(11) DEFAULT NULL,
  `active_avg` int(11) DEFAULT NULL,
  `active_end` int(11) DEFAULT NULL,
  `opened` int(11) DEFAULT NULL,
  `closed_manual` int(11) DEFAULT NULL,
  `closed_expire` int(11) DEFAULT NULL,
  `closed_idle` int(11) DEFAULT NULL,
  `closed_idle_first` int(11) DEFAULT NULL,
  `closed_limit` int(11) DEFAULT NULL,
  `closed_login` int(11) DEFAULT NULL,
  `max_sessions` int(11) DEFAULT NULL,
  `closed_misc` int(11) DEFAULT '0',
  PRIMARY KEY (`slot_begin`),
  KEY `i1_idx` (`slot_end`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `usr_session_stats`
--

LOCK TABLES `usr_session_stats` WRITE;
/*!40000 ALTER TABLE `usr_session_stats` DISABLE KEYS */;
/*!40000 ALTER TABLE `usr_session_stats` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `usr_session_stats_raw`
--

DROP TABLE IF EXISTS `usr_session_stats_raw`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `usr_session_stats_raw` (
  `session_id` varchar(256) NOT NULL DEFAULT '',
  `type` smallint(6) NOT NULL DEFAULT '0',
  `start_time` int(11) NOT NULL DEFAULT '0',
  `end_time` int(11) DEFAULT NULL,
  `end_context` smallint(6) DEFAULT NULL,
  `user_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`session_id`),
  KEY `i1_idx` (`start_time`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `usr_session_stats_raw`
--

LOCK TABLES `usr_session_stats_raw` WRITE;
/*!40000 ALTER TABLE `usr_session_stats_raw` DISABLE KEYS */;
/*!40000 ALTER TABLE `usr_session_stats_raw` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `usr_starting_point`
--

DROP TABLE IF EXISTS `usr_starting_point`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `usr_starting_point` (
  `id` int(11) NOT NULL DEFAULT '0',
  `position` int(11) DEFAULT '0',
  `starting_point` int(11) DEFAULT '0',
  `starting_object` int(11) DEFAULT '0',
  `rule_type` int(11) DEFAULT '0',
  `rule_options` varchar(4000) DEFAULT NULL,
  `calendar_view` int(11) NOT NULL DEFAULT '0',
  `calendar_period` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `usr_starting_point`
--

LOCK TABLES `usr_starting_point` WRITE;
/*!40000 ALTER TABLE `usr_starting_point` DISABLE KEYS */;
/*!40000 ALTER TABLE `usr_starting_point` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `usr_starting_point_seq`
--

DROP TABLE IF EXISTS `usr_starting_point_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `usr_starting_point_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `usr_starting_point_seq`
--

LOCK TABLES `usr_starting_point_seq` WRITE;
/*!40000 ALTER TABLE `usr_starting_point_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `usr_starting_point_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ut_lp_coll_manual`
--

DROP TABLE IF EXISTS `ut_lp_coll_manual`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ut_lp_coll_manual` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `subitem_id` int(11) NOT NULL DEFAULT '0',
  `completed` tinyint(4) NOT NULL DEFAULT '0',
  `last_change` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`obj_id`,`usr_id`,`subitem_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ut_lp_coll_manual`
--

LOCK TABLES `ut_lp_coll_manual` WRITE;
/*!40000 ALTER TABLE `ut_lp_coll_manual` DISABLE KEYS */;
/*!40000 ALTER TABLE `ut_lp_coll_manual` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ut_lp_collections`
--

DROP TABLE IF EXISTS `ut_lp_collections`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ut_lp_collections` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `item_id` int(11) NOT NULL DEFAULT '0',
  `grouping_id` int(11) NOT NULL DEFAULT '0',
  `num_obligatory` int(11) NOT NULL DEFAULT '0',
  `active` tinyint(4) NOT NULL DEFAULT '1',
  `lpmode` tinyint(4) DEFAULT '5',
  PRIMARY KEY (`obj_id`,`item_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ut_lp_collections`
--

LOCK TABLES `ut_lp_collections` WRITE;
/*!40000 ALTER TABLE `ut_lp_collections` DISABLE KEYS */;
/*!40000 ALTER TABLE `ut_lp_collections` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ut_lp_defaults`
--

DROP TABLE IF EXISTS `ut_lp_defaults`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ut_lp_defaults` (
  `type_id` varchar(10) NOT NULL DEFAULT '',
  `lp_mode` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`type_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ut_lp_defaults`
--

LOCK TABLES `ut_lp_defaults` WRITE;
/*!40000 ALTER TABLE `ut_lp_defaults` DISABLE KEYS */;
/*!40000 ALTER TABLE `ut_lp_defaults` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ut_lp_marks`
--

DROP TABLE IF EXISTS `ut_lp_marks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ut_lp_marks` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `completed` int(11) NOT NULL DEFAULT '0',
  `mark` varchar(32) DEFAULT NULL,
  `u_comment` varchar(4000) DEFAULT NULL,
  `status` tinyint(4) NOT NULL DEFAULT '0',
  `status_changed` datetime DEFAULT NULL,
  `status_dirty` tinyint(4) NOT NULL DEFAULT '0',
  `percentage` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`obj_id`,`usr_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ut_lp_marks`
--

LOCK TABLES `ut_lp_marks` WRITE;
/*!40000 ALTER TABLE `ut_lp_marks` DISABLE KEYS */;
/*!40000 ALTER TABLE `ut_lp_marks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ut_lp_settings`
--

DROP TABLE IF EXISTS `ut_lp_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ut_lp_settings` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `obj_type` char(4) DEFAULT NULL,
  `u_mode` tinyint(4) NOT NULL DEFAULT '0',
  `visits` int(11) DEFAULT '0',
  PRIMARY KEY (`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ut_lp_settings`
--

LOCK TABLES `ut_lp_settings` WRITE;
/*!40000 ALTER TABLE `ut_lp_settings` DISABLE KEYS */;
/*!40000 ALTER TABLE `ut_lp_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ut_lp_user_status`
--

DROP TABLE IF EXISTS `ut_lp_user_status`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ut_lp_user_status` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `status` tinyint(4) NOT NULL DEFAULT '0',
  `additional_info` varchar(4000) DEFAULT NULL,
  PRIMARY KEY (`obj_id`,`usr_id`),
  KEY `i1_idx` (`obj_id`),
  KEY `i2_idx` (`usr_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ut_lp_user_status`
--

LOCK TABLES `ut_lp_user_status` WRITE;
/*!40000 ALTER TABLE `ut_lp_user_status` DISABLE KEYS */;
/*!40000 ALTER TABLE `ut_lp_user_status` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ut_online`
--

DROP TABLE IF EXISTS `ut_online`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ut_online` (
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `online_time` int(11) NOT NULL DEFAULT '0',
  `access_time` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`usr_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ut_online`
--

LOCK TABLES `ut_online` WRITE;
/*!40000 ALTER TABLE `ut_online` DISABLE KEYS */;
INSERT INTO `ut_online` VALUES (6,7860,1450799200);
/*!40000 ALTER TABLE `ut_online` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `webdav_instructions`
--

DROP TABLE IF EXISTS `webdav_instructions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `webdav_instructions` (
  `id` int(11) NOT NULL DEFAULT '0',
  `title` varchar(255) DEFAULT NULL,
  `uploaded_instructions` longtext,
  `processed_instructions` longtext,
  `lng` varchar(5) DEFAULT NULL,
  `creation_ts` datetime DEFAULT NULL,
  `modification_ts` datetime DEFAULT NULL,
  `owner_usr_id` int(11) DEFAULT NULL,
  `last_modification_usr_id` int(11) DEFAULT NULL,
  `sorting` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `webdav_instructions`
--

LOCK TABLES `webdav_instructions` WRITE;
/*!40000 ALTER TABLE `webdav_instructions` DISABLE KEYS */;
/*!40000 ALTER TABLE `webdav_instructions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `webdav_instructions_seq`
--

DROP TABLE IF EXISTS `webdav_instructions_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `webdav_instructions_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `webdav_instructions_seq`
--

LOCK TABLES `webdav_instructions_seq` WRITE;
/*!40000 ALTER TABLE `webdav_instructions_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `webdav_instructions_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `webr_items`
--

DROP TABLE IF EXISTS `webr_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `webr_items` (
  `link_id` int(11) NOT NULL DEFAULT '0',
  `webr_id` int(11) NOT NULL DEFAULT '0',
  `title` varchar(127) DEFAULT NULL,
  `description` varchar(4000) DEFAULT NULL,
  `target` varchar(4000) DEFAULT NULL,
  `active` tinyint(4) DEFAULT NULL,
  `create_date` int(11) NOT NULL DEFAULT '0',
  `last_update` int(11) NOT NULL DEFAULT '0',
  `internal` tinyint(4) DEFAULT NULL,
  PRIMARY KEY (`link_id`),
  KEY `i1_idx` (`link_id`,`webr_id`),
  KEY `i3_idx` (`webr_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `webr_items`
--

LOCK TABLES `webr_items` WRITE;
/*!40000 ALTER TABLE `webr_items` DISABLE KEYS */;
/*!40000 ALTER TABLE `webr_items` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `webr_items_seq`
--

DROP TABLE IF EXISTS `webr_items_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `webr_items_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `webr_items_seq`
--

LOCK TABLES `webr_items_seq` WRITE;
/*!40000 ALTER TABLE `webr_items_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `webr_items_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `webr_lists`
--

DROP TABLE IF EXISTS `webr_lists`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `webr_lists` (
  `webr_id` int(11) NOT NULL DEFAULT '0',
  `title` varchar(127) DEFAULT NULL,
  `description` varchar(4000) DEFAULT NULL,
  `create_date` int(11) NOT NULL DEFAULT '0',
  `last_update` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`webr_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `webr_lists`
--

LOCK TABLES `webr_lists` WRITE;
/*!40000 ALTER TABLE `webr_lists` DISABLE KEYS */;
/*!40000 ALTER TABLE `webr_lists` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `webr_params`
--

DROP TABLE IF EXISTS `webr_params`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `webr_params` (
  `param_id` int(11) NOT NULL DEFAULT '0',
  `webr_id` int(11) NOT NULL DEFAULT '0',
  `link_id` int(11) NOT NULL DEFAULT '0',
  `name` char(128) DEFAULT NULL,
  `value` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`param_id`),
  KEY `i1_idx` (`link_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `webr_params`
--

LOCK TABLES `webr_params` WRITE;
/*!40000 ALTER TABLE `webr_params` DISABLE KEYS */;
/*!40000 ALTER TABLE `webr_params` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `webr_params_seq`
--

DROP TABLE IF EXISTS `webr_params_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `webr_params_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `webr_params_seq`
--

LOCK TABLES `webr_params_seq` WRITE;
/*!40000 ALTER TABLE `webr_params_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `webr_params_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wfld_user_setting`
--

DROP TABLE IF EXISTS `wfld_user_setting`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wfld_user_setting` (
  `user_id` int(11) NOT NULL DEFAULT '0',
  `wfld_id` int(11) NOT NULL DEFAULT '0',
  `sortation` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`user_id`,`wfld_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wfld_user_setting`
--

LOCK TABLES `wfld_user_setting` WRITE;
/*!40000 ALTER TABLE `wfld_user_setting` DISABLE KEYS */;
/*!40000 ALTER TABLE `wfld_user_setting` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wiki_page_template`
--

DROP TABLE IF EXISTS `wiki_page_template`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wiki_page_template` (
  `wiki_id` int(11) NOT NULL DEFAULT '0',
  `wpage_id` int(11) NOT NULL DEFAULT '0',
  `new_pages` tinyint(4) NOT NULL DEFAULT '0',
  `add_to_page` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`wiki_id`,`wpage_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wiki_page_template`
--

LOCK TABLES `wiki_page_template` WRITE;
/*!40000 ALTER TABLE `wiki_page_template` DISABLE KEYS */;
/*!40000 ALTER TABLE `wiki_page_template` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wiki_stat`
--

DROP TABLE IF EXISTS `wiki_stat`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wiki_stat` (
  `wiki_id` int(11) NOT NULL DEFAULT '0',
  `ts` datetime NOT NULL DEFAULT '1970-01-01 00:00:00',
  `num_pages` int(11) NOT NULL DEFAULT '0',
  `del_pages` int(11) NOT NULL DEFAULT '0',
  `avg_rating` int(11) NOT NULL DEFAULT '0',
  `ts_day` char(10) DEFAULT NULL,
  `ts_hour` tinyint(4) DEFAULT NULL,
  PRIMARY KEY (`wiki_id`,`ts`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wiki_stat`
--

LOCK TABLES `wiki_stat` WRITE;
/*!40000 ALTER TABLE `wiki_stat` DISABLE KEYS */;
/*!40000 ALTER TABLE `wiki_stat` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wiki_stat_page`
--

DROP TABLE IF EXISTS `wiki_stat_page`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wiki_stat_page` (
  `wiki_id` int(11) NOT NULL DEFAULT '0',
  `page_id` int(11) NOT NULL DEFAULT '0',
  `ts` datetime NOT NULL DEFAULT '1970-01-01 00:00:00',
  `int_links` int(11) NOT NULL DEFAULT '0',
  `ext_links` int(11) NOT NULL DEFAULT '0',
  `footnotes` int(11) NOT NULL DEFAULT '0',
  `num_ratings` int(11) NOT NULL DEFAULT '0',
  `num_words` int(11) NOT NULL DEFAULT '0',
  `num_chars` bigint(20) NOT NULL DEFAULT '0',
  `avg_rating` int(11) NOT NULL DEFAULT '0',
  `ts_day` char(10) DEFAULT NULL,
  `ts_hour` tinyint(4) DEFAULT NULL,
  `deleted` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`wiki_id`,`page_id`,`ts`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wiki_stat_page`
--

LOCK TABLES `wiki_stat_page` WRITE;
/*!40000 ALTER TABLE `wiki_stat_page` DISABLE KEYS */;
/*!40000 ALTER TABLE `wiki_stat_page` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wiki_stat_page_user`
--

DROP TABLE IF EXISTS `wiki_stat_page_user`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wiki_stat_page_user` (
  `wiki_id` int(11) NOT NULL DEFAULT '0',
  `page_id` int(11) NOT NULL DEFAULT '0',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `ts` datetime NOT NULL DEFAULT '1970-01-01 00:00:00',
  `changes` int(11) NOT NULL DEFAULT '0',
  `read_events` int(11) NOT NULL DEFAULT '0',
  `ts_day` char(10) DEFAULT NULL,
  `ts_hour` tinyint(4) DEFAULT NULL,
  PRIMARY KEY (`wiki_id`,`page_id`,`ts`,`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wiki_stat_page_user`
--

LOCK TABLES `wiki_stat_page_user` WRITE;
/*!40000 ALTER TABLE `wiki_stat_page_user` DISABLE KEYS */;
/*!40000 ALTER TABLE `wiki_stat_page_user` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wiki_stat_user`
--

DROP TABLE IF EXISTS `wiki_stat_user`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wiki_stat_user` (
  `wiki_id` int(11) NOT NULL DEFAULT '0',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `ts` datetime NOT NULL DEFAULT '1970-01-01 00:00:00',
  `new_pages` int(11) NOT NULL DEFAULT '0',
  `ts_day` char(10) DEFAULT NULL,
  `ts_hour` tinyint(4) DEFAULT NULL,
  PRIMARY KEY (`wiki_id`,`user_id`,`ts`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wiki_stat_user`
--

LOCK TABLES `wiki_stat_user` WRITE;
/*!40000 ALTER TABLE `wiki_stat_user` DISABLE KEYS */;
/*!40000 ALTER TABLE `wiki_stat_user` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wiki_user_html_export`
--

DROP TABLE IF EXISTS `wiki_user_html_export`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wiki_user_html_export` (
  `wiki_id` int(11) NOT NULL DEFAULT '0',
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `progress` int(11) NOT NULL DEFAULT '0',
  `start_ts` datetime DEFAULT NULL,
  `status` tinyint(4) NOT NULL DEFAULT '0',
  `with_comments` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`wiki_id`,`with_comments`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wiki_user_html_export`
--

LOCK TABLES `wiki_user_html_export` WRITE;
/*!40000 ALTER TABLE `wiki_user_html_export` DISABLE KEYS */;
/*!40000 ALTER TABLE `wiki_user_html_export` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wopi_action`
--

DROP TABLE IF EXISTS `wopi_action`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wopi_action` (
  `id` int(11) NOT NULL,
  `app_id` int(11) NOT NULL,
  `name` varchar(256) NOT NULL,
  `ext` varchar(256) NOT NULL,
  `urlsrc` varchar(2048) NOT NULL,
  `url_appendix` varchar(4000) DEFAULT NULL,
  `target_ext` varchar(256) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `i1_idx` (`app_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wopi_action`
--

LOCK TABLES `wopi_action` WRITE;
/*!40000 ALTER TABLE `wopi_action` DISABLE KEYS */;
/*!40000 ALTER TABLE `wopi_action` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wopi_action_seq`
--

DROP TABLE IF EXISTS `wopi_action_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wopi_action_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wopi_action_seq`
--

LOCK TABLES `wopi_action_seq` WRITE;
/*!40000 ALTER TABLE `wopi_action_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `wopi_action_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wopi_app`
--

DROP TABLE IF EXISTS `wopi_app`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wopi_app` (
  `id` int(11) NOT NULL,
  `name` varchar(256) NOT NULL,
  `favicon` varchar(256) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wopi_app`
--

LOCK TABLES `wopi_app` WRITE;
/*!40000 ALTER TABLE `wopi_app` DISABLE KEYS */;
/*!40000 ALTER TABLE `wopi_app` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wopi_app_seq`
--

DROP TABLE IF EXISTS `wopi_app_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wopi_app_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wopi_app_seq`
--

LOCK TABLES `wopi_app_seq` WRITE;
/*!40000 ALTER TABLE `wopi_app_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `wopi_app_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `write_event`
--

DROP TABLE IF EXISTS `write_event`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `write_event` (
  `obj_id` int(11) NOT NULL DEFAULT '0',
  `parent_obj_id` int(11) NOT NULL DEFAULT '0',
  `usr_id` int(11) NOT NULL DEFAULT '0',
  `action` varchar(8) NOT NULL DEFAULT ' ',
  `ts` datetime NOT NULL DEFAULT '1970-01-01 00:00:00',
  `write_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`write_id`),
  KEY `i1_idx` (`parent_obj_id`,`ts`),
  KEY `i2_idx` (`obj_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `write_event`
--

LOCK TABLES `write_event` WRITE;
/*!40000 ALTER TABLE `write_event` DISABLE KEYS */;
INSERT INTO `write_event` VALUES (7,9,-1,'create','2002-06-26 23:24:06',1),(8,9,-1,'create','2002-06-26 23:24:06',2),(9,1,-1,'create','2002-07-15 02:37:33',3),(10,9,-1,'create','2002-07-15 02:36:56',4),(11,9,-1,'create','2002-07-15 05:52:51',5),(12,9,-1,'create','2003-08-15 00:07:28',6),(98,9,-1,'create','2004-02-18 16:17:40',7),(100,9,-1,'create','2004-03-09 13:13:16',8),(107,9,-1,'create','2004-06-20 15:27:18',9),(109,9,-1,'create','2004-07-10 15:03:12',10),(86,9,-1,'create','2003-11-30 16:22:49',11),(114,9,-1,'create','2004-09-01 23:49:45',12),(116,9,-1,'create','2005-01-07 12:21:15',13),(118,9,-1,'create','2005-03-02 03:59:01',14),(124,9,-1,'create','2005-06-19 23:50:00',15),(128,9,-1,'create','2005-07-20 08:10:04',16),(136,9,-1,'create','2006-07-11 08:43:23',19),(138,9,-1,'create','2007-02-26 12:58:49',20),(140,9,-1,'create','2007-02-26 12:58:50',21),(144,9,-1,'create','2007-04-03 03:43:47',22),(147,9,-1,'create','2007-09-25 09:47:53',23),(150,9,-1,'create','2008-06-02 06:08:54',24),(152,9,-1,'create','2008-06-02 06:08:55',25);
/*!40000 ALTER TABLE `write_event` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `write_event_seq`
--

DROP TABLE IF EXISTS `write_event_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `write_event_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `write_event_seq`
--

LOCK TABLES `write_event_seq` WRITE;
/*!40000 ALTER TABLE `write_event_seq` DISABLE KEYS */;
INSERT INTO `write_event_seq` VALUES (25);
/*!40000 ALTER TABLE `write_event_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `xhtml_page`
--

DROP TABLE IF EXISTS `xhtml_page`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `xhtml_page` (
  `id` int(11) NOT NULL DEFAULT '0',
  `content` longtext,
  `save_content` longtext,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `xhtml_page`
--

LOCK TABLES `xhtml_page` WRITE;
/*!40000 ALTER TABLE `xhtml_page` DISABLE KEYS */;
/*!40000 ALTER TABLE `xhtml_page` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `xhtml_page_seq`
--

DROP TABLE IF EXISTS `xhtml_page_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `xhtml_page_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `xhtml_page_seq`
--

LOCK TABLES `xhtml_page_seq` WRITE;
/*!40000 ALTER TABLE `xhtml_page_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `xhtml_page_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `xmlnestedset`
--

DROP TABLE IF EXISTS `xmlnestedset`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `xmlnestedset` (
  `ns_id` int(11) NOT NULL DEFAULT '0',
  `ns_book_fk` int(11) NOT NULL DEFAULT '0',
  `ns_type` varchar(50) NOT NULL DEFAULT '',
  `ns_tag_fk` int(11) NOT NULL DEFAULT '0',
  `ns_l` int(11) NOT NULL DEFAULT '0',
  `ns_r` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`ns_id`),
  KEY `i1_idx` (`ns_tag_fk`),
  KEY `i2_idx` (`ns_l`),
  KEY `i3_idx` (`ns_r`),
  KEY `i4_idx` (`ns_book_fk`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `xmlnestedset`
--

LOCK TABLES `xmlnestedset` WRITE;
/*!40000 ALTER TABLE `xmlnestedset` DISABLE KEYS */;
/*!40000 ALTER TABLE `xmlnestedset` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `xmlnestedset_seq`
--

DROP TABLE IF EXISTS `xmlnestedset_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `xmlnestedset_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `xmlnestedset_seq`
--

LOCK TABLES `xmlnestedset_seq` WRITE;
/*!40000 ALTER TABLE `xmlnestedset_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `xmlnestedset_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `xmlnestedsettmp`
--

DROP TABLE IF EXISTS `xmlnestedsettmp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `xmlnestedsettmp` (
  `ns_id` int(11) NOT NULL DEFAULT '0',
  `ns_unique_id` varchar(32) NOT NULL DEFAULT '',
  `ns_book_fk` int(11) NOT NULL DEFAULT '0',
  `ns_type` varchar(50) NOT NULL DEFAULT '',
  `ns_tag_fk` int(11) NOT NULL DEFAULT '0',
  `ns_l` int(11) NOT NULL DEFAULT '0',
  `ns_r` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`ns_id`),
  KEY `i1_idx` (`ns_tag_fk`),
  KEY `i2_idx` (`ns_l`),
  KEY `i3_idx` (`ns_r`),
  KEY `i4_idx` (`ns_book_fk`),
  KEY `i5_idx` (`ns_unique_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `xmlnestedsettmp`
--

LOCK TABLES `xmlnestedsettmp` WRITE;
/*!40000 ALTER TABLE `xmlnestedsettmp` DISABLE KEYS */;
/*!40000 ALTER TABLE `xmlnestedsettmp` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `xmlnestedsettmp_seq`
--

DROP TABLE IF EXISTS `xmlnestedsettmp_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `xmlnestedsettmp_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `xmlnestedsettmp_seq`
--

LOCK TABLES `xmlnestedsettmp_seq` WRITE;
/*!40000 ALTER TABLE `xmlnestedsettmp_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `xmlnestedsettmp_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `xmlparam`
--

DROP TABLE IF EXISTS `xmlparam`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `xmlparam` (
  `tag_fk` int(11) NOT NULL DEFAULT '0',
  `param_name` char(50) NOT NULL DEFAULT '',
  `param_value` char(255) DEFAULT NULL,
  PRIMARY KEY (`tag_fk`,`param_name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `xmlparam`
--

LOCK TABLES `xmlparam` WRITE;
/*!40000 ALTER TABLE `xmlparam` DISABLE KEYS */;
/*!40000 ALTER TABLE `xmlparam` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `xmltags`
--

DROP TABLE IF EXISTS `xmltags`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `xmltags` (
  `tag_pk` int(11) NOT NULL DEFAULT '0',
  `tag_depth` int(11) NOT NULL DEFAULT '0',
  `tag_name` char(50) DEFAULT NULL,
  PRIMARY KEY (`tag_pk`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `xmltags`
--

LOCK TABLES `xmltags` WRITE;
/*!40000 ALTER TABLE `xmltags` DISABLE KEYS */;
/*!40000 ALTER TABLE `xmltags` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `xmltags_seq`
--

DROP TABLE IF EXISTS `xmltags_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `xmltags_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `xmltags_seq`
--

LOCK TABLES `xmltags_seq` WRITE;
/*!40000 ALTER TABLE `xmltags_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `xmltags_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `xmlvalue`
--

DROP TABLE IF EXISTS `xmlvalue`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `xmlvalue` (
  `tag_value_pk` int(11) NOT NULL DEFAULT '0',
  `tag_fk` int(11) NOT NULL DEFAULT '0',
  `tag_value` longtext,
  PRIMARY KEY (`tag_value_pk`),
  KEY `i1_idx` (`tag_fk`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `xmlvalue`
--

LOCK TABLES `xmlvalue` WRITE;
/*!40000 ALTER TABLE `xmlvalue` DISABLE KEYS */;
/*!40000 ALTER TABLE `xmlvalue` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `xmlvalue_seq`
--

DROP TABLE IF EXISTS `xmlvalue_seq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `xmlvalue_seq` (
  `sequence` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`sequence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `xmlvalue_seq`
--

LOCK TABLES `xmlvalue_seq` WRITE;
/*!40000 ALTER TABLE `xmlvalue_seq` DISABLE KEYS */;
/*!40000 ALTER TABLE `xmlvalue_seq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Dumping routines for database 'ilias94'
--
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on [[date]]  [[timegis]]